Skip to content

Commit 6534c20

Browse files
authored
Post release automated changes for azure-arm-consumption (#18698)
1 parent 75c13f5 commit 6534c20

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

sdk/consumption/arm-consumption/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## 9.0.0-beta.1 (2021-11-16)
1+
## Release History
2+
3+
### 9.0.0-beta.2 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
13+
### 9.0.0-beta.1 (2021-11-16)
214

315
This is the first preview for the new version of the `@azure/arm-consumption` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
416

sdk/consumption/arm-consumption/package.json

+14-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ConsumptionManagementClient.",
6-
"version": "9.0.0-beta.1",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "9.0.0-beta.2",
7+
"engines": {
8+
"node": ">=12.0.0"
9+
},
810
"dependencies": {
911
"@azure/core-paging": "^1.2.0",
1012
"@azure/core-client": "^1.0.0",
1113
"@azure/core-auth": "^1.3.0",
1214
"@azure/core-rest-pipeline": "^1.1.0",
1315
"tslib": "^2.2.0"
1416
},
15-
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
17+
"keywords": [
18+
"node",
19+
"azure",
20+
"typescript",
21+
"browser",
22+
"isomorphic"
23+
],
1624
"license": "MIT",
1725
"main": "./dist/index.js",
1826
"module": "./dist-esm/src/index.js",
@@ -38,7 +46,9 @@
3846
"type": "git",
3947
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4048
},
41-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
49+
"bugs": {
50+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
51+
},
4252
"files": [
4353
"dist/**/*.js",
4454
"dist/**/*.js.map",

0 commit comments

Comments
 (0)