@azure/arm-storage-profile-2020-09-01-hybrid 2.1.1-alpha.20250612.1 → 2.1.1-alpha.20250617.1
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 StorageManagementClient.",
|
|
6
|
-
"version": "2.1.1-alpha.
|
|
6
|
+
"version": "2.1.1-alpha.20250617.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.6.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
|
@@ -17,7 +17,7 @@ export type AccessTier = "Hot" | "Cool";
|
|
|
17
17
|
export interface AccountSasParameters {
|
|
18
18
|
iPAddressOrRange?: string;
|
|
19
19
|
keyToSign?: string;
|
|
20
|
-
permissions:
|
|
20
|
+
permissions: Permissions;
|
|
21
21
|
protocols?: HttpProtocol;
|
|
22
22
|
resourceTypes: SignedResourceTypes;
|
|
23
23
|
services: Services;
|
|
@@ -260,7 +260,7 @@ export type EncryptionScopeState = string;
|
|
|
260
260
|
// @public
|
|
261
261
|
export interface EncryptionService {
|
|
262
262
|
enabled?: boolean;
|
|
263
|
-
keyType?:
|
|
263
|
+
keyType?: KeyType;
|
|
264
264
|
readonly lastEnabledTime?: Date;
|
|
265
265
|
}
|
|
266
266
|
|
|
@@ -334,8 +334,7 @@ export type KeyPermission = "Read" | "Full";
|
|
|
334
334
|
export type KeySource = string;
|
|
335
335
|
|
|
336
336
|
// @public
|
|
337
|
-
type
|
|
338
|
-
export { KeyType_2 as KeyType }
|
|
337
|
+
export type KeyType = string;
|
|
339
338
|
|
|
340
339
|
// @public
|
|
341
340
|
export interface KeyVaultProperties {
|
|
@@ -771,8 +770,7 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
771
770
|
export type OperationsListResponse = OperationListResult;
|
|
772
771
|
|
|
773
772
|
// @public
|
|
774
|
-
type
|
|
775
|
-
export { Permissions_2 as Permissions }
|
|
773
|
+
export type Permissions = string;
|
|
776
774
|
|
|
777
775
|
// @public
|
|
778
776
|
export interface PrivateEndpoint {
|
|
@@ -913,7 +911,7 @@ export interface ServiceSasParameters {
|
|
|
913
911
|
keyToSign?: string;
|
|
914
912
|
partitionKeyEnd?: string;
|
|
915
913
|
partitionKeyStart?: string;
|
|
916
|
-
permissions?:
|
|
914
|
+
permissions?: Permissions;
|
|
917
915
|
protocols?: HttpProtocol;
|
|
918
916
|
resource?: SignedResource;
|
|
919
917
|
rowKeyEnd?: string;
|