Skip to content

Commit

Permalink
Post release automated changes for maps releases (Azure#24425)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-rest-maps-geolocation
  • Loading branch information
azure-sdk authored Jan 10, 2023
1 parent 1a408fb commit 8038a49
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
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.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2023-01-10)

### Features Added
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.1",
"version": "1.0.0-beta.2",
"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 @@ -25,7 +25,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./src/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.1
package-version: 1.0.0-beta.2
rest-level-client: true
# Although maps service supports key-credentials and AAD, maps service requires header "ms-x-client-id", which is different from the standard AAD, so we don't generate AAD 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

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2023-01-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": "1.0.0-beta.1",
"version": "1.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 @@ -22,7 +22,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./src/generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Render/stable/2022-08-01/render.json
package-version: 1.0.0-beta.1
package-version: 1.0.0-beta.2
rest-level-client: true
# Although maps-render supports key-credentials and AAD, maps-route requires header "ms-x-client-id", which is different from the standard AAD, so we don't generate AAD 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

0 comments on commit 8038a49

Please sign in to comment.