Skip to content

Commit 6d38925

Browse files
authored
Remove azure-core-amqp-experimental (#45849)
1 parent ca0e309 commit 6d38925

File tree

9 files changed

+0
-197
lines changed

9 files changed

+0
-197
lines changed

eng/versioning/version_client.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ com.azure:azure-containers-containerregistry;1.2.17;1.3.0-beta.1
8585
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
8686
com.azure:azure-core;1.55.5;1.56.0-beta.1
8787
com.azure:azure-core-amqp;2.10.1;2.11.0-beta.1
88-
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
8988
com.azure:azure-core-experimental;1.0.0-beta.62;1.0.0-beta.63
9089
com.azure:azure-core-http-jdk-httpclient;1.0.5;1.1.0-beta.1
9190
com.azure:azure-core-http-netty;1.15.13;1.16.0-beta.1

sdk/core/azure-core-amqp-experimental/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

sdk/core/azure-core-amqp-experimental/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

sdk/core/azure-core-amqp-experimental/pom.xml

Lines changed: 0 additions & 95 deletions
This file was deleted.

sdk/core/azure-core-amqp-experimental/src/main/java/com/azure/core/amqp/experimental/Stub.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

sdk/core/azure-core-amqp-experimental/src/main/java/com/azure/core/amqp/experimental/package-info.java

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/core/azure-core-amqp-experimental/src/main/java/module-info.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

sdk/core/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ parameters:
4242
displayName: 'azure-core-amqp'
4343
type: boolean
4444
default: true
45-
- name: release_azurecoreamqpexperimental
46-
displayName: 'azure-core-amqp-experimental'
47-
type: boolean
48-
default: false
4945
- name: release_azurecoreexperimental
5046
displayName: 'azure-core-experimental'
5147
type: boolean
@@ -113,10 +109,6 @@ extends:
113109
groupId: com.azure
114110
safeName: azurecoreamqp
115111
releaseInBatch: ${{ parameters.release_azurecoreamqp }}
116-
- name: azure-core-amqp-experimental
117-
groupId: com.azure
118-
safeName: azurecoreamqpexperimental
119-
releaseInBatch: ${{ parameters.release_azurecoreamqpexperimental }}
120112
- name: azure-core-experimental
121113
groupId: com.azure
122114
safeName: azurecoreexperimental

sdk/core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<modules>
1313
<module>azure-core</module>
1414
<module>azure-core-amqp</module>
15-
<module>azure-core-amqp-experimental</module>
1615
<module>azure-core-experimental</module>
1716
<module>azure-core-http-jdk-httpclient</module>
1817
<module>azure-core-http-netty</module>

0 commit comments

Comments
 (0)