@azure/arm-deviceupdate 1.2.1-alpha.20250610.1 → 1.2.1-alpha.20250616.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 DeviceUpdate.",
|
|
6
|
-
"version": "1.2.1-alpha.
|
|
6
|
+
"version": "1.2.1-alpha.20250616.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.6.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",
|
|
@@ -15,7 +15,7 @@ export interface Account extends TrackedResource {
|
|
|
15
15
|
encryption?: Encryption;
|
|
16
16
|
readonly hostName?: string;
|
|
17
17
|
identity?: ManagedServiceIdentity;
|
|
18
|
-
readonly locations?:
|
|
18
|
+
readonly locations?: Location[];
|
|
19
19
|
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
20
20
|
readonly provisioningState?: ProvisioningState;
|
|
21
21
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
@@ -442,12 +442,11 @@ export enum KnownSku {
|
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
// @public (undocumented)
|
|
445
|
-
interface
|
|
445
|
+
export interface Location {
|
|
446
446
|
// (undocumented)
|
|
447
447
|
name?: string;
|
|
448
448
|
role?: Role;
|
|
449
449
|
}
|
|
450
|
-
export { Location_2 as Location }
|
|
451
450
|
|
|
452
451
|
// @public
|
|
453
452
|
export interface ManagedServiceIdentity {
|