@azure/arm-networkcloud 1.2.0-alpha.20250620.3 → 1.2.0-alpha.20250721.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/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +648 -314
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/networkCloud.js +33 -5
- package/dist/browser/networkCloud.js.map +1 -1
- package/dist/browser/operations/agentPools.js +56 -58
- package/dist/browser/operations/agentPools.js.map +1 -1
- package/dist/browser/operations/bareMetalMachineKeySets.js +56 -58
- package/dist/browser/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/browser/operations/bareMetalMachines.js +188 -157
- package/dist/browser/operations/bareMetalMachines.js.map +1 -1
- package/dist/browser/operations/bmcKeySets.js +56 -58
- package/dist/browser/operations/bmcKeySets.js.map +1 -1
- package/dist/browser/operations/cloudServicesNetworks.js +78 -97
- package/dist/browser/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/browser/operations/clusterManagers.js +67 -91
- package/dist/browser/operations/clusterManagers.js.map +1 -1
- package/dist/browser/operations/clusters.js +122 -121
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/consoles.js +56 -58
- package/dist/browser/operations/consoles.js.map +1 -1
- package/dist/browser/operations/kubernetesClusterFeatures.js +56 -58
- package/dist/browser/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/browser/operations/kubernetesClusters.js +89 -103
- package/dist/browser/operations/kubernetesClusters.js.map +1 -1
- package/dist/browser/operations/l2Networks.js +67 -91
- package/dist/browser/operations/l2Networks.js.map +1 -1
- package/dist/browser/operations/l3Networks.js +67 -91
- package/dist/browser/operations/l3Networks.js.map +1 -1
- package/dist/browser/operations/metricsConfigurations.js +56 -58
- package/dist/browser/operations/metricsConfigurations.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/rackSkus.js +23 -40
- package/dist/browser/operations/rackSkus.js.map +1 -1
- package/dist/browser/operations/racks.js +78 -97
- package/dist/browser/operations/racks.js.map +1 -1
- package/dist/browser/operations/storageAppliances.js +100 -109
- package/dist/browser/operations/storageAppliances.js.map +1 -1
- package/dist/browser/operations/trunkedNetworks.js +67 -91
- package/dist/browser/operations/trunkedNetworks.js.map +1 -1
- package/dist/browser/operations/virtualMachines.js +122 -121
- package/dist/browser/operations/virtualMachines.js.map +1 -1
- package/dist/browser/operations/volumes.js +67 -91
- package/dist/browser/operations/volumes.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +648 -314
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/networkCloud.js +33 -5
- package/dist/commonjs/networkCloud.js.map +1 -1
- package/dist/commonjs/operations/agentPools.js +56 -57
- package/dist/commonjs/operations/agentPools.js.map +1 -1
- package/dist/commonjs/operations/bareMetalMachineKeySets.js +56 -57
- package/dist/commonjs/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/commonjs/operations/bareMetalMachines.js +188 -156
- package/dist/commonjs/operations/bareMetalMachines.js.map +1 -1
- package/dist/commonjs/operations/bmcKeySets.js +56 -57
- package/dist/commonjs/operations/bmcKeySets.js.map +1 -1
- package/dist/commonjs/operations/cloudServicesNetworks.js +78 -96
- package/dist/commonjs/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/commonjs/operations/clusterManagers.js +67 -90
- package/dist/commonjs/operations/clusterManagers.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +122 -120
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/consoles.js +56 -57
- package/dist/commonjs/operations/consoles.js.map +1 -1
- package/dist/commonjs/operations/kubernetesClusterFeatures.js +56 -57
- package/dist/commonjs/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/commonjs/operations/kubernetesClusters.js +89 -102
- package/dist/commonjs/operations/kubernetesClusters.js.map +1 -1
- package/dist/commonjs/operations/l2Networks.js +67 -90
- package/dist/commonjs/operations/l2Networks.js.map +1 -1
- package/dist/commonjs/operations/l3Networks.js +67 -90
- package/dist/commonjs/operations/l3Networks.js.map +1 -1
- package/dist/commonjs/operations/metricsConfigurations.js +56 -57
- package/dist/commonjs/operations/metricsConfigurations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/rackSkus.js +23 -39
- package/dist/commonjs/operations/rackSkus.js.map +1 -1
- package/dist/commonjs/operations/racks.js +78 -96
- package/dist/commonjs/operations/racks.js.map +1 -1
- package/dist/commonjs/operations/storageAppliances.js +100 -108
- package/dist/commonjs/operations/storageAppliances.js.map +1 -1
- package/dist/commonjs/operations/trunkedNetworks.js +67 -90
- package/dist/commonjs/operations/trunkedNetworks.js.map +1 -1
- package/dist/commonjs/operations/virtualMachines.js +122 -120
- package/dist/commonjs/operations/virtualMachines.js.map +1 -1
- package/dist/commonjs/operations/volumes.js +67 -90
- package/dist/commonjs/operations/volumes.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +648 -314
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/networkCloud.js +33 -5
- package/dist/esm/networkCloud.js.map +1 -1
- package/dist/esm/operations/agentPools.js +56 -58
- package/dist/esm/operations/agentPools.js.map +1 -1
- package/dist/esm/operations/bareMetalMachineKeySets.js +56 -58
- package/dist/esm/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/esm/operations/bareMetalMachines.js +188 -157
- package/dist/esm/operations/bareMetalMachines.js.map +1 -1
- package/dist/esm/operations/bmcKeySets.js +56 -58
- package/dist/esm/operations/bmcKeySets.js.map +1 -1
- package/dist/esm/operations/cloudServicesNetworks.js +78 -97
- package/dist/esm/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/esm/operations/clusterManagers.js +67 -91
- package/dist/esm/operations/clusterManagers.js.map +1 -1
- package/dist/esm/operations/clusters.js +122 -121
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/consoles.js +56 -58
- package/dist/esm/operations/consoles.js.map +1 -1
- package/dist/esm/operations/kubernetesClusterFeatures.js +56 -58
- package/dist/esm/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/esm/operations/kubernetesClusters.js +89 -103
- package/dist/esm/operations/kubernetesClusters.js.map +1 -1
- package/dist/esm/operations/l2Networks.js +67 -91
- package/dist/esm/operations/l2Networks.js.map +1 -1
- package/dist/esm/operations/l3Networks.js +67 -91
- package/dist/esm/operations/l3Networks.js.map +1 -1
- package/dist/esm/operations/metricsConfigurations.js +56 -58
- package/dist/esm/operations/metricsConfigurations.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/rackSkus.js +23 -40
- package/dist/esm/operations/rackSkus.js.map +1 -1
- package/dist/esm/operations/racks.js +78 -97
- package/dist/esm/operations/racks.js.map +1 -1
- package/dist/esm/operations/storageAppliances.js +100 -109
- package/dist/esm/operations/storageAppliances.js.map +1 -1
- package/dist/esm/operations/trunkedNetworks.js +67 -91
- package/dist/esm/operations/trunkedNetworks.js.map +1 -1
- package/dist/esm/operations/virtualMachines.js +122 -121
- package/dist/esm/operations/virtualMachines.js.map +1 -1
- package/dist/esm/operations/volumes.js +67 -91
- package/dist/esm/operations/volumes.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +648 -314
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/networkCloud.js +33 -5
- package/dist/react-native/networkCloud.js.map +1 -1
- package/dist/react-native/operations/agentPools.js +56 -58
- package/dist/react-native/operations/agentPools.js.map +1 -1
- package/dist/react-native/operations/bareMetalMachineKeySets.js +56 -58
- package/dist/react-native/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/react-native/operations/bareMetalMachines.js +188 -157
- package/dist/react-native/operations/bareMetalMachines.js.map +1 -1
- package/dist/react-native/operations/bmcKeySets.js +56 -58
- package/dist/react-native/operations/bmcKeySets.js.map +1 -1
- package/dist/react-native/operations/cloudServicesNetworks.js +78 -97
- package/dist/react-native/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/react-native/operations/clusterManagers.js +67 -91
- package/dist/react-native/operations/clusterManagers.js.map +1 -1
- package/dist/react-native/operations/clusters.js +122 -121
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/consoles.js +56 -58
- package/dist/react-native/operations/consoles.js.map +1 -1
- package/dist/react-native/operations/kubernetesClusterFeatures.js +56 -58
- package/dist/react-native/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/react-native/operations/kubernetesClusters.js +89 -103
- package/dist/react-native/operations/kubernetesClusters.js.map +1 -1
- package/dist/react-native/operations/l2Networks.js +67 -91
- package/dist/react-native/operations/l2Networks.js.map +1 -1
- package/dist/react-native/operations/l3Networks.js +67 -91
- package/dist/react-native/operations/l3Networks.js.map +1 -1
- package/dist/react-native/operations/metricsConfigurations.js +56 -58
- package/dist/react-native/operations/metricsConfigurations.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/rackSkus.js +23 -40
- package/dist/react-native/operations/rackSkus.js.map +1 -1
- package/dist/react-native/operations/racks.js +78 -97
- package/dist/react-native/operations/racks.js.map +1 -1
- package/dist/react-native/operations/storageAppliances.js +100 -109
- package/dist/react-native/operations/storageAppliances.js.map +1 -1
- package/dist/react-native/operations/trunkedNetworks.js +67 -91
- package/dist/react-native/operations/trunkedNetworks.js.map +1 -1
- package/dist/react-native/operations/virtualMachines.js +122 -121
- package/dist/react-native/operations/virtualMachines.js.map +1 -1
- package/dist/react-native/operations/volumes.js +67 -91
- package/dist/react-native/operations/volumes.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-networkcloud.api.md → arm-networkcloud-node.api.md} +0 -0
|
@@ -4454,26 +4454,32 @@ exports.TrackedResource = {
|
|
|
4454
4454
|
type: {
|
|
4455
4455
|
name: "Composite",
|
|
4456
4456
|
className: "TrackedResource",
|
|
4457
|
-
modelProperties:
|
|
4457
|
+
modelProperties: {
|
|
4458
|
+
...exports.Resource.type.modelProperties,
|
|
4459
|
+
tags: {
|
|
4458
4460
|
serializedName: "tags",
|
|
4459
4461
|
type: {
|
|
4460
4462
|
name: "Dictionary",
|
|
4461
4463
|
value: { type: { name: "String" } },
|
|
4462
4464
|
},
|
|
4463
|
-
},
|
|
4465
|
+
},
|
|
4466
|
+
location: {
|
|
4464
4467
|
serializedName: "location",
|
|
4465
4468
|
required: true,
|
|
4466
4469
|
type: {
|
|
4467
4470
|
name: "String",
|
|
4468
4471
|
},
|
|
4469
|
-
}
|
|
4472
|
+
},
|
|
4473
|
+
},
|
|
4470
4474
|
},
|
|
4471
4475
|
};
|
|
4472
4476
|
exports.RackSku = {
|
|
4473
4477
|
type: {
|
|
4474
4478
|
name: "Composite",
|
|
4475
4479
|
className: "RackSku",
|
|
4476
|
-
modelProperties:
|
|
4480
|
+
modelProperties: {
|
|
4481
|
+
...exports.Resource.type.modelProperties,
|
|
4482
|
+
computeMachines: {
|
|
4477
4483
|
serializedName: "properties.computeMachines",
|
|
4478
4484
|
readOnly: true,
|
|
4479
4485
|
type: {
|
|
@@ -4485,7 +4491,8 @@ exports.RackSku = {
|
|
|
4485
4491
|
},
|
|
4486
4492
|
},
|
|
4487
4493
|
},
|
|
4488
|
-
},
|
|
4494
|
+
},
|
|
4495
|
+
controllerMachines: {
|
|
4489
4496
|
serializedName: "properties.controllerMachines",
|
|
4490
4497
|
readOnly: true,
|
|
4491
4498
|
type: {
|
|
@@ -4497,31 +4504,36 @@ exports.RackSku = {
|
|
|
4497
4504
|
},
|
|
4498
4505
|
},
|
|
4499
4506
|
},
|
|
4500
|
-
},
|
|
4507
|
+
},
|
|
4508
|
+
description: {
|
|
4501
4509
|
serializedName: "properties.description",
|
|
4502
4510
|
readOnly: true,
|
|
4503
4511
|
type: {
|
|
4504
4512
|
name: "String",
|
|
4505
4513
|
},
|
|
4506
|
-
},
|
|
4514
|
+
},
|
|
4515
|
+
maxClusterSlots: {
|
|
4507
4516
|
serializedName: "properties.maxClusterSlots",
|
|
4508
4517
|
readOnly: true,
|
|
4509
4518
|
type: {
|
|
4510
4519
|
name: "Number",
|
|
4511
4520
|
},
|
|
4512
|
-
},
|
|
4521
|
+
},
|
|
4522
|
+
provisioningState: {
|
|
4513
4523
|
serializedName: "properties.provisioningState",
|
|
4514
4524
|
readOnly: true,
|
|
4515
4525
|
type: {
|
|
4516
4526
|
name: "String",
|
|
4517
4527
|
},
|
|
4518
|
-
},
|
|
4528
|
+
},
|
|
4529
|
+
rackType: {
|
|
4519
4530
|
serializedName: "properties.rackType",
|
|
4520
4531
|
readOnly: true,
|
|
4521
4532
|
type: {
|
|
4522
4533
|
name: "String",
|
|
4523
4534
|
},
|
|
4524
|
-
},
|
|
4535
|
+
},
|
|
4536
|
+
storageAppliances: {
|
|
4525
4537
|
serializedName: "properties.storageAppliances",
|
|
4526
4538
|
readOnly: true,
|
|
4527
4539
|
type: {
|
|
@@ -4533,7 +4545,8 @@ exports.RackSku = {
|
|
|
4533
4545
|
},
|
|
4534
4546
|
},
|
|
4535
4547
|
},
|
|
4536
|
-
},
|
|
4548
|
+
},
|
|
4549
|
+
supportedRackSkuIds: {
|
|
4537
4550
|
serializedName: "properties.supportedRackSkuIds",
|
|
4538
4551
|
readOnly: true,
|
|
4539
4552
|
type: {
|
|
@@ -4544,26 +4557,31 @@ exports.RackSku = {
|
|
|
4544
4557
|
},
|
|
4545
4558
|
},
|
|
4546
4559
|
},
|
|
4547
|
-
}
|
|
4560
|
+
},
|
|
4561
|
+
},
|
|
4548
4562
|
},
|
|
4549
4563
|
};
|
|
4550
4564
|
exports.BareMetalMachine = {
|
|
4551
4565
|
type: {
|
|
4552
4566
|
name: "Composite",
|
|
4553
4567
|
className: "BareMetalMachine",
|
|
4554
|
-
modelProperties:
|
|
4568
|
+
modelProperties: {
|
|
4569
|
+
...exports.TrackedResource.type.modelProperties,
|
|
4570
|
+
etag: {
|
|
4555
4571
|
serializedName: "etag",
|
|
4556
4572
|
readOnly: true,
|
|
4557
4573
|
type: {
|
|
4558
4574
|
name: "String",
|
|
4559
4575
|
},
|
|
4560
|
-
},
|
|
4576
|
+
},
|
|
4577
|
+
extendedLocation: {
|
|
4561
4578
|
serializedName: "extendedLocation",
|
|
4562
4579
|
type: {
|
|
4563
4580
|
name: "Composite",
|
|
4564
4581
|
className: "ExtendedLocation",
|
|
4565
4582
|
},
|
|
4566
|
-
},
|
|
4583
|
+
},
|
|
4584
|
+
associatedResourceIds: {
|
|
4567
4585
|
serializedName: "properties.associatedResourceIds",
|
|
4568
4586
|
readOnly: true,
|
|
4569
4587
|
type: {
|
|
@@ -4574,19 +4592,22 @@ exports.BareMetalMachine = {
|
|
|
4574
4592
|
},
|
|
4575
4593
|
},
|
|
4576
4594
|
},
|
|
4577
|
-
},
|
|
4595
|
+
},
|
|
4596
|
+
bmcConnectionString: {
|
|
4578
4597
|
serializedName: "properties.bmcConnectionString",
|
|
4579
4598
|
required: true,
|
|
4580
4599
|
type: {
|
|
4581
4600
|
name: "String",
|
|
4582
4601
|
},
|
|
4583
|
-
},
|
|
4602
|
+
},
|
|
4603
|
+
bmcCredentials: {
|
|
4584
4604
|
serializedName: "properties.bmcCredentials",
|
|
4585
4605
|
type: {
|
|
4586
4606
|
name: "Composite",
|
|
4587
4607
|
className: "AdministrativeCredentials",
|
|
4588
4608
|
},
|
|
4589
|
-
},
|
|
4609
|
+
},
|
|
4610
|
+
bmcMacAddress: {
|
|
4590
4611
|
constraints: {
|
|
4591
4612
|
Pattern: new RegExp("^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"),
|
|
4592
4613
|
},
|
|
@@ -4595,7 +4616,8 @@ exports.BareMetalMachine = {
|
|
|
4595
4616
|
type: {
|
|
4596
4617
|
name: "String",
|
|
4597
4618
|
},
|
|
4598
|
-
},
|
|
4619
|
+
},
|
|
4620
|
+
bootMacAddress: {
|
|
4599
4621
|
constraints: {
|
|
4600
4622
|
Pattern: new RegExp("^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"),
|
|
4601
4623
|
},
|
|
@@ -4604,43 +4626,50 @@ exports.BareMetalMachine = {
|
|
|
4604
4626
|
type: {
|
|
4605
4627
|
name: "String",
|
|
4606
4628
|
},
|
|
4607
|
-
},
|
|
4629
|
+
},
|
|
4630
|
+
clusterId: {
|
|
4608
4631
|
serializedName: "properties.clusterId",
|
|
4609
4632
|
readOnly: true,
|
|
4610
4633
|
type: {
|
|
4611
4634
|
name: "String",
|
|
4612
4635
|
},
|
|
4613
|
-
},
|
|
4636
|
+
},
|
|
4637
|
+
cordonStatus: {
|
|
4614
4638
|
serializedName: "properties.cordonStatus",
|
|
4615
4639
|
readOnly: true,
|
|
4616
4640
|
type: {
|
|
4617
4641
|
name: "String",
|
|
4618
4642
|
},
|
|
4619
|
-
},
|
|
4643
|
+
},
|
|
4644
|
+
detailedStatus: {
|
|
4620
4645
|
serializedName: "properties.detailedStatus",
|
|
4621
4646
|
readOnly: true,
|
|
4622
4647
|
type: {
|
|
4623
4648
|
name: "String",
|
|
4624
4649
|
},
|
|
4625
|
-
},
|
|
4650
|
+
},
|
|
4651
|
+
detailedStatusMessage: {
|
|
4626
4652
|
serializedName: "properties.detailedStatusMessage",
|
|
4627
4653
|
readOnly: true,
|
|
4628
4654
|
type: {
|
|
4629
4655
|
name: "String",
|
|
4630
4656
|
},
|
|
4631
|
-
},
|
|
4657
|
+
},
|
|
4658
|
+
hardwareInventory: {
|
|
4632
4659
|
serializedName: "properties.hardwareInventory",
|
|
4633
4660
|
type: {
|
|
4634
4661
|
name: "Composite",
|
|
4635
4662
|
className: "HardwareInventory",
|
|
4636
4663
|
},
|
|
4637
|
-
},
|
|
4664
|
+
},
|
|
4665
|
+
hardwareValidationStatus: {
|
|
4638
4666
|
serializedName: "properties.hardwareValidationStatus",
|
|
4639
4667
|
type: {
|
|
4640
4668
|
name: "Composite",
|
|
4641
4669
|
className: "HardwareValidationStatus",
|
|
4642
4670
|
},
|
|
4643
|
-
},
|
|
4671
|
+
},
|
|
4672
|
+
hybridAksClustersAssociatedIds: {
|
|
4644
4673
|
serializedName: "properties.hybridAksClustersAssociatedIds",
|
|
4645
4674
|
readOnly: true,
|
|
4646
4675
|
type: {
|
|
@@ -4651,24 +4680,28 @@ exports.BareMetalMachine = {
|
|
|
4651
4680
|
},
|
|
4652
4681
|
},
|
|
4653
4682
|
},
|
|
4654
|
-
},
|
|
4683
|
+
},
|
|
4684
|
+
kubernetesNodeName: {
|
|
4655
4685
|
serializedName: "properties.kubernetesNodeName",
|
|
4656
4686
|
readOnly: true,
|
|
4657
4687
|
type: {
|
|
4658
4688
|
name: "String",
|
|
4659
4689
|
},
|
|
4660
|
-
},
|
|
4690
|
+
},
|
|
4691
|
+
kubernetesVersion: {
|
|
4661
4692
|
serializedName: "properties.kubernetesVersion",
|
|
4662
4693
|
readOnly: true,
|
|
4663
4694
|
type: {
|
|
4664
4695
|
name: "String",
|
|
4665
4696
|
},
|
|
4666
|
-
},
|
|
4697
|
+
},
|
|
4698
|
+
machineClusterVersion: {
|
|
4667
4699
|
serializedName: "properties.machineClusterVersion",
|
|
4668
4700
|
type: {
|
|
4669
4701
|
name: "String",
|
|
4670
4702
|
},
|
|
4671
|
-
},
|
|
4703
|
+
},
|
|
4704
|
+
machineDetails: {
|
|
4672
4705
|
constraints: {
|
|
4673
4706
|
MaxLength: 256,
|
|
4674
4707
|
},
|
|
@@ -4677,7 +4710,8 @@ exports.BareMetalMachine = {
|
|
|
4677
4710
|
type: {
|
|
4678
4711
|
name: "String",
|
|
4679
4712
|
},
|
|
4680
|
-
},
|
|
4713
|
+
},
|
|
4714
|
+
machineName: {
|
|
4681
4715
|
constraints: {
|
|
4682
4716
|
Pattern: new RegExp("^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$"),
|
|
4683
4717
|
},
|
|
@@ -4686,7 +4720,8 @@ exports.BareMetalMachine = {
|
|
|
4686
4720
|
type: {
|
|
4687
4721
|
name: "String",
|
|
4688
4722
|
},
|
|
4689
|
-
},
|
|
4723
|
+
},
|
|
4724
|
+
machineRoles: {
|
|
4690
4725
|
serializedName: "properties.machineRoles",
|
|
4691
4726
|
readOnly: true,
|
|
4692
4727
|
type: {
|
|
@@ -4697,49 +4732,57 @@ exports.BareMetalMachine = {
|
|
|
4697
4732
|
},
|
|
4698
4733
|
},
|
|
4699
4734
|
},
|
|
4700
|
-
},
|
|
4735
|
+
},
|
|
4736
|
+
machineSkuId: {
|
|
4701
4737
|
serializedName: "properties.machineSkuId",
|
|
4702
4738
|
required: true,
|
|
4703
4739
|
type: {
|
|
4704
4740
|
name: "String",
|
|
4705
4741
|
},
|
|
4706
|
-
},
|
|
4742
|
+
},
|
|
4743
|
+
oamIpv4Address: {
|
|
4707
4744
|
serializedName: "properties.oamIpv4Address",
|
|
4708
4745
|
readOnly: true,
|
|
4709
4746
|
type: {
|
|
4710
4747
|
name: "String",
|
|
4711
4748
|
},
|
|
4712
|
-
},
|
|
4749
|
+
},
|
|
4750
|
+
oamIpv6Address: {
|
|
4713
4751
|
serializedName: "properties.oamIpv6Address",
|
|
4714
4752
|
readOnly: true,
|
|
4715
4753
|
type: {
|
|
4716
4754
|
name: "String",
|
|
4717
4755
|
},
|
|
4718
|
-
},
|
|
4756
|
+
},
|
|
4757
|
+
osImage: {
|
|
4719
4758
|
serializedName: "properties.osImage",
|
|
4720
4759
|
readOnly: true,
|
|
4721
4760
|
type: {
|
|
4722
4761
|
name: "String",
|
|
4723
4762
|
},
|
|
4724
|
-
},
|
|
4763
|
+
},
|
|
4764
|
+
powerState: {
|
|
4725
4765
|
serializedName: "properties.powerState",
|
|
4726
4766
|
readOnly: true,
|
|
4727
4767
|
type: {
|
|
4728
4768
|
name: "String",
|
|
4729
4769
|
},
|
|
4730
|
-
},
|
|
4770
|
+
},
|
|
4771
|
+
provisioningState: {
|
|
4731
4772
|
serializedName: "properties.provisioningState",
|
|
4732
4773
|
readOnly: true,
|
|
4733
4774
|
type: {
|
|
4734
4775
|
name: "String",
|
|
4735
4776
|
},
|
|
4736
|
-
},
|
|
4777
|
+
},
|
|
4778
|
+
rackId: {
|
|
4737
4779
|
serializedName: "properties.rackId",
|
|
4738
4780
|
required: true,
|
|
4739
4781
|
type: {
|
|
4740
4782
|
name: "String",
|
|
4741
4783
|
},
|
|
4742
|
-
},
|
|
4784
|
+
},
|
|
4785
|
+
rackSlot: {
|
|
4743
4786
|
constraints: {
|
|
4744
4787
|
InclusiveMaximum: 256,
|
|
4745
4788
|
InclusiveMinimum: 1,
|
|
@@ -4749,19 +4792,22 @@ exports.BareMetalMachine = {
|
|
|
4749
4792
|
type: {
|
|
4750
4793
|
name: "Number",
|
|
4751
4794
|
},
|
|
4752
|
-
},
|
|
4795
|
+
},
|
|
4796
|
+
readyState: {
|
|
4753
4797
|
serializedName: "properties.readyState",
|
|
4754
4798
|
readOnly: true,
|
|
4755
4799
|
type: {
|
|
4756
4800
|
name: "String",
|
|
4757
4801
|
},
|
|
4758
|
-
},
|
|
4802
|
+
},
|
|
4803
|
+
runtimeProtectionStatus: {
|
|
4759
4804
|
serializedName: "properties.runtimeProtectionStatus",
|
|
4760
4805
|
type: {
|
|
4761
4806
|
name: "Composite",
|
|
4762
4807
|
className: "RuntimeProtectionStatus",
|
|
4763
4808
|
},
|
|
4764
|
-
},
|
|
4809
|
+
},
|
|
4810
|
+
secretRotationStatus: {
|
|
4765
4811
|
serializedName: "properties.secretRotationStatus",
|
|
4766
4812
|
readOnly: true,
|
|
4767
4813
|
type: {
|
|
@@ -4773,7 +4819,8 @@ exports.BareMetalMachine = {
|
|
|
4773
4819
|
},
|
|
4774
4820
|
},
|
|
4775
4821
|
},
|
|
4776
|
-
},
|
|
4822
|
+
},
|
|
4823
|
+
serialNumber: {
|
|
4777
4824
|
constraints: {
|
|
4778
4825
|
MaxLength: 64,
|
|
4779
4826
|
MinLength: 1,
|
|
@@ -4783,13 +4830,15 @@ exports.BareMetalMachine = {
|
|
|
4783
4830
|
type: {
|
|
4784
4831
|
name: "String",
|
|
4785
4832
|
},
|
|
4786
|
-
},
|
|
4833
|
+
},
|
|
4834
|
+
serviceTag: {
|
|
4787
4835
|
serializedName: "properties.serviceTag",
|
|
4788
4836
|
readOnly: true,
|
|
4789
4837
|
type: {
|
|
4790
4838
|
name: "String",
|
|
4791
4839
|
},
|
|
4792
|
-
},
|
|
4840
|
+
},
|
|
4841
|
+
virtualMachinesAssociatedIds: {
|
|
4793
4842
|
serializedName: "properties.virtualMachinesAssociatedIds",
|
|
4794
4843
|
readOnly: true,
|
|
4795
4844
|
type: {
|
|
@@ -4800,26 +4849,31 @@ exports.BareMetalMachine = {
|
|
|
4800
4849
|
},
|
|
4801
4850
|
},
|
|
4802
4851
|
},
|
|
4803
|
-
}
|
|
4852
|
+
},
|
|
4853
|
+
},
|
|
4804
4854
|
},
|
|
4805
4855
|
};
|
|
4806
4856
|
exports.CloudServicesNetwork = {
|
|
4807
4857
|
type: {
|
|
4808
4858
|
name: "Composite",
|
|
4809
4859
|
className: "CloudServicesNetwork",
|
|
4810
|
-
modelProperties:
|
|
4860
|
+
modelProperties: {
|
|
4861
|
+
...exports.TrackedResource.type.modelProperties,
|
|
4862
|
+
etag: {
|
|
4811
4863
|
serializedName: "etag",
|
|
4812
4864
|
readOnly: true,
|
|
4813
4865
|
type: {
|
|
4814
4866
|
name: "String",
|
|
4815
4867
|
},
|
|
4816
|
-
},
|
|
4868
|
+
},
|
|
4869
|
+
extendedLocation: {
|
|
4817
4870
|
serializedName: "extendedLocation",
|
|
4818
4871
|
type: {
|
|
4819
4872
|
name: "Composite",
|
|
4820
4873
|
className: "ExtendedLocation",
|
|
4821
4874
|
},
|
|
4822
|
-
},
|
|
4875
|
+
},
|
|
4876
|
+
additionalEgressEndpoints: {
|
|
4823
4877
|
serializedName: "properties.additionalEgressEndpoints",
|
|
4824
4878
|
type: {
|
|
4825
4879
|
name: "Sequence",
|
|
@@ -4830,7 +4884,8 @@ exports.CloudServicesNetwork = {
|
|
|
4830
4884
|
},
|
|
4831
4885
|
},
|
|
4832
4886
|
},
|
|
4833
|
-
},
|
|
4887
|
+
},
|
|
4888
|
+
associatedResourceIds: {
|
|
4834
4889
|
serializedName: "properties.associatedResourceIds",
|
|
4835
4890
|
readOnly: true,
|
|
4836
4891
|
type: {
|
|
@@ -4841,30 +4896,35 @@ exports.CloudServicesNetwork = {
|
|
|
4841
4896
|
},
|
|
4842
4897
|
},
|
|
4843
4898
|
},
|
|
4844
|
-
},
|
|
4899
|
+
},
|
|
4900
|
+
clusterId: {
|
|
4845
4901
|
serializedName: "properties.clusterId",
|
|
4846
4902
|
readOnly: true,
|
|
4847
4903
|
type: {
|
|
4848
4904
|
name: "String",
|
|
4849
4905
|
},
|
|
4850
|
-
},
|
|
4906
|
+
},
|
|
4907
|
+
detailedStatus: {
|
|
4851
4908
|
serializedName: "properties.detailedStatus",
|
|
4852
4909
|
readOnly: true,
|
|
4853
4910
|
type: {
|
|
4854
4911
|
name: "String",
|
|
4855
4912
|
},
|
|
4856
|
-
},
|
|
4913
|
+
},
|
|
4914
|
+
detailedStatusMessage: {
|
|
4857
4915
|
serializedName: "properties.detailedStatusMessage",
|
|
4858
4916
|
readOnly: true,
|
|
4859
4917
|
type: {
|
|
4860
4918
|
name: "String",
|
|
4861
4919
|
},
|
|
4862
|
-
},
|
|
4920
|
+
},
|
|
4921
|
+
enableDefaultEgressEndpoints: {
|
|
4863
4922
|
serializedName: "properties.enableDefaultEgressEndpoints",
|
|
4864
4923
|
type: {
|
|
4865
4924
|
name: "String",
|
|
4866
4925
|
},
|
|
4867
|
-
},
|
|
4926
|
+
},
|
|
4927
|
+
enabledEgressEndpoints: {
|
|
4868
4928
|
serializedName: "properties.enabledEgressEndpoints",
|
|
4869
4929
|
readOnly: true,
|
|
4870
4930
|
type: {
|
|
@@ -4876,7 +4936,8 @@ exports.CloudServicesNetwork = {
|
|
|
4876
4936
|
},
|
|
4877
4937
|
},
|
|
4878
4938
|
},
|
|
4879
|
-
},
|
|
4939
|
+
},
|
|
4940
|
+
hybridAksClustersAssociatedIds: {
|
|
4880
4941
|
serializedName: "properties.hybridAksClustersAssociatedIds",
|
|
4881
4942
|
readOnly: true,
|
|
4882
4943
|
type: {
|
|
@@ -4887,19 +4948,22 @@ exports.CloudServicesNetwork = {
|
|
|
4887
4948
|
},
|
|
4888
4949
|
},
|
|
4889
4950
|
},
|
|
4890
|
-
},
|
|
4951
|
+
},
|
|
4952
|
+
interfaceName: {
|
|
4891
4953
|
serializedName: "properties.interfaceName",
|
|
4892
4954
|
readOnly: true,
|
|
4893
4955
|
type: {
|
|
4894
4956
|
name: "String",
|
|
4895
4957
|
},
|
|
4896
|
-
},
|
|
4958
|
+
},
|
|
4959
|
+
provisioningState: {
|
|
4897
4960
|
serializedName: "properties.provisioningState",
|
|
4898
4961
|
readOnly: true,
|
|
4899
4962
|
type: {
|
|
4900
4963
|
name: "String",
|
|
4901
4964
|
},
|
|
4902
|
-
},
|
|
4965
|
+
},
|
|
4966
|
+
virtualMachinesAssociatedIds: {
|
|
4903
4967
|
serializedName: "properties.virtualMachinesAssociatedIds",
|
|
4904
4968
|
readOnly: true,
|
|
4905
4969
|
type: {
|
|
@@ -4910,31 +4974,37 @@ exports.CloudServicesNetwork = {
|
|
|
4910
4974
|
},
|
|
4911
4975
|
},
|
|
4912
4976
|
},
|
|
4913
|
-
}
|
|
4977
|
+
},
|
|
4978
|
+
},
|
|
4914
4979
|
},
|
|
4915
4980
|
};
|
|
4916
4981
|
exports.ClusterManager = {
|
|
4917
4982
|
type: {
|
|
4918
4983
|
name: "Composite",
|
|
4919
4984
|
className: "ClusterManager",
|
|
4920
|
-
modelProperties:
|
|
4985
|
+
modelProperties: {
|
|
4986
|
+
...exports.TrackedResource.type.modelProperties,
|
|
4987
|
+
etag: {
|
|
4921
4988
|
serializedName: "etag",
|
|
4922
4989
|
readOnly: true,
|
|
4923
4990
|
type: {
|
|
4924
4991
|
name: "String",
|
|
4925
4992
|
},
|
|
4926
|
-
},
|
|
4993
|
+
},
|
|
4994
|
+
identity: {
|
|
4927
4995
|
serializedName: "identity",
|
|
4928
4996
|
type: {
|
|
4929
4997
|
name: "Composite",
|
|
4930
4998
|
className: "ManagedServiceIdentity",
|
|
4931
4999
|
},
|
|
4932
|
-
},
|
|
5000
|
+
},
|
|
5001
|
+
analyticsWorkspaceId: {
|
|
4933
5002
|
serializedName: "properties.analyticsWorkspaceId",
|
|
4934
5003
|
type: {
|
|
4935
5004
|
name: "String",
|
|
4936
5005
|
},
|
|
4937
|
-
},
|
|
5006
|
+
},
|
|
5007
|
+
availabilityZones: {
|
|
4938
5008
|
serializedName: "properties.availabilityZones",
|
|
4939
5009
|
type: {
|
|
4940
5010
|
name: "Sequence",
|
|
@@ -4944,7 +5014,8 @@ exports.ClusterManager = {
|
|
|
4944
5014
|
},
|
|
4945
5015
|
},
|
|
4946
5016
|
},
|
|
4947
|
-
},
|
|
5017
|
+
},
|
|
5018
|
+
clusterVersions: {
|
|
4948
5019
|
serializedName: "properties.clusterVersions",
|
|
4949
5020
|
readOnly: true,
|
|
4950
5021
|
type: {
|
|
@@ -4956,90 +5027,106 @@ exports.ClusterManager = {
|
|
|
4956
5027
|
},
|
|
4957
5028
|
},
|
|
4958
5029
|
},
|
|
4959
|
-
},
|
|
5030
|
+
},
|
|
5031
|
+
detailedStatus: {
|
|
4960
5032
|
serializedName: "properties.detailedStatus",
|
|
4961
5033
|
readOnly: true,
|
|
4962
5034
|
type: {
|
|
4963
5035
|
name: "String",
|
|
4964
5036
|
},
|
|
4965
|
-
},
|
|
5037
|
+
},
|
|
5038
|
+
detailedStatusMessage: {
|
|
4966
5039
|
serializedName: "properties.detailedStatusMessage",
|
|
4967
5040
|
readOnly: true,
|
|
4968
5041
|
type: {
|
|
4969
5042
|
name: "String",
|
|
4970
5043
|
},
|
|
4971
|
-
},
|
|
5044
|
+
},
|
|
5045
|
+
fabricControllerId: {
|
|
4972
5046
|
serializedName: "properties.fabricControllerId",
|
|
4973
5047
|
required: true,
|
|
4974
5048
|
type: {
|
|
4975
5049
|
name: "String",
|
|
4976
5050
|
},
|
|
4977
|
-
},
|
|
5051
|
+
},
|
|
5052
|
+
managedResourceGroupConfiguration: {
|
|
4978
5053
|
serializedName: "properties.managedResourceGroupConfiguration",
|
|
4979
5054
|
type: {
|
|
4980
5055
|
name: "Composite",
|
|
4981
5056
|
className: "ManagedResourceGroupConfiguration",
|
|
4982
5057
|
},
|
|
4983
|
-
},
|
|
5058
|
+
},
|
|
5059
|
+
managerExtendedLocation: {
|
|
4984
5060
|
serializedName: "properties.managerExtendedLocation",
|
|
4985
5061
|
type: {
|
|
4986
5062
|
name: "Composite",
|
|
4987
5063
|
className: "ExtendedLocation",
|
|
4988
5064
|
},
|
|
4989
|
-
},
|
|
5065
|
+
},
|
|
5066
|
+
provisioningState: {
|
|
4990
5067
|
serializedName: "properties.provisioningState",
|
|
4991
5068
|
readOnly: true,
|
|
4992
5069
|
type: {
|
|
4993
5070
|
name: "String",
|
|
4994
5071
|
},
|
|
4995
|
-
},
|
|
5072
|
+
},
|
|
5073
|
+
vmSize: {
|
|
4996
5074
|
serializedName: "properties.vmSize",
|
|
4997
5075
|
type: {
|
|
4998
5076
|
name: "String",
|
|
4999
5077
|
},
|
|
5000
|
-
}
|
|
5078
|
+
},
|
|
5079
|
+
},
|
|
5001
5080
|
},
|
|
5002
5081
|
};
|
|
5003
5082
|
exports.Cluster = {
|
|
5004
5083
|
type: {
|
|
5005
5084
|
name: "Composite",
|
|
5006
5085
|
className: "Cluster",
|
|
5007
|
-
modelProperties:
|
|
5086
|
+
modelProperties: {
|
|
5087
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5088
|
+
etag: {
|
|
5008
5089
|
serializedName: "etag",
|
|
5009
5090
|
readOnly: true,
|
|
5010
5091
|
type: {
|
|
5011
5092
|
name: "String",
|
|
5012
5093
|
},
|
|
5013
|
-
},
|
|
5094
|
+
},
|
|
5095
|
+
extendedLocation: {
|
|
5014
5096
|
serializedName: "extendedLocation",
|
|
5015
5097
|
type: {
|
|
5016
5098
|
name: "Composite",
|
|
5017
5099
|
className: "ExtendedLocation",
|
|
5018
5100
|
},
|
|
5019
|
-
},
|
|
5101
|
+
},
|
|
5102
|
+
identity: {
|
|
5020
5103
|
serializedName: "identity",
|
|
5021
5104
|
type: {
|
|
5022
5105
|
name: "Composite",
|
|
5023
5106
|
className: "ManagedServiceIdentity",
|
|
5024
5107
|
},
|
|
5025
|
-
},
|
|
5108
|
+
},
|
|
5109
|
+
aggregatorOrSingleRackDefinition: {
|
|
5026
5110
|
serializedName: "properties.aggregatorOrSingleRackDefinition",
|
|
5027
5111
|
type: {
|
|
5028
5112
|
name: "Composite",
|
|
5029
5113
|
className: "RackDefinition",
|
|
5030
5114
|
},
|
|
5031
|
-
},
|
|
5115
|
+
},
|
|
5116
|
+
analyticsOutputSettings: {
|
|
5032
5117
|
serializedName: "properties.analyticsOutputSettings",
|
|
5033
5118
|
type: {
|
|
5034
5119
|
name: "Composite",
|
|
5035
5120
|
className: "AnalyticsOutputSettings",
|
|
5036
5121
|
},
|
|
5037
|
-
},
|
|
5122
|
+
},
|
|
5123
|
+
analyticsWorkspaceId: {
|
|
5038
5124
|
serializedName: "properties.analyticsWorkspaceId",
|
|
5039
5125
|
type: {
|
|
5040
5126
|
name: "String",
|
|
5041
5127
|
},
|
|
5042
|
-
},
|
|
5128
|
+
},
|
|
5129
|
+
availableUpgradeVersions: {
|
|
5043
5130
|
serializedName: "properties.availableUpgradeVersions",
|
|
5044
5131
|
readOnly: true,
|
|
5045
5132
|
type: {
|
|
@@ -5051,25 +5138,29 @@ exports.Cluster = {
|
|
|
5051
5138
|
},
|
|
5052
5139
|
},
|
|
5053
5140
|
},
|
|
5054
|
-
},
|
|
5141
|
+
},
|
|
5142
|
+
clusterCapacity: {
|
|
5055
5143
|
serializedName: "properties.clusterCapacity",
|
|
5056
5144
|
type: {
|
|
5057
5145
|
name: "Composite",
|
|
5058
5146
|
className: "ClusterCapacity",
|
|
5059
5147
|
},
|
|
5060
|
-
},
|
|
5148
|
+
},
|
|
5149
|
+
clusterConnectionStatus: {
|
|
5061
5150
|
serializedName: "properties.clusterConnectionStatus",
|
|
5062
5151
|
readOnly: true,
|
|
5063
5152
|
type: {
|
|
5064
5153
|
name: "String",
|
|
5065
5154
|
},
|
|
5066
|
-
},
|
|
5155
|
+
},
|
|
5156
|
+
clusterExtendedLocation: {
|
|
5067
5157
|
serializedName: "properties.clusterExtendedLocation",
|
|
5068
5158
|
type: {
|
|
5069
5159
|
name: "Composite",
|
|
5070
5160
|
className: "ExtendedLocation",
|
|
5071
5161
|
},
|
|
5072
|
-
},
|
|
5162
|
+
},
|
|
5163
|
+
clusterLocation: {
|
|
5073
5164
|
constraints: {
|
|
5074
5165
|
MaxLength: 256,
|
|
5075
5166
|
},
|
|
@@ -5077,49 +5168,57 @@ exports.Cluster = {
|
|
|
5077
5168
|
type: {
|
|
5078
5169
|
name: "String",
|
|
5079
5170
|
},
|
|
5080
|
-
},
|
|
5171
|
+
},
|
|
5172
|
+
clusterManagerConnectionStatus: {
|
|
5081
5173
|
serializedName: "properties.clusterManagerConnectionStatus",
|
|
5082
5174
|
readOnly: true,
|
|
5083
5175
|
type: {
|
|
5084
5176
|
name: "String",
|
|
5085
5177
|
},
|
|
5086
|
-
},
|
|
5178
|
+
},
|
|
5179
|
+
clusterManagerId: {
|
|
5087
5180
|
serializedName: "properties.clusterManagerId",
|
|
5088
5181
|
readOnly: true,
|
|
5089
5182
|
type: {
|
|
5090
5183
|
name: "String",
|
|
5091
5184
|
},
|
|
5092
|
-
},
|
|
5185
|
+
},
|
|
5186
|
+
clusterServicePrincipal: {
|
|
5093
5187
|
serializedName: "properties.clusterServicePrincipal",
|
|
5094
5188
|
type: {
|
|
5095
5189
|
name: "Composite",
|
|
5096
5190
|
className: "ServicePrincipalInformation",
|
|
5097
5191
|
},
|
|
5098
|
-
},
|
|
5192
|
+
},
|
|
5193
|
+
clusterType: {
|
|
5099
5194
|
serializedName: "properties.clusterType",
|
|
5100
5195
|
required: true,
|
|
5101
5196
|
type: {
|
|
5102
5197
|
name: "String",
|
|
5103
5198
|
},
|
|
5104
|
-
},
|
|
5199
|
+
},
|
|
5200
|
+
clusterVersion: {
|
|
5105
5201
|
serializedName: "properties.clusterVersion",
|
|
5106
5202
|
required: true,
|
|
5107
5203
|
type: {
|
|
5108
5204
|
name: "String",
|
|
5109
5205
|
},
|
|
5110
|
-
},
|
|
5206
|
+
},
|
|
5207
|
+
commandOutputSettings: {
|
|
5111
5208
|
serializedName: "properties.commandOutputSettings",
|
|
5112
5209
|
type: {
|
|
5113
5210
|
name: "Composite",
|
|
5114
5211
|
className: "CommandOutputSettings",
|
|
5115
5212
|
},
|
|
5116
|
-
},
|
|
5213
|
+
},
|
|
5214
|
+
computeDeploymentThreshold: {
|
|
5117
5215
|
serializedName: "properties.computeDeploymentThreshold",
|
|
5118
5216
|
type: {
|
|
5119
5217
|
name: "Composite",
|
|
5120
5218
|
className: "ValidationThreshold",
|
|
5121
5219
|
},
|
|
5122
|
-
},
|
|
5220
|
+
},
|
|
5221
|
+
computeRackDefinitions: {
|
|
5123
5222
|
serializedName: "properties.computeRackDefinitions",
|
|
5124
5223
|
type: {
|
|
5125
5224
|
name: "Sequence",
|
|
@@ -5130,85 +5229,99 @@ exports.Cluster = {
|
|
|
5130
5229
|
},
|
|
5131
5230
|
},
|
|
5132
5231
|
},
|
|
5133
|
-
},
|
|
5232
|
+
},
|
|
5233
|
+
detailedStatus: {
|
|
5134
5234
|
serializedName: "properties.detailedStatus",
|
|
5135
5235
|
readOnly: true,
|
|
5136
5236
|
type: {
|
|
5137
5237
|
name: "String",
|
|
5138
5238
|
},
|
|
5139
|
-
},
|
|
5239
|
+
},
|
|
5240
|
+
detailedStatusMessage: {
|
|
5140
5241
|
serializedName: "properties.detailedStatusMessage",
|
|
5141
5242
|
readOnly: true,
|
|
5142
5243
|
type: {
|
|
5143
5244
|
name: "String",
|
|
5144
5245
|
},
|
|
5145
|
-
},
|
|
5246
|
+
},
|
|
5247
|
+
hybridAksExtendedLocation: {
|
|
5146
5248
|
serializedName: "properties.hybridAksExtendedLocation",
|
|
5147
5249
|
type: {
|
|
5148
5250
|
name: "Composite",
|
|
5149
5251
|
className: "ExtendedLocation",
|
|
5150
5252
|
},
|
|
5151
|
-
},
|
|
5253
|
+
},
|
|
5254
|
+
managedResourceGroupConfiguration: {
|
|
5152
5255
|
serializedName: "properties.managedResourceGroupConfiguration",
|
|
5153
5256
|
type: {
|
|
5154
5257
|
name: "Composite",
|
|
5155
5258
|
className: "ManagedResourceGroupConfiguration",
|
|
5156
5259
|
},
|
|
5157
|
-
},
|
|
5260
|
+
},
|
|
5261
|
+
manualActionCount: {
|
|
5158
5262
|
serializedName: "properties.manualActionCount",
|
|
5159
5263
|
readOnly: true,
|
|
5160
5264
|
type: {
|
|
5161
5265
|
name: "Number",
|
|
5162
5266
|
},
|
|
5163
|
-
},
|
|
5267
|
+
},
|
|
5268
|
+
networkFabricId: {
|
|
5164
5269
|
serializedName: "properties.networkFabricId",
|
|
5165
5270
|
required: true,
|
|
5166
5271
|
type: {
|
|
5167
5272
|
name: "String",
|
|
5168
5273
|
},
|
|
5169
|
-
},
|
|
5274
|
+
},
|
|
5275
|
+
provisioningState: {
|
|
5170
5276
|
serializedName: "properties.provisioningState",
|
|
5171
5277
|
readOnly: true,
|
|
5172
5278
|
type: {
|
|
5173
5279
|
name: "String",
|
|
5174
5280
|
},
|
|
5175
|
-
},
|
|
5281
|
+
},
|
|
5282
|
+
runtimeProtectionConfiguration: {
|
|
5176
5283
|
serializedName: "properties.runtimeProtectionConfiguration",
|
|
5177
5284
|
type: {
|
|
5178
5285
|
name: "Composite",
|
|
5179
5286
|
className: "RuntimeProtectionConfiguration",
|
|
5180
5287
|
},
|
|
5181
|
-
},
|
|
5288
|
+
},
|
|
5289
|
+
secretArchive: {
|
|
5182
5290
|
serializedName: "properties.secretArchive",
|
|
5183
5291
|
type: {
|
|
5184
5292
|
name: "Composite",
|
|
5185
5293
|
className: "ClusterSecretArchive",
|
|
5186
5294
|
},
|
|
5187
|
-
},
|
|
5295
|
+
},
|
|
5296
|
+
secretArchiveSettings: {
|
|
5188
5297
|
serializedName: "properties.secretArchiveSettings",
|
|
5189
5298
|
type: {
|
|
5190
5299
|
name: "Composite",
|
|
5191
5300
|
className: "SecretArchiveSettings",
|
|
5192
5301
|
},
|
|
5193
|
-
},
|
|
5302
|
+
},
|
|
5303
|
+
supportExpiryDate: {
|
|
5194
5304
|
serializedName: "properties.supportExpiryDate",
|
|
5195
5305
|
readOnly: true,
|
|
5196
5306
|
type: {
|
|
5197
5307
|
name: "String",
|
|
5198
5308
|
},
|
|
5199
|
-
},
|
|
5309
|
+
},
|
|
5310
|
+
updateStrategy: {
|
|
5200
5311
|
serializedName: "properties.updateStrategy",
|
|
5201
5312
|
type: {
|
|
5202
5313
|
name: "Composite",
|
|
5203
5314
|
className: "ClusterUpdateStrategy",
|
|
5204
5315
|
},
|
|
5205
|
-
},
|
|
5316
|
+
},
|
|
5317
|
+
vulnerabilityScanningSettings: {
|
|
5206
5318
|
serializedName: "properties.vulnerabilityScanningSettings",
|
|
5207
5319
|
type: {
|
|
5208
5320
|
name: "Composite",
|
|
5209
5321
|
className: "VulnerabilityScanningSettings",
|
|
5210
5322
|
},
|
|
5211
|
-
},
|
|
5323
|
+
},
|
|
5324
|
+
workloadResourceIds: {
|
|
5212
5325
|
serializedName: "properties.workloadResourceIds",
|
|
5213
5326
|
readOnly: true,
|
|
5214
5327
|
type: {
|
|
@@ -5219,38 +5332,45 @@ exports.Cluster = {
|
|
|
5219
5332
|
},
|
|
5220
5333
|
},
|
|
5221
5334
|
},
|
|
5222
|
-
}
|
|
5335
|
+
},
|
|
5336
|
+
},
|
|
5223
5337
|
},
|
|
5224
5338
|
};
|
|
5225
5339
|
exports.KubernetesCluster = {
|
|
5226
5340
|
type: {
|
|
5227
5341
|
name: "Composite",
|
|
5228
5342
|
className: "KubernetesCluster",
|
|
5229
|
-
modelProperties:
|
|
5343
|
+
modelProperties: {
|
|
5344
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5345
|
+
etag: {
|
|
5230
5346
|
serializedName: "etag",
|
|
5231
5347
|
readOnly: true,
|
|
5232
5348
|
type: {
|
|
5233
5349
|
name: "String",
|
|
5234
5350
|
},
|
|
5235
|
-
},
|
|
5351
|
+
},
|
|
5352
|
+
extendedLocation: {
|
|
5236
5353
|
serializedName: "extendedLocation",
|
|
5237
5354
|
type: {
|
|
5238
5355
|
name: "Composite",
|
|
5239
5356
|
className: "ExtendedLocation",
|
|
5240
5357
|
},
|
|
5241
|
-
},
|
|
5358
|
+
},
|
|
5359
|
+
aadConfiguration: {
|
|
5242
5360
|
serializedName: "properties.aadConfiguration",
|
|
5243
5361
|
type: {
|
|
5244
5362
|
name: "Composite",
|
|
5245
5363
|
className: "AadConfiguration",
|
|
5246
5364
|
},
|
|
5247
|
-
},
|
|
5365
|
+
},
|
|
5366
|
+
administratorConfiguration: {
|
|
5248
5367
|
serializedName: "properties.administratorConfiguration",
|
|
5249
5368
|
type: {
|
|
5250
5369
|
name: "Composite",
|
|
5251
5370
|
className: "AdministratorConfiguration",
|
|
5252
5371
|
},
|
|
5253
|
-
},
|
|
5372
|
+
},
|
|
5373
|
+
attachedNetworkIds: {
|
|
5254
5374
|
serializedName: "properties.attachedNetworkIds",
|
|
5255
5375
|
readOnly: true,
|
|
5256
5376
|
type: {
|
|
@@ -5261,7 +5381,8 @@ exports.KubernetesCluster = {
|
|
|
5261
5381
|
},
|
|
5262
5382
|
},
|
|
5263
5383
|
},
|
|
5264
|
-
},
|
|
5384
|
+
},
|
|
5385
|
+
availableUpgrades: {
|
|
5265
5386
|
serializedName: "properties.availableUpgrades",
|
|
5266
5387
|
readOnly: true,
|
|
5267
5388
|
type: {
|
|
@@ -5273,43 +5394,50 @@ exports.KubernetesCluster = {
|
|
|
5273
5394
|
},
|
|
5274
5395
|
},
|
|
5275
5396
|
},
|
|
5276
|
-
},
|
|
5397
|
+
},
|
|
5398
|
+
clusterId: {
|
|
5277
5399
|
serializedName: "properties.clusterId",
|
|
5278
5400
|
readOnly: true,
|
|
5279
5401
|
type: {
|
|
5280
5402
|
name: "String",
|
|
5281
5403
|
},
|
|
5282
|
-
},
|
|
5404
|
+
},
|
|
5405
|
+
connectedClusterId: {
|
|
5283
5406
|
serializedName: "properties.connectedClusterId",
|
|
5284
5407
|
readOnly: true,
|
|
5285
5408
|
type: {
|
|
5286
5409
|
name: "String",
|
|
5287
5410
|
},
|
|
5288
|
-
},
|
|
5411
|
+
},
|
|
5412
|
+
controlPlaneKubernetesVersion: {
|
|
5289
5413
|
serializedName: "properties.controlPlaneKubernetesVersion",
|
|
5290
5414
|
readOnly: true,
|
|
5291
5415
|
type: {
|
|
5292
5416
|
name: "String",
|
|
5293
5417
|
},
|
|
5294
|
-
},
|
|
5418
|
+
},
|
|
5419
|
+
controlPlaneNodeConfiguration: {
|
|
5295
5420
|
serializedName: "properties.controlPlaneNodeConfiguration",
|
|
5296
5421
|
type: {
|
|
5297
5422
|
name: "Composite",
|
|
5298
5423
|
className: "ControlPlaneNodeConfiguration",
|
|
5299
5424
|
},
|
|
5300
|
-
},
|
|
5425
|
+
},
|
|
5426
|
+
detailedStatus: {
|
|
5301
5427
|
serializedName: "properties.detailedStatus",
|
|
5302
5428
|
readOnly: true,
|
|
5303
5429
|
type: {
|
|
5304
5430
|
name: "String",
|
|
5305
5431
|
},
|
|
5306
|
-
},
|
|
5432
|
+
},
|
|
5433
|
+
detailedStatusMessage: {
|
|
5307
5434
|
serializedName: "properties.detailedStatusMessage",
|
|
5308
5435
|
readOnly: true,
|
|
5309
5436
|
type: {
|
|
5310
5437
|
name: "String",
|
|
5311
5438
|
},
|
|
5312
|
-
},
|
|
5439
|
+
},
|
|
5440
|
+
featureStatuses: {
|
|
5313
5441
|
serializedName: "properties.featureStatuses",
|
|
5314
5442
|
readOnly: true,
|
|
5315
5443
|
type: {
|
|
@@ -5321,7 +5449,8 @@ exports.KubernetesCluster = {
|
|
|
5321
5449
|
},
|
|
5322
5450
|
},
|
|
5323
5451
|
},
|
|
5324
|
-
},
|
|
5452
|
+
},
|
|
5453
|
+
initialAgentPoolConfigurations: {
|
|
5325
5454
|
constraints: {
|
|
5326
5455
|
MinItems: 1,
|
|
5327
5456
|
},
|
|
@@ -5336,25 +5465,29 @@ exports.KubernetesCluster = {
|
|
|
5336
5465
|
},
|
|
5337
5466
|
},
|
|
5338
5467
|
},
|
|
5339
|
-
},
|
|
5468
|
+
},
|
|
5469
|
+
kubernetesVersion: {
|
|
5340
5470
|
serializedName: "properties.kubernetesVersion",
|
|
5341
5471
|
required: true,
|
|
5342
5472
|
type: {
|
|
5343
5473
|
name: "String",
|
|
5344
5474
|
},
|
|
5345
|
-
},
|
|
5475
|
+
},
|
|
5476
|
+
managedResourceGroupConfiguration: {
|
|
5346
5477
|
serializedName: "properties.managedResourceGroupConfiguration",
|
|
5347
5478
|
type: {
|
|
5348
5479
|
name: "Composite",
|
|
5349
5480
|
className: "ManagedResourceGroupConfiguration",
|
|
5350
5481
|
},
|
|
5351
|
-
},
|
|
5482
|
+
},
|
|
5483
|
+
networkConfiguration: {
|
|
5352
5484
|
serializedName: "properties.networkConfiguration",
|
|
5353
5485
|
type: {
|
|
5354
5486
|
name: "Composite",
|
|
5355
5487
|
className: "NetworkConfiguration",
|
|
5356
5488
|
},
|
|
5357
|
-
},
|
|
5489
|
+
},
|
|
5490
|
+
nodes: {
|
|
5358
5491
|
serializedName: "properties.nodes",
|
|
5359
5492
|
readOnly: true,
|
|
5360
5493
|
type: {
|
|
@@ -5366,32 +5499,38 @@ exports.KubernetesCluster = {
|
|
|
5366
5499
|
},
|
|
5367
5500
|
},
|
|
5368
5501
|
},
|
|
5369
|
-
},
|
|
5502
|
+
},
|
|
5503
|
+
provisioningState: {
|
|
5370
5504
|
serializedName: "properties.provisioningState",
|
|
5371
5505
|
readOnly: true,
|
|
5372
5506
|
type: {
|
|
5373
5507
|
name: "String",
|
|
5374
5508
|
},
|
|
5375
|
-
}
|
|
5509
|
+
},
|
|
5510
|
+
},
|
|
5376
5511
|
},
|
|
5377
5512
|
};
|
|
5378
5513
|
exports.L2Network = {
|
|
5379
5514
|
type: {
|
|
5380
5515
|
name: "Composite",
|
|
5381
5516
|
className: "L2Network",
|
|
5382
|
-
modelProperties:
|
|
5517
|
+
modelProperties: {
|
|
5518
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5519
|
+
etag: {
|
|
5383
5520
|
serializedName: "etag",
|
|
5384
5521
|
readOnly: true,
|
|
5385
5522
|
type: {
|
|
5386
5523
|
name: "String",
|
|
5387
5524
|
},
|
|
5388
|
-
},
|
|
5525
|
+
},
|
|
5526
|
+
extendedLocation: {
|
|
5389
5527
|
serializedName: "extendedLocation",
|
|
5390
5528
|
type: {
|
|
5391
5529
|
name: "Composite",
|
|
5392
5530
|
className: "ExtendedLocation",
|
|
5393
5531
|
},
|
|
5394
|
-
},
|
|
5532
|
+
},
|
|
5533
|
+
associatedResourceIds: {
|
|
5395
5534
|
serializedName: "properties.associatedResourceIds",
|
|
5396
5535
|
readOnly: true,
|
|
5397
5536
|
type: {
|
|
@@ -5402,25 +5541,29 @@ exports.L2Network = {
|
|
|
5402
5541
|
},
|
|
5403
5542
|
},
|
|
5404
5543
|
},
|
|
5405
|
-
},
|
|
5544
|
+
},
|
|
5545
|
+
clusterId: {
|
|
5406
5546
|
serializedName: "properties.clusterId",
|
|
5407
5547
|
readOnly: true,
|
|
5408
5548
|
type: {
|
|
5409
5549
|
name: "String",
|
|
5410
5550
|
},
|
|
5411
|
-
},
|
|
5551
|
+
},
|
|
5552
|
+
detailedStatus: {
|
|
5412
5553
|
serializedName: "properties.detailedStatus",
|
|
5413
5554
|
readOnly: true,
|
|
5414
5555
|
type: {
|
|
5415
5556
|
name: "String",
|
|
5416
5557
|
},
|
|
5417
|
-
},
|
|
5558
|
+
},
|
|
5559
|
+
detailedStatusMessage: {
|
|
5418
5560
|
serializedName: "properties.detailedStatusMessage",
|
|
5419
5561
|
readOnly: true,
|
|
5420
5562
|
type: {
|
|
5421
5563
|
name: "String",
|
|
5422
5564
|
},
|
|
5423
|
-
},
|
|
5565
|
+
},
|
|
5566
|
+
hybridAksClustersAssociatedIds: {
|
|
5424
5567
|
serializedName: "properties.hybridAksClustersAssociatedIds",
|
|
5425
5568
|
readOnly: true,
|
|
5426
5569
|
type: {
|
|
@@ -5431,12 +5574,14 @@ exports.L2Network = {
|
|
|
5431
5574
|
},
|
|
5432
5575
|
},
|
|
5433
5576
|
},
|
|
5434
|
-
},
|
|
5577
|
+
},
|
|
5578
|
+
hybridAksPluginType: {
|
|
5435
5579
|
serializedName: "properties.hybridAksPluginType",
|
|
5436
5580
|
type: {
|
|
5437
5581
|
name: "String",
|
|
5438
5582
|
},
|
|
5439
|
-
},
|
|
5583
|
+
},
|
|
5584
|
+
interfaceName: {
|
|
5440
5585
|
constraints: {
|
|
5441
5586
|
Pattern: new RegExp("^[a-zA-Z0-9@._-]*$"),
|
|
5442
5587
|
MaxLength: 12,
|
|
@@ -5445,19 +5590,22 @@ exports.L2Network = {
|
|
|
5445
5590
|
type: {
|
|
5446
5591
|
name: "String",
|
|
5447
5592
|
},
|
|
5448
|
-
},
|
|
5593
|
+
},
|
|
5594
|
+
l2IsolationDomainId: {
|
|
5449
5595
|
serializedName: "properties.l2IsolationDomainId",
|
|
5450
5596
|
required: true,
|
|
5451
5597
|
type: {
|
|
5452
5598
|
name: "String",
|
|
5453
5599
|
},
|
|
5454
|
-
},
|
|
5600
|
+
},
|
|
5601
|
+
provisioningState: {
|
|
5455
5602
|
serializedName: "properties.provisioningState",
|
|
5456
5603
|
readOnly: true,
|
|
5457
5604
|
type: {
|
|
5458
5605
|
name: "String",
|
|
5459
5606
|
},
|
|
5460
|
-
},
|
|
5607
|
+
},
|
|
5608
|
+
virtualMachinesAssociatedIds: {
|
|
5461
5609
|
serializedName: "properties.virtualMachinesAssociatedIds",
|
|
5462
5610
|
readOnly: true,
|
|
5463
5611
|
type: {
|
|
@@ -5468,26 +5616,31 @@ exports.L2Network = {
|
|
|
5468
5616
|
},
|
|
5469
5617
|
},
|
|
5470
5618
|
},
|
|
5471
|
-
}
|
|
5619
|
+
},
|
|
5620
|
+
},
|
|
5472
5621
|
},
|
|
5473
5622
|
};
|
|
5474
5623
|
exports.L3Network = {
|
|
5475
5624
|
type: {
|
|
5476
5625
|
name: "Composite",
|
|
5477
5626
|
className: "L3Network",
|
|
5478
|
-
modelProperties:
|
|
5627
|
+
modelProperties: {
|
|
5628
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5629
|
+
etag: {
|
|
5479
5630
|
serializedName: "etag",
|
|
5480
5631
|
readOnly: true,
|
|
5481
5632
|
type: {
|
|
5482
5633
|
name: "String",
|
|
5483
5634
|
},
|
|
5484
|
-
},
|
|
5635
|
+
},
|
|
5636
|
+
extendedLocation: {
|
|
5485
5637
|
serializedName: "extendedLocation",
|
|
5486
5638
|
type: {
|
|
5487
5639
|
name: "Composite",
|
|
5488
5640
|
className: "ExtendedLocation",
|
|
5489
5641
|
},
|
|
5490
|
-
},
|
|
5642
|
+
},
|
|
5643
|
+
associatedResourceIds: {
|
|
5491
5644
|
serializedName: "properties.associatedResourceIds",
|
|
5492
5645
|
readOnly: true,
|
|
5493
5646
|
type: {
|
|
@@ -5498,25 +5651,29 @@ exports.L3Network = {
|
|
|
5498
5651
|
},
|
|
5499
5652
|
},
|
|
5500
5653
|
},
|
|
5501
|
-
},
|
|
5654
|
+
},
|
|
5655
|
+
clusterId: {
|
|
5502
5656
|
serializedName: "properties.clusterId",
|
|
5503
5657
|
readOnly: true,
|
|
5504
5658
|
type: {
|
|
5505
5659
|
name: "String",
|
|
5506
5660
|
},
|
|
5507
|
-
},
|
|
5661
|
+
},
|
|
5662
|
+
detailedStatus: {
|
|
5508
5663
|
serializedName: "properties.detailedStatus",
|
|
5509
5664
|
readOnly: true,
|
|
5510
5665
|
type: {
|
|
5511
5666
|
name: "String",
|
|
5512
5667
|
},
|
|
5513
|
-
},
|
|
5668
|
+
},
|
|
5669
|
+
detailedStatusMessage: {
|
|
5514
5670
|
serializedName: "properties.detailedStatusMessage",
|
|
5515
5671
|
readOnly: true,
|
|
5516
5672
|
type: {
|
|
5517
5673
|
name: "String",
|
|
5518
5674
|
},
|
|
5519
|
-
},
|
|
5675
|
+
},
|
|
5676
|
+
hybridAksClustersAssociatedIds: {
|
|
5520
5677
|
serializedName: "properties.hybridAksClustersAssociatedIds",
|
|
5521
5678
|
readOnly: true,
|
|
5522
5679
|
type: {
|
|
@@ -5527,18 +5684,21 @@ exports.L3Network = {
|
|
|
5527
5684
|
},
|
|
5528
5685
|
},
|
|
5529
5686
|
},
|
|
5530
|
-
},
|
|
5687
|
+
},
|
|
5688
|
+
hybridAksIpamEnabled: {
|
|
5531
5689
|
defaultValue: "True",
|
|
5532
5690
|
serializedName: "properties.hybridAksIpamEnabled",
|
|
5533
5691
|
type: {
|
|
5534
5692
|
name: "String",
|
|
5535
5693
|
},
|
|
5536
|
-
},
|
|
5694
|
+
},
|
|
5695
|
+
hybridAksPluginType: {
|
|
5537
5696
|
serializedName: "properties.hybridAksPluginType",
|
|
5538
5697
|
type: {
|
|
5539
5698
|
name: "String",
|
|
5540
5699
|
},
|
|
5541
|
-
},
|
|
5700
|
+
},
|
|
5701
|
+
interfaceName: {
|
|
5542
5702
|
constraints: {
|
|
5543
5703
|
Pattern: new RegExp("^[a-zA-Z0-9@._-]*$"),
|
|
5544
5704
|
MaxLength: 12,
|
|
@@ -5547,35 +5707,41 @@ exports.L3Network = {
|
|
|
5547
5707
|
type: {
|
|
5548
5708
|
name: "String",
|
|
5549
5709
|
},
|
|
5550
|
-
},
|
|
5710
|
+
},
|
|
5711
|
+
ipAllocationType: {
|
|
5551
5712
|
defaultValue: "DualStack",
|
|
5552
5713
|
serializedName: "properties.ipAllocationType",
|
|
5553
5714
|
type: {
|
|
5554
5715
|
name: "String",
|
|
5555
5716
|
},
|
|
5556
|
-
},
|
|
5717
|
+
},
|
|
5718
|
+
ipv4ConnectedPrefix: {
|
|
5557
5719
|
serializedName: "properties.ipv4ConnectedPrefix",
|
|
5558
5720
|
type: {
|
|
5559
5721
|
name: "String",
|
|
5560
5722
|
},
|
|
5561
|
-
},
|
|
5723
|
+
},
|
|
5724
|
+
ipv6ConnectedPrefix: {
|
|
5562
5725
|
serializedName: "properties.ipv6ConnectedPrefix",
|
|
5563
5726
|
type: {
|
|
5564
5727
|
name: "String",
|
|
5565
5728
|
},
|
|
5566
|
-
},
|
|
5729
|
+
},
|
|
5730
|
+
l3IsolationDomainId: {
|
|
5567
5731
|
serializedName: "properties.l3IsolationDomainId",
|
|
5568
5732
|
required: true,
|
|
5569
5733
|
type: {
|
|
5570
5734
|
name: "String",
|
|
5571
5735
|
},
|
|
5572
|
-
},
|
|
5736
|
+
},
|
|
5737
|
+
provisioningState: {
|
|
5573
5738
|
serializedName: "properties.provisioningState",
|
|
5574
5739
|
readOnly: true,
|
|
5575
5740
|
type: {
|
|
5576
5741
|
name: "String",
|
|
5577
5742
|
},
|
|
5578
|
-
},
|
|
5743
|
+
},
|
|
5744
|
+
virtualMachinesAssociatedIds: {
|
|
5579
5745
|
serializedName: "properties.virtualMachinesAssociatedIds",
|
|
5580
5746
|
readOnly: true,
|
|
5581
5747
|
type: {
|
|
@@ -5586,32 +5752,38 @@ exports.L3Network = {
|
|
|
5586
5752
|
},
|
|
5587
5753
|
},
|
|
5588
5754
|
},
|
|
5589
|
-
},
|
|
5755
|
+
},
|
|
5756
|
+
vlan: {
|
|
5590
5757
|
serializedName: "properties.vlan",
|
|
5591
5758
|
required: true,
|
|
5592
5759
|
type: {
|
|
5593
5760
|
name: "Number",
|
|
5594
5761
|
},
|
|
5595
|
-
}
|
|
5762
|
+
},
|
|
5763
|
+
},
|
|
5596
5764
|
},
|
|
5597
5765
|
};
|
|
5598
5766
|
exports.Rack = {
|
|
5599
5767
|
type: {
|
|
5600
5768
|
name: "Composite",
|
|
5601
5769
|
className: "Rack",
|
|
5602
|
-
modelProperties:
|
|
5770
|
+
modelProperties: {
|
|
5771
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5772
|
+
etag: {
|
|
5603
5773
|
serializedName: "etag",
|
|
5604
5774
|
readOnly: true,
|
|
5605
5775
|
type: {
|
|
5606
5776
|
name: "String",
|
|
5607
5777
|
},
|
|
5608
|
-
},
|
|
5778
|
+
},
|
|
5779
|
+
extendedLocation: {
|
|
5609
5780
|
serializedName: "extendedLocation",
|
|
5610
5781
|
type: {
|
|
5611
5782
|
name: "Composite",
|
|
5612
5783
|
className: "ExtendedLocation",
|
|
5613
5784
|
},
|
|
5614
|
-
},
|
|
5785
|
+
},
|
|
5786
|
+
availabilityZone: {
|
|
5615
5787
|
constraints: {
|
|
5616
5788
|
Pattern: new RegExp("^[a-zA-Z0-9]{1,10}$"),
|
|
5617
5789
|
},
|
|
@@ -5620,31 +5792,36 @@ exports.Rack = {
|
|
|
5620
5792
|
type: {
|
|
5621
5793
|
name: "String",
|
|
5622
5794
|
},
|
|
5623
|
-
},
|
|
5795
|
+
},
|
|
5796
|
+
clusterId: {
|
|
5624
5797
|
serializedName: "properties.clusterId",
|
|
5625
5798
|
readOnly: true,
|
|
5626
5799
|
type: {
|
|
5627
5800
|
name: "String",
|
|
5628
5801
|
},
|
|
5629
|
-
},
|
|
5802
|
+
},
|
|
5803
|
+
detailedStatus: {
|
|
5630
5804
|
serializedName: "properties.detailedStatus",
|
|
5631
5805
|
readOnly: true,
|
|
5632
5806
|
type: {
|
|
5633
5807
|
name: "String",
|
|
5634
5808
|
},
|
|
5635
|
-
},
|
|
5809
|
+
},
|
|
5810
|
+
detailedStatusMessage: {
|
|
5636
5811
|
serializedName: "properties.detailedStatusMessage",
|
|
5637
5812
|
readOnly: true,
|
|
5638
5813
|
type: {
|
|
5639
5814
|
name: "String",
|
|
5640
5815
|
},
|
|
5641
|
-
},
|
|
5816
|
+
},
|
|
5817
|
+
provisioningState: {
|
|
5642
5818
|
serializedName: "properties.provisioningState",
|
|
5643
5819
|
readOnly: true,
|
|
5644
5820
|
type: {
|
|
5645
5821
|
name: "String",
|
|
5646
5822
|
},
|
|
5647
|
-
},
|
|
5823
|
+
},
|
|
5824
|
+
rackLocation: {
|
|
5648
5825
|
constraints: {
|
|
5649
5826
|
MaxLength: 256,
|
|
5650
5827
|
},
|
|
@@ -5653,7 +5830,8 @@ exports.Rack = {
|
|
|
5653
5830
|
type: {
|
|
5654
5831
|
name: "String",
|
|
5655
5832
|
},
|
|
5656
|
-
},
|
|
5833
|
+
},
|
|
5834
|
+
rackSerialNumber: {
|
|
5657
5835
|
constraints: {
|
|
5658
5836
|
MaxLength: 64,
|
|
5659
5837
|
MinLength: 1,
|
|
@@ -5663,98 +5841,115 @@ exports.Rack = {
|
|
|
5663
5841
|
type: {
|
|
5664
5842
|
name: "String",
|
|
5665
5843
|
},
|
|
5666
|
-
},
|
|
5844
|
+
},
|
|
5845
|
+
rackSkuId: {
|
|
5667
5846
|
serializedName: "properties.rackSkuId",
|
|
5668
5847
|
required: true,
|
|
5669
5848
|
type: {
|
|
5670
5849
|
name: "String",
|
|
5671
5850
|
},
|
|
5672
|
-
}
|
|
5851
|
+
},
|
|
5852
|
+
},
|
|
5673
5853
|
},
|
|
5674
5854
|
};
|
|
5675
5855
|
exports.StorageAppliance = {
|
|
5676
5856
|
type: {
|
|
5677
5857
|
name: "Composite",
|
|
5678
5858
|
className: "StorageAppliance",
|
|
5679
|
-
modelProperties:
|
|
5859
|
+
modelProperties: {
|
|
5860
|
+
...exports.TrackedResource.type.modelProperties,
|
|
5861
|
+
etag: {
|
|
5680
5862
|
serializedName: "etag",
|
|
5681
5863
|
readOnly: true,
|
|
5682
5864
|
type: {
|
|
5683
5865
|
name: "String",
|
|
5684
5866
|
},
|
|
5685
|
-
},
|
|
5867
|
+
},
|
|
5868
|
+
extendedLocation: {
|
|
5686
5869
|
serializedName: "extendedLocation",
|
|
5687
5870
|
type: {
|
|
5688
5871
|
name: "Composite",
|
|
5689
5872
|
className: "ExtendedLocation",
|
|
5690
5873
|
},
|
|
5691
|
-
},
|
|
5874
|
+
},
|
|
5875
|
+
administratorCredentials: {
|
|
5692
5876
|
serializedName: "properties.administratorCredentials",
|
|
5693
5877
|
type: {
|
|
5694
5878
|
name: "Composite",
|
|
5695
5879
|
className: "AdministrativeCredentials",
|
|
5696
5880
|
},
|
|
5697
|
-
},
|
|
5881
|
+
},
|
|
5882
|
+
capacity: {
|
|
5698
5883
|
serializedName: "properties.capacity",
|
|
5699
5884
|
readOnly: true,
|
|
5700
5885
|
type: {
|
|
5701
5886
|
name: "Number",
|
|
5702
5887
|
},
|
|
5703
|
-
},
|
|
5888
|
+
},
|
|
5889
|
+
capacityUsed: {
|
|
5704
5890
|
serializedName: "properties.capacityUsed",
|
|
5705
5891
|
readOnly: true,
|
|
5706
5892
|
type: {
|
|
5707
5893
|
name: "Number",
|
|
5708
5894
|
},
|
|
5709
|
-
},
|
|
5895
|
+
},
|
|
5896
|
+
clusterId: {
|
|
5710
5897
|
serializedName: "properties.clusterId",
|
|
5711
5898
|
readOnly: true,
|
|
5712
5899
|
type: {
|
|
5713
5900
|
name: "String",
|
|
5714
5901
|
},
|
|
5715
|
-
},
|
|
5902
|
+
},
|
|
5903
|
+
detailedStatus: {
|
|
5716
5904
|
serializedName: "properties.detailedStatus",
|
|
5717
5905
|
readOnly: true,
|
|
5718
5906
|
type: {
|
|
5719
5907
|
name: "String",
|
|
5720
5908
|
},
|
|
5721
|
-
},
|
|
5909
|
+
},
|
|
5910
|
+
detailedStatusMessage: {
|
|
5722
5911
|
serializedName: "properties.detailedStatusMessage",
|
|
5723
5912
|
readOnly: true,
|
|
5724
5913
|
type: {
|
|
5725
5914
|
name: "String",
|
|
5726
5915
|
},
|
|
5727
|
-
},
|
|
5916
|
+
},
|
|
5917
|
+
managementIpv4Address: {
|
|
5728
5918
|
serializedName: "properties.managementIpv4Address",
|
|
5729
5919
|
readOnly: true,
|
|
5730
5920
|
type: {
|
|
5731
5921
|
name: "String",
|
|
5732
5922
|
},
|
|
5733
|
-
},
|
|
5923
|
+
},
|
|
5924
|
+
manufacturer: {
|
|
5734
5925
|
serializedName: "properties.manufacturer",
|
|
5735
5926
|
readOnly: true,
|
|
5736
5927
|
type: {
|
|
5737
5928
|
name: "String",
|
|
5738
5929
|
},
|
|
5739
|
-
},
|
|
5930
|
+
},
|
|
5931
|
+
model: {
|
|
5740
5932
|
serializedName: "properties.model",
|
|
5741
5933
|
readOnly: true,
|
|
5742
5934
|
type: {
|
|
5743
5935
|
name: "String",
|
|
5744
5936
|
},
|
|
5745
|
-
},
|
|
5937
|
+
},
|
|
5938
|
+
provisioningState: {
|
|
5746
5939
|
serializedName: "properties.provisioningState",
|
|
5747
5940
|
readOnly: true,
|
|
5748
5941
|
type: {
|
|
5749
5942
|
name: "String",
|
|
5750
5943
|
},
|
|
5751
|
-
},
|
|
5944
|
+
},
|
|
5945
|
+
rackId: {
|
|
5752
5946
|
serializedName: "properties.rackId",
|
|
5753
5947
|
required: true,
|
|
5754
5948
|
type: {
|
|
5755
5949
|
name: "String",
|
|
5756
5950
|
},
|
|
5757
|
-
},
|
|
5951
|
+
},
|
|
5952
|
+
rackSlot: {
|
|
5758
5953
|
constraints: {
|
|
5759
5954
|
InclusiveMaximum: 256,
|
|
5760
5955
|
InclusiveMinimum: 1,
|
|
@@ -5764,19 +5959,22 @@ exports.StorageAppliance = {
|
|
|
5764
5959
|
type: {
|
|
5765
5960
|
name: "Number",
|
|
5766
5961
|
},
|
|
5767
|
-
},
|
|
5962
|
+
},
|
|
5963
|
+
remoteVendorManagementFeature: {
|
|
5768
5964
|
serializedName: "properties.remoteVendorManagementFeature",
|
|
5769
5965
|
readOnly: true,
|
|
5770
5966
|
type: {
|
|
5771
5967
|
name: "String",
|
|
5772
5968
|
},
|
|
5773
|
-
},
|
|
5969
|
+
},
|
|
5970
|
+
remoteVendorManagementStatus: {
|
|
5774
5971
|
serializedName: "properties.remoteVendorManagementStatus",
|
|
5775
5972
|
readOnly: true,
|
|
5776
5973
|
type: {
|
|
5777
5974
|
name: "String",
|
|
5778
5975
|
},
|
|
5779
|
-
},
|
|
5976
|
+
},
|
|
5977
|
+
secretRotationStatus: {
|
|
5780
5978
|
serializedName: "properties.secretRotationStatus",
|
|
5781
5979
|
readOnly: true,
|
|
5782
5980
|
type: {
|
|
@@ -5788,44 +5986,52 @@ exports.StorageAppliance = {
|
|
|
5788
5986
|
},
|
|
5789
5987
|
},
|
|
5790
5988
|
},
|
|
5791
|
-
},
|
|
5989
|
+
},
|
|
5990
|
+
serialNumber: {
|
|
5792
5991
|
serializedName: "properties.serialNumber",
|
|
5793
5992
|
required: true,
|
|
5794
5993
|
type: {
|
|
5795
5994
|
name: "String",
|
|
5796
5995
|
},
|
|
5797
|
-
},
|
|
5996
|
+
},
|
|
5997
|
+
storageApplianceSkuId: {
|
|
5798
5998
|
serializedName: "properties.storageApplianceSkuId",
|
|
5799
5999
|
required: true,
|
|
5800
6000
|
type: {
|
|
5801
6001
|
name: "String",
|
|
5802
6002
|
},
|
|
5803
|
-
},
|
|
6003
|
+
},
|
|
6004
|
+
version: {
|
|
5804
6005
|
serializedName: "properties.version",
|
|
5805
6006
|
readOnly: true,
|
|
5806
6007
|
type: {
|
|
5807
6008
|
name: "String",
|
|
5808
6009
|
},
|
|
5809
|
-
}
|
|
6010
|
+
},
|
|
6011
|
+
},
|
|
5810
6012
|
},
|
|
5811
6013
|
};
|
|
5812
6014
|
exports.TrunkedNetwork = {
|
|
5813
6015
|
type: {
|
|
5814
6016
|
name: "Composite",
|
|
5815
6017
|
className: "TrunkedNetwork",
|
|
5816
|
-
modelProperties:
|
|
6018
|
+
modelProperties: {
|
|
6019
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6020
|
+
etag: {
|
|
5817
6021
|
serializedName: "etag",
|
|
5818
6022
|
readOnly: true,
|
|
5819
6023
|
type: {
|
|
5820
6024
|
name: "String",
|
|
5821
6025
|
},
|
|
5822
|
-
},
|
|
6026
|
+
},
|
|
6027
|
+
extendedLocation: {
|
|
5823
6028
|
serializedName: "extendedLocation",
|
|
5824
6029
|
type: {
|
|
5825
6030
|
name: "Composite",
|
|
5826
6031
|
className: "ExtendedLocation",
|
|
5827
6032
|
},
|
|
5828
|
-
},
|
|
6033
|
+
},
|
|
6034
|
+
associatedResourceIds: {
|
|
5829
6035
|
serializedName: "properties.associatedResourceIds",
|
|
5830
6036
|
readOnly: true,
|
|
5831
6037
|
type: {
|
|
@@ -5836,25 +6042,29 @@ exports.TrunkedNetwork = {
|
|
|
5836
6042
|
},
|
|
5837
6043
|
},
|
|
5838
6044
|
},
|
|
5839
|
-
},
|
|
6045
|
+
},
|
|
6046
|
+
clusterId: {
|
|
5840
6047
|
serializedName: "properties.clusterId",
|
|
5841
6048
|
readOnly: true,
|
|
5842
6049
|
type: {
|
|
5843
6050
|
name: "String",
|
|
5844
6051
|
},
|
|
5845
|
-
},
|
|
6052
|
+
},
|
|
6053
|
+
detailedStatus: {
|
|
5846
6054
|
serializedName: "properties.detailedStatus",
|
|
5847
6055
|
readOnly: true,
|
|
5848
6056
|
type: {
|
|
5849
6057
|
name: "String",
|
|
5850
6058
|
},
|
|
5851
|
-
},
|
|
6059
|
+
},
|
|
6060
|
+
detailedStatusMessage: {
|
|
5852
6061
|
serializedName: "properties.detailedStatusMessage",
|
|
5853
6062
|
readOnly: true,
|
|
5854
6063
|
type: {
|
|
5855
6064
|
name: "String",
|
|
5856
6065
|
},
|
|
5857
|
-
},
|
|
6066
|
+
},
|
|
6067
|
+
hybridAksClustersAssociatedIds: {
|
|
5858
6068
|
serializedName: "properties.hybridAksClustersAssociatedIds",
|
|
5859
6069
|
readOnly: true,
|
|
5860
6070
|
type: {
|
|
@@ -5865,12 +6075,14 @@ exports.TrunkedNetwork = {
|
|
|
5865
6075
|
},
|
|
5866
6076
|
},
|
|
5867
6077
|
},
|
|
5868
|
-
},
|
|
6078
|
+
},
|
|
6079
|
+
hybridAksPluginType: {
|
|
5869
6080
|
serializedName: "properties.hybridAksPluginType",
|
|
5870
6081
|
type: {
|
|
5871
6082
|
name: "String",
|
|
5872
6083
|
},
|
|
5873
|
-
},
|
|
6084
|
+
},
|
|
6085
|
+
interfaceName: {
|
|
5874
6086
|
constraints: {
|
|
5875
6087
|
Pattern: new RegExp("^[a-zA-Z0-9@._-]*$"),
|
|
5876
6088
|
MaxLength: 12,
|
|
@@ -5879,7 +6091,8 @@ exports.TrunkedNetwork = {
|
|
|
5879
6091
|
type: {
|
|
5880
6092
|
name: "String",
|
|
5881
6093
|
},
|
|
5882
|
-
},
|
|
6094
|
+
},
|
|
6095
|
+
isolationDomainIds: {
|
|
5883
6096
|
constraints: {
|
|
5884
6097
|
MinItems: 1,
|
|
5885
6098
|
},
|
|
@@ -5893,13 +6106,15 @@ exports.TrunkedNetwork = {
|
|
|
5893
6106
|
},
|
|
5894
6107
|
},
|
|
5895
6108
|
},
|
|
5896
|
-
},
|
|
6109
|
+
},
|
|
6110
|
+
provisioningState: {
|
|
5897
6111
|
serializedName: "properties.provisioningState",
|
|
5898
6112
|
readOnly: true,
|
|
5899
6113
|
type: {
|
|
5900
6114
|
name: "String",
|
|
5901
6115
|
},
|
|
5902
|
-
},
|
|
6116
|
+
},
|
|
6117
|
+
virtualMachinesAssociatedIds: {
|
|
5903
6118
|
serializedName: "properties.virtualMachinesAssociatedIds",
|
|
5904
6119
|
readOnly: true,
|
|
5905
6120
|
type: {
|
|
@@ -5910,7 +6125,8 @@ exports.TrunkedNetwork = {
|
|
|
5910
6125
|
},
|
|
5911
6126
|
},
|
|
5912
6127
|
},
|
|
5913
|
-
},
|
|
6128
|
+
},
|
|
6129
|
+
vlans: {
|
|
5914
6130
|
constraints: {
|
|
5915
6131
|
MinItems: 1,
|
|
5916
6132
|
},
|
|
@@ -5924,26 +6140,31 @@ exports.TrunkedNetwork = {
|
|
|
5924
6140
|
},
|
|
5925
6141
|
},
|
|
5926
6142
|
},
|
|
5927
|
-
}
|
|
6143
|
+
},
|
|
6144
|
+
},
|
|
5928
6145
|
},
|
|
5929
6146
|
};
|
|
5930
6147
|
exports.VirtualMachine = {
|
|
5931
6148
|
type: {
|
|
5932
6149
|
name: "Composite",
|
|
5933
6150
|
className: "VirtualMachine",
|
|
5934
|
-
modelProperties:
|
|
6151
|
+
modelProperties: {
|
|
6152
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6153
|
+
etag: {
|
|
5935
6154
|
serializedName: "etag",
|
|
5936
6155
|
readOnly: true,
|
|
5937
6156
|
type: {
|
|
5938
6157
|
name: "String",
|
|
5939
6158
|
},
|
|
5940
|
-
},
|
|
6159
|
+
},
|
|
6160
|
+
extendedLocation: {
|
|
5941
6161
|
serializedName: "extendedLocation",
|
|
5942
6162
|
type: {
|
|
5943
6163
|
name: "Composite",
|
|
5944
6164
|
className: "ExtendedLocation",
|
|
5945
6165
|
},
|
|
5946
|
-
},
|
|
6166
|
+
},
|
|
6167
|
+
adminUsername: {
|
|
5947
6168
|
constraints: {
|
|
5948
6169
|
Pattern: new RegExp("^[a-z_][a-z0-9_]{0,31}$"),
|
|
5949
6170
|
MaxLength: 32,
|
|
@@ -5954,43 +6175,50 @@ exports.VirtualMachine = {
|
|
|
5954
6175
|
type: {
|
|
5955
6176
|
name: "String",
|
|
5956
6177
|
},
|
|
5957
|
-
},
|
|
6178
|
+
},
|
|
6179
|
+
availabilityZone: {
|
|
5958
6180
|
serializedName: "properties.availabilityZone",
|
|
5959
6181
|
readOnly: true,
|
|
5960
6182
|
type: {
|
|
5961
6183
|
name: "String",
|
|
5962
6184
|
},
|
|
5963
|
-
},
|
|
6185
|
+
},
|
|
6186
|
+
bareMetalMachineId: {
|
|
5964
6187
|
serializedName: "properties.bareMetalMachineId",
|
|
5965
6188
|
readOnly: true,
|
|
5966
6189
|
type: {
|
|
5967
6190
|
name: "String",
|
|
5968
6191
|
},
|
|
5969
|
-
},
|
|
6192
|
+
},
|
|
6193
|
+
bootMethod: {
|
|
5970
6194
|
defaultValue: "UEFI",
|
|
5971
6195
|
serializedName: "properties.bootMethod",
|
|
5972
6196
|
type: {
|
|
5973
6197
|
name: "String",
|
|
5974
6198
|
},
|
|
5975
|
-
},
|
|
6199
|
+
},
|
|
6200
|
+
cloudServicesNetworkAttachment: {
|
|
5976
6201
|
serializedName: "properties.cloudServicesNetworkAttachment",
|
|
5977
6202
|
type: {
|
|
5978
6203
|
name: "Composite",
|
|
5979
6204
|
className: "NetworkAttachment",
|
|
5980
6205
|
},
|
|
5981
|
-
},
|
|
6206
|
+
},
|
|
6207
|
+
clusterId: {
|
|
5982
6208
|
serializedName: "properties.clusterId",
|
|
5983
6209
|
readOnly: true,
|
|
5984
6210
|
type: {
|
|
5985
6211
|
name: "String",
|
|
5986
6212
|
},
|
|
5987
|
-
},
|
|
6213
|
+
},
|
|
6214
|
+
consoleExtendedLocation: {
|
|
5988
6215
|
serializedName: "properties.consoleExtendedLocation",
|
|
5989
6216
|
type: {
|
|
5990
6217
|
name: "Composite",
|
|
5991
6218
|
className: "ExtendedLocation",
|
|
5992
6219
|
},
|
|
5993
|
-
},
|
|
6220
|
+
},
|
|
6221
|
+
cpuCores: {
|
|
5994
6222
|
constraints: {
|
|
5995
6223
|
InclusiveMinimum: 2,
|
|
5996
6224
|
},
|
|
@@ -5999,25 +6227,29 @@ exports.VirtualMachine = {
|
|
|
5999
6227
|
type: {
|
|
6000
6228
|
name: "Number",
|
|
6001
6229
|
},
|
|
6002
|
-
},
|
|
6230
|
+
},
|
|
6231
|
+
detailedStatus: {
|
|
6003
6232
|
serializedName: "properties.detailedStatus",
|
|
6004
6233
|
readOnly: true,
|
|
6005
6234
|
type: {
|
|
6006
6235
|
name: "String",
|
|
6007
6236
|
},
|
|
6008
|
-
},
|
|
6237
|
+
},
|
|
6238
|
+
detailedStatusMessage: {
|
|
6009
6239
|
serializedName: "properties.detailedStatusMessage",
|
|
6010
6240
|
readOnly: true,
|
|
6011
6241
|
type: {
|
|
6012
6242
|
name: "String",
|
|
6013
6243
|
},
|
|
6014
|
-
},
|
|
6244
|
+
},
|
|
6245
|
+
isolateEmulatorThread: {
|
|
6015
6246
|
defaultValue: "True",
|
|
6016
6247
|
serializedName: "properties.isolateEmulatorThread",
|
|
6017
6248
|
type: {
|
|
6018
6249
|
name: "String",
|
|
6019
6250
|
},
|
|
6020
|
-
},
|
|
6251
|
+
},
|
|
6252
|
+
memorySizeGB: {
|
|
6021
6253
|
constraints: {
|
|
6022
6254
|
InclusiveMinimum: 1,
|
|
6023
6255
|
},
|
|
@@ -6026,7 +6258,8 @@ exports.VirtualMachine = {
|
|
|
6026
6258
|
type: {
|
|
6027
6259
|
name: "Number",
|
|
6028
6260
|
},
|
|
6029
|
-
},
|
|
6261
|
+
},
|
|
6262
|
+
networkAttachments: {
|
|
6030
6263
|
serializedName: "properties.networkAttachments",
|
|
6031
6264
|
type: {
|
|
6032
6265
|
name: "Sequence",
|
|
@@ -6037,12 +6270,14 @@ exports.VirtualMachine = {
|
|
|
6037
6270
|
},
|
|
6038
6271
|
},
|
|
6039
6272
|
},
|
|
6040
|
-
},
|
|
6273
|
+
},
|
|
6274
|
+
networkData: {
|
|
6041
6275
|
serializedName: "properties.networkData",
|
|
6042
6276
|
type: {
|
|
6043
6277
|
name: "String",
|
|
6044
6278
|
},
|
|
6045
|
-
},
|
|
6279
|
+
},
|
|
6280
|
+
placementHints: {
|
|
6046
6281
|
serializedName: "properties.placementHints",
|
|
6047
6282
|
type: {
|
|
6048
6283
|
name: "Sequence",
|
|
@@ -6053,19 +6288,22 @@ exports.VirtualMachine = {
|
|
|
6053
6288
|
},
|
|
6054
6289
|
},
|
|
6055
6290
|
},
|
|
6056
|
-
},
|
|
6291
|
+
},
|
|
6292
|
+
powerState: {
|
|
6057
6293
|
serializedName: "properties.powerState",
|
|
6058
6294
|
readOnly: true,
|
|
6059
6295
|
type: {
|
|
6060
6296
|
name: "String",
|
|
6061
6297
|
},
|
|
6062
|
-
},
|
|
6298
|
+
},
|
|
6299
|
+
provisioningState: {
|
|
6063
6300
|
serializedName: "properties.provisioningState",
|
|
6064
6301
|
readOnly: true,
|
|
6065
6302
|
type: {
|
|
6066
6303
|
name: "String",
|
|
6067
6304
|
},
|
|
6068
|
-
},
|
|
6305
|
+
},
|
|
6306
|
+
sshPublicKeys: {
|
|
6069
6307
|
serializedName: "properties.sshPublicKeys",
|
|
6070
6308
|
type: {
|
|
6071
6309
|
name: "Sequence",
|
|
@@ -6076,42 +6314,49 @@ exports.VirtualMachine = {
|
|
|
6076
6314
|
},
|
|
6077
6315
|
},
|
|
6078
6316
|
},
|
|
6079
|
-
},
|
|
6317
|
+
},
|
|
6318
|
+
storageProfile: {
|
|
6080
6319
|
serializedName: "properties.storageProfile",
|
|
6081
6320
|
type: {
|
|
6082
6321
|
name: "Composite",
|
|
6083
6322
|
className: "StorageProfile",
|
|
6084
6323
|
},
|
|
6085
|
-
},
|
|
6324
|
+
},
|
|
6325
|
+
userData: {
|
|
6086
6326
|
serializedName: "properties.userData",
|
|
6087
6327
|
type: {
|
|
6088
6328
|
name: "String",
|
|
6089
6329
|
},
|
|
6090
|
-
},
|
|
6330
|
+
},
|
|
6331
|
+
virtioInterface: {
|
|
6091
6332
|
defaultValue: "Modern",
|
|
6092
6333
|
serializedName: "properties.virtioInterface",
|
|
6093
6334
|
type: {
|
|
6094
6335
|
name: "String",
|
|
6095
6336
|
},
|
|
6096
|
-
},
|
|
6337
|
+
},
|
|
6338
|
+
vmDeviceModel: {
|
|
6097
6339
|
defaultValue: "T2",
|
|
6098
6340
|
serializedName: "properties.vmDeviceModel",
|
|
6099
6341
|
type: {
|
|
6100
6342
|
name: "String",
|
|
6101
6343
|
},
|
|
6102
|
-
},
|
|
6344
|
+
},
|
|
6345
|
+
vmImage: {
|
|
6103
6346
|
serializedName: "properties.vmImage",
|
|
6104
6347
|
required: true,
|
|
6105
6348
|
type: {
|
|
6106
6349
|
name: "String",
|
|
6107
6350
|
},
|
|
6108
|
-
},
|
|
6351
|
+
},
|
|
6352
|
+
vmImageRepositoryCredentials: {
|
|
6109
6353
|
serializedName: "properties.vmImageRepositoryCredentials",
|
|
6110
6354
|
type: {
|
|
6111
6355
|
name: "Composite",
|
|
6112
6356
|
className: "ImageRepositoryCredentials",
|
|
6113
6357
|
},
|
|
6114
|
-
},
|
|
6358
|
+
},
|
|
6359
|
+
volumes: {
|
|
6115
6360
|
serializedName: "properties.volumes",
|
|
6116
6361
|
readOnly: true,
|
|
6117
6362
|
type: {
|
|
@@ -6122,26 +6367,31 @@ exports.VirtualMachine = {
|
|
|
6122
6367
|
},
|
|
6123
6368
|
},
|
|
6124
6369
|
},
|
|
6125
|
-
}
|
|
6370
|
+
},
|
|
6371
|
+
},
|
|
6126
6372
|
},
|
|
6127
6373
|
};
|
|
6128
6374
|
exports.Volume = {
|
|
6129
6375
|
type: {
|
|
6130
6376
|
name: "Composite",
|
|
6131
6377
|
className: "Volume",
|
|
6132
|
-
modelProperties:
|
|
6378
|
+
modelProperties: {
|
|
6379
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6380
|
+
etag: {
|
|
6133
6381
|
serializedName: "etag",
|
|
6134
6382
|
readOnly: true,
|
|
6135
6383
|
type: {
|
|
6136
6384
|
name: "String",
|
|
6137
6385
|
},
|
|
6138
|
-
},
|
|
6386
|
+
},
|
|
6387
|
+
extendedLocation: {
|
|
6139
6388
|
serializedName: "extendedLocation",
|
|
6140
6389
|
type: {
|
|
6141
6390
|
name: "Composite",
|
|
6142
6391
|
className: "ExtendedLocation",
|
|
6143
6392
|
},
|
|
6144
|
-
},
|
|
6393
|
+
},
|
|
6394
|
+
attachedTo: {
|
|
6145
6395
|
serializedName: "properties.attachedTo",
|
|
6146
6396
|
readOnly: true,
|
|
6147
6397
|
type: {
|
|
@@ -6152,31 +6402,36 @@ exports.Volume = {
|
|
|
6152
6402
|
},
|
|
6153
6403
|
},
|
|
6154
6404
|
},
|
|
6155
|
-
},
|
|
6405
|
+
},
|
|
6406
|
+
detailedStatus: {
|
|
6156
6407
|
serializedName: "properties.detailedStatus",
|
|
6157
6408
|
readOnly: true,
|
|
6158
6409
|
type: {
|
|
6159
6410
|
name: "String",
|
|
6160
6411
|
},
|
|
6161
|
-
},
|
|
6412
|
+
},
|
|
6413
|
+
detailedStatusMessage: {
|
|
6162
6414
|
serializedName: "properties.detailedStatusMessage",
|
|
6163
6415
|
readOnly: true,
|
|
6164
6416
|
type: {
|
|
6165
6417
|
name: "String",
|
|
6166
6418
|
},
|
|
6167
|
-
},
|
|
6419
|
+
},
|
|
6420
|
+
provisioningState: {
|
|
6168
6421
|
serializedName: "properties.provisioningState",
|
|
6169
6422
|
readOnly: true,
|
|
6170
6423
|
type: {
|
|
6171
6424
|
name: "String",
|
|
6172
6425
|
},
|
|
6173
|
-
},
|
|
6426
|
+
},
|
|
6427
|
+
serialNumber: {
|
|
6174
6428
|
serializedName: "properties.serialNumber",
|
|
6175
6429
|
readOnly: true,
|
|
6176
6430
|
type: {
|
|
6177
6431
|
name: "String",
|
|
6178
6432
|
},
|
|
6179
|
-
},
|
|
6433
|
+
},
|
|
6434
|
+
sizeMiB: {
|
|
6180
6435
|
constraints: {
|
|
6181
6436
|
InclusiveMinimum: 1,
|
|
6182
6437
|
},
|
|
@@ -6185,50 +6440,59 @@ exports.Volume = {
|
|
|
6185
6440
|
type: {
|
|
6186
6441
|
name: "Number",
|
|
6187
6442
|
},
|
|
6188
|
-
}
|
|
6443
|
+
},
|
|
6444
|
+
},
|
|
6189
6445
|
},
|
|
6190
6446
|
};
|
|
6191
6447
|
exports.BareMetalMachineKeySet = {
|
|
6192
6448
|
type: {
|
|
6193
6449
|
name: "Composite",
|
|
6194
6450
|
className: "BareMetalMachineKeySet",
|
|
6195
|
-
modelProperties:
|
|
6451
|
+
modelProperties: {
|
|
6452
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6453
|
+
etag: {
|
|
6196
6454
|
serializedName: "etag",
|
|
6197
6455
|
readOnly: true,
|
|
6198
6456
|
type: {
|
|
6199
6457
|
name: "String",
|
|
6200
6458
|
},
|
|
6201
|
-
},
|
|
6459
|
+
},
|
|
6460
|
+
extendedLocation: {
|
|
6202
6461
|
serializedName: "extendedLocation",
|
|
6203
6462
|
type: {
|
|
6204
6463
|
name: "Composite",
|
|
6205
6464
|
className: "ExtendedLocation",
|
|
6206
6465
|
},
|
|
6207
|
-
},
|
|
6466
|
+
},
|
|
6467
|
+
azureGroupId: {
|
|
6208
6468
|
serializedName: "properties.azureGroupId",
|
|
6209
6469
|
required: true,
|
|
6210
6470
|
type: {
|
|
6211
6471
|
name: "String",
|
|
6212
6472
|
},
|
|
6213
|
-
},
|
|
6473
|
+
},
|
|
6474
|
+
detailedStatus: {
|
|
6214
6475
|
serializedName: "properties.detailedStatus",
|
|
6215
6476
|
readOnly: true,
|
|
6216
6477
|
type: {
|
|
6217
6478
|
name: "String",
|
|
6218
6479
|
},
|
|
6219
|
-
},
|
|
6480
|
+
},
|
|
6481
|
+
detailedStatusMessage: {
|
|
6220
6482
|
serializedName: "properties.detailedStatusMessage",
|
|
6221
6483
|
readOnly: true,
|
|
6222
6484
|
type: {
|
|
6223
6485
|
name: "String",
|
|
6224
6486
|
},
|
|
6225
|
-
},
|
|
6487
|
+
},
|
|
6488
|
+
expiration: {
|
|
6226
6489
|
serializedName: "properties.expiration",
|
|
6227
6490
|
required: true,
|
|
6228
6491
|
type: {
|
|
6229
6492
|
name: "DateTime",
|
|
6230
6493
|
},
|
|
6231
|
-
},
|
|
6494
|
+
},
|
|
6495
|
+
jumpHostsAllowed: {
|
|
6232
6496
|
serializedName: "properties.jumpHostsAllowed",
|
|
6233
6497
|
required: true,
|
|
6234
6498
|
type: {
|
|
@@ -6239,13 +6503,15 @@ exports.BareMetalMachineKeySet = {
|
|
|
6239
6503
|
},
|
|
6240
6504
|
},
|
|
6241
6505
|
},
|
|
6242
|
-
},
|
|
6506
|
+
},
|
|
6507
|
+
lastValidation: {
|
|
6243
6508
|
serializedName: "properties.lastValidation",
|
|
6244
6509
|
readOnly: true,
|
|
6245
6510
|
type: {
|
|
6246
6511
|
name: "DateTime",
|
|
6247
6512
|
},
|
|
6248
|
-
},
|
|
6513
|
+
},
|
|
6514
|
+
osGroupName: {
|
|
6249
6515
|
constraints: {
|
|
6250
6516
|
Pattern: new RegExp("^([A-Za-z]([A-Za-z0-9]*))$"),
|
|
6251
6517
|
MaxLength: 32,
|
|
@@ -6254,19 +6520,22 @@ exports.BareMetalMachineKeySet = {
|
|
|
6254
6520
|
type: {
|
|
6255
6521
|
name: "String",
|
|
6256
6522
|
},
|
|
6257
|
-
},
|
|
6523
|
+
},
|
|
6524
|
+
privilegeLevel: {
|
|
6258
6525
|
serializedName: "properties.privilegeLevel",
|
|
6259
6526
|
required: true,
|
|
6260
6527
|
type: {
|
|
6261
6528
|
name: "String",
|
|
6262
6529
|
},
|
|
6263
|
-
},
|
|
6530
|
+
},
|
|
6531
|
+
provisioningState: {
|
|
6264
6532
|
serializedName: "properties.provisioningState",
|
|
6265
6533
|
readOnly: true,
|
|
6266
6534
|
type: {
|
|
6267
6535
|
name: "String",
|
|
6268
6536
|
},
|
|
6269
|
-
},
|
|
6537
|
+
},
|
|
6538
|
+
userList: {
|
|
6270
6539
|
serializedName: "properties.userList",
|
|
6271
6540
|
required: true,
|
|
6272
6541
|
type: {
|
|
@@ -6278,7 +6547,8 @@ exports.BareMetalMachineKeySet = {
|
|
|
6278
6547
|
},
|
|
6279
6548
|
},
|
|
6280
6549
|
},
|
|
6281
|
-
},
|
|
6550
|
+
},
|
|
6551
|
+
userListStatus: {
|
|
6282
6552
|
serializedName: "properties.userListStatus",
|
|
6283
6553
|
readOnly: true,
|
|
6284
6554
|
type: {
|
|
@@ -6290,68 +6560,80 @@ exports.BareMetalMachineKeySet = {
|
|
|
6290
6560
|
},
|
|
6291
6561
|
},
|
|
6292
6562
|
},
|
|
6293
|
-
}
|
|
6563
|
+
},
|
|
6564
|
+
},
|
|
6294
6565
|
},
|
|
6295
6566
|
};
|
|
6296
6567
|
exports.BmcKeySet = {
|
|
6297
6568
|
type: {
|
|
6298
6569
|
name: "Composite",
|
|
6299
6570
|
className: "BmcKeySet",
|
|
6300
|
-
modelProperties:
|
|
6571
|
+
modelProperties: {
|
|
6572
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6573
|
+
etag: {
|
|
6301
6574
|
serializedName: "etag",
|
|
6302
6575
|
readOnly: true,
|
|
6303
6576
|
type: {
|
|
6304
6577
|
name: "String",
|
|
6305
6578
|
},
|
|
6306
|
-
},
|
|
6579
|
+
},
|
|
6580
|
+
extendedLocation: {
|
|
6307
6581
|
serializedName: "extendedLocation",
|
|
6308
6582
|
type: {
|
|
6309
6583
|
name: "Composite",
|
|
6310
6584
|
className: "ExtendedLocation",
|
|
6311
6585
|
},
|
|
6312
|
-
},
|
|
6586
|
+
},
|
|
6587
|
+
azureGroupId: {
|
|
6313
6588
|
serializedName: "properties.azureGroupId",
|
|
6314
6589
|
required: true,
|
|
6315
6590
|
type: {
|
|
6316
6591
|
name: "String",
|
|
6317
6592
|
},
|
|
6318
|
-
},
|
|
6593
|
+
},
|
|
6594
|
+
detailedStatus: {
|
|
6319
6595
|
serializedName: "properties.detailedStatus",
|
|
6320
6596
|
readOnly: true,
|
|
6321
6597
|
type: {
|
|
6322
6598
|
name: "String",
|
|
6323
6599
|
},
|
|
6324
|
-
},
|
|
6600
|
+
},
|
|
6601
|
+
detailedStatusMessage: {
|
|
6325
6602
|
serializedName: "properties.detailedStatusMessage",
|
|
6326
6603
|
readOnly: true,
|
|
6327
6604
|
type: {
|
|
6328
6605
|
name: "String",
|
|
6329
6606
|
},
|
|
6330
|
-
},
|
|
6607
|
+
},
|
|
6608
|
+
expiration: {
|
|
6331
6609
|
serializedName: "properties.expiration",
|
|
6332
6610
|
required: true,
|
|
6333
6611
|
type: {
|
|
6334
6612
|
name: "DateTime",
|
|
6335
6613
|
},
|
|
6336
|
-
},
|
|
6614
|
+
},
|
|
6615
|
+
lastValidation: {
|
|
6337
6616
|
serializedName: "properties.lastValidation",
|
|
6338
6617
|
readOnly: true,
|
|
6339
6618
|
type: {
|
|
6340
6619
|
name: "DateTime",
|
|
6341
6620
|
},
|
|
6342
|
-
},
|
|
6621
|
+
},
|
|
6622
|
+
privilegeLevel: {
|
|
6343
6623
|
serializedName: "properties.privilegeLevel",
|
|
6344
6624
|
required: true,
|
|
6345
6625
|
type: {
|
|
6346
6626
|
name: "String",
|
|
6347
6627
|
},
|
|
6348
|
-
},
|
|
6628
|
+
},
|
|
6629
|
+
provisioningState: {
|
|
6349
6630
|
serializedName: "properties.provisioningState",
|
|
6350
6631
|
readOnly: true,
|
|
6351
6632
|
type: {
|
|
6352
6633
|
name: "String",
|
|
6353
6634
|
},
|
|
6354
|
-
},
|
|
6635
|
+
},
|
|
6636
|
+
userList: {
|
|
6355
6637
|
serializedName: "properties.userList",
|
|
6356
6638
|
required: true,
|
|
6357
6639
|
type: {
|
|
@@ -6363,7 +6645,8 @@ exports.BmcKeySet = {
|
|
|
6363
6645
|
},
|
|
6364
6646
|
},
|
|
6365
6647
|
},
|
|
6366
|
-
},
|
|
6648
|
+
},
|
|
6649
|
+
userListStatus: {
|
|
6367
6650
|
serializedName: "properties.userListStatus",
|
|
6368
6651
|
readOnly: true,
|
|
6369
6652
|
type: {
|
|
@@ -6375,26 +6658,31 @@ exports.BmcKeySet = {
|
|
|
6375
6658
|
},
|
|
6376
6659
|
},
|
|
6377
6660
|
},
|
|
6378
|
-
}
|
|
6661
|
+
},
|
|
6662
|
+
},
|
|
6379
6663
|
},
|
|
6380
6664
|
};
|
|
6381
6665
|
exports.ClusterMetricsConfiguration = {
|
|
6382
6666
|
type: {
|
|
6383
6667
|
name: "Composite",
|
|
6384
6668
|
className: "ClusterMetricsConfiguration",
|
|
6385
|
-
modelProperties:
|
|
6669
|
+
modelProperties: {
|
|
6670
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6671
|
+
etag: {
|
|
6386
6672
|
serializedName: "etag",
|
|
6387
6673
|
readOnly: true,
|
|
6388
6674
|
type: {
|
|
6389
6675
|
name: "String",
|
|
6390
6676
|
},
|
|
6391
|
-
},
|
|
6677
|
+
},
|
|
6678
|
+
extendedLocation: {
|
|
6392
6679
|
serializedName: "extendedLocation",
|
|
6393
6680
|
type: {
|
|
6394
6681
|
name: "Composite",
|
|
6395
6682
|
className: "ExtendedLocation",
|
|
6396
6683
|
},
|
|
6397
|
-
},
|
|
6684
|
+
},
|
|
6685
|
+
collectionInterval: {
|
|
6398
6686
|
constraints: {
|
|
6399
6687
|
InclusiveMaximum: 1440,
|
|
6400
6688
|
InclusiveMinimum: 1,
|
|
@@ -6404,19 +6692,22 @@ exports.ClusterMetricsConfiguration = {
|
|
|
6404
6692
|
type: {
|
|
6405
6693
|
name: "Number",
|
|
6406
6694
|
},
|
|
6407
|
-
},
|
|
6695
|
+
},
|
|
6696
|
+
detailedStatus: {
|
|
6408
6697
|
serializedName: "properties.detailedStatus",
|
|
6409
6698
|
readOnly: true,
|
|
6410
6699
|
type: {
|
|
6411
6700
|
name: "String",
|
|
6412
6701
|
},
|
|
6413
|
-
},
|
|
6702
|
+
},
|
|
6703
|
+
detailedStatusMessage: {
|
|
6414
6704
|
serializedName: "properties.detailedStatusMessage",
|
|
6415
6705
|
readOnly: true,
|
|
6416
6706
|
type: {
|
|
6417
6707
|
name: "String",
|
|
6418
6708
|
},
|
|
6419
|
-
},
|
|
6709
|
+
},
|
|
6710
|
+
disabledMetrics: {
|
|
6420
6711
|
serializedName: "properties.disabledMetrics",
|
|
6421
6712
|
readOnly: true,
|
|
6422
6713
|
type: {
|
|
@@ -6427,7 +6718,8 @@ exports.ClusterMetricsConfiguration = {
|
|
|
6427
6718
|
},
|
|
6428
6719
|
},
|
|
6429
6720
|
},
|
|
6430
|
-
},
|
|
6721
|
+
},
|
|
6722
|
+
enabledMetrics: {
|
|
6431
6723
|
serializedName: "properties.enabledMetrics",
|
|
6432
6724
|
type: {
|
|
6433
6725
|
name: "Sequence",
|
|
@@ -6437,50 +6729,59 @@ exports.ClusterMetricsConfiguration = {
|
|
|
6437
6729
|
},
|
|
6438
6730
|
},
|
|
6439
6731
|
},
|
|
6440
|
-
},
|
|
6732
|
+
},
|
|
6733
|
+
provisioningState: {
|
|
6441
6734
|
serializedName: "properties.provisioningState",
|
|
6442
6735
|
readOnly: true,
|
|
6443
6736
|
type: {
|
|
6444
6737
|
name: "String",
|
|
6445
6738
|
},
|
|
6446
|
-
}
|
|
6739
|
+
},
|
|
6740
|
+
},
|
|
6447
6741
|
},
|
|
6448
6742
|
};
|
|
6449
6743
|
exports.AgentPool = {
|
|
6450
6744
|
type: {
|
|
6451
6745
|
name: "Composite",
|
|
6452
6746
|
className: "AgentPool",
|
|
6453
|
-
modelProperties:
|
|
6747
|
+
modelProperties: {
|
|
6748
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6749
|
+
etag: {
|
|
6454
6750
|
serializedName: "etag",
|
|
6455
6751
|
readOnly: true,
|
|
6456
6752
|
type: {
|
|
6457
6753
|
name: "String",
|
|
6458
6754
|
},
|
|
6459
|
-
},
|
|
6755
|
+
},
|
|
6756
|
+
extendedLocation: {
|
|
6460
6757
|
serializedName: "extendedLocation",
|
|
6461
6758
|
type: {
|
|
6462
6759
|
name: "Composite",
|
|
6463
6760
|
className: "ExtendedLocation",
|
|
6464
6761
|
},
|
|
6465
|
-
},
|
|
6762
|
+
},
|
|
6763
|
+
administratorConfiguration: {
|
|
6466
6764
|
serializedName: "properties.administratorConfiguration",
|
|
6467
6765
|
type: {
|
|
6468
6766
|
name: "Composite",
|
|
6469
6767
|
className: "AdministratorConfiguration",
|
|
6470
6768
|
},
|
|
6471
|
-
},
|
|
6769
|
+
},
|
|
6770
|
+
agentOptions: {
|
|
6472
6771
|
serializedName: "properties.agentOptions",
|
|
6473
6772
|
type: {
|
|
6474
6773
|
name: "Composite",
|
|
6475
6774
|
className: "AgentOptions",
|
|
6476
6775
|
},
|
|
6477
|
-
},
|
|
6776
|
+
},
|
|
6777
|
+
attachedNetworkConfiguration: {
|
|
6478
6778
|
serializedName: "properties.attachedNetworkConfiguration",
|
|
6479
6779
|
type: {
|
|
6480
6780
|
name: "Composite",
|
|
6481
6781
|
className: "AttachedNetworkConfiguration",
|
|
6482
6782
|
},
|
|
6483
|
-
},
|
|
6783
|
+
},
|
|
6784
|
+
availabilityZones: {
|
|
6484
6785
|
serializedName: "properties.availabilityZones",
|
|
6485
6786
|
type: {
|
|
6486
6787
|
name: "Sequence",
|
|
@@ -6490,31 +6791,36 @@ exports.AgentPool = {
|
|
|
6490
6791
|
},
|
|
6491
6792
|
},
|
|
6492
6793
|
},
|
|
6493
|
-
},
|
|
6794
|
+
},
|
|
6795
|
+
count: {
|
|
6494
6796
|
serializedName: "properties.count",
|
|
6495
6797
|
required: true,
|
|
6496
6798
|
type: {
|
|
6497
6799
|
name: "Number",
|
|
6498
6800
|
},
|
|
6499
|
-
},
|
|
6801
|
+
},
|
|
6802
|
+
detailedStatus: {
|
|
6500
6803
|
serializedName: "properties.detailedStatus",
|
|
6501
6804
|
readOnly: true,
|
|
6502
6805
|
type: {
|
|
6503
6806
|
name: "String",
|
|
6504
6807
|
},
|
|
6505
|
-
},
|
|
6808
|
+
},
|
|
6809
|
+
detailedStatusMessage: {
|
|
6506
6810
|
serializedName: "properties.detailedStatusMessage",
|
|
6507
6811
|
readOnly: true,
|
|
6508
6812
|
type: {
|
|
6509
6813
|
name: "String",
|
|
6510
6814
|
},
|
|
6511
|
-
},
|
|
6815
|
+
},
|
|
6816
|
+
kubernetesVersion: {
|
|
6512
6817
|
serializedName: "properties.kubernetesVersion",
|
|
6513
6818
|
readOnly: true,
|
|
6514
6819
|
type: {
|
|
6515
6820
|
name: "String",
|
|
6516
6821
|
},
|
|
6517
|
-
},
|
|
6822
|
+
},
|
|
6823
|
+
labels: {
|
|
6518
6824
|
serializedName: "properties.labels",
|
|
6519
6825
|
type: {
|
|
6520
6826
|
name: "Sequence",
|
|
@@ -6525,19 +6831,22 @@ exports.AgentPool = {
|
|
|
6525
6831
|
},
|
|
6526
6832
|
},
|
|
6527
6833
|
},
|
|
6528
|
-
},
|
|
6834
|
+
},
|
|
6835
|
+
mode: {
|
|
6529
6836
|
serializedName: "properties.mode",
|
|
6530
6837
|
required: true,
|
|
6531
6838
|
type: {
|
|
6532
6839
|
name: "String",
|
|
6533
6840
|
},
|
|
6534
|
-
},
|
|
6841
|
+
},
|
|
6842
|
+
provisioningState: {
|
|
6535
6843
|
serializedName: "properties.provisioningState",
|
|
6536
6844
|
readOnly: true,
|
|
6537
6845
|
type: {
|
|
6538
6846
|
name: "String",
|
|
6539
6847
|
},
|
|
6540
|
-
},
|
|
6848
|
+
},
|
|
6849
|
+
taints: {
|
|
6541
6850
|
serializedName: "properties.taints",
|
|
6542
6851
|
type: {
|
|
6543
6852
|
name: "Sequence",
|
|
@@ -6548,50 +6857,59 @@ exports.AgentPool = {
|
|
|
6548
6857
|
},
|
|
6549
6858
|
},
|
|
6550
6859
|
},
|
|
6551
|
-
},
|
|
6860
|
+
},
|
|
6861
|
+
upgradeSettings: {
|
|
6552
6862
|
serializedName: "properties.upgradeSettings",
|
|
6553
6863
|
type: {
|
|
6554
6864
|
name: "Composite",
|
|
6555
6865
|
className: "AgentPoolUpgradeSettings",
|
|
6556
6866
|
},
|
|
6557
|
-
},
|
|
6867
|
+
},
|
|
6868
|
+
vmSkuName: {
|
|
6558
6869
|
serializedName: "properties.vmSkuName",
|
|
6559
6870
|
required: true,
|
|
6560
6871
|
type: {
|
|
6561
6872
|
name: "String",
|
|
6562
6873
|
},
|
|
6563
|
-
}
|
|
6874
|
+
},
|
|
6875
|
+
},
|
|
6564
6876
|
},
|
|
6565
6877
|
};
|
|
6566
6878
|
exports.KubernetesClusterFeature = {
|
|
6567
6879
|
type: {
|
|
6568
6880
|
name: "Composite",
|
|
6569
6881
|
className: "KubernetesClusterFeature",
|
|
6570
|
-
modelProperties:
|
|
6882
|
+
modelProperties: {
|
|
6883
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6884
|
+
etag: {
|
|
6571
6885
|
serializedName: "etag",
|
|
6572
6886
|
readOnly: true,
|
|
6573
6887
|
type: {
|
|
6574
6888
|
name: "String",
|
|
6575
6889
|
},
|
|
6576
|
-
},
|
|
6890
|
+
},
|
|
6891
|
+
availabilityLifecycle: {
|
|
6577
6892
|
serializedName: "properties.availabilityLifecycle",
|
|
6578
6893
|
readOnly: true,
|
|
6579
6894
|
type: {
|
|
6580
6895
|
name: "String",
|
|
6581
6896
|
},
|
|
6582
|
-
},
|
|
6897
|
+
},
|
|
6898
|
+
detailedStatus: {
|
|
6583
6899
|
serializedName: "properties.detailedStatus",
|
|
6584
6900
|
readOnly: true,
|
|
6585
6901
|
type: {
|
|
6586
6902
|
name: "String",
|
|
6587
6903
|
},
|
|
6588
|
-
},
|
|
6904
|
+
},
|
|
6905
|
+
detailedStatusMessage: {
|
|
6589
6906
|
serializedName: "properties.detailedStatusMessage",
|
|
6590
6907
|
readOnly: true,
|
|
6591
6908
|
type: {
|
|
6592
6909
|
name: "String",
|
|
6593
6910
|
},
|
|
6594
|
-
},
|
|
6911
|
+
},
|
|
6912
|
+
options: {
|
|
6595
6913
|
serializedName: "properties.options",
|
|
6596
6914
|
type: {
|
|
6597
6915
|
name: "Sequence",
|
|
@@ -6602,91 +6920,107 @@ exports.KubernetesClusterFeature = {
|
|
|
6602
6920
|
},
|
|
6603
6921
|
},
|
|
6604
6922
|
},
|
|
6605
|
-
},
|
|
6923
|
+
},
|
|
6924
|
+
provisioningState: {
|
|
6606
6925
|
serializedName: "properties.provisioningState",
|
|
6607
6926
|
readOnly: true,
|
|
6608
6927
|
type: {
|
|
6609
6928
|
name: "String",
|
|
6610
6929
|
},
|
|
6611
|
-
},
|
|
6930
|
+
},
|
|
6931
|
+
required: {
|
|
6612
6932
|
serializedName: "properties.required",
|
|
6613
6933
|
readOnly: true,
|
|
6614
6934
|
type: {
|
|
6615
6935
|
name: "String",
|
|
6616
6936
|
},
|
|
6617
|
-
},
|
|
6937
|
+
},
|
|
6938
|
+
version: {
|
|
6618
6939
|
serializedName: "properties.version",
|
|
6619
6940
|
readOnly: true,
|
|
6620
6941
|
type: {
|
|
6621
6942
|
name: "String",
|
|
6622
6943
|
},
|
|
6623
|
-
}
|
|
6944
|
+
},
|
|
6945
|
+
},
|
|
6624
6946
|
},
|
|
6625
6947
|
};
|
|
6626
6948
|
exports.Console = {
|
|
6627
6949
|
type: {
|
|
6628
6950
|
name: "Composite",
|
|
6629
6951
|
className: "Console",
|
|
6630
|
-
modelProperties:
|
|
6952
|
+
modelProperties: {
|
|
6953
|
+
...exports.TrackedResource.type.modelProperties,
|
|
6954
|
+
etag: {
|
|
6631
6955
|
serializedName: "etag",
|
|
6632
6956
|
readOnly: true,
|
|
6633
6957
|
type: {
|
|
6634
6958
|
name: "String",
|
|
6635
6959
|
},
|
|
6636
|
-
},
|
|
6960
|
+
},
|
|
6961
|
+
extendedLocation: {
|
|
6637
6962
|
serializedName: "extendedLocation",
|
|
6638
6963
|
type: {
|
|
6639
6964
|
name: "Composite",
|
|
6640
6965
|
className: "ExtendedLocation",
|
|
6641
6966
|
},
|
|
6642
|
-
},
|
|
6967
|
+
},
|
|
6968
|
+
detailedStatus: {
|
|
6643
6969
|
serializedName: "properties.detailedStatus",
|
|
6644
6970
|
readOnly: true,
|
|
6645
6971
|
type: {
|
|
6646
6972
|
name: "String",
|
|
6647
6973
|
},
|
|
6648
|
-
},
|
|
6974
|
+
},
|
|
6975
|
+
detailedStatusMessage: {
|
|
6649
6976
|
serializedName: "properties.detailedStatusMessage",
|
|
6650
6977
|
readOnly: true,
|
|
6651
6978
|
type: {
|
|
6652
6979
|
name: "String",
|
|
6653
6980
|
},
|
|
6654
|
-
},
|
|
6981
|
+
},
|
|
6982
|
+
enabled: {
|
|
6655
6983
|
serializedName: "properties.enabled",
|
|
6656
6984
|
required: true,
|
|
6657
6985
|
type: {
|
|
6658
6986
|
name: "String",
|
|
6659
6987
|
},
|
|
6660
|
-
},
|
|
6988
|
+
},
|
|
6989
|
+
expiration: {
|
|
6661
6990
|
serializedName: "properties.expiration",
|
|
6662
6991
|
type: {
|
|
6663
6992
|
name: "DateTime",
|
|
6664
6993
|
},
|
|
6665
|
-
},
|
|
6994
|
+
},
|
|
6995
|
+
privateLinkServiceId: {
|
|
6666
6996
|
serializedName: "properties.privateLinkServiceId",
|
|
6667
6997
|
readOnly: true,
|
|
6668
6998
|
type: {
|
|
6669
6999
|
name: "String",
|
|
6670
7000
|
},
|
|
6671
|
-
},
|
|
7001
|
+
},
|
|
7002
|
+
provisioningState: {
|
|
6672
7003
|
serializedName: "properties.provisioningState",
|
|
6673
7004
|
readOnly: true,
|
|
6674
7005
|
type: {
|
|
6675
7006
|
name: "String",
|
|
6676
7007
|
},
|
|
6677
|
-
},
|
|
7008
|
+
},
|
|
7009
|
+
sshPublicKey: {
|
|
6678
7010
|
serializedName: "properties.sshPublicKey",
|
|
6679
7011
|
type: {
|
|
6680
7012
|
name: "Composite",
|
|
6681
7013
|
className: "SshPublicKey",
|
|
6682
7014
|
},
|
|
6683
|
-
},
|
|
7015
|
+
},
|
|
7016
|
+
virtualMachineAccessId: {
|
|
6684
7017
|
serializedName: "properties.virtualMachineAccessId",
|
|
6685
7018
|
readOnly: true,
|
|
6686
7019
|
type: {
|
|
6687
7020
|
name: "String",
|
|
6688
7021
|
},
|
|
6689
|
-
}
|
|
7022
|
+
},
|
|
7023
|
+
},
|
|
6690
7024
|
},
|
|
6691
7025
|
};
|
|
6692
7026
|
exports.BareMetalMachinesCreateOrUpdateHeaders = {
|