Skip to content

Commit 9cf9c9c

Browse files
author
SDKAuto
committed
CodeGen from PR 24873 in Azure/azure-rest-api-specs
Merge 5b675c21ce8ad9c99f70aaf57c89e0a17e568c96 into e1f8a06c495d417ed164f5681a05993169d7bbc2
1 parent 12cbb2c commit 9cf9c9c

File tree

88 files changed

+17784
-2061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+17784
-2061
lines changed

sdk/authorization/arm-authorization/CHANGELOG.md

Lines changed: 299 additions & 8 deletions
Large diffs are not rendered by default.

sdk/authorization/arm-authorization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Role based access control provides you a way to apply granular level policy admi
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-authorization) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-authorization) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-authorization?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "3a36681ec533a862d6df270d638326eb007bffb0",
2+
"commit": "8f6415ddb9324539b9f6ba9e326511133b4311c4",
33
"readme": "specification/authorization/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\authorization\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.10 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/authorization/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7-
"use": "@autorest/[email protected].0-rc.10"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.1",
7+
"use": "@autorest/typescript@^6.0.4"
88
}

sdk/authorization/arm-authorization/package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AuthorizationManagementClient.",
6-
"version": "9.0.1",
6+
"version": "10.0.0-beta.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11+
"@azure/core-lro": "^2.5.3",
12+
"@azure/abort-controller": "^1.0.0",
1113
"@azure/core-paging": "^1.2.0",
1214
"@azure/core-client": "^1.7.0",
1315
"@azure/core-auth": "^1.3.0",
@@ -109,13 +111,5 @@
109111
]
110112
},
111113
"autoPublish": true,
112-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization",
113-
"//sampleConfiguration": {
114-
"productName": "",
115-
"productSlugs": [
116-
"azure"
117-
],
118-
"disableDocsMs": true,
119-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-authorization?view=azure-node-preview"
120-
}
121-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization"
115+
}

0 commit comments

Comments
 (0)