@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0

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 (635) hide show
  1. package/avs/addon.js +2 -2
  2. package/avs/authorization.js +2 -2
  3. package/avs/cloudLink.js +2 -2
  4. package/avs/cluster.js +2 -2
  5. package/avs/datastore.js +2 -2
  6. package/avs/globalReachConnection.js +2 -2
  7. package/avs/hcxEnterpriseSite.js +2 -2
  8. package/avs/index.d.ts +2 -1
  9. package/avs/index.js +4 -2
  10. package/avs/placementPolicy.js +2 -2
  11. package/avs/privateCloud.js +2 -2
  12. package/avs/scriptExecution.js +2 -2
  13. package/avs/v20200320/cluster.js +2 -2
  14. package/avs/v20210101preview/addon.js +2 -2
  15. package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
  16. package/avs/v20210601/cluster.js +2 -2
  17. package/avs/v20220501/addon.js +2 -2
  18. package/avs/v20220501/authorization.js +2 -2
  19. package/avs/v20220501/cloudLink.js +2 -2
  20. package/avs/v20220501/cluster.js +2 -2
  21. package/avs/v20220501/datastore.js +2 -2
  22. package/avs/v20220501/globalReachConnection.js +2 -2
  23. package/avs/v20220501/hcxEnterpriseSite.js +2 -2
  24. package/avs/v20220501/placementPolicy.js +2 -2
  25. package/avs/v20220501/privateCloud.js +2 -2
  26. package/avs/v20220501/scriptExecution.js +2 -2
  27. package/avs/v20220501/workloadNetworkDhcp.js +2 -2
  28. package/avs/v20220501/workloadNetworkDnsService.js +2 -2
  29. package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
  30. package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
  31. package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
  32. package/avs/v20220501/workloadNetworkSegment.js +2 -2
  33. package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
  34. package/avs/v20230301/addon.d.ts +63 -0
  35. package/avs/v20230301/addon.js +71 -0
  36. package/avs/v20230301/authorization.d.ts +73 -0
  37. package/avs/v20230301/authorization.js +77 -0
  38. package/avs/v20230301/cloudLink.d.ts +65 -0
  39. package/avs/v20230301/cloudLink.js +73 -0
  40. package/avs/v20230301/cluster.d.ts +87 -0
  41. package/avs/v20230301/cluster.js +82 -0
  42. package/avs/v20230301/datastore.d.ts +83 -0
  43. package/avs/v20230301/datastore.js +82 -0
  44. package/avs/v20230301/getAddon.d.ts +59 -0
  45. package/avs/v20230301/getAddon.js +27 -0
  46. package/avs/v20230301/getAuthorization.d.ts +70 -0
  47. package/avs/v20230301/getAuthorization.js +27 -0
  48. package/avs/v20230301/getCloudLink.d.ts +62 -0
  49. package/avs/v20230301/getCloudLink.js +27 -0
  50. package/avs/v20230301/getCluster.d.ts +75 -0
  51. package/avs/v20230301/getCluster.js +27 -0
  52. package/avs/v20230301/getDatastore.d.ts +79 -0
  53. package/avs/v20230301/getDatastore.js +28 -0
  54. package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
  55. package/avs/v20230301/getGlobalReachConnection.js +27 -0
  56. package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
  57. package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
  58. package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
  59. package/avs/v20230301/getPlacementPolicy.js +28 -0
  60. package/avs/v20230301/getPrivateCloud.d.ts +145 -0
  61. package/avs/v20230301/getPrivateCloud.js +26 -0
  62. package/avs/v20230301/getScriptExecution.d.ts +117 -0
  63. package/avs/v20230301/getScriptExecution.js +27 -0
  64. package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
  65. package/avs/v20230301/getScriptExecutionLogs.js +27 -0
  66. package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
  67. package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
  68. package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
  69. package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
  70. package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
  71. package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
  72. package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
  73. package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
  74. package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
  75. package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
  76. package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
  77. package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
  78. package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
  79. package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
  80. package/avs/v20230301/globalReachConnection.d.ts +89 -0
  81. package/avs/v20230301/globalReachConnection.js +81 -0
  82. package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
  83. package/avs/v20230301/hcxEnterpriseSite.js +73 -0
  84. package/avs/v20230301/index.d.ts +112 -0
  85. package/avs/v20230301/index.js +163 -0
  86. package/avs/v20230301/listClusterZones.d.ts +47 -0
  87. package/avs/v20230301/listClusterZones.js +27 -0
  88. package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
  89. package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
  90. package/avs/v20230301/placementPolicy.d.ts +67 -0
  91. package/avs/v20230301/placementPolicy.js +75 -0
  92. package/avs/v20230301/privateCloud.d.ts +204 -0
  93. package/avs/v20230301/privateCloud.js +123 -0
  94. package/avs/v20230301/scriptExecution.d.ts +151 -0
  95. package/avs/v20230301/scriptExecution.js +102 -0
  96. package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
  97. package/avs/v20230301/workloadNetworkDhcp.js +71 -0
  98. package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
  99. package/avs/v20230301/workloadNetworkDnsService.js +85 -0
  100. package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
  101. package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
  102. package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
  103. package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
  104. package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
  105. package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
  106. package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
  107. package/avs/v20230301/workloadNetworkSegment.js +83 -0
  108. package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
  109. package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
  110. package/avs/workloadNetworkDhcp.js +2 -2
  111. package/avs/workloadNetworkDnsService.js +2 -2
  112. package/avs/workloadNetworkDnsZone.js +2 -2
  113. package/avs/workloadNetworkPortMirroring.js +2 -2
  114. package/avs/workloadNetworkPublicIP.js +2 -2
  115. package/avs/workloadNetworkSegment.js +2 -2
  116. package/avs/workloadNetworkVMGroup.js +2 -2
  117. package/compute/availabilitySet.js +2 -2
  118. package/compute/capacityReservation.js +2 -2
  119. package/compute/capacityReservationGroup.js +2 -2
  120. package/compute/dedicatedHost.js +2 -2
  121. package/compute/dedicatedHostGroup.js +2 -2
  122. package/compute/disk.js +2 -2
  123. package/compute/diskAccess.js +2 -2
  124. package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
  125. package/compute/diskEncryptionSet.js +2 -2
  126. package/compute/image.js +2 -2
  127. package/compute/index.d.ts +3 -1
  128. package/compute/index.js +6 -2
  129. package/compute/proximityPlacementGroup.js +2 -2
  130. package/compute/restorePoint.js +2 -2
  131. package/compute/restorePointCollection.js +2 -2
  132. package/compute/snapshot.js +2 -2
  133. package/compute/sshPublicKey.js +2 -2
  134. package/compute/v20211101/restorePoint.js +2 -2
  135. package/compute/v20211101/virtualMachineExtension.js +2 -2
  136. package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
  137. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
  138. package/compute/v20220702/disk.js +2 -2
  139. package/compute/v20220702/diskAccess.js +2 -2
  140. package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
  141. package/compute/v20220702/diskEncryptionSet.js +2 -2
  142. package/compute/v20220702/snapshot.js +2 -2
  143. package/compute/v20221101/restorePoint.js +2 -2
  144. package/compute/v20230102/disk.js +2 -2
  145. package/compute/v20230102/diskAccess.js +2 -2
  146. package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
  147. package/compute/v20230102/diskEncryptionSet.js +2 -2
  148. package/compute/v20230102/snapshot.js +2 -2
  149. package/compute/v20230301/availabilitySet.js +2 -2
  150. package/compute/v20230301/capacityReservation.js +2 -2
  151. package/compute/v20230301/capacityReservationGroup.js +2 -2
  152. package/compute/v20230301/dedicatedHost.js +2 -2
  153. package/compute/v20230301/dedicatedHostGroup.js +2 -2
  154. package/compute/v20230301/image.js +2 -2
  155. package/compute/v20230301/proximityPlacementGroup.js +2 -2
  156. package/compute/v20230301/restorePoint.js +2 -2
  157. package/compute/v20230301/restorePointCollection.js +2 -2
  158. package/compute/v20230301/sshPublicKey.js +2 -2
  159. package/compute/v20230301/virtualMachine.js +2 -2
  160. package/compute/v20230301/virtualMachineExtension.js +2 -2
  161. package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  162. package/compute/v20230301/virtualMachineScaleSet.js +2 -2
  163. package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
  164. package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
  165. package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
  166. package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
  167. package/compute/v20230402/disk.d.ts +324 -0
  168. package/compute/v20230402/disk.js +146 -0
  169. package/compute/v20230402/diskAccess.d.ts +91 -0
  170. package/compute/v20230402/diskAccess.js +77 -0
  171. package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
  172. package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
  173. package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
  174. package/compute/v20230402/diskEncryptionSet.js +87 -0
  175. package/compute/v20230402/getDisk.d.ts +205 -0
  176. package/compute/v20230402/getDisk.js +26 -0
  177. package/compute/v20230402/getDiskAccess.d.ts +73 -0
  178. package/compute/v20230402/getDiskAccess.js +26 -0
  179. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
  180. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
  181. package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
  182. package/compute/v20230402/getDiskEncryptionSet.js +26 -0
  183. package/compute/v20230402/getSnapshot.d.ts +161 -0
  184. package/compute/v20230402/getSnapshot.js +26 -0
  185. package/compute/v20230402/index.d.ts +31 -0
  186. package/compute/v20230402/index.js +69 -0
  187. package/compute/v20230402/snapshot.d.ts +252 -0
  188. package/compute/v20230402/snapshot.js +124 -0
  189. package/compute/v20230701/availabilitySet.d.ts +115 -0
  190. package/compute/v20230701/availabilitySet.js +81 -0
  191. package/compute/v20230701/capacityReservation.d.ts +119 -0
  192. package/compute/v20230701/capacityReservation.js +94 -0
  193. package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
  194. package/compute/v20230701/capacityReservationGroup.js +77 -0
  195. package/compute/v20230701/dedicatedHost.d.ts +132 -0
  196. package/compute/v20230701/dedicatedHost.js +96 -0
  197. package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
  198. package/compute/v20230701/dedicatedHostGroup.js +84 -0
  199. package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
  200. package/compute/v20230701/getAvailabilitySet.js +26 -0
  201. package/compute/v20230701/getCapacityReservation.d.ts +109 -0
  202. package/compute/v20230701/getCapacityReservation.js +28 -0
  203. package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
  204. package/compute/v20230701/getCapacityReservationGroup.js +27 -0
  205. package/compute/v20230701/getDedicatedHost.d.ts +113 -0
  206. package/compute/v20230701/getDedicatedHost.js +28 -0
  207. package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
  208. package/compute/v20230701/getDedicatedHostGroup.js +27 -0
  209. package/compute/v20230701/getImage.d.ts +85 -0
  210. package/compute/v20230701/getImage.js +27 -0
  211. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
  212. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
  213. package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
  214. package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
  215. package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
  216. package/compute/v20230701/getProximityPlacementGroup.js +27 -0
  217. package/compute/v20230701/getRestorePoint.d.ts +91 -0
  218. package/compute/v20230701/getRestorePoint.js +28 -0
  219. package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
  220. package/compute/v20230701/getRestorePointCollection.js +27 -0
  221. package/compute/v20230701/getSshPublicKey.d.ts +60 -0
  222. package/compute/v20230701/getSshPublicKey.js +26 -0
  223. package/compute/v20230701/getVirtualMachine.d.ts +189 -0
  224. package/compute/v20230701/getVirtualMachine.js +27 -0
  225. package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
  226. package/compute/v20230701/getVirtualMachineExtension.js +28 -0
  227. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
  228. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
  229. package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
  230. package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
  231. package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
  232. package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
  233. package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
  234. package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
  235. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
  236. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
  237. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
  238. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
  239. package/compute/v20230701/image.d.ts +108 -0
  240. package/compute/v20230701/image.js +79 -0
  241. package/compute/v20230701/index.d.ts +115 -0
  242. package/compute/v20230701/index.js +167 -0
  243. package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
  244. package/compute/v20230701/proximityPlacementGroup.js +83 -0
  245. package/compute/v20230701/restorePoint.d.ts +104 -0
  246. package/compute/v20230701/restorePoint.js +83 -0
  247. package/compute/v20230701/restorePointCollection.d.ts +91 -0
  248. package/compute/v20230701/restorePointCollection.js +77 -0
  249. package/compute/v20230701/sshPublicKey.d.ts +77 -0
  250. package/compute/v20230701/sshPublicKey.js +71 -0
  251. package/compute/v20230701/virtualMachine.d.ts +300 -0
  252. package/compute/v20230701/virtualMachine.js +131 -0
  253. package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
  254. package/compute/v20230701/virtualMachineExtension.js +97 -0
  255. package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
  256. package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
  257. package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
  258. package/compute/v20230701/virtualMachineScaleSet.js +117 -0
  259. package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
  260. package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
  261. package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
  262. package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
  263. package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
  264. package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
  265. package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
  266. package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
  267. package/compute/virtualMachine.js +2 -2
  268. package/compute/virtualMachineExtension.js +2 -2
  269. package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
  270. package/compute/virtualMachineScaleSet.js +2 -2
  271. package/compute/virtualMachineScaleSetExtension.js +2 -2
  272. package/compute/virtualMachineScaleSetVM.js +2 -2
  273. package/compute/virtualMachineScaleSetVMExtension.js +2 -2
  274. package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
  275. package/containerservice/agentPool.js +2 -2
  276. package/containerservice/index.d.ts +2 -1
  277. package/containerservice/index.js +4 -2
  278. package/containerservice/maintenanceConfiguration.js +2 -2
  279. package/containerservice/managedCluster.js +2 -2
  280. package/containerservice/privateEndpointConnection.js +2 -2
  281. package/containerservice/snapshot.js +2 -2
  282. package/containerservice/v20190601/managedCluster.js +2 -2
  283. package/containerservice/v20200601/agentPool.js +2 -2
  284. package/containerservice/v20210201/agentPool.js +2 -2
  285. package/containerservice/v20210501/managedCluster.js +2 -2
  286. package/containerservice/v20210801/agentPool.js +2 -2
  287. package/containerservice/v20220402preview/agentPool.js +2 -2
  288. package/containerservice/v20230401/agentPool.js +2 -2
  289. package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
  290. package/containerservice/v20230401/managedCluster.js +2 -2
  291. package/containerservice/v20230401/privateEndpointConnection.js +2 -2
  292. package/containerservice/v20230401/snapshot.js +2 -2
  293. package/containerservice/v20230502preview/agentPool.js +2 -2
  294. package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
  295. package/containerservice/v20230502preview/managedCluster.js +2 -2
  296. package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
  297. package/containerservice/v20230502preview/snapshot.js +2 -2
  298. package/containerservice/v20230601/agentPool.js +2 -2
  299. package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
  300. package/containerservice/v20230601/managedCluster.js +2 -2
  301. package/containerservice/v20230601/privateEndpointConnection.js +2 -2
  302. package/containerservice/v20230601/snapshot.js +2 -2
  303. package/containerservice/v20230602preview/agentPool.js +2 -2
  304. package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
  305. package/containerservice/v20230602preview/managedCluster.js +2 -2
  306. package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
  307. package/containerservice/v20230602preview/snapshot.js +2 -2
  308. package/containerservice/v20230701/agentPool.d.ts +376 -0
  309. package/containerservice/v20230701/agentPool.js +149 -0
  310. package/containerservice/v20230701/getAgentPool.d.ts +219 -0
  311. package/containerservice/v20230701/getAgentPool.js +27 -0
  312. package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
  313. package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
  314. package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
  315. package/containerservice/v20230701/getManagedCluster.js +26 -0
  316. package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
  317. package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
  318. package/containerservice/v20230701/getSnapshot.d.ts +93 -0
  319. package/containerservice/v20230701/getSnapshot.js +26 -0
  320. package/containerservice/v20230701/index.d.ts +40 -0
  321. package/containerservice/v20230701/index.js +78 -0
  322. package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
  323. package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
  324. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  325. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
  326. package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
  327. package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
  328. package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
  329. package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
  330. package/containerservice/v20230701/managedCluster.d.ts +376 -0
  331. package/containerservice/v20230701/managedCluster.js +152 -0
  332. package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
  333. package/containerservice/v20230701/privateEndpointConnection.js +78 -0
  334. package/containerservice/v20230701/snapshot.d.ts +116 -0
  335. package/containerservice/v20230701/snapshot.js +87 -0
  336. package/containerstorage/getPool.d.ts +19 -23
  337. package/containerstorage/getPool.js +3 -3
  338. package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
  339. package/containerstorage/getSnapshot.js +29 -0
  340. package/containerstorage/getVolume.d.ts +6 -10
  341. package/containerstorage/getVolume.js +3 -3
  342. package/containerstorage/index.d.ts +8 -8
  343. package/containerstorage/index.js +11 -11
  344. package/containerstorage/pool.d.ts +32 -43
  345. package/containerstorage/pool.js +10 -24
  346. package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
  347. package/containerstorage/snapshot.js +81 -0
  348. package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
  349. package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
  350. package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
  351. package/containerstorage/v20230701preview/getSnapshot.js +27 -0
  352. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
  353. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
  354. package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
  355. package/containerstorage/v20230701preview/index.js +55 -0
  356. package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
  357. package/containerstorage/v20230701preview/pool.js +89 -0
  358. package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
  359. package/containerstorage/v20230701preview/snapshot.js +80 -0
  360. package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
  361. package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
  362. package/containerstorage/volume.d.ts +5 -22
  363. package/containerstorage/volume.js +7 -18
  364. package/databox/index.d.ts +2 -1
  365. package/databox/index.js +4 -2
  366. package/databox/job.js +2 -2
  367. package/databox/v20221201/job.js +2 -2
  368. package/databox/v20230301/getJob.d.ts +141 -0
  369. package/databox/v20230301/getJob.js +27 -0
  370. package/databox/v20230301/index.d.ts +10 -0
  371. package/databox/v20230301/index.js +44 -0
  372. package/databox/v20230301/job.d.ts +172 -0
  373. package/databox/v20230301/job.js +115 -0
  374. package/databox/v20230301/listJobCredentials.d.ts +43 -0
  375. package/databox/v20230301/listJobCredentials.js +26 -0
  376. package/desktopvirtualization/application.js +2 -2
  377. package/desktopvirtualization/applicationGroup.js +2 -2
  378. package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
  379. package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
  380. package/desktopvirtualization/hostPool.js +2 -2
  381. package/desktopvirtualization/index.d.ts +8 -1
  382. package/desktopvirtualization/index.js +11 -2
  383. package/desktopvirtualization/msixpackage.js +2 -2
  384. package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
  385. package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
  386. package/desktopvirtualization/scalingPlan.js +2 -2
  387. package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
  388. package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
  389. package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
  390. package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
  391. package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
  392. package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
  393. package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
  394. package/desktopvirtualization/v20220909/application.js +2 -2
  395. package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
  396. package/desktopvirtualization/v20220909/hostPool.js +2 -2
  397. package/desktopvirtualization/v20220909/msixpackage.js +2 -2
  398. package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
  399. package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
  400. package/desktopvirtualization/v20220909/workspace.js +2 -2
  401. package/desktopvirtualization/v20221014preview/application.js +2 -2
  402. package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
  403. package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
  404. package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
  405. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
  406. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
  407. package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
  408. package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
  409. package/desktopvirtualization/v20221014preview/workspace.js +2 -2
  410. package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
  411. package/desktopvirtualization/v20230707preview/application.js +102 -0
  412. package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
  413. package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
  414. package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
  415. package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
  416. package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
  417. package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
  418. package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
  419. package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
  420. package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
  421. package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
  422. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
  423. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
  424. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
  425. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
  426. package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
  427. package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
  428. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
  429. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
  430. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
  431. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
  432. package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
  433. package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
  434. package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
  435. package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
  436. package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
  437. package/desktopvirtualization/v20230707preview/index.js +104 -0
  438. package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
  439. package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
  440. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
  441. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
  442. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
  443. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
  444. package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
  445. package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
  446. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
  447. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
  448. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
  449. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
  450. package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
  451. package/desktopvirtualization/v20230707preview/workspace.js +97 -0
  452. package/desktopvirtualization/workspace.js +2 -2
  453. package/hdinsight/clusterPool.d.ts +136 -0
  454. package/hdinsight/clusterPool.js +95 -0
  455. package/hdinsight/getClusterPool.d.ts +103 -0
  456. package/hdinsight/getClusterPool.js +28 -0
  457. package/hdinsight/index.d.ts +8 -1
  458. package/hdinsight/index.js +11 -2
  459. package/hdinsight/v20230601preview/cluster.d.ts +115 -0
  460. package/hdinsight/v20230601preview/cluster.js +95 -0
  461. package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
  462. package/hdinsight/v20230601preview/clusterPool.js +94 -0
  463. package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
  464. package/hdinsight/v20230601preview/getCluster.js +27 -0
  465. package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
  466. package/hdinsight/v20230601preview/getClusterPool.js +26 -0
  467. package/hdinsight/v20230601preview/index.d.ts +13 -0
  468. package/hdinsight/v20230601preview/index.js +48 -0
  469. package/hybridcompute/index.d.ts +1 -8
  470. package/hybridcompute/index.js +2 -11
  471. package/hybridcompute/machine.js +2 -2
  472. package/hybridcompute/machineExtension.js +2 -2
  473. package/hybridcompute/privateEndpointConnection.js +2 -2
  474. package/hybridcompute/privateLinkScope.js +2 -2
  475. package/hybridcompute/v20200802/machine.js +2 -2
  476. package/hybridcompute/v20200815preview/machine.js +2 -2
  477. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  478. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  479. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  480. package/hybridcompute/v20220510preview/machine.js +2 -2
  481. package/hybridcompute/v20220510preview/machineExtension.js +2 -2
  482. package/hybridcompute/v20221227/machine.js +2 -2
  483. package/hybridcompute/v20221227/machineExtension.js +2 -2
  484. package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
  485. package/hybridcompute/v20221227/privateLinkScope.js +2 -2
  486. package/index.d.ts +3 -1
  487. package/index.js +8 -4
  488. package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
  489. package/managednetworkfabric/v20230615/accessControlList.js +4 -1
  490. package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
  491. package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
  492. package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
  493. package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
  494. package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
  495. package/managednetworkfabric/v20230615/routePolicy.js +4 -2
  496. package/maps/account.js +2 -2
  497. package/maps/creator.js +2 -2
  498. package/maps/index.d.ts +2 -1
  499. package/maps/index.js +4 -2
  500. package/maps/v20180501/account.js +2 -2
  501. package/maps/v20200201preview/creator.js +2 -2
  502. package/maps/v20210201/account.js +2 -2
  503. package/maps/v20210201/creator.js +2 -2
  504. package/maps/v20211201preview/account.js +2 -2
  505. package/maps/v20211201preview/creator.js +2 -2
  506. package/maps/v20230601/account.d.ts +108 -0
  507. package/maps/v20230601/account.js +83 -0
  508. package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
  509. package/maps/v20230601/creator.js +80 -0
  510. package/maps/v20230601/getAccount.d.ts +77 -0
  511. package/maps/v20230601/getAccount.js +26 -0
  512. package/maps/v20230601/getCreator.d.ts +73 -0
  513. package/maps/v20230601/getCreator.js +27 -0
  514. package/maps/v20230601/index.d.ts +19 -0
  515. package/maps/v20230601/index.js +54 -0
  516. package/maps/v20230601/listAccountKeys.d.ts +50 -0
  517. package/maps/v20230601/listAccountKeys.js +26 -0
  518. package/maps/v20230601/listAccountSas.d.ts +95 -0
  519. package/maps/v20230601/listAccountSas.js +40 -0
  520. package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
  521. package/mobilepacketcore/getNetworkFunction.js +28 -0
  522. package/mobilepacketcore/index.d.ts +9 -0
  523. package/mobilepacketcore/index.js +44 -0
  524. package/mobilepacketcore/networkFunction.d.ts +136 -0
  525. package/mobilepacketcore/networkFunction.js +99 -0
  526. package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
  527. package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
  528. package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
  529. package/mobilepacketcore/v20230515preview/index.js +41 -0
  530. package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
  531. package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
  532. package/package.json +2 -2
  533. package/resourceconnector/listApplianceKeys.d.ts +8 -0
  534. package/resourceconnector/listApplianceKeys.js +2 -1
  535. package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
  536. package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
  537. package/storagetasks/getStorageTask.d.ts +91 -0
  538. package/storagetasks/getStorageTask.js +28 -0
  539. package/storagetasks/index.d.ts +9 -0
  540. package/storagetasks/index.js +44 -0
  541. package/storagetasks/storageTask.d.ts +120 -0
  542. package/storagetasks/storageTask.js +95 -0
  543. package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
  544. package/storagetasks/v20230101/getStorageTask.js +26 -0
  545. package/storagetasks/v20230101/index.d.ts +7 -0
  546. package/storagetasks/v20230101/index.js +41 -0
  547. package/storagetasks/v20230101/storageTask.d.ts +119 -0
  548. package/storagetasks/v20230101/storageTask.js +94 -0
  549. package/tsconfig.tsbuildinfo +1 -1
  550. package/types/enums/avs/index.d.ts +2 -1
  551. package/types/enums/avs/index.js +4 -2
  552. package/types/enums/avs/v20230301/index.d.ts +135 -0
  553. package/types/enums/avs/v20230301/index.js +77 -0
  554. package/types/enums/compute/index.d.ts +3 -1
  555. package/types/enums/compute/index.js +7 -3
  556. package/types/enums/compute/v20230402/index.d.ts +266 -0
  557. package/types/enums/compute/v20230402/index.js +208 -0
  558. package/types/enums/compute/v20230701/index.d.ts +584 -0
  559. package/types/enums/compute/v20230701/index.js +401 -0
  560. package/types/enums/containerservice/index.d.ts +2 -1
  561. package/types/enums/containerservice/index.js +4 -2
  562. package/types/enums/containerservice/v20230701/index.d.ts +517 -0
  563. package/types/enums/containerservice/v20230701/index.js +383 -0
  564. package/types/enums/containerstorage/index.d.ts +72 -10
  565. package/types/enums/containerstorage/index.js +59 -9
  566. package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
  567. package/types/enums/containerstorage/v20230701preview/index.js +76 -0
  568. package/types/enums/databox/index.d.ts +2 -1
  569. package/types/enums/databox/index.js +4 -2
  570. package/types/enums/databox/v20230301/index.d.ts +247 -0
  571. package/types/enums/databox/v20230301/index.js +196 -0
  572. package/types/enums/desktopvirtualization/index.d.ts +36 -1
  573. package/types/enums/desktopvirtualization/index.js +26 -2
  574. package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
  575. package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
  576. package/types/enums/hdinsight/index.d.ts +2 -1
  577. package/types/enums/hdinsight/index.js +4 -2
  578. package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
  579. package/types/enums/hdinsight/v20230601preview/index.js +38 -0
  580. package/types/enums/hybridcompute/index.d.ts +1 -2
  581. package/types/enums/hybridcompute/index.js +2 -4
  582. package/types/enums/index.d.ts +3 -1
  583. package/types/enums/index.js +7 -3
  584. package/types/enums/managednetworkfabric/index.d.ts +3 -3
  585. package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
  586. package/types/enums/maps/index.d.ts +2 -1
  587. package/types/enums/maps/index.js +4 -2
  588. package/types/enums/maps/v20230601/index.d.ts +53 -0
  589. package/types/enums/maps/v20230601/index.js +35 -0
  590. package/types/enums/mobilepacketcore/index.d.ts +100 -0
  591. package/types/enums/mobilepacketcore/index.js +95 -0
  592. package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
  593. package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
  594. package/types/enums/resourceconnector/index.d.ts +0 -2
  595. package/types/enums/resourceconnector/index.js +1 -3
  596. package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
  597. package/types/enums/resourceconnector/v20221027/index.js +1 -3
  598. package/types/enums/storagetasks/index.d.ts +39 -0
  599. package/types/enums/storagetasks/index.js +30 -0
  600. package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
  601. package/types/enums/storagetasks/v20230101/index.js +27 -0
  602. package/types/input.d.ts +8228 -2058
  603. package/types/input.js +370 -20
  604. package/types/output.d.ts +31666 -22843
  605. package/types/output.js +370 -20
  606. package/containerstorage/getVolumeSnapshot.js +0 -29
  607. package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
  608. package/containerstorage/v20230301preview/index.js +0 -55
  609. package/containerstorage/v20230301preview/pool.js +0 -103
  610. package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
  611. package/containerstorage/volumeSnapshot.js +0 -94
  612. package/hybridcompute/getMachineRunCommand.d.ts +0 -123
  613. package/hybridcompute/getMachineRunCommand.js +0 -29
  614. package/hybridcompute/machineRunCommand.js +0 -103
  615. package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
  616. package/hybridcompute/v20230425preview/getMachine.js +0 -27
  617. package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
  618. package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
  619. package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
  620. package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
  621. package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
  622. package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
  623. package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
  624. package/hybridcompute/v20230425preview/index.d.ts +0 -31
  625. package/hybridcompute/v20230425preview/index.js +0 -69
  626. package/hybridcompute/v20230425preview/machine.d.ts +0 -258
  627. package/hybridcompute/v20230425preview/machine.js +0 -135
  628. package/hybridcompute/v20230425preview/machineExtension.js +0 -93
  629. package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
  630. package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
  631. package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
  632. package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
  633. package/types/enums/containerstorage/v20230301preview/index.js +0 -26
  634. package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
  635. package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
