Skip to content

Commit

Permalink
[Release-AutoPatch] Prepare for 2023 October auto-patch release (#37276)
Browse files Browse the repository at this point in the history
* Updated list of libraries to patch in patch-release.yml

* Reset sources for azure-security-keyvault-certificates to the release version 4.5.6.

* Prepare azure-security-keyvault-certificates for 4.5.7 patch release.

* Reset sources for azure-monitor-ingestion to the release version 1.1.0.

* Prepare azure-monitor-ingestion for 1.1.1 patch release.

* Reset sources for azure-containers-containerregistry to the release version 1.2.1.

* Prepare azure-containers-containerregistry for 1.2.2 patch release.

* Reset sources for azure-data-tables to the release version 12.3.15.

* Prepare azure-data-tables for 12.3.16 patch release.

* Reset sources for azure-security-confidentialledger to the release version 1.0.13.

* Prepare azure-security-confidentialledger for 1.0.14 patch release.

* Reset sources for azure-security-keyvault-keys to the release version 4.7.0.

* Prepare azure-security-keyvault-keys for 4.7.1 patch release.

* Reset sources for azure-data-appconfiguration to the release version 1.4.9.

* Prepare azure-data-appconfiguration for 1.4.10 patch release.

* Reset sources for azure-mixedreality-authentication to the release version 1.2.17.

* Prepare azure-mixedreality-authentication for 1.2.18 patch release.

* Reset sources for azure-communication-common to the release version 1.2.12.

* Prepare azure-communication-common for 1.2.13 patch release.

* Reset sources for azure-messaging-webpubsub to the release version 1.2.8.

* Prepare azure-messaging-webpubsub for 1.2.9 patch release.

* Reset sources for azure-security-keyvault-administration to the release version 4.4.0.

* Prepare azure-security-keyvault-administration for 4.4.1 patch release.

* Reset sources for azure-communication-chat to the release version 1.3.12.

* Prepare azure-communication-chat for 1.3.13 patch release.

* Reset sources for azure-communication-identity to the release version 1.4.10.

* Prepare azure-communication-identity for 1.4.11 patch release.

* Reset sources for azure-communication-rooms to the release version 1.0.4.

* Prepare azure-communication-rooms for 1.0.5 patch release.

* Reset sources for azure-monitor-query to the release version 1.2.5.

* Prepare azure-monitor-query for 1.2.6 patch release.

* Reset sources for azure-mixedreality-remoterendering to the release version 1.1.22.

* Prepare azure-mixedreality-remoterendering for 1.1.23 patch release.

* Reset sources for azure-digitaltwins-core to the release version 1.3.13.

* Prepare azure-digitaltwins-core for 1.3.14 patch release.

* Reset sources for azure-communication-sms to the release version 1.1.17.

* Prepare azure-communication-sms for 1.1.18 patch release.

* Reset sources for azure-iot-deviceupdate to the release version 1.0.11.

* Prepare azure-iot-deviceupdate for 1.0.12 patch release.

* Reset sources for azure-communication-email to the release version 1.0.6.

* Prepare azure-communication-email for 1.0.7 patch release.

* Reset sources for azure-ai-formrecognizer to the release version 4.1.1.

* Prepare azure-ai-formrecognizer for 4.1.2 patch release.

* Reset sources for azure-search-documents to the release version 11.5.11.

* Prepare azure-search-documents for 11.5.12 patch release.

* Reset sources for azure-security-attestation to the release version 1.1.17.

* Prepare azure-security-attestation for 1.1.18 patch release.

* Reset sources for azure-ai-metricsadvisor to the release version 1.1.18.

* Prepare azure-ai-metricsadvisor for 1.1.19 patch release.

* Reset sources for azure-communication-phonenumbers to the release version 1.1.6.

* Prepare azure-communication-phonenumbers for 1.1.7 patch release.

* Reset sources for azure-developer-loadtesting to the release version 1.0.6.

* Prepare azure-developer-loadtesting for 1.0.7 patch release.

* Updated dependencies in libraries and READMEs via version_client.txt

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-identity-extensions

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-communication-callautomation

* add callautomation to patch-release.yml file

* fixed search checkstyle suppression

* fixed CHANGELOG error for packages depends on communication-core

* fixed time expired issue in communication room test

* fixed checkstyle issue

* manually upgrade the version in README, Generate-Patch.ps1 doesn't upgrade the package version in README file

---------

Co-authored-by: azure-sdk <[email protected]>
  • Loading branch information
mssfang and azure-sdk authored Oct 21, 2023
1 parent a0af8b2 commit 8870134
Show file tree
Hide file tree
Showing 2,784 changed files with 260,379 additions and 139,112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ the main ServiceBusClientBuilder. -->
<!-- The clients don't end with 'Client' but instead with 'Sender' -->
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientBuilderCheck"
files="com.azure.search.documents.SearchClientBuilder"
lines="511,545,559"/>
lines="498,532,546"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck"
files="com.azure.search.documents.(SearchIndexingBufferedAsyncSender|SearchIndexingBufferedSender)"/>

Expand Down
119 changes: 109 additions & 10 deletions eng/pipelines/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,115 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client-patch.yml
parameters:
artifacts:
- name: azure-sdk-template
- name: azure-security-keyvault-certificates
groupId: com.azure
safeName: azuresdktemplate
ServiceDirectory: template
- name: azure-sdk-template-two
safeName: azuresecuritykeyvaultcertificates
ServiceDirectory: keyvault
- name: azure-monitor-ingestion
groupId: com.azure
safeName: azuresdktemplatetwo
ServiceDirectory: template
- name: azure-sdk-template-three
safeName: azuremonitoringestion
ServiceDirectory: monitor
- name: azure-containers-containerregistry
groupId: com.azure
safeName: azuresdktemplatethree
ServiceDirectory: template

safeName: azurecontainerscontainerregistry
ServiceDirectory: containerregistry
- name: azure-data-tables
groupId: com.azure
safeName: azuredatatables
ServiceDirectory: tables
- name: azure-security-confidentialledger
groupId: com.azure
safeName: azuresecurityconfidentialledger
ServiceDirectory: confidentialledger
- name: azure-security-keyvault-keys
groupId: com.azure
safeName: azuresecuritykeyvaultkeys
ServiceDirectory: keyvault
- name: azure-data-appconfiguration
groupId: com.azure
safeName: azuredataappconfiguration
ServiceDirectory: appconfiguration
- name: azure-mixedreality-authentication
groupId: com.azure
safeName: azuremixedrealityauthentication
ServiceDirectory: mixedreality
- name: azure-communication-common
groupId: com.azure
safeName: azurecommunicationcommon
ServiceDirectory: communication
- name: azure-messaging-webpubsub
groupId: com.azure
safeName: azuremessagingwebpubsub
ServiceDirectory: webpubsub
- name: azure-security-keyvault-administration
groupId: com.azure
safeName: azuresecuritykeyvaultadministration
ServiceDirectory: keyvault
- name: azure-communication-chat
groupId: com.azure
safeName: azurecommunicationchatclient
ServiceDirectory: communication
- name: azure-communication-identity
groupId: com.azure
safeName: azurecommunicationidentity
ServiceDirectory: communication
- name: azure-communication-rooms
groupId: com.azure
safeName: azurecommunicationrooms
ServiceDirectory: communication
- name: azure-monitor-query
groupId: com.azure
safeName: azuremonitorquery
ServiceDirectory: monitor
- name: azure-mixedreality-remoterendering
groupId: com.azure
safeName: azuremixedrealityremoterendering
ServiceDirectory: remoterendering
- name: azure-digitaltwins-core
groupId: com.azure
safeName: azuredigitaltwinscore
ServiceDirectory: digitaltwins
- name: azure-communication-sms
groupId: com.azure
safeName: azurecommunicationsms
ServiceDirectory: communication
- name: azure-iot-deviceupdate
groupId: com.azure
safeName: azureiotdeviceupdate
ServiceDirectory: deviceupdate
- name: azure-communication-email
groupId: com.azure
safeName: azurecommunicationemail
ServiceDirectory: communication
- name: azure-ai-formrecognizer
groupId: com.azure
safeName: azureaiformrecognizer
ServiceDirectory: formrecognizer
- name: azure-search-documents
groupId: com.azure
safeName: azuresearch
ServiceDirectory: search
- name: azure-security-attestation
groupId: com.azure
safeName: azuresecurityattestation
ServiceDirectory: attestation
- name: azure-ai-metricsadvisor
groupId: com.azure
safeName: azureaimetricsadvisor
ServiceDirectory: metricsadvisor
- name: azure-communication-phonenumbers
groupId: com.azure
safeName: azurecommunicationphonenumbers
ServiceDirectory: communication
- name: azure-developer-loadtesting
groupId: com.azure
safeName: azuredeveloperloadtesting
ServiceDirectory: loadtesting
- name: azure-identity-extensions
groupId: com.azure
safeName: azureidentityextensions
ServiceDirectory: identity
- name: azure-communication-callautomation
groupId: com.azure
safeName: azurecommunicationcallautomation
ServiceDirectory: communication
15 changes: 0 additions & 15 deletions eng/pipelines/patch_release_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,11 @@ com.azure:azure-communication-sms # Tests owner: besh2014, DimaKolomiiets
com.azure:azure-communication-rooms # Tests owner: minnieliu, Mrayyan
com.azure:azure-containers-containerregistry # Tests owner: lmolkova
com.azure:azure-data-appconfiguration # Tests owner: mssfang
com.azure:azure-data-schemaregistry # Tests owner: conniey
com.azure:azure-data-schemaregistry-apacheavro # Tests owner: conniey
com.azure:azure-data-tables # Tests owner: jairmyree
com.azure:azure-developer-loadtesting # Tests owner: Harshan01, prativen
com.azure:azure-digitaltwins-core # Tests owner: sjiherzig
com.azure:azure-identity-extensions # Tests owner: saragluna, backwind1233
com.azure:azure-iot-deviceupdate # Tests owner: leolie, ryzhan
com.azure:azure-messaging-eventgrid # Tests owner: billwert
com.azure:azure-messaging-eventhubs # Tests owner: conniey
com.azure:azure-messaging-eventhubs-checkpointstore-blob # Tests owner: conniey
com.azure:azure-messaging-servicebus # Tests owner: ki1729
com.azure:azure-messaging-webpubsub # Tests owner: weidongxu-microsoft
com.azure:azure-mixedreality-authentication # Tests owner: craigktreasure, RamonArguelles
com.azure:azure-mixedreality-remoterendering # Tests owner: FlorianBorn71, MichaelZp0, jloehr
Expand All @@ -53,13 +47,4 @@ com.azure:azure-security-keyvault-administration # Tests owner: vcolin7
com.azure:azure-security-keyvault-certificates # Tests owner: vcolin7
com.azure:azure-security-keyvault-jca # Tests owner: chenrujun
com.azure:azure-security-keyvault-keys # Tests owner: vcolin7
com.azure:azure-security-keyvault-secrets # Tests owner: vcolin7
com.azure:azure-search-documents # Tests owner: jairmyree
com.azure:azure-storage-blob # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-blob-batch # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-blob-cryptography # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-common # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-file-datalake # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-file-share # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-internal-avro # Tests owner: ibrahimrabab, jaschrep-msft
com.azure:azure-storage-queue # Tests owner: ibrahimrabab, jaschrep-msft
56 changes: 28 additions & 28 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
com.azure:azure-ai-contentsafety;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-formrecognizer;4.1.1;4.2.0-beta.1
com.azure:azure-ai-formrecognizer;4.1.1;4.1.2
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-metricsadvisor;1.1.18;1.2.0-beta.1
com.azure:azure-ai-metricsadvisor;1.1.18;1.1.19
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-openai;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
Expand All @@ -63,19 +63,19 @@ com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-callautomation;1.0.4;1.1.0-beta.1
com.azure:azure-communication-callautomation;1.0.4;1.0.5
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-chat;1.3.12;1.4.0-beta.1
com.azure:azure-communication-common;1.2.12;2.0.0-beta.2
com.azure:azure-communication-chat;1.3.12;1.3.13
com.azure:azure-communication-common;1.2.12;1.2.13
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.6;1.1.0-beta.1
com.azure:azure-communication-identity;1.4.10;1.5.0-beta.1
com.azure:azure-communication-email;1.0.6;1.0.7
com.azure:azure-communication-identity;1.4.10;1.4.11
com.azure:azure-communication-jobrouter;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-communication-phonenumbers;1.1.6;1.2.0-beta.1
com.azure:azure-communication-rooms;1.0.4;1.1.0-beta.2
com.azure:azure-communication-sms;1.1.17;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.1;1.3.0-beta.1
com.azure:azure-communication-phonenumbers;1.1.6;1.1.7
com.azure:azure-communication-rooms;1.0.4;1.0.5
com.azure:azure-communication-sms;1.1.17;1.1.18
com.azure:azure-containers-containerregistry;1.2.1;1.2.2
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.44.1;1.45.0-beta.1
com.azure:azure-core-amqp;2.8.11;2.9.0-beta.6
Expand Down Expand Up @@ -107,23 +107,23 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.23.0;4.24.0-beta.1
com.azure:azure-cosmos-encryption;2.5.0;2.6.0-beta.1
com.azure:azure-cosmos-test;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-appconfiguration;1.4.9;1.5.0-beta.3
com.azure:azure-data-appconfiguration;1.4.9;1.4.10
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.3.10;1.4.0-beta.3
com.azure:azure-data-schemaregistry-apacheavro;1.1.10;1.2.0-beta.3
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-data-tables;12.3.15;12.4.0-beta.1
com.azure:azure-data-tables;12.3.15;12.3.16
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-developer-loadtesting;1.0.6;1.1.0-beta.1
com.azure:azure-digitaltwins-core;1.3.13;1.4.0-beta.1
com.azure:azure-developer-loadtesting;1.0.6;1.0.7
com.azure:azure-digitaltwins-core;1.3.13;1.3.14
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-health-insights-clinicalmatching;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-health-insights-cancerprofiling;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-identity;1.10.4;1.11.0-beta.2
com.azure:azure-identity-extensions;1.1.8;1.2.0-beta.2
com.azure:azure-identity-extensions;1.1.8;1.1.9
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.11;1.1.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.11;1.0.12
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-json;1.1.0;1.2.0-beta.1
com.azure:azure-json-gson;1.0.0-beta.3;1.0.0-beta.4
Expand All @@ -149,26 +149,26 @@ com.azure:azure-messaging-servicebus;7.14.4;7.14.5
com.azure:azure-messaging-servicebus-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-webpubsub;1.2.8;1.3.0-beta.1
com.azure:azure-messaging-webpubsub;1.2.8;1.2.9
com.azure:azure-messaging-webpubsub-client;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-mixedreality-authentication;1.2.17;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.22;1.2.0-beta.1
com.azure:azure-mixedreality-authentication;1.2.17;1.2.18
com.azure:azure-mixedreality-remoterendering;1.1.22;1.1.23
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-monitor-ingestion;1.1.0;1.2.0-beta.1
com.azure:azure-monitor-ingestion;1.1.0;1.1.1
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.2.5;1.3.0-beta.3
com.azure:azure-monitor-query;1.2.5;1.2.6
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-search-documents;11.5.11;11.6.0-beta.11
com.azure:azure-search-documents;11.5.11;11.5.12
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-security-attestation;1.1.17;1.2.0-beta.1
com.azure:azure-security-confidentialledger;1.0.13;1.1.0-beta.1
com.azure:azure-security-keyvault-administration;4.4.0;4.5.0-beta.1
com.azure:azure-security-keyvault-certificates;4.5.6;4.6.0-beta.1
com.azure:azure-security-attestation;1.1.17;1.1.18
com.azure:azure-security-confidentialledger;1.0.13;1.0.14
com.azure:azure-security-keyvault-administration;4.4.0;4.4.1
com.azure:azure-security-keyvault-certificates;4.5.6;4.5.7
com.azure:azure-security-keyvault-jca;2.8.0;2.9.0-beta.1
com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
com.azure:azure-security-keyvault-keys;4.7.0;4.8.0-beta.1
com.azure:azure-security-keyvault-keys;4.7.0;4.7.1
com.azure:azure-security-keyvault-secrets;4.7.0;4.8.0-beta.1
com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.4.10</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit 8870134

Please sign in to comment.