@azure/arm-networkcloud 1.1.1-alpha.20250409.1 → 1.2.0-beta.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/CHANGELOG.md +22 -9
- package/LICENSE +1 -1
- package/README.md +3 -4
- package/dist/browser/models/index.d.ts +103 -40
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +27 -13
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +5 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +136 -21
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/networkCloud.js +2 -2
- package/dist/browser/networkCloud.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +103 -40
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +30 -16
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +5 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +141 -26
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +1 -1
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/networkCloud.js +2 -2
- package/dist/commonjs/networkCloud.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/models/index.d.ts +103 -40
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +27 -13
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +5 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +136 -21
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +1 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/networkCloud.js +2 -2
- package/dist/esm/networkCloud.js.map +1 -1
- package/dist/react-native/models/index.d.ts +103 -40
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +27 -13
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +5 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +136 -21
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +1 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/networkCloud.js +2 -2
- package/dist/react-native/networkCloud.js.map +1 -1
- package/package.json +14 -12
- package/review/arm-networkcloud.api.md +43 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,28 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
2
|
+
|
|
3
|
+
## 1.2.0-beta.1 (2025-04-18)
|
|
4
|
+
Compared with version 1.1.0
|
|
5
|
+
|
|
5
6
|
### Features Added
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
- Added Interface AnalyticsOutputSettings
|
|
9
|
+
- Added Interface SecretArchiveSettings
|
|
10
|
+
- Added Interface VulnerabilityScanningSettings
|
|
11
|
+
- Added Interface VulnerabilityScanningSettingsPatch
|
|
12
|
+
- Added Type Alias VulnerabilityScanningSettingsContainerScan
|
|
13
|
+
- Interface Cluster has a new optional parameter analyticsOutputSettings
|
|
14
|
+
- Interface Cluster has a new optional parameter secretArchiveSettings
|
|
15
|
+
- Interface Cluster has a new optional parameter vulnerabilityScanningSettings
|
|
16
|
+
- Interface ClusterPatchParameters has a new optional parameter analyticsOutputSettings
|
|
17
|
+
- Interface ClusterPatchParameters has a new optional parameter secretArchiveSettings
|
|
18
|
+
- Interface ClusterPatchParameters has a new optional parameter vulnerabilityScanningSettings
|
|
19
|
+
- Interface VirtualMachine has a new optional parameter consoleExtendedLocation
|
|
20
|
+
- Added Enum KnownVulnerabilityScanningSettingsContainerScan
|
|
21
|
+
- Enum KnownOsDiskCreateOption has a new value Persistent
|
|
22
|
+
- Enum KnownStorageApplianceDetailedStatus has a new value Degraded
|
|
23
|
+
- Enum KnownVirtualMachineDeviceModelType has a new value T3
|
|
24
|
+
|
|
25
|
+
|
|
13
26
|
## 1.1.0 (2025-02-20)
|
|
14
27
|
|
|
15
28
|
### Features Added
|
package/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Network Cloud APIs provide management of the Azure Operator Nexus compute re
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkcloud/arm-networkcloud) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-networkcloud) |
|
|
9
|
-
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-networkcloud) |
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-networkcloud?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -66,13 +66,12 @@ import { NetworkCloud } from "@azure/arm-networkcloud";
|
|
|
66
66
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
67
67
|
const credential = new InteractiveBrowserCredential({
|
|
68
68
|
tenantId: "<YOUR_TENANT_ID>",
|
|
69
|
-
clientId: "<YOUR_CLIENT_ID>"
|
|
70
|
-
});
|
|
69
|
+
clientId: "<YOUR_CLIENT_ID>"
|
|
70
|
+
});
|
|
71
71
|
const client = new NetworkCloud(credential, subscriptionId);
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
### JavaScript Bundle
|
|
75
|
-
|
|
76
75
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
77
76
|
|
|
78
77
|
## Key concepts
|
|
@@ -445,7 +445,7 @@ export interface BareMetalMachineConfigurationData {
|
|
|
445
445
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
446
|
*/
|
|
447
447
|
readonly bmcConnectionString?: string;
|
|
448
|
-
/** The credentials of the baseboard management controller on this bare metal machine. */
|
|
448
|
+
/** The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead. */
|
|
449
449
|
bmcCredentials: AdministrativeCredentials;
|
|
450
450
|
/** The MAC address of the BMC for this machine. */
|
|
451
451
|
bmcMacAddress: string;
|
|
@@ -465,7 +465,7 @@ export interface BareMetalMachineConfigurationData {
|
|
|
465
465
|
}
|
|
466
466
|
/** StorageApplianceConfigurationData represents configuration for the storage application. */
|
|
467
467
|
export interface StorageApplianceConfigurationData {
|
|
468
|
-
/** The credentials of the administrative interface on this storage appliance. */
|
|
468
|
+
/** The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead. */
|
|
469
469
|
adminCredentials: AdministrativeCredentials;
|
|
470
470
|
/** The slot that storage appliance is in the rack based on the BOM configuration. */
|
|
471
471
|
rackSlot: number;
|
|
@@ -474,6 +474,20 @@ export interface StorageApplianceConfigurationData {
|
|
|
474
474
|
/** The user-provided name for the storage appliance that will be created from this specification. */
|
|
475
475
|
storageApplianceName?: string;
|
|
476
476
|
}
|
|
477
|
+
/** AnalyticsOutputSettings represents the settings for the log analytics workspace used for output of logs from this cluster. */
|
|
478
|
+
export interface AnalyticsOutputSettings {
|
|
479
|
+
/** The resource ID of the analytics workspace that is to be used by the specified identity. */
|
|
480
|
+
analyticsWorkspaceId?: string;
|
|
481
|
+
/** The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned. */
|
|
482
|
+
associatedIdentity?: IdentitySelector;
|
|
483
|
+
}
|
|
484
|
+
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
485
|
+
export interface IdentitySelector {
|
|
486
|
+
/** The type of managed identity that is being selected. */
|
|
487
|
+
identityType?: ManagedServiceIdentitySelectorType;
|
|
488
|
+
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
489
|
+
userAssignedIdentityResourceId?: string;
|
|
490
|
+
}
|
|
477
491
|
/** ClusterAvailableUpgradeVersion represents the various cluster upgrade parameters. */
|
|
478
492
|
export interface ClusterAvailableUpgradeVersion {
|
|
479
493
|
/**
|
|
@@ -544,13 +558,6 @@ export interface CommandOutputSettings {
|
|
|
544
558
|
/** The URL of the storage account container that is to be used by the specified identities. */
|
|
545
559
|
containerUrl?: string;
|
|
546
560
|
}
|
|
547
|
-
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
548
|
-
export interface IdentitySelector {
|
|
549
|
-
/** The type of managed identity that is being selected. */
|
|
550
|
-
identityType?: ManagedServiceIdentitySelectorType;
|
|
551
|
-
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
552
|
-
userAssignedIdentityResourceId?: string;
|
|
553
|
-
}
|
|
554
561
|
/** ValidationThreshold indicates allowed machine and node hardware and deployment failures. */
|
|
555
562
|
export interface ValidationThreshold {
|
|
556
563
|
/** Selection of how the type evaluation is applied to the cluster calculation. */
|
|
@@ -572,6 +579,13 @@ export interface ClusterSecretArchive {
|
|
|
572
579
|
/** The indicator if the specified key vault should be used to archive the secrets of the cluster. */
|
|
573
580
|
useKeyVault?: ClusterSecretArchiveEnabled;
|
|
574
581
|
}
|
|
582
|
+
/** SecretArchiveSettings represents the settings for the secret archive used to hold credentials for the cluster. */
|
|
583
|
+
export interface SecretArchiveSettings {
|
|
584
|
+
/** The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned. */
|
|
585
|
+
associatedIdentity?: IdentitySelector;
|
|
586
|
+
/** The URI for the key vault used as the secret archive. */
|
|
587
|
+
vaultUri?: string;
|
|
588
|
+
}
|
|
575
589
|
/** ClusterUpdateStrategy represents the strategy for updating the cluster. */
|
|
576
590
|
export interface ClusterUpdateStrategy {
|
|
577
591
|
/**
|
|
@@ -588,6 +602,11 @@ export interface ClusterUpdateStrategy {
|
|
|
588
602
|
/** The time to wait between the increments of update defined by the strategy. */
|
|
589
603
|
waitTimeMinutes?: number;
|
|
590
604
|
}
|
|
605
|
+
/** VulnerabilityScanningSettings represents the settings for how security vulnerability scanning is applied to the cluster. */
|
|
606
|
+
export interface VulnerabilityScanningSettings {
|
|
607
|
+
/** The mode selection for container vulnerability scanning. */
|
|
608
|
+
containerScan?: VulnerabilityScanningSettingsContainerScan;
|
|
609
|
+
}
|
|
591
610
|
/** KubernetesClusterList represents a list of Kubernetes clusters. */
|
|
592
611
|
export interface KubernetesClusterList {
|
|
593
612
|
/** The link used to get the next page of operations. */
|
|
@@ -1283,7 +1302,7 @@ export interface BareMetalMachinePowerOffParameters {
|
|
|
1283
1302
|
}
|
|
1284
1303
|
/** BareMetalMachineReplaceParameters represents the body of the request to physically swap a bare metal machine for another. */
|
|
1285
1304
|
export interface BareMetalMachineReplaceParameters {
|
|
1286
|
-
/** The credentials of the baseboard management controller on this bare metal machine. */
|
|
1305
|
+
/** The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead. */
|
|
1287
1306
|
bmcCredentials?: AdministrativeCredentials;
|
|
1288
1307
|
/** The MAC address of the BMC device. */
|
|
1289
1308
|
bmcMacAddress?: string;
|
|
@@ -1363,6 +1382,8 @@ export interface ClusterPatchParameters {
|
|
|
1363
1382
|
};
|
|
1364
1383
|
/** The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. */
|
|
1365
1384
|
aggregatorOrSingleRackDefinition?: RackDefinition;
|
|
1385
|
+
/** The settings for the log analytics workspace used for output of logs from this cluster. */
|
|
1386
|
+
analyticsOutputSettings?: AnalyticsOutputSettings;
|
|
1366
1387
|
/** The customer-provided location information to identify where the cluster resides. */
|
|
1367
1388
|
clusterLocation?: string;
|
|
1368
1389
|
/** The service principal to be used by the cluster during Arc Appliance installation. */
|
|
@@ -1380,8 +1401,17 @@ export interface ClusterPatchParameters {
|
|
|
1380
1401
|
runtimeProtectionConfiguration?: RuntimeProtectionConfiguration;
|
|
1381
1402
|
/** The configuration for use of a key vault to store secrets for later retrieval by the operator. */
|
|
1382
1403
|
secretArchive?: ClusterSecretArchive;
|
|
1404
|
+
/** The settings for the secret archive used to hold credentials for the cluster. */
|
|
1405
|
+
secretArchiveSettings?: SecretArchiveSettings;
|
|
1383
1406
|
/** The strategy for updating the cluster. */
|
|
1384
1407
|
updateStrategy?: ClusterUpdateStrategy;
|
|
1408
|
+
/** The settings for how security vulnerability scanning is applied to the cluster. */
|
|
1409
|
+
vulnerabilityScanningSettings?: VulnerabilityScanningSettingsPatch;
|
|
1410
|
+
}
|
|
1411
|
+
/** VulnerabilityScanningSettingsPatch represents the settings for how security vulnerability scanning is applied to the cluster. */
|
|
1412
|
+
export interface VulnerabilityScanningSettingsPatch {
|
|
1413
|
+
/** The mode selection for container vulnerability scanning. */
|
|
1414
|
+
containerScan?: VulnerabilityScanningSettingsContainerScan;
|
|
1385
1415
|
}
|
|
1386
1416
|
/** BareMetalMachineKeySetList represents a list of bare metal machine key sets. */
|
|
1387
1417
|
export interface BareMetalMachineKeySetList {
|
|
@@ -1974,7 +2004,9 @@ export interface Cluster extends TrackedResource {
|
|
|
1974
2004
|
identity?: ManagedServiceIdentity;
|
|
1975
2005
|
/** The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. */
|
|
1976
2006
|
aggregatorOrSingleRackDefinition: RackDefinition;
|
|
1977
|
-
/** The
|
|
2007
|
+
/** The settings for the log analytics workspace used for output of logs from this cluster. */
|
|
2008
|
+
analyticsOutputSettings?: AnalyticsOutputSettings;
|
|
2009
|
+
/** Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. */
|
|
1978
2010
|
analyticsWorkspaceId?: string;
|
|
1979
2011
|
/**
|
|
1980
2012
|
* The list of cluster runtime version upgrades available for this cluster.
|
|
@@ -2056,6 +2088,8 @@ export interface Cluster extends TrackedResource {
|
|
|
2056
2088
|
runtimeProtectionConfiguration?: RuntimeProtectionConfiguration;
|
|
2057
2089
|
/** The configuration for use of a key vault to store secrets for later retrieval by the operator. */
|
|
2058
2090
|
secretArchive?: ClusterSecretArchive;
|
|
2091
|
+
/** The settings for the secret archive used to hold credentials for the cluster. */
|
|
2092
|
+
secretArchiveSettings?: SecretArchiveSettings;
|
|
2059
2093
|
/**
|
|
2060
2094
|
* The support end date of the runtime version of the cluster.
|
|
2061
2095
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2063,6 +2097,8 @@ export interface Cluster extends TrackedResource {
|
|
|
2063
2097
|
readonly supportExpiryDate?: string;
|
|
2064
2098
|
/** The strategy for updating the cluster. */
|
|
2065
2099
|
updateStrategy?: ClusterUpdateStrategy;
|
|
2100
|
+
/** The settings for how security vulnerability scanning is applied to the cluster. */
|
|
2101
|
+
vulnerabilityScanningSettings?: VulnerabilityScanningSettings;
|
|
2066
2102
|
/**
|
|
2067
2103
|
* The list of workload resource IDs that are hosted within this cluster.
|
|
2068
2104
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2286,7 +2322,7 @@ export interface StorageAppliance extends TrackedResource {
|
|
|
2286
2322
|
/** The credentials of the administrative interface on this storage appliance. */
|
|
2287
2323
|
administratorCredentials: AdministrativeCredentials;
|
|
2288
2324
|
/**
|
|
2289
|
-
* The total capacity of the storage appliance.
|
|
2325
|
+
* The total capacity of the storage appliance. Measured in GiB.
|
|
2290
2326
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2291
2327
|
*/
|
|
2292
2328
|
readonly capacity?: number;
|
|
@@ -2296,7 +2332,7 @@ export interface StorageAppliance extends TrackedResource {
|
|
|
2296
2332
|
*/
|
|
2297
2333
|
readonly capacityUsed?: number;
|
|
2298
2334
|
/**
|
|
2299
|
-
* The resource ID of the cluster this storage appliance is associated with.
|
|
2335
|
+
* The resource ID of the cluster this storage appliance is associated with. Measured in GiB.
|
|
2300
2336
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2301
2337
|
*/
|
|
2302
2338
|
readonly clusterId?: string;
|
|
@@ -2432,6 +2468,8 @@ export interface VirtualMachine extends TrackedResource {
|
|
|
2432
2468
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2433
2469
|
*/
|
|
2434
2470
|
readonly clusterId?: string;
|
|
2471
|
+
/** The extended location to use for creation of a VM console resource. */
|
|
2472
|
+
consoleExtendedLocation?: ExtendedLocation;
|
|
2435
2473
|
/** The number of CPU cores in the virtual machine. */
|
|
2436
2474
|
cpuCores: number;
|
|
2437
2475
|
/**
|
|
@@ -3426,6 +3464,22 @@ export declare enum KnownClusterManagerProvisioningState {
|
|
|
3426
3464
|
* **Updating**
|
|
3427
3465
|
*/
|
|
3428
3466
|
export type ClusterManagerProvisioningState = string;
|
|
3467
|
+
/** Known values of {@link ManagedServiceIdentitySelectorType} that the service accepts. */
|
|
3468
|
+
export declare enum KnownManagedServiceIdentitySelectorType {
|
|
3469
|
+
/** SystemAssignedIdentity */
|
|
3470
|
+
SystemAssignedIdentity = "SystemAssignedIdentity",
|
|
3471
|
+
/** UserAssignedIdentity */
|
|
3472
|
+
UserAssignedIdentity = "UserAssignedIdentity"
|
|
3473
|
+
}
|
|
3474
|
+
/**
|
|
3475
|
+
* Defines values for ManagedServiceIdentitySelectorType. \
|
|
3476
|
+
* {@link KnownManagedServiceIdentitySelectorType} can be used interchangeably with ManagedServiceIdentitySelectorType,
|
|
3477
|
+
* this enum contains the known values that the service supports.
|
|
3478
|
+
* ### Known values supported by the service
|
|
3479
|
+
* **SystemAssignedIdentity** \
|
|
3480
|
+
* **UserAssignedIdentity**
|
|
3481
|
+
*/
|
|
3482
|
+
export type ManagedServiceIdentitySelectorType = string;
|
|
3429
3483
|
/** Known values of {@link ControlImpact} that the service accepts. */
|
|
3430
3484
|
export declare enum KnownControlImpact {
|
|
3431
3485
|
/** True */
|
|
@@ -3512,22 +3566,6 @@ export declare enum KnownClusterType {
|
|
|
3512
3566
|
* **MultiRack**
|
|
3513
3567
|
*/
|
|
3514
3568
|
export type ClusterType = string;
|
|
3515
|
-
/** Known values of {@link ManagedServiceIdentitySelectorType} that the service accepts. */
|
|
3516
|
-
export declare enum KnownManagedServiceIdentitySelectorType {
|
|
3517
|
-
/** SystemAssignedIdentity */
|
|
3518
|
-
SystemAssignedIdentity = "SystemAssignedIdentity",
|
|
3519
|
-
/** UserAssignedIdentity */
|
|
3520
|
-
UserAssignedIdentity = "UserAssignedIdentity"
|
|
3521
|
-
}
|
|
3522
|
-
/**
|
|
3523
|
-
* Defines values for ManagedServiceIdentitySelectorType. \
|
|
3524
|
-
* {@link KnownManagedServiceIdentitySelectorType} can be used interchangeably with ManagedServiceIdentitySelectorType,
|
|
3525
|
-
* this enum contains the known values that the service supports.
|
|
3526
|
-
* ### Known values supported by the service
|
|
3527
|
-
* **SystemAssignedIdentity** \
|
|
3528
|
-
* **UserAssignedIdentity**
|
|
3529
|
-
*/
|
|
3530
|
-
export type ManagedServiceIdentitySelectorType = string;
|
|
3531
3569
|
/** Known values of {@link ValidationThresholdGrouping} that the service accepts. */
|
|
3532
3570
|
export declare enum KnownValidationThresholdGrouping {
|
|
3533
3571
|
/** PerCluster */
|
|
@@ -3682,6 +3720,22 @@ export declare enum KnownClusterUpdateStrategyType {
|
|
|
3682
3720
|
* **PauseAfterRack**
|
|
3683
3721
|
*/
|
|
3684
3722
|
export type ClusterUpdateStrategyType = string;
|
|
3723
|
+
/** Known values of {@link VulnerabilityScanningSettingsContainerScan} that the service accepts. */
|
|
3724
|
+
export declare enum KnownVulnerabilityScanningSettingsContainerScan {
|
|
3725
|
+
/** Disabled */
|
|
3726
|
+
Disabled = "Disabled",
|
|
3727
|
+
/** Enabled */
|
|
3728
|
+
Enabled = "Enabled"
|
|
3729
|
+
}
|
|
3730
|
+
/**
|
|
3731
|
+
* Defines values for VulnerabilityScanningSettingsContainerScan. \
|
|
3732
|
+
* {@link KnownVulnerabilityScanningSettingsContainerScan} can be used interchangeably with VulnerabilityScanningSettingsContainerScan,
|
|
3733
|
+
* this enum contains the known values that the service supports.
|
|
3734
|
+
* ### Known values supported by the service
|
|
3735
|
+
* **Disabled** \
|
|
3736
|
+
* **Enabled**
|
|
3737
|
+
*/
|
|
3738
|
+
export type VulnerabilityScanningSettingsContainerScan = string;
|
|
3685
3739
|
/** Known values of {@link AvailabilityLifecycle} that the service accepts. */
|
|
3686
3740
|
export declare enum KnownAvailabilityLifecycle {
|
|
3687
3741
|
/** Preview */
|
|
@@ -4304,10 +4358,12 @@ export declare enum KnownRackProvisioningState {
|
|
|
4304
4358
|
export type RackProvisioningState = string;
|
|
4305
4359
|
/** Known values of {@link StorageApplianceDetailedStatus} that the service accepts. */
|
|
4306
4360
|
export declare enum KnownStorageApplianceDetailedStatus {
|
|
4307
|
-
/** Error */
|
|
4308
|
-
Error = "Error",
|
|
4309
4361
|
/** Available */
|
|
4310
4362
|
Available = "Available",
|
|
4363
|
+
/** Degraded */
|
|
4364
|
+
Degraded = "Degraded",
|
|
4365
|
+
/** Error */
|
|
4366
|
+
Error = "Error",
|
|
4311
4367
|
/** Provisioning */
|
|
4312
4368
|
Provisioning = "Provisioning"
|
|
4313
4369
|
}
|
|
@@ -4316,8 +4372,9 @@ export declare enum KnownStorageApplianceDetailedStatus {
|
|
|
4316
4372
|
* {@link KnownStorageApplianceDetailedStatus} can be used interchangeably with StorageApplianceDetailedStatus,
|
|
4317
4373
|
* this enum contains the known values that the service supports.
|
|
4318
4374
|
* ### Known values supported by the service
|
|
4319
|
-
* **Error** \
|
|
4320
4375
|
* **Available** \
|
|
4376
|
+
* **Degraded** \
|
|
4377
|
+
* **Error** \
|
|
4321
4378
|
* **Provisioning**
|
|
4322
4379
|
*/
|
|
4323
4380
|
export type StorageApplianceDetailedStatus = string;
|
|
@@ -4585,15 +4642,18 @@ export declare enum KnownVirtualMachineProvisioningState {
|
|
|
4585
4642
|
export type VirtualMachineProvisioningState = string;
|
|
4586
4643
|
/** Known values of {@link OsDiskCreateOption} that the service accepts. */
|
|
4587
4644
|
export declare enum KnownOsDiskCreateOption {
|
|
4588
|
-
/**
|
|
4589
|
-
Ephemeral = "Ephemeral"
|
|
4645
|
+
/** Utilize the local storage of the host machine. */
|
|
4646
|
+
Ephemeral = "Ephemeral",
|
|
4647
|
+
/** Utilize a storage appliance backed volume to host the disk. */
|
|
4648
|
+
Persistent = "Persistent"
|
|
4590
4649
|
}
|
|
4591
4650
|
/**
|
|
4592
4651
|
* Defines values for OsDiskCreateOption. \
|
|
4593
4652
|
* {@link KnownOsDiskCreateOption} can be used interchangeably with OsDiskCreateOption,
|
|
4594
4653
|
* this enum contains the known values that the service supports.
|
|
4595
4654
|
* ### Known values supported by the service
|
|
4596
|
-
* **Ephemeral
|
|
4655
|
+
* **Ephemeral**: Utilize the local storage of the host machine. \
|
|
4656
|
+
* **Persistent**: Utilize a storage appliance backed volume to host the disk.
|
|
4597
4657
|
*/
|
|
4598
4658
|
export type OsDiskCreateOption = string;
|
|
4599
4659
|
/** Known values of {@link OsDiskDeleteOption} that the service accepts. */
|
|
@@ -4627,18 +4687,21 @@ export declare enum KnownVirtualMachineVirtioInterfaceType {
|
|
|
4627
4687
|
export type VirtualMachineVirtioInterfaceType = string;
|
|
4628
4688
|
/** Known values of {@link VirtualMachineDeviceModelType} that the service accepts. */
|
|
4629
4689
|
export declare enum KnownVirtualMachineDeviceModelType {
|
|
4630
|
-
/**
|
|
4690
|
+
/** Traditional and most compatible device virtualization interface. */
|
|
4631
4691
|
T1 = "T1",
|
|
4632
|
-
/**
|
|
4633
|
-
T2 = "T2"
|
|
4692
|
+
/** Modern and enhanced device virtualization interface. */
|
|
4693
|
+
T2 = "T2",
|
|
4694
|
+
/** Improved security and functionality (including TPM and secure boot support). */
|
|
4695
|
+
T3 = "T3"
|
|
4634
4696
|
}
|
|
4635
4697
|
/**
|
|
4636
4698
|
* Defines values for VirtualMachineDeviceModelType. \
|
|
4637
4699
|
* {@link KnownVirtualMachineDeviceModelType} can be used interchangeably with VirtualMachineDeviceModelType,
|
|
4638
4700
|
* this enum contains the known values that the service supports.
|
|
4639
4701
|
* ### Known values supported by the service
|
|
4640
|
-
* **T1
|
|
4641
|
-
* **T2
|
|
4702
|
+
* **T1**: Traditional and most compatible device virtualization interface. \
|
|
4703
|
+
* **T2**: Modern and enhanced device virtualization interface. \
|
|
4704
|
+
* **T3**: Improved security and functionality (including TPM and secure boot support).
|
|
4642
4705
|
*/
|
|
4643
4706
|
export type VirtualMachineDeviceModelType = string;
|
|
4644
4707
|
/** Known values of {@link VolumeDetailedStatus} that the service accepts. */
|