Skip to content

Commit

Permalink
Remove module:spring-cloud-azure-native-configuration (Azure#32803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Jan 10, 2023
1 parent 51f5312 commit d20e477
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 977 deletions.
4 changes: 3 additions & 1 deletion sdk/spring-experimental/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Spring Cloud Azure Experimental Projects

This folder contains Spring Cloud Azure projects which are in the experimental stage.
This folder contains Spring Cloud Azure projects which are in the experimental stage.

We remove `spring-cloud-azure-native-configuration` module from the main branch, but you can still get it in this tag [spring-cloud-azure-native-configuration_4.0.0-beta.1](https://github.com/Azure/azure-sdk-for-java/releases/tag/spring-cloud-azure-native-configuration_4.0.0-beta.1). See [issues/#32818](https://github.com/Azure/azure-sdk-for-java/issues/32818) for more details.
25 changes: 1 addition & 24 deletions sdk/spring-experimental/ci.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,11 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/spring-experimental/
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/spring-experimental/
trigger: none

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: spring-experimental
Artifacts:
- name: spring-cloud-azure-native-configuration
groupId: com.azure.spring
safeName: springcloudazurenativeconfiguration
skipPublishDocMs: true
MatrixFilters:
- JavaTestVersion=^(?!1.8).*
2 changes: 0 additions & 2 deletions sdk/spring-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>spring-cloud-azure-native-configuration</module>
</modules>
</profile>

<profile>
<id>dev</id>
<modules>
<module>../../eng/code-quality-reports</module>
<module>spring-cloud-azure-native-configuration</module>
</modules>
</profile>
</profiles>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d20e477

Please sign in to comment.