Skip to content

Commit bc6d2f2

Browse files
authored
Update changelog for 2025 mar release (Azure#33387)
### Packages impacted by this PR - @azure-rest/maps-search - @azure-rest/maps-route - @azure-rest/maps-render - @azure-rest/maps-geolocation ### Issues associated with this PR ### Describe the problem that is addressed by this PR Add CHANGELOG ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent fc6f1de commit bc6d2f2

File tree

10 files changed

+26
-12
lines changed

10 files changed

+26
-12
lines changed

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

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

3+
## 1.0.0-beta.5 (2025-03-14)
4+
5+
### Bugs Fixed
6+
7+
- Fix ESM module file not found.
8+
39
## 1.0.0-beta.4 (2024-12-10)
410

511
### Breaking Changes

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.4",
5+
"version": "1.0.0-beta.5",
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
@@ -27,7 +27,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2727
output-folder: ../
2828
source-code-folder-path: ./src/generated
2929
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json
30-
package-version: 1.0.0-beta.4
30+
package-version: 1.0.0-beta.5
3131
rest-level-client: true
3232
# 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.
3333
# 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 2.0.0-beta.2 (2025-03-14)
4+
5+
### Bugs Fixed
6+
7+
- Fix ESM module file not found.
8+
39
## 2.0.0-beta.1 (2024-12-10)
410

511
### 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": "2.0.0-beta.1",
5+
"version": "2.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
@@ -24,7 +24,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2424
output-folder: ../
2525
source-code-folder-path: ./src/generated
2626
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Render/stable/2024-04-01/render.json
27-
package-version: 2.0.0-beta.1
27+
package-version: 2.0.0-beta.2
2828
rest-level-client: true
2929
# 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.
3030
# 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-route-rest/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0-beta.5 (2025-03-14)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fix ESM module file not found.
128

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

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

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

3+
## 2.0.0-beta.3 (2025-03-14)
4+
5+
### Bugs Fixed
6+
7+
- Fix ESM module file not found.
8+
39
## 2.0.0-beta.2 (2024-12-10)
410

511
### Breaking Changes

sdk/maps/maps-search-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-search",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "2.0.0-beta.2",
5+
"version": "2.0.0-beta.3",
66
"description": "A generated SDK for MapsSearchClient.",
77
"keywords": [
88
"node",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2727
output-folder: ../
2828
source-code-folder-path: ./src/generated
2929
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Search/stable/2023-06-01/search.json
30-
package-version: 2.0.0-beta.2
30+
package-version: 2.0.0-beta.3
3131
rest-level-client: true
3232
# 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.
3333
# 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)