Skip to content

Commit

Permalink
Post release automated changes for azure-arm-extendedlocation (#18097)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Oct 11, 2021
1 parent 7a12b14 commit c20d707
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
14 changes: 13 additions & 1 deletion sdk/extendedlocation/arm-extendedlocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.0-beta.1 (2021-10-08)
## Release History

### 1.0.0-beta.2 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed

#### Other Changes

### 1.0.0-beta.1 (2021-10-08)

- Initial Release
18 changes: 14 additions & 4 deletions sdk/extendedlocation/arm-extendedlocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for CustomLocationsManagementClient.",
"version": "1.0.0-beta.1",
"engines": { "node": ">=12.0.0" },
"version": "1.0.0-beta.2",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
Expand All @@ -14,7 +16,13 @@
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -40,7 +48,9 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down

0 comments on commit c20d707

Please sign in to comment.