@azure/arm-authorization-profile-2020-09-01-hybrid 2.1.1-alpha.20250611.1 → 2.1.1-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": "2.1.1-alpha.20250611.1",
6
+ "version": "2.1.1-alpha.20250616.2",
7
7
  "engines": {
8
- "node": ">=18.0.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/core-auth": "^1.6.0",
@@ -33,7 +33,7 @@
33
33
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
34
  "@azure/identity": "^4.5.0",
35
35
  "@azure/logger": "^1.1.4",
36
- "@types/node": "^18.0.0",
36
+ "@types/node": "^20.0.0",
37
37
  "@vitest/browser": "^3.0.9",
38
38
  "@vitest/coverage-istanbul": "^3.0.9",
39
39
  "dotenv": "^16.0.0",
@@ -18,7 +18,7 @@ export class AuthorizationManagementClient extends coreClient.ServiceClient {
18
18
  // (undocumented)
19
19
  globalAdministrator: GlobalAdministrator;
20
20
  // (undocumented)
21
- permissions: Permissions_2;
21
+ permissions: Permissions;
22
22
  // (undocumented)
23
23
  providerOperationsMetadataOperations: ProviderOperationsMetadataOperations;
24
24
  // (undocumented)
@@ -81,11 +81,10 @@ export interface PermissionGetResult {
81
81
  }
82
82
 
83
83
  // @public
84
- interface Permissions_2 {
84
+ export interface Permissions {
85
85
  listForResource(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: PermissionsListForResourceOptionalParams): PagedAsyncIterableIterator<Permission>;
86
86
  listForResourceGroup(resourceGroupName: string, options?: PermissionsListForResourceGroupOptionalParams): PagedAsyncIterableIterator<Permission>;
87
87
  }
88
- export { Permissions_2 as Permissions }
89
88
 
90
89
  // @public
91
90
  export interface PermissionsListForResourceGroupNextOptionalParams extends coreClient.OperationOptions {