Skip to content

Commit 8038a49

Browse files
authored
Post release automated changes for maps releases (Azure#24425)
Post release automated changes for azure-rest-maps-geolocation
1 parent 1a408fb commit 8038a49

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

sdk/maps/maps-geolocation-rest/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2023-01-10)
414

515
### Features Added

sdk/maps/maps-geolocation-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure-rest/maps-geolocation",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "1.0.0-beta.1",
5+
"version": "1.0.0-beta.2",
66
"description": "A generated SDK for MapsGeolocationClient.",
77
"keywords": [
88
"node",

sdk/maps/maps-geolocation-rest/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2525
output-folder: ../
2626
source-code-folder-path: ./src/generated
2727
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json
28-
package-version: 1.0.0-beta.1
28+
package-version: 1.0.0-beta.2
2929
rest-level-client: true
3030
# 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.
3131
# For auth configuration, please refer to: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/RLC-quickstart.md#how-to-configure-authentication

sdk/maps/maps-render-rest/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2023-01-10)
414

515
### Features Added

sdk/maps/maps-render-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure-rest/maps-render",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "1.0.0-beta.1",
5+
"version": "1.0.0-beta.2",
66
"description": "A generated SDK for MapsRenderClient.",
77
"keywords": [
88
"node",

sdk/maps/maps-render-rest/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2222
output-folder: ../
2323
source-code-folder-path: ./src/generated
2424
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Render/stable/2022-08-01/render.json
25-
package-version: 1.0.0-beta.1
25+
package-version: 1.0.0-beta.2
2626
rest-level-client: true
2727
# 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.
2828
# For auth configuration, please refer to: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/RLC-quickstart.md#how-to-configure-authentication

0 commit comments

Comments
 (0)