Post release automated changes for authorization releases (#17395)

Post release automated changes for azure-arm-authorization
This commit is contained in:
Azure SDK Bot 2021-09-02 11:44:12 -07:00 коммит произвёл GitHub
Родитель b97a2bf0c8
Коммит e930d9c2a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 26 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,15 @@
# Release History
## 30.0.0-beta.2 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 30.0.0-beta.1 (2021-08-31)
This is the first preview for the new version of the `@azure/arm-authorization` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.

Просмотреть файл

@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AuthorizationManagementClient.",
"version": "30.0.0-beta.1",
"engines": { "node": ">=12.0.0" },
"version": "30.0.0-beta.2",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-paging": "^1.1.1",
"@azure/core-client": "^1.0.0",
@ -12,7 +14,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/index.js",
@ -34,7 +42,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",