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

Post release automated changes for maps releases #31785

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 10 additions & 0 deletions sdk/maps/maps-geolocation-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2024-12-10)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-geolocation-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure-rest/maps-geolocation",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "A generated SDK for MapsGeolocationClient.",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-geolocation-rest/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json
package-version: 1.0.0-beta.4
package-version: 1.0.0-beta.5
rest-level-client: true
# Although maps service supports key-credentials and Microsoft Entra ID, maps service requires header "ms-x-client-id", which is different from the standard Microsoft Entra ID, so we don't generate Microsoft Entra ID code and implement ourselves.
# For auth configuration, please refer to: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/RLC-quickstart.md#how-to-configure-authentication
Expand Down
10 changes: 10 additions & 0 deletions sdk/maps/maps-render-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.1 (2024-12-10)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-render-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure-rest/maps-render",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "A generated SDK for MapsRenderClient.",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-render-rest/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Render/stable/2024-04-01/render.json
package-version: 2.0.0-beta.1
package-version: 2.0.0-beta.2
rest-level-client: true
# Although maps-render supports key-credentials and Microsoft Entra ID, maps-route requires header "ms-x-client-id", which is different from the standard Microsoft Entra ID, so we don't generate Microsoft Entra ID code and implement ourselves.
# For auth configuration, please refer to: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/RLC-quickstart.md#how-to-configure-authentication
Expand Down
10 changes: 10 additions & 0 deletions sdk/maps/maps-search-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.2 (2024-12-10)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-search-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure-rest/maps-search",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A generated SDK for MapsSearchClient.",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/maps-search-rest/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Search/stable/2023-06-01/search.json
package-version: 2.0.0-beta.2
package-version: 2.0.0-beta.3
rest-level-client: true
# Although maps service supports key-credentials and Microsoft Entra ID, maps service requires header "ms-x-client-id", which is different from the standard Microsoft Entra ID, so we don't generate Microsoft Entra ID code and implement ourselves.
# For auth configuration, please refer to: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/RLC-quickstart.md#how-to-configure-authentication
Expand Down
Loading