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