@azure/arm-authorization 10.0.0-alpha.20250611.1 → 10.0.0-alpha.20250616.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for AuthorizationManagementClient.",
|
|
6
|
-
"version": "10.0.0-alpha.
|
|
6
|
+
"version": "10.0.0-alpha.20250616.2",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
36
36
|
"@azure/identity": "^4.5.0",
|
|
37
37
|
"@azure/logger": "^1.1.4",
|
|
38
|
-
"@types/node": "^
|
|
38
|
+
"@types/node": "^20.0.0",
|
|
39
39
|
"@vitest/browser": "^3.0.9",
|
|
40
40
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
41
41
|
"dotenv": "^16.0.0",
|
|
@@ -1118,7 +1118,7 @@ export class AuthorizationManagementClient extends coreClient.ServiceClient {
|
|
|
1118
1118
|
// (undocumented)
|
|
1119
1119
|
operations: Operations;
|
|
1120
1120
|
// (undocumented)
|
|
1121
|
-
permissions:
|
|
1121
|
+
permissions: Permissions;
|
|
1122
1122
|
// (undocumented)
|
|
1123
1123
|
providerOperationsMetadataOperations: ProviderOperationsMetadataOperations;
|
|
1124
1124
|
// (undocumented)
|
|
@@ -1840,11 +1840,10 @@ export interface PermissionGetResult {
|
|
|
1840
1840
|
}
|
|
1841
1841
|
|
|
1842
1842
|
// @public
|
|
1843
|
-
interface
|
|
1843
|
+
export interface Permissions {
|
|
1844
1844
|
listForResource(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: PermissionsListForResourceOptionalParams): PagedAsyncIterableIterator<Permission>;
|
|
1845
1845
|
listForResourceGroup(resourceGroupName: string, options?: PermissionsListForResourceGroupOptionalParams): PagedAsyncIterableIterator<Permission>;
|
|
1846
1846
|
}
|
|
1847
|
-
export { Permissions_2 as Permissions }
|
|
1848
1847
|
|
|
1849
1848
|
// @public
|
|
1850
1849
|
export interface PermissionsListForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|