@@ -0,0 +1,383 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.WorkloadRuntime = exports.WeekDay = exports.UpgradeChannel = exports.Type = exports.SnapshotType = exports.ScaleSetPriority = exports.ScaleSetEvictionPolicy = exports.ScaleDownMode = exports.ResourceIdentityType = exports.PublicNetworkAccess = exports.OutboundType = exports.OSType = exports.OSSKU = exports.OSDiskType = exports.NodeOSUpgradeChannel = exports.NetworkPolicy = exports.NetworkPluginMode = exports.NetworkPlugin = exports.NetworkMode = exports.NetworkDataplane = exports.ManagedClusterSKUTier = exports.ManagedClusterSKUName = exports.LoadBalancerSku = exports.LicenseType = exports.KubernetesSupportPlan = exports.KubeletDiskType = exports.KeyVaultNetworkAccessTypes = exports.IpFamily = exports.GPUInstanceProfile = exports.ExtendedLocationTypes = exports.Expander = exports.ConnectionStatus = exports.Code = exports.AgentPoolType = exports.AgentPoolMode = void 0;
6
+ exports.AgentPoolMode = {
7
+ /**
8
+ * System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory.
9
+ */
10
+ System: "System",
11
+ /**
12
+ * User agent pools are primarily for hosting your application pods.
13
+ */
14
+ User: "User",
15
+ };
16
+ exports.AgentPoolType = {
17
+ /**
18
+ * Create an Agent Pool backed by a Virtual Machine Scale Set.
19
+ */
20
+ VirtualMachineScaleSets: "VirtualMachineScaleSets",
21
+ /**
22
+ * Use of this is strongly discouraged.
23
+ */
24
+ AvailabilitySet: "AvailabilitySet",
25
+ };
26
+ exports.Code = {
27
+ /**
28
+ * The cluster is running.
29
+ */
30
+ Running: "Running",
31
+ /**
32
+ * The cluster is stopped.
33
+ */
34
+ Stopped: "Stopped",
35
+ };
36
+ exports.ConnectionStatus = {
37
+ Pending: "Pending",
38
+ Approved: "Approved",
39
+ Rejected: "Rejected",
40
+ Disconnected: "Disconnected",
41
+ };
42
+ exports.Expander = {
43
+ /**
44
+ * Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources.
45
+ */
46
+ Least_waste: "least-waste",
47
+ /**
48
+ * Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once.
49
+ */
50
+ Most_pods: "most-pods",
51
+ /**
52
+ * Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md).
53
+ */
54
+ Priority: "priority",
55
+ /**
56
+ * Used when you don't have a particular need for the node groups to scale differently.
57
+ */
58
+ Random: "random",
59
+ };
60
+ exports.ExtendedLocationTypes = {
61
+ EdgeZone: "EdgeZone",
62
+ };
63
+ exports.GPUInstanceProfile = {
64
+ MIG1g: "MIG1g",
65
+ MIG2g: "MIG2g",
66
+ MIG3g: "MIG3g",
67
+ MIG4g: "MIG4g",
68
+ MIG7g: "MIG7g",
69
+ };
70
+ exports.IpFamily = {
71
+ IPv4: "IPv4",
72
+ IPv6: "IPv6",
73
+ };
74
+ exports.KeyVaultNetworkAccessTypes = {
75
+ Public: "Public",
76
+ Private: "Private",
77
+ };
78
+ exports.KubeletDiskType = {
79
+ /**
80
+ * Kubelet will use the OS disk for its data.
81
+ */
82
+ OS: "OS",
83
+ /**
84
+ * Kubelet will use the temporary disk for its data.
85
+ */
86
+ Temporary: "Temporary",
87
+ };
88
+ exports.KubernetesSupportPlan = {
89
+ /**
90
+ * Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release.
91
+ */
92
+ KubernetesOfficial: "KubernetesOfficial",
93
+ /**
94
+ * Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.
95
+ */
96
+ AKSLongTermSupport: "AKSLongTermSupport",
97
+ };
98
+ exports.LicenseType = {
99
+ /**
100
+ * No additional licensing is applied.
101
+ */
102
+ None: "None",
103
+ /**
104
+ * Enables Azure Hybrid User Benefits for Windows VMs.
105
+ */
106
+ Windows_Server: "Windows_Server",
107
+ };
108
+ exports.LoadBalancerSku = {
109
+ /**
110
+ * Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard) article.
111
+ */
112
+ Standard: "standard",
113
+ /**
114
+ * Use a basic Load Balancer with limited functionality.
115
+ */
116
+ Basic: "basic",
117
+ };
118
+ exports.ManagedClusterSKUName = {
119
+ /**
120
+ * Base option for the AKS control plane.
121
+ */
122
+ Base: "Base",
123
+ };
124
+ exports.ManagedClusterSKUTier = {
125
+ /**
126
+ * Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms/aks/lts) for certain Kubernetes versions.
127
+ */
128
+ Premium: "Premium",
129
+ /**
130
+ * Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones.
131
+ */
132
+ Standard: "Standard",
133
+ /**
134
+ * The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.
135
+ */
136
+ Free: "Free",
137
+ };
138
+ exports.NetworkDataplane = {
139
+ /**
140
+ * Use Azure network dataplane.
141
+ */
142
+ Azure: "azure",
143
+ /**
144
+ * Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) for more information.
145
+ */
146
+ Cilium: "cilium",
147
+ };
148
+ exports.NetworkMode = {
149
+ /**
150
+ * No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more information.
151
+ */
152
+ Transparent: "transparent",
153
+ /**
154
+ * This is no longer supported
155
+ */
156
+ Bridge: "bridge",
157
+ };
158
+ exports.NetworkPlugin = {
159
+ /**
160
+ * Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) for more information.
161
+ */
162
+ Azure: "azure",
163
+ /**
164
+ * Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information.
165
+ */
166
+ Kubenet: "kubenet",
167
+ /**
168
+ * No CNI plugin is pre-installed. See [BYO CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more information.
169
+ */
170
+ None: "none",
171
+ };
172
+ exports.NetworkPluginMode = {
173
+ /**
174
+ * Used with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables. For more information visit https://aka.ms/aks/azure-cni-overlay.
175
+ */
176
+ Overlay: "overlay",
177
+ };
178
+ exports.NetworkPolicy = {
179
+ /**
180
+ * Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
181
+ */
182
+ Calico: "calico",
183
+ /**
184
+ * Use Azure network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
185
+ */
186
+ Azure: "azure",
187
+ /**
188
+ * Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.
189
+ */
190
+ Cilium: "cilium",
191
+ };
192
+ exports.NodeOSUpgradeChannel = {
193
+ /**
194
+ * No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates
195
+ */
196
+ None: "None",
197
+ /**
198
+ * OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially and will be patched at some point by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice
199
+ */
200
+ Unmanaged: "Unmanaged",
201
+ /**
202
+ * AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images.
203
+ */
204
+ NodeImage: "NodeImage",
205
+ };
206
+ exports.OSDiskType = {
207
+ /**
208
+ * Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
209
+ */
210
+ Managed: "Managed",
211
+ /**
212
+ * Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades.
213
+ */
214
+ Ephemeral: "Ephemeral",
215
+ };
216
+ exports.OSSKU = {
217
+ /**
218
+ * Use Ubuntu as the OS for node images.
219
+ */
220
+ Ubuntu: "Ubuntu",
221
+ /**
222
+ * Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information.
223
+ */
224
+ AzureLinux: "AzureLinux",
225
+ /**
226
+ * Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead.
227
+ */
228
+ CBLMariner: "CBLMariner",
229
+ /**
230
+ * Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa.
231
+ */
232
+ Windows2019: "Windows2019",
233
+ /**
234
+ * Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa.
235
+ */
236
+ Windows2022: "Windows2022",
237
+ };
238
+ exports.OSType = {
239
+ /**
240
+ * Use Linux.
241
+ */
242
+ Linux: "Linux",
243
+ /**
244
+ * Use Windows.
245
+ */
246
+ Windows: "Windows",
247
+ };
248
+ exports.OutboundType = {
249
+ /**
250
+ * The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer).
251
+ */
252
+ LoadBalancer: "loadBalancer",
253
+ /**
254
+ * Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting).
255
+ */
256
+ UserDefinedRouting: "userDefinedRouting",
257
+ /**
258
+ * The AKS-managed NAT gateway is used for egress.
259
+ */
260
+ ManagedNATGateway: "managedNATGateway",
261
+ /**
262
+ * The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration.
263
+ */
264
+ UserAssignedNATGateway: "userAssignedNATGateway",
265
+ };
266
+ exports.PublicNetworkAccess = {
267
+ Enabled: "Enabled",
268
+ Disabled: "Disabled",
269
+ };
270
+ exports.ResourceIdentityType = {
271
+ /**
272
+ * Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources.
273
+ */
274
+ SystemAssigned: "SystemAssigned",
275
+ /**
276
+ * Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources.
277
+ */
278
+ UserAssigned: "UserAssigned",
279
+ /**
280
+ * Do not use a managed identity for the Managed Cluster, service principal will be used instead.
281
+ */
282
+ None: "None",
283
+ };
284
+ exports.ScaleDownMode = {
285
+ /**
286
+ * Create new instances during scale up and remove instances during scale down.
287
+ */
288
+ Delete: "Delete",
289
+ /**
290
+ * Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.
291
+ */
292
+ Deallocate: "Deallocate",
293
+ };
294
+ exports.ScaleSetEvictionPolicy = {
295
+ /**
296
+ * Nodes in the underlying Scale Set of the node pool are deleted when they're evicted.
297
+ */
298
+ Delete: "Delete",
299
+ /**
300
+ * Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading.
301
+ */
302
+ Deallocate: "Deallocate",
303
+ };
304
+ exports.ScaleSetPriority = {
305
+ /**
306
+ * Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) for more information.
307
+ */
308
+ Spot: "Spot",
309
+ /**
310
+ * Regular VMs will be used.
311
+ */
312
+ Regular: "Regular",
313
+ };
314
+ exports.SnapshotType = {
315
+ /**
316
+ * The snapshot is a snapshot of a node pool.
317
+ */
318
+ NodePool: "NodePool",
319
+ };
320
+ exports.Type = {
321
+ /**
322
+ * First week of the month.
323
+ */
324
+ First: "First",
325
+ /**
326
+ * Second week of the month.
327
+ */
328
+ Second: "Second",
329
+ /**
330
+ * Third week of the month.
331
+ */
332
+ Third: "Third",
333
+ /**
334
+ * Fourth week of the month.
335
+ */
336
+ Fourth: "Fourth",
337
+ /**
338
+ * Last week of the month.
339
+ */
340
+ Last: "Last",
341
+ };
342
+ exports.UpgradeChannel = {
343
+ /**
344
+ * Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1.
345
+ */
346
+ Rapid: "rapid",
347
+ /**
348
+ * Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6.
349
+ */
350
+ Stable: "stable",
351
+ /**
352
+ * Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9.
353
+ */
354
+ Patch: "patch",
355
+ /**
356
+ * Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching
357
+ */
358
+ Node_image: "node-image",
359
+ /**
360
+ * Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.
361
+ */
362
+ None: "none",
363
+ };
364
+ exports.WeekDay = {
365
+ Sunday: "Sunday",
366
+ Monday: "Monday",
367
+ Tuesday: "Tuesday",
368
+ Wednesday: "Wednesday",
369
+ Thursday: "Thursday",
370
+ Friday: "Friday",
371
+ Saturday: "Saturday",
372
+ };
373
+ exports.WorkloadRuntime = {
374
+ /**
375
+ * Nodes will use Kubelet to run standard OCI container workloads.
376
+ */
377
+ OCIContainer: "OCIContainer",
378
+ /**
379
+ * Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview).
380
+ */
381
+ WasmWasi: "WasmWasi",
382
+ };
383
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9jb250YWluZXJzZXJ2aWNlL3YyMDIzMDcwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBR3BFLFFBQUEsYUFBYSxHQUFHO0lBQ3pCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7SUFDaEI7O09BRUc7SUFDSCxJQUFJLEVBQUUsTUFBTTtDQUNOLENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6Qjs7T0FFRztJQUNILHVCQUF1QixFQUFFLHlCQUF5QjtJQUNsRDs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7Q0FDNUIsQ0FBQztBQU9FLFFBQUEsSUFBSSxHQUFHO0lBQ2hCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztDQUNaLENBQUM7QUFPRSxRQUFBLGdCQUFnQixHQUFHO0lBQzVCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFlBQVksRUFBRSxjQUFjO0NBQ3RCLENBQUM7QUFPRSxRQUFBLFFBQVEsR0FBRztJQUNwQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7SUFDdEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILE1BQU0sRUFBRSxRQUFRO0NBQ1YsQ0FBQztBQU9FLFFBQUEscUJBQXFCLEdBQUc7SUFDakMsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxrQkFBa0IsR0FBRztJQUM5QixLQUFLLEVBQUUsT0FBTztJQUNkLEtBQUssRUFBRSxPQUFPO0lBQ2QsS0FBSyxFQUFFLE9BQU87SUFDZCxLQUFLLEVBQUUsT0FBTztJQUNk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
@@ -1,5 +1,63 @@
1
- import * as v20230301preview from "./v20230301preview";
2
- export { v20230301preview, };
1
+ import * as v20230701preview from "./v20230701preview";
2
+ export { v20230701preview, };
3
+ export declare const AzureDiskSkuName: {
4
+ /**
5
+ * Premium_LRS SKU
6
+ */
7
+ readonly Premium_LRS: "Premium_LRS";
8
+ /**
9
+ * Standard_LRS SKU
10
+ */
11
+ readonly Standard_LRS: "Standard_LRS";
12
+ /**
13
+ * StandardSSD_LRS SKU
14
+ */
15
+ readonly StandardSSD_LRS: "StandardSSD_LRS";
16
+ /**
17
+ * UltraSSD_LRS SKU
18
+ */
19
+ readonly UltraSSD_LRS: "UltraSSD_LRS";
20
+ /**
21
+ * Premium_ZRS SKU
22
+ */
23
+ readonly Premium_ZRS: "Premium_ZRS";
24
+ /**
25
+ * PremiumV2_LRS SKU
26
+ */
27
+ readonly PremiumV2_LRS: "PremiumV2_LRS";
28
+ /**
29
+ * StandardSSD_ZRS SKU
30
+ */
31
+ readonly StandardSSD_ZRS: "StandardSSD_ZRS";
32
+ };
33
+ /**
34
+ * Sku name
35
+ */
36
+ export type AzureDiskSkuName = (typeof AzureDiskSkuName)[keyof typeof AzureDiskSkuName];
37
+ export declare const ElasticSanSkuName: {
38
+ /**
39
+ * Premium_LRS SKU
40
+ */
41
+ readonly Premium_LRS: "Premium_LRS";
42
+ /**
43
+ * Premium_ZRS SKU
44
+ */
45
+ readonly Premium_ZRS: "Premium_ZRS";
46
+ };
47
+ /**
48
+ * Sku name
49
+ */
50
+ export type ElasticSanSkuName = (typeof ElasticSanSkuName)[keyof typeof ElasticSanSkuName];
51
+ export declare const ManagedServiceIdentityType: {
52
+ readonly None: "None";
53
+ readonly SystemAssigned: "SystemAssigned";
54
+ readonly UserAssigned: "UserAssigned";
55
+ readonly SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned";
56
+ };
57
+ /**
58
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
59
+ */
60
+ export type ManagedServiceIdentityType = (typeof ManagedServiceIdentityType)[keyof typeof ManagedServiceIdentityType];
3
61
  export declare const ReclaimPolicy: {
4
62
  /**
5
63
  * Delete resource
@@ -11,20 +69,24 @@ export declare const ReclaimPolicy: {
11
69
  readonly Retain: "Retain";
12
70
  };
13
71
  /**
14
- * Reclaim Policy, Delete or Retain
72
+ * ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
15
73
  */
16
74
  export type ReclaimPolicy = (typeof ReclaimPolicy)[keyof typeof ReclaimPolicy];
17
- export declare const VolumeMode: {
75
+ export declare const Zone: {
76
+ /**
77
+ * First availability zone.
78
+ */
79
+ readonly Zone1: "1";
18
80
  /**
19
- * FileSystem volume mode
81
+ * Second availability zone.
20
82
  */
21
- readonly Filesystem: "Filesystem";
83
+ readonly Zone2: "2";
22
84
  /**
23
- * Raw volume mode
85
+ * Third availability zone.
24
86
  */
25
- readonly Raw: "Raw";
87
+ readonly Zone3: "3";
26
88
  };
27
89
  /**
28
- * Indicates how the volumes created from the snapshot should be attached
90
+ * Availability Zones
29
91
  */
30
- export type VolumeMode = (typeof VolumeMode)[keyof typeof VolumeMode];
92
+ export type Zone = (typeof Zone)[keyof typeof Zone];
@@ -2,10 +2,56 @@
2
2
  // *** WARNING: this file was generated by pulumi. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.VolumeMode = exports.ReclaimPolicy = exports.v20230301preview = void 0;
5
+ exports.Zone = exports.ReclaimPolicy = exports.ManagedServiceIdentityType = exports.ElasticSanSkuName = exports.AzureDiskSkuName = exports.v20230701preview = void 0;
6
6
  // Export sub-modules:
7
- const v20230301preview = require("./v20230301preview");
8
- exports.v20230301preview = v20230301preview;
7
+ const v20230701preview = require("./v20230701preview");
8
+ exports.v20230701preview = v20230701preview;
9
+ exports.AzureDiskSkuName = {
10
+ /**
11
+ * Premium_LRS SKU
12
+ */
13
+ Premium_LRS: "Premium_LRS",
14
+ /**
15
+ * Standard_LRS SKU
16
+ */
17
+ Standard_LRS: "Standard_LRS",
18
+ /**
19
+ * StandardSSD_LRS SKU
20
+ */
21
+ StandardSSD_LRS: "StandardSSD_LRS",
22
+ /**
23
+ * UltraSSD_LRS SKU
24
+ */
25
+ UltraSSD_LRS: "UltraSSD_LRS",
26
+ /**
27
+ * Premium_ZRS SKU
28
+ */
29
+ Premium_ZRS: "Premium_ZRS",
30
+ /**
31
+ * PremiumV2_LRS SKU
32
+ */
33
+ PremiumV2_LRS: "PremiumV2_LRS",
34
+ /**
35
+ * StandardSSD_ZRS SKU
36
+ */
37
+ StandardSSD_ZRS: "StandardSSD_ZRS",
38
+ };
39
+ exports.ElasticSanSkuName = {
40
+ /**
41
+ * Premium_LRS SKU
42
+ */
43
+ Premium_LRS: "Premium_LRS",
44
+ /**
45
+ * Premium_ZRS SKU
46
+ */
47
+ Premium_ZRS: "Premium_ZRS",
48
+ };
49
+ exports.ManagedServiceIdentityType = {
50
+ None: "None",
51
+ SystemAssigned: "SystemAssigned",
52
+ UserAssigned: "UserAssigned",
53
+ SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned",
54
+ };
9
55
  exports.ReclaimPolicy = {
10
56
  /**
11
57
  * Delete resource
@@ -16,14 +62,18 @@ exports.ReclaimPolicy = {
16
62
  */
17
63
  Retain: "Retain",
18
64
  };
19
- exports.VolumeMode = {
65
+ exports.Zone = {
66
+ /**
67
+ * First availability zone.
68
+ */
69
+ Zone1: "1",
20
70
  /**
21
- * FileSystem volume mode
71
+ * Second availability zone.
22
72
  */
23
- Filesystem: "Filesystem",
73
+ Zone2: "2",
24
74
  /**
25
- * Raw volume mode
75
+ * Third availability zone.
26
76
  */
27
- Raw: "Raw",
77
+ Zone3: "3",
28
78
  };
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9jb250YWluZXJzdG9yYWdlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQUduRCw0Q0FBZ0I7QUFHUCxRQUFBLGFBQWEsR0FBRztJQUN6Qjs7T0FFRztJQUNILE1BQU0sRUFBRSxRQUFRO0lBQ2hCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7Q0FDVixDQUFDO0FBT0UsUUFBQSxVQUFVLEdBQUc7SUFDdEI7O09BRUc7SUFDSCxVQUFVLEVBQUUsWUFBWTtJQUN4Qjs7T0FFRztJQUNILEdBQUcsRUFBRSxLQUFLO0NBQ0osQ0FBQyJ9
79
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9jb250YWluZXJzdG9yYWdlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQUduRCw0Q0FBZ0I7QUFHUCxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7SUFDbEM7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsYUFBYSxFQUFFLGVBQWU7SUFDOUI7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLGlCQUFpQixHQUFHO0lBQzdCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxXQUFXLEVBQUUsYUFBYTtDQUNwQixDQUFDO0FBT0UsUUFBQSwwQkFBMEIsR0FBRztJQUN0QyxJQUFJLEVBQUUsTUFBTTtJQUNaLGNBQWMsRUFBRSxnQkFBZ0I7SUFDaEMsWUFBWSxFQUFFLGNBQWM7SUFDNUIsMkJBQTJCLEVBQUUsOEJBQThCO0NBQ3JELENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6Qjs7T0FFRztJQUNILE1BQU0sRUFBRSxRQUFRO0lBQ2hCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7Q0FDVixDQUFDO0FBT0UsUUFBQSxJQUFJLEdBQUc7SUFDaEI7O09BRUc7SUFDSCxLQUFLLEVBQUUsR0FBRztJQUNWOztPQUVHO0lBQ0gsS0FBSyxFQUFFLEdBQUc7SUFDVjs7T0FFRztJQUNILEtBQUssRUFBRSxHQUFHO0NBQ0osQ0FBQyJ9
@@ -0,0 +1,90 @@
1
+ export declare const AzureDiskSkuName: {
2
+ /**
3
+ * Premium_LRS SKU
4
+ */
5
+ readonly Premium_LRS: "Premium_LRS";
6
+ /**
7
+ * Standard_LRS SKU
8
+ */
9
+ readonly Standard_LRS: "Standard_LRS";
10
+ /**
11
+ * StandardSSD_LRS SKU
12
+ */
13
+ readonly StandardSSD_LRS: "StandardSSD_LRS";
14
+ /**
15
+ * UltraSSD_LRS SKU
16
+ */
17
+ readonly UltraSSD_LRS: "UltraSSD_LRS";
18
+ /**
19
+ * Premium_ZRS SKU
20
+ */
21
+ readonly Premium_ZRS: "Premium_ZRS";
22
+ /**
23
+ * PremiumV2_LRS SKU
24
+ */
25
+ readonly PremiumV2_LRS: "PremiumV2_LRS";
26
+ /**
27
+ * StandardSSD_ZRS SKU
28
+ */
29
+ readonly StandardSSD_ZRS: "StandardSSD_ZRS";
30
+ };
31
+ /**
32
+ * Sku name
33
+ */
34
+ export type AzureDiskSkuName = (typeof AzureDiskSkuName)[keyof typeof AzureDiskSkuName];
35
+ export declare const ElasticSanSkuName: {
36
+ /**
37
+ * Premium_LRS SKU
38
+ */
39
+ readonly Premium_LRS: "Premium_LRS";
40
+ /**
41
+ * Premium_ZRS SKU
42
+ */
43
+ readonly Premium_ZRS: "Premium_ZRS";
44
+ };
45
+ /**
46
+ * Sku name
47
+ */
48
+ export type ElasticSanSkuName = (typeof ElasticSanSkuName)[keyof typeof ElasticSanSkuName];
49
+ export declare const ManagedServiceIdentityType: {
50
+ readonly None: "None";
51
+ readonly SystemAssigned: "SystemAssigned";
52
+ readonly UserAssigned: "UserAssigned";
53
+ readonly SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned";
54
+ };
55
+ /**
56
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
57
+ */
58
+ export type ManagedServiceIdentityType = (typeof ManagedServiceIdentityType)[keyof typeof ManagedServiceIdentityType];
59
+ export declare const ReclaimPolicy: {
60
+ /**
61
+ * Delete resource
62
+ */
63
+ readonly Delete: "Delete";
64
+ /**
65
+ * Retain resource
66
+ */
67
+ readonly Retain: "Retain";
68
+ };
69
+ /**
70
+ * ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
71
+ */
72
+ export type ReclaimPolicy = (typeof ReclaimPolicy)[keyof typeof ReclaimPolicy];
73
+ export declare const Zone: {
74
+ /**
75
+ * First availability zone.
76
+ */
77
+ readonly Zone1: "1";
78
+ /**
79
+ * Second availability zone.
80
+ */
81
+ readonly Zone2: "2";
82
+ /**
83
+ * Third availability zone.
84
+ */
85
+ readonly Zone3: "3";
86
+ };
87
+ /**
88
+ * Availability Zones
89
+ */
90
+ export type Zone = (typeof Zone)[keyof typeof Zone];