Skip to content

Commit d5e1a34

Browse files
authored
Post release automated changes for consumption releases (Azure#23099)
Post release automated changes for azure-arm-consumption
1 parent 7146bb6 commit d5e1a34

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/consumption/arm-consumption/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 9.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 9.1.0 (2022-09-05)
414

515
**Features**

sdk/consumption/arm-consumption/package.json

Lines changed: 2 additions & 2 deletions
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 ConsumptionManagementClient.",
6-
"version": "9.1.0",
6+
"version": "9.1.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -116,4 +116,4 @@
116116
"disableDocsMs": true,
117117
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-consumption?view=azure-node-preview"
118118
}
119-
}
119+
}

sdk/consumption/arm-consumption/src/consumptionManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class ConsumptionManagementClient extends coreClient.ServiceClient {
8686
credential: credentials
8787
};
8888

89-
const packageDetails = `azsdk-js-arm-consumption/9.1.0`;
89+
const packageDetails = `azsdk-js-arm-consumption/9.1.1`;
9090
const userAgentPrefix =
9191
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
9292
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)