@azure/arm-azurestackhci 4.0.0-alpha.20250613.1 → 4.0.0-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 AzureStackHCIClient.",
|
|
6
|
-
"version": "4.0.0-alpha.
|
|
6
|
+
"version": "4.0.0-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",
|
|
@@ -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",
|
|
@@ -490,7 +490,7 @@ export interface DeploymentData {
|
|
|
490
490
|
secrets?: EceDeploymentSecrets[];
|
|
491
491
|
secretsLocation?: string;
|
|
492
492
|
securitySettings?: DeploymentSecuritySettings;
|
|
493
|
-
storage?:
|
|
493
|
+
storage?: Storage;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
// @public
|
|
@@ -2096,10 +2096,9 @@ export interface Step {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
// @public
|
|
2099
|
-
interface
|
|
2099
|
+
export interface Storage {
|
|
2100
2100
|
configurationMode?: string;
|
|
2101
2101
|
}
|
|
2102
|
-
export { Storage_2 as Storage }
|
|
2103
2102
|
|
|
2104
2103
|
// @public
|
|
2105
2104
|
export interface SwitchDetail {
|