Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare patch releases for Group 3 libraries for March 2023 #34101

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 9 additions & 92 deletions eng/pipelines/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,98 +4,15 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client-patch.yml
parameters:
artifacts:
- name: azure-messaging-eventgrid
- name: azure-messaging-eventhubs
groupId: com.azure
safeName: azuremessagingeventgrid
ServiceDirectory: eventgrid
- name: azure-mixedreality-authentication
safeName: azuremessagingeventhubs
ServiceDirectory: eventhubs
- name: azure-messaging-eventhubs-checkpointstore-blob
groupId: com.azure
safeName: azuremixedrealityauthentication
ServiceDirectory: mixedreality
- name: azure-communication-chat
safeName: azuremessagingeventhubscheckpointstoreblob
ServiceDirectory: eventhubs
- name: azure-mixedreality-remoterendering
groupId: com.azure
safeName: azurecommunicationchatclient
ServiceDirectory: communication
- name: azure-storage-file-datalake
groupId: com.azure
safeName: azurestoragefiledatalake
ServiceDirectory: storage
- name: azure-monitor-query
groupId: com.azure
safeName: azuremonitorquery
ServiceDirectory: monitor
- name: azure-storage-blob-batch
groupId: com.azure
safeName: azurestorageblobbatch
ServiceDirectory: storage
- name: azure-messaging-webpubsub
groupId: com.azure
safeName: azuremessagingwebpubsub
ServiceDirectory: webpubsub
- name: azure-containers-containerregistry
groupId: com.azure
safeName: azurecontainerscontainerregistry
ServiceDirectory: containerregistry
- name: azure-data-schemaregistry
groupId: com.azure
safeName: azuredataschemaregistry
ServiceDirectory: schemaregistry
- name: azure-security-attestation
groupId: com.azure
safeName: azuresecurityattestation
ServiceDirectory: attestation
- name: azure-iot-deviceupdate
groupId: com.azure
safeName: azureiotdeviceupdate
ServiceDirectory: deviceupdate
- name: azure-storage-common
groupId: com.azure
safeName: azurestoragecommon
ServiceDirectory: storage
- name: azure-storage-blob
groupId: com.azure
safeName: azurestorageblob
ServiceDirectory: storage
- name: azure-ai-formrecognizer
groupId: com.azure
safeName: azureaiformrecognizer
ServiceDirectory: formrecognizer
- name: azure-data-schemaregistry-apacheavro
groupId: com.azure
safeName: azuredataschemaregistryapacheavro
ServiceDirectory: schemaregistry
- name: azure-storage-internal-avro
groupId: com.azure
safeName: azurestorageinternalavro
skipPublishDocMs: true
skipPublishDocGithubIo: true
ServiceDirectory: storage
- name: azure-ai-textanalytics
groupId: com.azure
safeName: azureaitextanalytics
ServiceDirectory: textanalytics
- name: azure-search-documents
groupId: com.azure
safeName: azuresearch
ServiceDirectory: search
- name: azure-storage-file-share
groupId: com.azure
safeName: azurestoragefileshare
ServiceDirectory: storage
- name: azure-storage-blob-cryptography
groupId: com.azure
safeName: azurestorageblobcryptography
ServiceDirectory: storage
- name: azure-ai-metricsadvisor
groupId: com.azure
safeName: azureaimetricsadvisor
ServiceDirectory: metricsadvisor
- name: azure-storage-queue
groupId: com.azure
safeName: azurestoragequeue
ServiceDirectory: storage
- name: azure-data-appconfiguration
groupId: com.azure
safeName: azuredataappconfiguration
ServiceDirectory: appconfiguration

safeName: azuremixedrealityremoterendering
ServiceDirectory: remoterendering
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### Dependency Updates

- Upgraded `azure-messaging-eventhubs` from `5.15.2` to version `5.15.3`.
- Upgraded `azure-storage-blob` from `12.20.3` to version `12.21.0`.
- Upgraded `azure-storage-blob` from `12.20.3` to version `12.21.1`.


## 1.16.3 (2023-02-13)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#### Dependency Updates

- Upgraded `azure-core` from `1.36.0` to version `1.37.0`.
- Upgraded `azure-mixedreality-authentication` from `1.2.10` to `1.2.11`.


## 1.1.15 (2023-03-07)
Expand Down