Skip to content

Commit eadcea8

Browse files
authored
Post release automated changes for quota releases (#33239)
Post release automated changes for azure-arm-quota
1 parent 52c986a commit eadcea8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/quota/arm-quota/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 1.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.0 (2025-02-18)
414

515
### Features Added

sdk/quota/arm-quota/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AzureQuotaExtensionAPI.",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"engines": {
88
"node": ">=18.0.0"
99
},

sdk/quota/arm-quota/src/azureQuotaExtensionAPI.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class AzureQuotaExtensionAPI extends coreClient.ServiceClient {
8888
credential: credentials,
8989
};
9090

91-
const packageDetails = `azsdk-js-arm-quota/1.1.0`;
91+
const packageDetails = `azsdk-js-arm-quota/1.1.1`;
9292
const userAgentPrefix =
9393
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
9494
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)