@pulumi/azure-native 2.21.2 → 2.22.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 (584) hide show
  1. package/appconfiguration/configurationStore.d.ts +1 -1
  2. package/appconfiguration/configurationStore.js +3 -3
  3. package/appconfiguration/getConfigurationStore.d.ts +2 -2
  4. package/appconfiguration/getConfigurationStore.js +2 -2
  5. package/appconfiguration/getKeyValue.d.ts +4 -0
  6. package/appconfiguration/getKeyValue.js +5 -1
  7. package/appconfiguration/getPrivateEndpointConnection.d.ts +4 -0
  8. package/appconfiguration/getPrivateEndpointConnection.js +5 -1
  9. package/appconfiguration/getReplica.d.ts +4 -0
  10. package/appconfiguration/getReplica.js +5 -1
  11. package/appconfiguration/index.d.ts +2 -1
  12. package/appconfiguration/index.js +4 -2
  13. package/appconfiguration/keyValue.d.ts +2 -0
  14. package/appconfiguration/keyValue.js +4 -2
  15. package/appconfiguration/listConfigurationStoreKeys.d.ts +2 -2
  16. package/appconfiguration/listConfigurationStoreKeys.js +2 -2
  17. package/appconfiguration/privateEndpointConnection.d.ts +2 -0
  18. package/appconfiguration/privateEndpointConnection.js +4 -2
  19. package/appconfiguration/replica.d.ts +2 -0
  20. package/appconfiguration/replica.js +4 -2
  21. package/appconfiguration/v20230301/configurationStore.js +2 -2
  22. package/appconfiguration/v20230301/keyValue.js +2 -2
  23. package/appconfiguration/v20230301/privateEndpointConnection.js +2 -2
  24. package/appconfiguration/v20230301/replica.js +2 -2
  25. package/appconfiguration/v20230801preview/configurationStore.d.ts +160 -0
  26. package/appconfiguration/v20230801preview/configurationStore.js +100 -0
  27. package/appconfiguration/v20230801preview/getConfigurationStore.d.ts +109 -0
  28. package/appconfiguration/v20230801preview/getConfigurationStore.js +26 -0
  29. package/appconfiguration/v20230801preview/getKeyValue.d.ts +92 -0
  30. package/appconfiguration/v20230801preview/getKeyValue.js +27 -0
  31. package/appconfiguration/v20230801preview/getPrivateEndpointConnection.d.ts +67 -0
  32. package/appconfiguration/v20230801preview/getPrivateEndpointConnection.js +27 -0
  33. package/appconfiguration/v20230801preview/getReplica.d.ts +71 -0
  34. package/appconfiguration/v20230801preview/getReplica.js +27 -0
  35. package/appconfiguration/v20230801preview/index.d.ts +28 -0
  36. package/appconfiguration/v20230801preview/index.js +65 -0
  37. package/appconfiguration/v20230801preview/keyValue.d.ts +106 -0
  38. package/appconfiguration/v20230801preview/keyValue.js +85 -0
  39. package/appconfiguration/v20230801preview/listConfigurationStoreKeys.d.ts +51 -0
  40. package/appconfiguration/v20230801preview/listConfigurationStoreKeys.js +27 -0
  41. package/appconfiguration/v20230801preview/privateEndpointConnection.d.ts +75 -0
  42. package/appconfiguration/v20230801preview/privateEndpointConnection.js +78 -0
  43. package/appconfiguration/v20230801preview/replica.d.ts +74 -0
  44. package/appconfiguration/v20230801preview/replica.js +77 -0
  45. package/azurestackhci/arcSetting.d.ts +1 -1
  46. package/azurestackhci/arcSetting.js +3 -3
  47. package/azurestackhci/cluster.d.ts +1 -1
  48. package/azurestackhci/cluster.js +3 -3
  49. package/azurestackhci/deploymentSetting.d.ts +2 -0
  50. package/azurestackhci/deploymentSetting.js +4 -2
  51. package/azurestackhci/edgeDevice.d.ts +2 -0
  52. package/azurestackhci/edgeDevice.js +4 -2
  53. package/azurestackhci/extension.d.ts +1 -1
  54. package/azurestackhci/extension.js +3 -3
  55. package/azurestackhci/getArcSetting.d.ts +2 -2
  56. package/azurestackhci/getArcSetting.js +2 -2
  57. package/azurestackhci/getCluster.d.ts +2 -2
  58. package/azurestackhci/getCluster.js +2 -2
  59. package/azurestackhci/getDeploymentSetting.d.ts +4 -0
  60. package/azurestackhci/getDeploymentSetting.js +5 -1
  61. package/azurestackhci/getEdgeDevice.d.ts +4 -0
  62. package/azurestackhci/getEdgeDevice.js +5 -1
  63. package/azurestackhci/getExtension.d.ts +2 -2
  64. package/azurestackhci/getExtension.js +2 -2
  65. package/azurestackhci/getSecuritySetting.d.ts +73 -0
  66. package/azurestackhci/getSecuritySetting.js +29 -0
  67. package/azurestackhci/getUpdate.d.ts +2 -2
  68. package/azurestackhci/getUpdate.js +2 -2
  69. package/azurestackhci/getUpdateRun.d.ts +2 -2
  70. package/azurestackhci/getUpdateRun.js +2 -2
  71. package/azurestackhci/getUpdateSummary.d.ts +2 -2
  72. package/azurestackhci/getUpdateSummary.js +2 -2
  73. package/azurestackhci/index.d.ts +8 -1
  74. package/azurestackhci/index.js +12 -3
  75. package/azurestackhci/securitySetting.d.ts +76 -0
  76. package/azurestackhci/securitySetting.js +79 -0
  77. package/azurestackhci/update.d.ts +1 -1
  78. package/azurestackhci/update.js +3 -3
  79. package/azurestackhci/updateRun.d.ts +1 -1
  80. package/azurestackhci/updateRun.js +3 -3
  81. package/azurestackhci/updateSummary.d.ts +1 -1
  82. package/azurestackhci/updateSummary.js +3 -3
  83. package/azurestackhci/v20210901preview/arcSetting.js +2 -2
  84. package/azurestackhci/v20220101/cluster.js +2 -2
  85. package/azurestackhci/v20220901/cluster.js +2 -2
  86. package/azurestackhci/v20221215preview/arcSetting.js +2 -2
  87. package/azurestackhci/v20221215preview/cluster.js +2 -2
  88. package/azurestackhci/v20221215preview/extension.js +2 -2
  89. package/azurestackhci/v20221215preview/update.js +2 -2
  90. package/azurestackhci/v20221215preview/updateRun.js +2 -2
  91. package/azurestackhci/v20221215preview/updateSummary.js +2 -2
  92. package/azurestackhci/v20230301/arcSetting.js +2 -2
  93. package/azurestackhci/v20230301/cluster.js +2 -2
  94. package/azurestackhci/v20230301/extension.js +2 -2
  95. package/azurestackhci/v20230301/update.js +2 -2
  96. package/azurestackhci/v20230301/updateRun.js +2 -2
  97. package/azurestackhci/v20230301/updateSummary.js +2 -2
  98. package/azurestackhci/v20230601/arcSetting.js +2 -2
  99. package/azurestackhci/v20230601/cluster.js +2 -2
  100. package/azurestackhci/v20230601/extension.js +2 -2
  101. package/azurestackhci/v20230601/update.js +2 -2
  102. package/azurestackhci/v20230601/updateRun.js +2 -2
  103. package/azurestackhci/v20230601/updateSummary.js +2 -2
  104. package/azurestackhci/v20230801/arcSetting.js +2 -2
  105. package/azurestackhci/v20230801/cluster.js +2 -2
  106. package/azurestackhci/v20230801/extension.js +2 -2
  107. package/azurestackhci/v20230801/update.js +2 -2
  108. package/azurestackhci/v20230801/updateRun.js +2 -2
  109. package/azurestackhci/v20230801/updateSummary.js +2 -2
  110. package/azurestackhci/v20230801preview/arcSetting.js +2 -2
  111. package/azurestackhci/v20230801preview/cluster.js +2 -2
  112. package/azurestackhci/v20230801preview/deploymentSetting.js +2 -2
  113. package/azurestackhci/v20230801preview/edgeDevice.js +2 -2
  114. package/azurestackhci/v20230801preview/extension.js +2 -2
  115. package/azurestackhci/v20230801preview/update.js +2 -2
  116. package/azurestackhci/v20230801preview/updateRun.js +2 -2
  117. package/azurestackhci/v20230801preview/updateSummary.js +2 -2
  118. package/azurestackhci/v20231101preview/arcSetting.d.ts +123 -0
  119. package/azurestackhci/v20231101preview/arcSetting.js +91 -0
  120. package/azurestackhci/v20231101preview/cluster.d.ts +206 -0
  121. package/azurestackhci/v20231101preview/cluster.js +120 -0
  122. package/azurestackhci/v20231101preview/deploymentSetting.d.ts +92 -0
  123. package/azurestackhci/v20231101preview/deploymentSetting.js +90 -0
  124. package/azurestackhci/v20231101preview/edgeDevice.d.ts +67 -0
  125. package/azurestackhci/v20231101preview/edgeDevice.js +74 -0
  126. package/azurestackhci/v20231101preview/extension.d.ts +138 -0
  127. package/azurestackhci/v20231101preview/extension.js +97 -0
  128. package/azurestackhci/v20231101preview/getArcSetting.d.ts +99 -0
  129. package/azurestackhci/v20231101preview/getArcSetting.js +27 -0
  130. package/azurestackhci/v20231101preview/getCluster.d.ts +155 -0
  131. package/azurestackhci/v20231101preview/getCluster.js +26 -0
  132. package/azurestackhci/v20231101preview/getDeploymentSetting.d.ts +79 -0
  133. package/azurestackhci/v20231101preview/getDeploymentSetting.js +27 -0
  134. package/azurestackhci/v20231101preview/getEdgeDevice.d.ts +59 -0
  135. package/azurestackhci/v20231101preview/getEdgeDevice.js +26 -0
  136. package/azurestackhci/v20231101preview/getExtension.d.ts +111 -0
  137. package/azurestackhci/v20231101preview/getExtension.js +28 -0
  138. package/azurestackhci/v20231101preview/getSecuritySetting.d.ts +71 -0
  139. package/azurestackhci/v20231101preview/getSecuritySetting.js +27 -0
  140. package/azurestackhci/v20231101preview/getUpdate.d.ts +131 -0
  141. package/azurestackhci/v20231101preview/getUpdate.js +27 -0
  142. package/azurestackhci/v20231101preview/getUpdateRun.d.ts +119 -0
  143. package/azurestackhci/v20231101preview/getUpdateRun.js +28 -0
  144. package/azurestackhci/v20231101preview/getUpdateSummary.d.ts +87 -0
  145. package/azurestackhci/v20231101preview/getUpdateSummary.js +26 -0
  146. package/azurestackhci/v20231101preview/index.d.ts +55 -0
  147. package/azurestackhci/v20231101preview/index.js +97 -0
  148. package/azurestackhci/v20231101preview/securitySetting.d.ts +75 -0
  149. package/azurestackhci/v20231101preview/securitySetting.js +78 -0
  150. package/azurestackhci/v20231101preview/update.d.ts +200 -0
  151. package/azurestackhci/v20231101preview/update.js +107 -0
  152. package/azurestackhci/v20231101preview/updateRun.d.ts +168 -0
  153. package/azurestackhci/v20231101preview/updateRun.js +101 -0
  154. package/azurestackhci/v20231101preview/updateSummary.d.ts +123 -0
  155. package/azurestackhci/v20231101preview/updateSummary.js +88 -0
  156. package/compute/availabilitySet.d.ts +1 -1
  157. package/compute/availabilitySet.js +3 -3
  158. package/compute/capacityReservation.d.ts +1 -1
  159. package/compute/capacityReservation.js +3 -3
  160. package/compute/capacityReservationGroup.d.ts +1 -1
  161. package/compute/capacityReservationGroup.js +3 -3
  162. package/compute/dedicatedHost.d.ts +1 -1
  163. package/compute/dedicatedHost.js +3 -3
  164. package/compute/dedicatedHostGroup.d.ts +1 -1
  165. package/compute/dedicatedHostGroup.js +3 -3
  166. package/compute/getAvailabilitySet.d.ts +2 -2
  167. package/compute/getAvailabilitySet.js +2 -2
  168. package/compute/getCapacityReservation.d.ts +2 -2
  169. package/compute/getCapacityReservation.js +2 -2
  170. package/compute/getCapacityReservationGroup.d.ts +2 -2
  171. package/compute/getCapacityReservationGroup.js +2 -2
  172. package/compute/getDedicatedHost.d.ts +2 -2
  173. package/compute/getDedicatedHost.js +2 -2
  174. package/compute/getDedicatedHostGroup.d.ts +2 -2
  175. package/compute/getDedicatedHostGroup.js +2 -2
  176. package/compute/getImage.d.ts +2 -2
  177. package/compute/getImage.js +2 -2
  178. package/compute/getLogAnalyticExportRequestRateByInterval.d.ts +2 -2
  179. package/compute/getLogAnalyticExportRequestRateByInterval.js +2 -2
  180. package/compute/getLogAnalyticExportThrottledRequests.d.ts +2 -2
  181. package/compute/getLogAnalyticExportThrottledRequests.js +2 -2
  182. package/compute/getProximityPlacementGroup.d.ts +2 -2
  183. package/compute/getProximityPlacementGroup.js +2 -2
  184. package/compute/getRestorePoint.d.ts +2 -2
  185. package/compute/getRestorePoint.js +2 -2
  186. package/compute/getRestorePointCollection.d.ts +2 -2
  187. package/compute/getRestorePointCollection.js +2 -2
  188. package/compute/getSshPublicKey.d.ts +2 -2
  189. package/compute/getSshPublicKey.js +2 -2
  190. package/compute/getVirtualMachine.d.ts +2 -2
  191. package/compute/getVirtualMachine.js +2 -2
  192. package/compute/getVirtualMachineExtension.d.ts +2 -2
  193. package/compute/getVirtualMachineExtension.js +2 -2
  194. package/compute/getVirtualMachineRunCommandByVirtualMachine.d.ts +2 -2
  195. package/compute/getVirtualMachineRunCommandByVirtualMachine.js +2 -2
  196. package/compute/getVirtualMachineScaleSet.d.ts +2 -2
  197. package/compute/getVirtualMachineScaleSet.js +2 -2
  198. package/compute/getVirtualMachineScaleSetExtension.d.ts +2 -2
  199. package/compute/getVirtualMachineScaleSetExtension.js +2 -2
  200. package/compute/getVirtualMachineScaleSetVM.d.ts +2 -2
  201. package/compute/getVirtualMachineScaleSetVM.js +2 -2
  202. package/compute/getVirtualMachineScaleSetVMExtension.d.ts +2 -2
  203. package/compute/getVirtualMachineScaleSetVMExtension.js +2 -2
  204. package/compute/getVirtualMachineScaleSetVMRunCommand.d.ts +2 -2
  205. package/compute/getVirtualMachineScaleSetVMRunCommand.js +2 -2
  206. package/compute/image.d.ts +1 -1
  207. package/compute/image.js +3 -3
  208. package/compute/index.d.ts +2 -1
  209. package/compute/index.js +4 -2
  210. package/compute/proximityPlacementGroup.d.ts +1 -1
  211. package/compute/proximityPlacementGroup.js +3 -3
  212. package/compute/restorePoint.d.ts +1 -1
  213. package/compute/restorePoint.js +3 -3
  214. package/compute/restorePointCollection.d.ts +1 -1
  215. package/compute/restorePointCollection.js +3 -3
  216. package/compute/sshPublicKey.d.ts +1 -1
  217. package/compute/sshPublicKey.js +3 -3
  218. package/compute/v20211101/restorePoint.js +2 -2
  219. package/compute/v20211101/virtualMachineExtension.js +2 -2
  220. package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
  221. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
  222. package/compute/v20221101/restorePoint.js +2 -2
  223. package/compute/v20230301/availabilitySet.js +2 -2
  224. package/compute/v20230301/capacityReservation.js +2 -2
  225. package/compute/v20230301/capacityReservationGroup.js +2 -2
  226. package/compute/v20230301/dedicatedHost.js +2 -2
  227. package/compute/v20230301/dedicatedHostGroup.js +2 -2
  228. package/compute/v20230301/image.js +2 -2
  229. package/compute/v20230301/proximityPlacementGroup.js +2 -2
  230. package/compute/v20230301/restorePoint.js +2 -2
  231. package/compute/v20230301/restorePointCollection.js +2 -2
  232. package/compute/v20230301/sshPublicKey.js +2 -2
  233. package/compute/v20230301/virtualMachine.js +2 -2
  234. package/compute/v20230301/virtualMachineExtension.js +2 -2
  235. package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  236. package/compute/v20230301/virtualMachineScaleSet.js +2 -2
  237. package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
  238. package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
  239. package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
  240. package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
  241. package/compute/v20230701/availabilitySet.js +2 -2
  242. package/compute/v20230701/capacityReservation.js +2 -2
  243. package/compute/v20230701/capacityReservationGroup.js +2 -2
  244. package/compute/v20230701/dedicatedHost.js +2 -2
  245. package/compute/v20230701/dedicatedHostGroup.js +2 -2
  246. package/compute/v20230701/image.js +2 -2
  247. package/compute/v20230701/proximityPlacementGroup.js +2 -2
  248. package/compute/v20230701/restorePoint.js +2 -2
  249. package/compute/v20230701/restorePointCollection.js +2 -2
  250. package/compute/v20230701/sshPublicKey.js +2 -2
  251. package/compute/v20230701/virtualMachine.js +2 -2
  252. package/compute/v20230701/virtualMachineExtension.js +2 -2
  253. package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +2 -2
  254. package/compute/v20230701/virtualMachineScaleSet.js +2 -2
  255. package/compute/v20230701/virtualMachineScaleSetExtension.js +2 -2
  256. package/compute/v20230701/virtualMachineScaleSetVM.js +2 -2
  257. package/compute/v20230701/virtualMachineScaleSetVMExtension.js +2 -2
  258. package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +2 -2
  259. package/compute/v20230901/availabilitySet.d.ts +115 -0
  260. package/compute/v20230901/availabilitySet.js +81 -0
  261. package/compute/v20230901/capacityReservation.d.ts +119 -0
  262. package/compute/v20230901/capacityReservation.js +94 -0
  263. package/compute/v20230901/capacityReservationGroup.d.ts +99 -0
  264. package/compute/v20230901/capacityReservationGroup.js +79 -0
  265. package/compute/v20230901/dedicatedHost.d.ts +132 -0
  266. package/compute/v20230901/dedicatedHost.js +96 -0
  267. package/compute/v20230901/dedicatedHostGroup.d.ts +111 -0
  268. package/compute/v20230901/dedicatedHostGroup.js +84 -0
  269. package/compute/v20230901/getAvailabilitySet.d.ts +81 -0
  270. package/compute/v20230901/getAvailabilitySet.js +26 -0
  271. package/compute/v20230901/getCapacityReservation.d.ts +109 -0
  272. package/compute/v20230901/getCapacityReservation.js +28 -0
  273. package/compute/v20230901/getCapacityReservationGroup.d.ts +85 -0
  274. package/compute/v20230901/getCapacityReservationGroup.js +27 -0
  275. package/compute/v20230901/getDedicatedHost.d.ts +113 -0
  276. package/compute/v20230901/getDedicatedHost.js +28 -0
  277. package/compute/v20230901/getDedicatedHostGroup.d.ts +89 -0
  278. package/compute/v20230901/getDedicatedHostGroup.js +27 -0
  279. package/compute/v20230901/getImage.d.ts +85 -0
  280. package/compute/v20230901/getImage.js +27 -0
  281. package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
  282. package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.js +34 -0
  283. package/compute/v20230901/getLogAnalyticExportThrottledRequests.d.ts +95 -0
  284. package/compute/v20230901/getLogAnalyticExportThrottledRequests.js +33 -0
  285. package/compute/v20230901/getProximityPlacementGroup.d.ts +93 -0
  286. package/compute/v20230901/getProximityPlacementGroup.js +27 -0
  287. package/compute/v20230901/getRestorePoint.d.ts +91 -0
  288. package/compute/v20230901/getRestorePoint.js +28 -0
  289. package/compute/v20230901/getRestorePointCollection.d.ts +81 -0
  290. package/compute/v20230901/getRestorePointCollection.js +27 -0
  291. package/compute/v20230901/getSshPublicKey.d.ts +60 -0
  292. package/compute/v20230901/getSshPublicKey.js +26 -0
  293. package/compute/v20230901/getVirtualMachine.d.ts +197 -0
  294. package/compute/v20230901/getVirtualMachine.js +27 -0
  295. package/compute/v20230901/getVirtualMachineExtension.d.ts +121 -0
  296. package/compute/v20230901/getVirtualMachineExtension.js +28 -0
  297. package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
  298. package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
  299. package/compute/v20230901/getVirtualMachineScaleSet.d.ts +169 -0
  300. package/compute/v20230901/getVirtualMachineScaleSet.js +27 -0
  301. package/compute/v20230901/getVirtualMachineScaleSetExtension.d.ts +107 -0
  302. package/compute/v20230901/getVirtualMachineScaleSetExtension.js +28 -0
  303. package/compute/v20230901/getVirtualMachineScaleSetVM.d.ts +173 -0
  304. package/compute/v20230901/getVirtualMachineScaleSetVM.js +28 -0
  305. package/compute/v20230901/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
  306. package/compute/v20230901/getVirtualMachineScaleSetVMExtension.js +29 -0
  307. package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
  308. package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.js +29 -0
  309. package/compute/v20230901/image.d.ts +108 -0
  310. package/compute/v20230901/image.js +79 -0
  311. package/compute/v20230901/index.d.ts +115 -0
  312. package/compute/v20230901/index.js +167 -0
  313. package/compute/v20230901/proximityPlacementGroup.d.ts +116 -0
  314. package/compute/v20230901/proximityPlacementGroup.js +83 -0
  315. package/compute/v20230901/restorePoint.d.ts +104 -0
  316. package/compute/v20230901/restorePoint.js +83 -0
  317. package/compute/v20230901/restorePointCollection.d.ts +91 -0
  318. package/compute/v20230901/restorePointCollection.js +77 -0
  319. package/compute/v20230901/sshPublicKey.d.ts +77 -0
  320. package/compute/v20230901/sshPublicKey.js +71 -0
  321. package/compute/v20230901/virtualMachine.d.ts +308 -0
  322. package/compute/v20230901/virtualMachine.js +135 -0
  323. package/compute/v20230901/virtualMachineExtension.d.ts +171 -0
  324. package/compute/v20230901/virtualMachineExtension.js +97 -0
  325. package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.d.ts +179 -0
  326. package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.js +102 -0
  327. package/compute/v20230901/virtualMachineScaleSet.d.ts +264 -0
  328. package/compute/v20230901/virtualMachineScaleSet.js +121 -0
  329. package/compute/v20230901/virtualMachineScaleSetExtension.d.ts +147 -0
  330. package/compute/v20230901/virtualMachineScaleSetExtension.js +91 -0
  331. package/compute/v20230901/virtualMachineScaleSetVM.d.ts +231 -0
  332. package/compute/v20230901/virtualMachineScaleSetVM.js +122 -0
  333. package/compute/v20230901/virtualMachineScaleSetVMExtension.d.ts +163 -0
  334. package/compute/v20230901/virtualMachineScaleSetVMExtension.js +99 -0
  335. package/compute/v20230901/virtualMachineScaleSetVMRunCommand.d.ts +183 -0
  336. package/compute/v20230901/virtualMachineScaleSetVMRunCommand.js +106 -0
  337. package/compute/virtualMachine.d.ts +1 -1
  338. package/compute/virtualMachine.js +3 -3
  339. package/compute/virtualMachineExtension.d.ts +1 -1
  340. package/compute/virtualMachineExtension.js +3 -3
  341. package/compute/virtualMachineRunCommandByVirtualMachine.d.ts +1 -1
  342. package/compute/virtualMachineRunCommandByVirtualMachine.js +3 -3
  343. package/compute/virtualMachineScaleSet.d.ts +1 -1
  344. package/compute/virtualMachineScaleSet.js +3 -3
  345. package/compute/virtualMachineScaleSetExtension.d.ts +1 -1
  346. package/compute/virtualMachineScaleSetExtension.js +3 -3
  347. package/compute/virtualMachineScaleSetVM.d.ts +1 -1
  348. package/compute/virtualMachineScaleSetVM.js +3 -3
  349. package/compute/virtualMachineScaleSetVMExtension.d.ts +1 -1
  350. package/compute/virtualMachineScaleSetVMExtension.js +3 -3
  351. package/compute/virtualMachineScaleSetVMRunCommand.d.ts +1 -1
  352. package/compute/virtualMachineScaleSetVMRunCommand.js +3 -3
  353. package/databox/getJob.d.ts +2 -2
  354. package/databox/getJob.js +2 -2
  355. package/databox/index.d.ts +2 -1
  356. package/databox/index.js +4 -2
  357. package/databox/job.d.ts +1 -1
  358. package/databox/job.js +3 -3
  359. package/databox/listJobCredentials.d.ts +2 -2
  360. package/databox/listJobCredentials.js +2 -2
  361. package/databox/v20221201/job.js +2 -2
  362. package/databox/v20230301/job.js +2 -2
  363. package/databox/v20231201/getJob.d.ts +141 -0
  364. package/databox/v20231201/getJob.js +27 -0
  365. package/databox/v20231201/index.d.ts +10 -0
  366. package/databox/v20231201/index.js +44 -0
  367. package/databox/v20231201/job.d.ts +172 -0
  368. package/databox/v20231201/job.js +115 -0
  369. package/databox/v20231201/listJobCredentials.d.ts +43 -0
  370. package/databox/v20231201/listJobCredentials.js +26 -0
  371. package/dataprotection/backupInstance.d.ts +1 -1
  372. package/dataprotection/backupInstance.js +3 -3
  373. package/dataprotection/backupPolicy.d.ts +1 -1
  374. package/dataprotection/backupPolicy.js +3 -3
  375. package/dataprotection/backupVault.d.ts +1 -1
  376. package/dataprotection/backupVault.js +3 -3
  377. package/dataprotection/dppResourceGuardProxy.d.ts +1 -1
  378. package/dataprotection/dppResourceGuardProxy.js +3 -3
  379. package/dataprotection/getBackupInstance.d.ts +2 -2
  380. package/dataprotection/getBackupInstance.js +2 -2
  381. package/dataprotection/getBackupPolicy.d.ts +2 -2
  382. package/dataprotection/getBackupPolicy.js +2 -2
  383. package/dataprotection/getBackupVault.d.ts +2 -2
  384. package/dataprotection/getBackupVault.js +2 -2
  385. package/dataprotection/getDppResourceGuardProxy.d.ts +2 -2
  386. package/dataprotection/getDppResourceGuardProxy.js +2 -2
  387. package/dataprotection/getResourceGuard.d.ts +2 -2
  388. package/dataprotection/getResourceGuard.js +2 -2
  389. package/dataprotection/index.d.ts +1 -2
  390. package/dataprotection/index.js +2 -4
  391. package/dataprotection/resourceGuard.d.ts +1 -1
  392. package/dataprotection/resourceGuard.js +3 -3
  393. package/dataprotection/v20221101preview/resourceGuard.js +2 -2
  394. package/dataprotection/v20230101/backupInstance.js +2 -2
  395. package/dataprotection/v20230101/backupPolicy.js +2 -2
  396. package/dataprotection/v20230101/backupVault.js +2 -2
  397. package/dataprotection/v20230101/dppResourceGuardProxy.js +2 -2
  398. package/dataprotection/v20230101/resourceGuard.js +2 -2
  399. package/dataprotection/v20230401preview/backupInstance.js +2 -2
  400. package/dataprotection/v20230401preview/backupPolicy.js +2 -2
  401. package/dataprotection/v20230401preview/backupVault.js +2 -2
  402. package/dataprotection/v20230401preview/dppResourceGuardProxy.js +2 -2
  403. package/dataprotection/v20230401preview/resourceGuard.js +2 -2
  404. package/dataprotection/v20230501/backupInstance.js +2 -2
  405. package/dataprotection/v20230501/backupPolicy.js +2 -2
  406. package/dataprotection/v20230501/backupVault.js +2 -2
  407. package/dataprotection/v20230501/dppResourceGuardProxy.js +2 -2
  408. package/dataprotection/v20230501/resourceGuard.js +2 -2
  409. package/dataprotection/v20230601preview/backupInstance.js +2 -2
  410. package/dataprotection/v20230601preview/backupPolicy.js +2 -2
  411. package/dataprotection/v20230601preview/backupVault.js +2 -2
  412. package/dataprotection/v20230601preview/dppResourceGuardProxy.js +2 -2
  413. package/dataprotection/v20230601preview/resourceGuard.js +2 -2
  414. package/dataprotection/v20230801preview/backupInstance.js +2 -2
  415. package/dataprotection/v20230801preview/backupPolicy.js +2 -2
  416. package/dataprotection/v20230801preview/backupVault.js +2 -2
  417. package/dataprotection/v20230801preview/dppResourceGuardProxy.js +2 -2
  418. package/dataprotection/v20230801preview/resourceGuard.js +2 -2
  419. package/dataprotection/v20231101/backupInstance.js +2 -2
  420. package/dataprotection/v20231101/backupPolicy.js +2 -2
  421. package/dataprotection/v20231101/backupVault.js +2 -2
  422. package/dataprotection/v20231101/dppResourceGuardProxy.js +2 -2
  423. package/dataprotection/v20231101/resourceGuard.js +2 -2
  424. package/kubernetes/connectedCluster.d.ts +1 -1
  425. package/kubernetes/connectedCluster.js +3 -3
  426. package/kubernetes/getConnectedCluster.d.ts +2 -2
  427. package/kubernetes/getConnectedCluster.js +2 -2
  428. package/kubernetes/index.d.ts +2 -1
  429. package/kubernetes/index.js +4 -2
  430. package/kubernetes/listConnectedClusterUserCredential.d.ts +2 -2
  431. package/kubernetes/listConnectedClusterUserCredential.js +2 -2
  432. package/kubernetes/v20220501preview/connectedCluster.js +2 -2
  433. package/kubernetes/v20221001preview/connectedCluster.js +2 -2
  434. package/kubernetes/v20231101preview/connectedCluster.js +2 -2
  435. package/kubernetes/v20240101/connectedCluster.d.ts +210 -0
  436. package/kubernetes/v20240101/connectedCluster.js +121 -0
  437. package/kubernetes/v20240101/getConnectedCluster.d.ts +147 -0
  438. package/kubernetes/v20240101/getConnectedCluster.js +26 -0
  439. package/kubernetes/v20240101/index.d.ts +10 -0
  440. package/kubernetes/v20240101/index.js +44 -0
  441. package/kubernetes/v20240101/listConnectedClusterUserCredential.d.ts +60 -0
  442. package/kubernetes/v20240101/listConnectedClusterUserCredential.js +28 -0
  443. package/maintenance/configurationAssignment.d.ts +1 -1
  444. package/maintenance/configurationAssignment.js +3 -3
  445. package/maintenance/configurationAssignmentParent.d.ts +1 -1
  446. package/maintenance/configurationAssignmentParent.js +3 -3
  447. package/maintenance/configurationAssignmentsForResourceGroup.d.ts +1 -1
  448. package/maintenance/configurationAssignmentsForResourceGroup.js +3 -3
  449. package/maintenance/configurationAssignmentsForSubscription.d.ts +1 -1
  450. package/maintenance/configurationAssignmentsForSubscription.js +3 -3
  451. package/maintenance/getConfigurationAssignment.d.ts +2 -2
  452. package/maintenance/getConfigurationAssignment.js +2 -2
  453. package/maintenance/getConfigurationAssignmentParent.d.ts +2 -2
  454. package/maintenance/getConfigurationAssignmentParent.js +2 -2
  455. package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +2 -2
  456. package/maintenance/getConfigurationAssignmentsForResourceGroup.js +2 -2
  457. package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +2 -2
  458. package/maintenance/getConfigurationAssignmentsForSubscription.js +2 -2
  459. package/maintenance/getMaintenanceConfiguration.d.ts +2 -2
  460. package/maintenance/getMaintenanceConfiguration.js +2 -2
  461. package/maintenance/index.d.ts +2 -1
  462. package/maintenance/index.js +4 -2
  463. package/maintenance/maintenanceConfiguration.d.ts +1 -1
  464. package/maintenance/maintenanceConfiguration.js +3 -3
  465. package/maintenance/v20221101preview/configurationAssignment.js +2 -2
  466. package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
  467. package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
  468. package/maintenance/v20230401/configurationAssignment.js +2 -2
  469. package/maintenance/v20230401/configurationAssignmentParent.js +2 -2
  470. package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +2 -2
  471. package/maintenance/v20230401/configurationAssignmentsForSubscription.js +2 -2
  472. package/maintenance/v20230401/maintenanceConfiguration.js +2 -2
  473. package/maintenance/v20230901preview/configurationAssignment.js +2 -2
  474. package/maintenance/v20230901preview/configurationAssignmentParent.js +2 -2
  475. package/maintenance/v20230901preview/configurationAssignmentsForResourceGroup.js +2 -2
  476. package/maintenance/v20230901preview/configurationAssignmentsForSubscription.js +2 -2
  477. package/maintenance/v20230901preview/maintenanceConfiguration.js +2 -2
  478. package/maintenance/v20231001preview/configurationAssignment.d.ts +99 -0
  479. package/maintenance/v20231001preview/configurationAssignment.js +87 -0
  480. package/maintenance/v20231001preview/configurationAssignmentParent.d.ts +107 -0
  481. package/maintenance/v20231001preview/configurationAssignmentParent.js +95 -0
  482. package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.d.ts +87 -0
  483. package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.js +75 -0
  484. package/maintenance/v20231001preview/configurationAssignmentsForSubscription.d.ts +83 -0
  485. package/maintenance/v20231001preview/configurationAssignmentsForSubscription.js +71 -0
  486. package/maintenance/v20231001preview/getConfigurationAssignment.d.ts +91 -0
  487. package/maintenance/v20231001preview/getConfigurationAssignment.js +29 -0
  488. package/maintenance/v20231001preview/getConfigurationAssignmentParent.d.ts +107 -0
  489. package/maintenance/v20231001preview/getConfigurationAssignmentParent.js +31 -0
  490. package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
  491. package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.js +26 -0
  492. package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.d.ts +59 -0
  493. package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.js +25 -0
  494. package/maintenance/v20231001preview/getMaintenanceConfiguration.d.ts +103 -0
  495. package/maintenance/v20231001preview/getMaintenanceConfiguration.js +26 -0
  496. package/maintenance/v20231001preview/index.d.ts +31 -0
  497. package/maintenance/v20231001preview/index.js +69 -0
  498. package/maintenance/v20231001preview/maintenanceConfiguration.d.ts +160 -0
  499. package/maintenance/v20231001preview/maintenanceConfiguration.js +92 -0
  500. package/package.json +1 -1
  501. package/security/getPricing.d.ts +93 -0
  502. package/security/getPricing.js +28 -0
  503. package/security/index.d.ts +8 -1
  504. package/security/index.js +12 -3
  505. package/security/pricing.d.ts +113 -0
  506. package/security/pricing.js +91 -0
  507. package/security/v20240101/getPricing.d.ts +91 -0
  508. package/security/v20240101/getPricing.js +26 -0
  509. package/security/v20240101/index.d.ts +7 -0
  510. package/security/v20240101/index.js +41 -0
  511. package/security/v20240101/pricing.d.ts +112 -0
  512. package/security/v20240101/pricing.js +90 -0
  513. package/sql/v20230501preview/getLongTermRetentionPolicy.d.ts +8 -0
  514. package/sql/v20230501preview/getLongTermRetentionPolicy.js +1 -1
  515. package/sql/v20230501preview/longTermRetentionPolicy.d.ts +17 -0
  516. package/sql/v20230501preview/longTermRetentionPolicy.js +5 -1
  517. package/synapse/bigDataPool.d.ts +5 -1
  518. package/synapse/bigDataPool.js +2 -2
  519. package/synapse/getBigDataPool.d.ts +1 -1
  520. package/synapse/v20210601/bigDataPool.d.ts +5 -1
  521. package/synapse/v20210601/bigDataPool.js +2 -2
  522. package/synapse/v20210601/getBigDataPool.d.ts +1 -1
  523. package/synapse/v20210601preview/bigDataPool.d.ts +5 -1
  524. package/synapse/v20210601preview/bigDataPool.js +2 -2
  525. package/synapse/v20210601preview/getBigDataPool.d.ts +1 -1
  526. package/tsconfig.tsbuildinfo +1 -1
  527. package/types/enums/appconfiguration/index.d.ts +2 -1
  528. package/types/enums/appconfiguration/index.js +4 -2
  529. package/types/enums/appconfiguration/v20230801preview/index.d.ts +64 -0
  530. package/types/enums/appconfiguration/v20230801preview/index.js +46 -0
  531. package/types/enums/azurestackhci/index.d.ts +16 -1
  532. package/types/enums/azurestackhci/index.js +14 -2
  533. package/types/enums/azurestackhci/v20231101preview/index.d.ts +128 -0
  534. package/types/enums/azurestackhci/v20231101preview/index.js +90 -0
  535. package/types/enums/compute/index.d.ts +2 -1
  536. package/types/enums/compute/index.js +5 -3
  537. package/types/enums/compute/v20230901/index.d.ts +593 -0
  538. package/types/enums/compute/v20230901/index.js +406 -0
  539. package/types/enums/databox/index.d.ts +2 -1
  540. package/types/enums/databox/index.js +4 -2
  541. package/types/enums/databox/v20231201/index.d.ts +247 -0
  542. package/types/enums/databox/v20231201/index.js +196 -0
  543. package/types/enums/dataprotection/index.d.ts +1 -2
  544. package/types/enums/dataprotection/index.js +2 -4
  545. package/types/enums/kubernetes/index.d.ts +2 -1
  546. package/types/enums/kubernetes/index.js +4 -2
  547. package/types/enums/kubernetes/v20240101/index.d.ts +61 -0
  548. package/types/enums/kubernetes/v20240101/index.js +39 -0
  549. package/types/enums/maintenance/index.d.ts +2 -1
  550. package/types/enums/maintenance/index.js +4 -2
  551. package/types/enums/maintenance/v20231001preview/index.d.ts +65 -0
  552. package/types/enums/maintenance/v20231001preview/index.js +55 -0
  553. package/types/enums/security/index.d.ts +44 -1
  554. package/types/enums/security/index.js +35 -3
  555. package/types/enums/security/v20240101/index.d.ts +42 -0
  556. package/types/enums/security/v20240101/index.js +36 -0
  557. package/types/input.d.ts +3890 -899
  558. package/types/input.js +243 -1
  559. package/types/output.d.ts +6920 -1498
  560. package/types/output.js +243 -1
  561. package/dataprotection/v20230801/backupInstance.d.ts +0 -79
  562. package/dataprotection/v20230801/backupInstance.js +0 -75
  563. package/dataprotection/v20230801/backupPolicy.d.ts +0 -67
  564. package/dataprotection/v20230801/backupPolicy.js +0 -73
  565. package/dataprotection/v20230801/backupVault.d.ts +0 -99
  566. package/dataprotection/v20230801/backupVault.js +0 -80
  567. package/dataprotection/v20230801/dppResourceGuardProxy.d.ts +0 -67
  568. package/dataprotection/v20230801/dppResourceGuardProxy.js +0 -73
  569. package/dataprotection/v20230801/getBackupInstance.d.ts +0 -69
  570. package/dataprotection/v20230801/getBackupInstance.js +0 -27
  571. package/dataprotection/v20230801/getBackupPolicy.d.ts +0 -57
  572. package/dataprotection/v20230801/getBackupPolicy.js +0 -27
  573. package/dataprotection/v20230801/getBackupVault.d.ts +0 -73
  574. package/dataprotection/v20230801/getBackupVault.js +0 -26
  575. package/dataprotection/v20230801/getDppResourceGuardProxy.d.ts +0 -63
  576. package/dataprotection/v20230801/getDppResourceGuardProxy.js +0 -27
  577. package/dataprotection/v20230801/getResourceGuard.d.ts +0 -60
  578. package/dataprotection/v20230801/getResourceGuard.js +0 -20
  579. package/dataprotection/v20230801/index.d.ts +0 -31
  580. package/dataprotection/v20230801/index.js +0 -69
  581. package/dataprotection/v20230801/resourceGuard.d.ts +0 -88
  582. package/dataprotection/v20230801/resourceGuard.js +0 -72
  583. package/types/enums/dataprotection/v20230801/index.d.ts +0 -140
  584. package/types/enums/dataprotection/v20230801/index.js +0 -101
@@ -0,0 +1,247 @@
1
+ export declare const AddressType: {
2
+ /**
3
+ * Address type not known.
4
+ */
5
+ readonly None: "None";
6
+ /**
7
+ * Residential Address.
8
+ */
9
+ readonly Residential: "Residential";
10
+ /**
11
+ * Commercial Address.
12
+ */
13
+ readonly Commercial: "Commercial";
14
+ };
15
+ /**
16
+ * Type of address.
17
+ */
18
+ export type AddressType = (typeof AddressType)[keyof typeof AddressType];
19
+ export declare const ClassDiscriminator: {
20
+ /**
21
+ * Data Box orders.
22
+ */
23
+ readonly DataBox: "DataBox";
24
+ /**
25
+ * Data Box Disk orders.
26
+ */
27
+ readonly DataBoxDisk: "DataBoxDisk";
28
+ /**
29
+ * Data Box Heavy orders.
30
+ */
31
+ readonly DataBoxHeavy: "DataBoxHeavy";
32
+ /**
33
+ * Data Box Customer Disk orders.
34
+ */
35
+ readonly DataBoxCustomerDisk: "DataBoxCustomerDisk";
36
+ };
37
+ /**
38
+ * Indicates the type of job details.
39
+ */
40
+ export type ClassDiscriminator = (typeof ClassDiscriminator)[keyof typeof ClassDiscriminator];
41
+ export declare const DataAccountType: {
42
+ /**
43
+ * Storage Accounts .
44
+ */
45
+ readonly StorageAccount: "StorageAccount";
46
+ /**
47
+ * Azure Managed disk storage.
48
+ */
49
+ readonly ManagedDisk: "ManagedDisk";
50
+ };
51
+ /**
52
+ * Type of the account of data.
53
+ */
54
+ export type DataAccountType = (typeof DataAccountType)[keyof typeof DataAccountType];
55
+ export declare const DoubleEncryption: {
56
+ /**
57
+ * Software-based encryption is enabled.
58
+ */
59
+ readonly Enabled: "Enabled";
60
+ /**
61
+ * Software-based encryption is disabled.
62
+ */
63
+ readonly Disabled: "Disabled";
64
+ };
65
+ /**
66
+ * Defines secondary layer of software-based encryption enablement.
67
+ */
68
+ export type DoubleEncryption = (typeof DoubleEncryption)[keyof typeof DoubleEncryption];
69
+ export declare const FilterFileType: {
70
+ /**
71
+ * Filter file is of the type AzureBlob.
72
+ */
73
+ readonly AzureBlob: "AzureBlob";
74
+ /**
75
+ * Filter file is of the type AzureFiles.
76
+ */
77
+ readonly AzureFile: "AzureFile";
78
+ };
79
+ /**
80
+ * Type of the filter file.
81
+ */
82
+ export type FilterFileType = (typeof FilterFileType)[keyof typeof FilterFileType];
83
+ export declare const HardwareEncryption: {
84
+ /**
85
+ * Hardware-based encryption is enabled.
86
+ */
87
+ readonly Enabled: "Enabled";
88
+ /**
89
+ * Hardware-based encryption is enabled.
90
+ */
91
+ readonly Disabled: "Disabled";
92
+ };
93
+ /**
94
+ * Defines Hardware level encryption (Only for disk)
95
+ */
96
+ export type HardwareEncryption = (typeof HardwareEncryption)[keyof typeof HardwareEncryption];
97
+ export declare const JobDeliveryType: {
98
+ /**
99
+ * Non Scheduled job.
100
+ */
101
+ readonly NonScheduled: "NonScheduled";
102
+ /**
103
+ * Scheduled job.
104
+ */
105
+ readonly Scheduled: "Scheduled";
106
+ };
107
+ /**
108
+ * Delivery type of Job.
109
+ */
110
+ export type JobDeliveryType = (typeof JobDeliveryType)[keyof typeof JobDeliveryType];
111
+ export declare const KekType: {
112
+ /**
113
+ * Key encryption key is managed by Microsoft.
114
+ */
115
+ readonly MicrosoftManaged: "MicrosoftManaged";
116
+ /**
117
+ * Key encryption key is managed by the Customer.
118
+ */
119
+ readonly CustomerManaged: "CustomerManaged";
120
+ };
121
+ /**
122
+ * Type of encryption key used for key encryption.
123
+ */
124
+ export type KekType = (typeof KekType)[keyof typeof KekType];
125
+ export declare const LogCollectionLevel: {
126
+ /**
127
+ * Only Errors will be collected in the logs.
128
+ */
129
+ readonly Error: "Error";
130
+ /**
131
+ * Verbose logging (includes Errors, CRC, size information and others).
132
+ */
133
+ readonly Verbose: "Verbose";
134
+ };
135
+ /**
136
+ * Level of the logs to be collected.
137
+ */
138
+ export type LogCollectionLevel = (typeof LogCollectionLevel)[keyof typeof LogCollectionLevel];
139
+ export declare const NotificationStageName: {
140
+ /**
141
+ * Notification at device prepared stage.
142
+ */
143
+ readonly DevicePrepared: "DevicePrepared";
144
+ /**
145
+ * Notification at device dispatched stage.
146
+ */
147
+ readonly Dispatched: "Dispatched";
148
+ /**
149
+ * Notification at device delivered stage.
150
+ */
151
+ readonly Delivered: "Delivered";
152
+ /**
153
+ * Notification at device picked up from user stage.
154
+ */
155
+ readonly PickedUp: "PickedUp";
156
+ /**
157
+ * Notification at device received at Azure datacenter stage.
158
+ */
159
+ readonly AtAzureDC: "AtAzureDC";
160
+ /**
161
+ * Notification at data copy started stage.
162
+ */
163
+ readonly DataCopy: "DataCopy";
164
+ /**
165
+ * Notification at job created stage.
166
+ */
167
+ readonly Created: "Created";
168
+ /**
169
+ * Notification at shipped devices to customer stage.
170
+ */
171
+ readonly ShippedToCustomer: "ShippedToCustomer";
172
+ };
173
+ /**
174
+ * Name of the stage.
175
+ */
176
+ export type NotificationStageName = (typeof NotificationStageName)[keyof typeof NotificationStageName];
177
+ export declare const SkuName: {
178
+ /**
179
+ * Data Box.
180
+ */
181
+ readonly DataBox: "DataBox";
182
+ /**
183
+ * Data Box Disk.
184
+ */
185
+ readonly DataBoxDisk: "DataBoxDisk";
186
+ /**
187
+ * Data Box Heavy.
188
+ */
189
+ readonly DataBoxHeavy: "DataBoxHeavy";
190
+ /**
191
+ * Data Box Customer Disk.
192
+ */
193
+ readonly DataBoxCustomerDisk: "DataBoxCustomerDisk";
194
+ };
195
+ /**
196
+ * The sku name.
197
+ */
198
+ export type SkuName = (typeof SkuName)[keyof typeof SkuName];
199
+ export declare const StorageAccountAccessTier: {
200
+ /**
201
+ * Archive Access Tier shares requested by the customer.
202
+ */
203
+ readonly Archive: "Archive";
204
+ };
205
+ export type StorageAccountAccessTier = (typeof StorageAccountAccessTier)[keyof typeof StorageAccountAccessTier];
206
+ export declare const TransferConfigurationType: {
207
+ /**
208
+ * Transfer all the data.
209
+ */
210
+ readonly TransferAll: "TransferAll";
211
+ /**
212
+ * Transfer using filter.
213
+ */
214
+ readonly TransferUsingFilter: "TransferUsingFilter";
215
+ };
216
+ /**
217
+ * Type of the configuration for transfer.
218
+ */
219
+ export type TransferConfigurationType = (typeof TransferConfigurationType)[keyof typeof TransferConfigurationType];
220
+ export declare const TransferType: {
221
+ /**
222
+ * Import data to azure.
223
+ */
224
+ readonly ImportToAzure: "ImportToAzure";
225
+ /**
226
+ * Export data from azure.
227
+ */
228
+ readonly ExportFromAzure: "ExportFromAzure";
229
+ };
230
+ /**
231
+ * Type of the data transfer.
232
+ */
233
+ export type TransferType = (typeof TransferType)[keyof typeof TransferType];
234
+ export declare const TransportShipmentTypes: {
235
+ /**
236
+ * Shipment Logistics is handled by the customer.
237
+ */
238
+ readonly CustomerManaged: "CustomerManaged";
239
+ /**
240
+ * Shipment Logistics is handled by Microsoft.
241
+ */
242
+ readonly MicrosoftManaged: "MicrosoftManaged";
243
+ };
244
+ /**
245
+ * Indicates Shipment Logistics type that the customer preferred.
246
+ */
247
+ export type TransportShipmentTypes = (typeof TransportShipmentTypes)[keyof typeof TransportShipmentTypes];
@@ -0,0 +1,196 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.TransportShipmentTypes = exports.TransferType = exports.TransferConfigurationType = exports.StorageAccountAccessTier = exports.SkuName = exports.NotificationStageName = exports.LogCollectionLevel = exports.KekType = exports.JobDeliveryType = exports.HardwareEncryption = exports.FilterFileType = exports.DoubleEncryption = exports.DataAccountType = exports.ClassDiscriminator = exports.AddressType = void 0;
6
+ exports.AddressType = {
7
+ /**
8
+ * Address type not known.
9
+ */
10
+ None: "None",
11
+ /**
12
+ * Residential Address.
13
+ */
14
+ Residential: "Residential",
15
+ /**
16
+ * Commercial Address.
17
+ */
18
+ Commercial: "Commercial",
19
+ };
20
+ exports.ClassDiscriminator = {
21
+ /**
22
+ * Data Box orders.
23
+ */
24
+ DataBox: "DataBox",
25
+ /**
26
+ * Data Box Disk orders.
27
+ */
28
+ DataBoxDisk: "DataBoxDisk",
29
+ /**
30
+ * Data Box Heavy orders.
31
+ */
32
+ DataBoxHeavy: "DataBoxHeavy",
33
+ /**
34
+ * Data Box Customer Disk orders.
35
+ */
36
+ DataBoxCustomerDisk: "DataBoxCustomerDisk",
37
+ };
38
+ exports.DataAccountType = {
39
+ /**
40
+ * Storage Accounts .
41
+ */
42
+ StorageAccount: "StorageAccount",
43
+ /**
44
+ * Azure Managed disk storage.
45
+ */
46
+ ManagedDisk: "ManagedDisk",
47
+ };
48
+ exports.DoubleEncryption = {
49
+ /**
50
+ * Software-based encryption is enabled.
51
+ */
52
+ Enabled: "Enabled",
53
+ /**
54
+ * Software-based encryption is disabled.
55
+ */
56
+ Disabled: "Disabled",
57
+ };
58
+ exports.FilterFileType = {
59
+ /**
60
+ * Filter file is of the type AzureBlob.
61
+ */
62
+ AzureBlob: "AzureBlob",
63
+ /**
64
+ * Filter file is of the type AzureFiles.
65
+ */
66
+ AzureFile: "AzureFile",
67
+ };
68
+ exports.HardwareEncryption = {
69
+ /**
70
+ * Hardware-based encryption is enabled.
71
+ */
72
+ Enabled: "Enabled",
73
+ /**
74
+ * Hardware-based encryption is enabled.
75
+ */
76
+ Disabled: "Disabled",
77
+ };
78
+ exports.JobDeliveryType = {
79
+ /**
80
+ * Non Scheduled job.
81
+ */
82
+ NonScheduled: "NonScheduled",
83
+ /**
84
+ * Scheduled job.
85
+ */
86
+ Scheduled: "Scheduled",
87
+ };
88
+ exports.KekType = {
89
+ /**
90
+ * Key encryption key is managed by Microsoft.
91
+ */
92
+ MicrosoftManaged: "MicrosoftManaged",
93
+ /**
94
+ * Key encryption key is managed by the Customer.
95
+ */
96
+ CustomerManaged: "CustomerManaged",
97
+ };
98
+ exports.LogCollectionLevel = {
99
+ /**
100
+ * Only Errors will be collected in the logs.
101
+ */
102
+ Error: "Error",
103
+ /**
104
+ * Verbose logging (includes Errors, CRC, size information and others).
105
+ */
106
+ Verbose: "Verbose",
107
+ };
108
+ exports.NotificationStageName = {
109
+ /**
110
+ * Notification at device prepared stage.
111
+ */
112
+ DevicePrepared: "DevicePrepared",
113
+ /**
114
+ * Notification at device dispatched stage.
115
+ */
116
+ Dispatched: "Dispatched",
117
+ /**
118
+ * Notification at device delivered stage.
119
+ */
120
+ Delivered: "Delivered",
121
+ /**
122
+ * Notification at device picked up from user stage.
123
+ */
124
+ PickedUp: "PickedUp",
125
+ /**
126
+ * Notification at device received at Azure datacenter stage.
127
+ */
128
+ AtAzureDC: "AtAzureDC",
129
+ /**
130
+ * Notification at data copy started stage.
131
+ */
132
+ DataCopy: "DataCopy",
133
+ /**
134
+ * Notification at job created stage.
135
+ */
136
+ Created: "Created",
137
+ /**
138
+ * Notification at shipped devices to customer stage.
139
+ */
140
+ ShippedToCustomer: "ShippedToCustomer",
141
+ };
142
+ exports.SkuName = {
143
+ /**
144
+ * Data Box.
145
+ */
146
+ DataBox: "DataBox",
147
+ /**
148
+ * Data Box Disk.
149
+ */
150
+ DataBoxDisk: "DataBoxDisk",
151
+ /**
152
+ * Data Box Heavy.
153
+ */
154
+ DataBoxHeavy: "DataBoxHeavy",
155
+ /**
156
+ * Data Box Customer Disk.
157
+ */
158
+ DataBoxCustomerDisk: "DataBoxCustomerDisk",
159
+ };
160
+ exports.StorageAccountAccessTier = {
161
+ /**
162
+ * Archive Access Tier shares requested by the customer.
163
+ */
164
+ Archive: "Archive",
165
+ };
166
+ exports.TransferConfigurationType = {
167
+ /**
168
+ * Transfer all the data.
169
+ */
170
+ TransferAll: "TransferAll",
171
+ /**
172
+ * Transfer using filter.
173
+ */
174
+ TransferUsingFilter: "TransferUsingFilter",
175
+ };
176
+ exports.TransferType = {
177
+ /**
178
+ * Import data to azure.
179
+ */
180
+ ImportToAzure: "ImportToAzure",
181
+ /**
182
+ * Export data from azure.
183
+ */
184
+ ExportFromAzure: "ExportFromAzure",
185
+ };
186
+ exports.TransportShipmentTypes = {
187
+ /**
188
+ * Shipment Logistics is handled by the customer.
189
+ */
190
+ CustomerManaged: "CustomerManaged",
191
+ /**
192
+ * Shipment Logistics is handled by Microsoft.
193
+ */
194
+ MicrosoftManaged: "MicrosoftManaged",
195
+ };
196
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9kYXRhYm94L3YyMDIzMTIwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBR3BFLFFBQUEsV0FBVyxHQUFHO0lBQ3ZCOztPQUVHO0lBQ0gsSUFBSSxFQUFFLE1BQU07SUFDWjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxtQkFBbUIsRUFBRSxxQkFBcUI7Q0FDcEMsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsY0FBYyxFQUFFLGdCQUFnQjtJQUNoQzs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0NBQ3BCLENBQUM7QUFPRSxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGNBQWMsR0FBRztJQUMxQjs7T0FFRztJQUNILFNBQVMsRUFBRSxXQUFXO0lBQ3RCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztDQUNoQixDQUFDO0FBT0UsUUFBQSxPQUFPLEdBQUc7SUFDbkI7O09BRUc7SUFDSCxnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLGtCQUFrQixHQUFHO0lBQzlCOztPQUVHO0lBQ0gsS0FBSyxFQUFFLE9BQU87SUFDZDs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQU9FLFFBQUEscUJBQXFCLEdBQUc7SUFDakM7O09BRUc7SUFDSCxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7SUFDeEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7SUFDdEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsaUJBQWlCLEVBQUUsbUJBQW1CO0NBQ2hDLENBQUM7QUFPRSxRQUFBLE9BQU8sR0FBRztJQUNuQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSx3QkFBd0IsR0FBRztJQUNwQzs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQUlFLFFBQUEseUJBQXlCLEdBQUc7SUFDckM7O09BRUc7SUFDSCxXQUFXLEVBQUUsYUFBYTtJQUMxQjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSxZQUFZLEdBQUc7SUFDeEI7O09BRUc7SUFDSCxhQUFhLEVBQUUsZUFBZTtJQUM5Qjs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7Q0FDNUIsQ0FBQztBQU9FLFFBQUEsc0JBQXNCLEdBQUc7SUFDbEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0lBQ2xDOztPQUVHO0lBQ0gsZ0JBQWdCLEVBQUUsa0JBQWtCO0NBQzlCLENBQUMifQ==
@@ -2,10 +2,9 @@ import * as v20230101 from "./v20230101";
2
2
  import * as v20230401preview from "./v20230401preview";
3
3
  import * as v20230501 from "./v20230501";
4
4
  import * as v20230601preview from "./v20230601preview";
5
- import * as v20230801 from "./v20230801";
6
5
  import * as v20230801preview from "./v20230801preview";
7
6
  import * as v20231101 from "./v20231101";
8
- export { v20230101, v20230401preview, v20230501, v20230601preview, v20230801, v20230801preview, v20231101, };
7
+ export { v20230101, v20230401preview, v20230501, v20230601preview, v20230801preview, v20231101, };
9
8
  export declare const AbsoluteMarker: {
10
9
  readonly AllBackup: "AllBackup";
11
10
  readonly FirstOfDay: "FirstOfDay";
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.WeekNumber = exports.ValidationType = exports.StorageSettingTypes = exports.StorageSettingStoreTypes = exports.SoftDeleteState = exports.SecretStoreType = exports.Month = exports.ImmutabilityState = exports.DayOfWeek = exports.DataStoreTypes = exports.CrossSubscriptionRestoreState = exports.AlertsState = exports.AbsoluteMarker = exports.v20231101 = exports.v20230801preview = exports.v20230801 = exports.v20230601preview = exports.v20230501 = exports.v20230401preview = exports.v20230101 = void 0;
5
+ exports.WeekNumber = exports.ValidationType = exports.StorageSettingTypes = exports.StorageSettingStoreTypes = exports.SoftDeleteState = exports.SecretStoreType = exports.Month = exports.ImmutabilityState = exports.DayOfWeek = exports.DataStoreTypes = exports.CrossSubscriptionRestoreState = exports.AlertsState = exports.AbsoluteMarker = exports.v20231101 = exports.v20230801preview = exports.v20230601preview = exports.v20230501 = exports.v20230401preview = exports.v20230101 = void 0;
6
6
  // Export sub-modules:
7
7
  const v20230101 = require("./v20230101");
8
8
  exports.v20230101 = v20230101;
@@ -12,8 +12,6 @@ const v20230501 = require("./v20230501");
12
12
  exports.v20230501 = v20230501;
13
13
  const v20230601preview = require("./v20230601preview");
14
14
  exports.v20230601preview = v20230601preview;
15
- const v20230801 = require("./v20230801");
16
- exports.v20230801 = v20230801;
17
15
  const v20230801preview = require("./v20230801preview");
18
16
  exports.v20230801preview = v20230801preview;
19
17
  const v20231101 = require("./v20231101");
@@ -106,4 +104,4 @@ exports.WeekNumber = {
106
104
  Second: "Second",
107
105
  Third: "Third",
108
106
  };
109
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9kYXRhcHJvdGVjdGlvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHNCQUFzQjtBQUN0Qix5Q0FBeUM7QUFTckMsOEJBQVM7QUFSYix1REFBdUQ7QUFTbkQsNENBQWdCO0FBUnBCLHlDQUF5QztBQVNyQyw4QkFBUztBQVJiLHVEQUF1RDtBQVNuRCw0Q0FBZ0I7QUFScEIseUNBQXlDO0FBU3JDLDhCQUFTO0FBUmIsdURBQXVEO0FBU25ELDRDQUFnQjtBQVJwQix5Q0FBeUM7QUFTckMsOEJBQVM7QUFHQSxRQUFBLGNBQWMsR0FBRztJQUMxQixTQUFTLEVBQUUsV0FBVztJQUN0QixVQUFVLEVBQUUsWUFBWTtJQUN4QixZQUFZLEVBQUUsY0FBYztJQUM1QixXQUFXLEVBQUUsYUFBYTtJQUMxQixXQUFXLEVBQUUsYUFBYTtDQUNwQixDQUFDO0FBSUUsUUFBQSxXQUFXLEdBQUc7SUFDdkIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBSUUsUUFBQSw2QkFBNkIsR0FBRztJQUN6QyxRQUFRLEVBQUUsVUFBVTtJQUNwQixtQkFBbUIsRUFBRSxxQkFBcUI7SUFDMUMsT0FBTyxFQUFFLFNBQVM7Q0FDWixDQUFDO0FBT0UsUUFBQSxjQUFjLEdBQUc7SUFDMUIsZ0JBQWdCLEVBQUUsa0JBQWtCO0lBQ3BDLFVBQVUsRUFBRSxZQUFZO0lBQ3hCLFlBQVksRUFBRSxjQUFjO0NBQ3RCLENBQUM7QUFPRSxRQUFBLFNBQVMsR0FBRztJQUNyQixNQUFNLEVBQUUsUUFBUTtJQUNoQixNQUFNLEVBQUUsUUFBUTtJQUNoQixRQUFRLEVBQUUsVUFBVTtJQUNwQixNQUFNLEVBQUUsUUFBUTtJQUNoQixRQUFRLEVBQUUsVUFBVTtJQUNwQixPQUFPLEVBQUUsU0FBUztJQUNsQixTQUFTLEVBQUUsV0FBVztDQUNoQixDQUFDO0FBSUUsUUFBQSxpQkFBaUIsR0FBRztJQUM3QixRQUFRLEVBQUUsVUFBVTtJQUNwQixRQUFRLEVBQUUsVUFBVTtJQUNwQixNQUFNLEVBQUUsUUFBUTtDQUNWLENBQUM7QUFPRSxRQUFBLEtBQUssR0FBRztJQUNqQixLQUFLLEVBQUUsT0FBTztJQUNkLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLElBQUksRUFBRSxNQUFNO0lBQ1osSUFBSSxFQUFFLE1BQU07SUFDWixLQUFLLEVBQUUsT0FBTztJQUNkLEdBQUcsRUFBRSxLQUFLO0lBQ1YsUUFBUSxFQUFFLFVBQVU7SUFDcEIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQztBQUlFLFFBQUEsZUFBZSxHQUFHO0lBQzNCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLGVBQWUsR0FBRztJQUMzQjs7T0FFRztJQUNILEdBQUcsRUFBRSxLQUFLO0lBQ1Y7O09BRUc7SUFDSCxFQUFFLEVBQUUsSUFBSTtJQUNSOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSx3QkFBd0IsR0FBRztJQUNwQyxZQUFZLEVBQUUsY0FBYztJQUM1QixnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEMsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsbUJBQW1CLEdBQUc7SUFDL0IsWUFBWSxFQUFFLGNBQWM7SUFDNUIsZ0JBQWdCLEVBQUUsa0JBQWtCO0lBQ3BDLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLGNBQWMsR0FBRztJQUMxQixpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsY0FBYyxFQUFFLGdCQUFnQjtDQUMxQixDQUFDO0FBT0UsUUFBQSxVQUFVLEdBQUc7SUFDdEIsS0FBSyxFQUFFLE9BQU87SUFDZCxNQUFNLEVBQUUsUUFBUTtJQUNoQixJQUFJLEVBQUUsTUFBTTtJQUNaLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLEtBQUssRUFBRSxPQUFPO0NBQ1IsQ0FBQyJ9
107
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9kYXRhcHJvdGVjdGlvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHNCQUFzQjtBQUN0Qix5Q0FBeUM7QUFRckMsOEJBQVM7QUFQYix1REFBdUQ7QUFRbkQsNENBQWdCO0FBUHBCLHlDQUF5QztBQVFyQyw4QkFBUztBQVBiLHVEQUF1RDtBQVFuRCw0Q0FBZ0I7QUFQcEIsdURBQXVEO0FBUW5ELDRDQUFnQjtBQVBwQix5Q0FBeUM7QUFRckMsOEJBQVM7QUFHQSxRQUFBLGNBQWMsR0FBRztJQUMxQixTQUFTLEVBQUUsV0FBVztJQUN0QixVQUFVLEVBQUUsWUFBWTtJQUN4QixZQUFZLEVBQUUsY0FBYztJQUM1QixXQUFXLEVBQUUsYUFBYTtJQUMxQixXQUFXLEVBQUUsYUFBYTtDQUNwQixDQUFDO0FBSUUsUUFBQSxXQUFXLEdBQUc7SUFDdkIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBSUUsUUFBQSw2QkFBNkIsR0FBRztJQUN6QyxRQUFRLEVBQUUsVUFBVTtJQUNwQixtQkFBbUIsRUFBRSxxQkFBcUI7SUFDMUMsT0FBTyxFQUFFLFNBQVM7Q0FDWixDQUFDO0FBT0UsUUFBQSxjQUFjLEdBQUc7SUFDMUIsZ0JBQWdCLEVBQUUsa0JBQWtCO0lBQ3BDLFVBQVUsRUFBRSxZQUFZO0lBQ3hCLFlBQVksRUFBRSxjQUFjO0NBQ3RCLENBQUM7QUFPRSxRQUFBLFNBQVMsR0FBRztJQUNyQixNQUFNLEVBQUUsUUFBUTtJQUNoQixNQUFNLEVBQUUsUUFBUTtJQUNoQixRQUFRLEVBQUUsVUFBVTtJQUNwQixNQUFNLEVBQUUsUUFBUTtJQUNoQixRQUFRLEVBQUUsVUFBVTtJQUNwQixPQUFPLEVBQUUsU0FBUztJQUNsQixTQUFTLEVBQUUsV0FBVztDQUNoQixDQUFDO0FBSUUsUUFBQSxpQkFBaUIsR0FBRztJQUM3QixRQUFRLEVBQUUsVUFBVTtJQUNwQixRQUFRLEVBQUUsVUFBVTtJQUNwQixNQUFNLEVBQUUsUUFBUTtDQUNWLENBQUM7QUFPRSxRQUFBLEtBQUssR0FBRztJQUNqQixLQUFLLEVBQUUsT0FBTztJQUNkLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLElBQUksRUFBRSxNQUFNO0lBQ1osSUFBSSxFQUFFLE1BQU07SUFDWixLQUFLLEVBQUUsT0FBTztJQUNkLEdBQUcsRUFBRSxLQUFLO0lBQ1YsUUFBUSxFQUFFLFVBQVU7SUFDcEIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQztBQUlFLFFBQUEsZUFBZSxHQUFHO0lBQzNCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLGVBQWUsR0FBRztJQUMzQjs7T0FFRztJQUNILEdBQUcsRUFBRSxLQUFLO0lBQ1Y7O09BRUc7SUFDSCxFQUFFLEVBQUUsSUFBSTtJQUNSOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSx3QkFBd0IsR0FBRztJQUNwQyxZQUFZLEVBQUUsY0FBYztJQUM1QixnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEMsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsbUJBQW1CLEdBQUc7SUFDL0IsWUFBWSxFQUFFLGNBQWM7SUFDNUIsZ0JBQWdCLEVBQUUsa0JBQWtCO0lBQ3BDLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLGNBQWMsR0FBRztJQUMxQixpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsY0FBYyxFQUFFLGdCQUFnQjtDQUMxQixDQUFDO0FBT0UsUUFBQSxVQUFVLEdBQUc7SUFDdEIsS0FBSyxFQUFFLE9BQU87SUFDZCxNQUFNLEVBQUUsUUFBUTtJQUNoQixJQUFJLEVBQUUsTUFBTTtJQUNaLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLEtBQUssRUFBRSxPQUFPO0NBQ1IsQ0FBQyJ9
@@ -2,7 +2,8 @@ import * as v20210401preview from "./v20210401preview";
2
2
  import * as v20220501preview from "./v20220501preview";
3
3
  import * as v20221001preview from "./v20221001preview";
4
4
  import * as v20231101preview from "./v20231101preview";
5
- export { v20210401preview, v20220501preview, v20221001preview, v20231101preview, };
5
+ import * as v20240101 from "./v20240101";
6
+ export { v20210401preview, v20220501preview, v20221001preview, v20231101preview, v20240101, };
6
7
  export declare const AuthenticationMethod: {
7
8
  readonly Token: "Token";
8
9
  readonly AAD: "AAD";
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.ResourceIdentityType = exports.ProvisioningState = exports.PrivateLinkState = exports.AuthenticationMethod = exports.v20231101preview = exports.v20221001preview = exports.v20220501preview = exports.v20210401preview = void 0;
5
+ exports.ResourceIdentityType = exports.ProvisioningState = exports.PrivateLinkState = exports.AuthenticationMethod = exports.v20240101 = exports.v20231101preview = exports.v20221001preview = exports.v20220501preview = exports.v20210401preview = void 0;
6
6
  // Export sub-modules:
7
7
  const v20210401preview = require("./v20210401preview");
8
8
  exports.v20210401preview = v20210401preview;
@@ -12,6 +12,8 @@ const v20221001preview = require("./v20221001preview");
12
12
  exports.v20221001preview = v20221001preview;
13
13
  const v20231101preview = require("./v20231101preview");
14
14
  exports.v20231101preview = v20231101preview;
15
+ const v20240101 = require("./v20240101");
16
+ exports.v20240101 = v20240101;
15
17
  exports.AuthenticationMethod = {
16
18
  Token: "Token",
17
19
  AAD: "AAD",
@@ -33,4 +35,4 @@ exports.ResourceIdentityType = {
33
35
  None: "None",
34
36
  SystemAssigned: "SystemAssigned",
35
37
  };
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9rdWJlcm5ldGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQU1uRCw0Q0FBZ0I7QUFMcEIsdURBQXVEO0FBTW5ELDRDQUFnQjtBQUxwQix1REFBdUQ7QUFNbkQsNENBQWdCO0FBTHBCLHVEQUF1RDtBQU1uRCw0Q0FBZ0I7QUFHUCxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDLEtBQUssRUFBRSxPQUFPO0lBQ2QsR0FBRyxFQUFFLEtBQUs7Q0FDSixDQUFDO0FBT0UsUUFBQSxnQkFBZ0IsR0FBRztJQUM1QixPQUFPLEVBQUUsU0FBUztJQUNsQixRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGlCQUFpQixHQUFHO0lBQzdCLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFlBQVksRUFBRSxjQUFjO0lBQzVCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsb0JBQW9CLEdBQUc7SUFDaEMsSUFBSSxFQUFFLE1BQU07SUFDWixjQUFjLEVBQUUsZ0JBQWdCO0NBQzFCLENBQUMifQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9rdWJlcm5ldGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQU9uRCw0Q0FBZ0I7QUFOcEIsdURBQXVEO0FBT25ELDRDQUFnQjtBQU5wQix1REFBdUQ7QUFPbkQsNENBQWdCO0FBTnBCLHVEQUF1RDtBQU9uRCw0Q0FBZ0I7QUFOcEIseUNBQXlDO0FBT3JDLDhCQUFTO0FBR0EsUUFBQSxvQkFBb0IsR0FBRztJQUNoQyxLQUFLLEVBQUUsT0FBTztJQUNkLEdBQUcsRUFBRSxLQUFLO0NBQ0osQ0FBQztBQU9FLFFBQUEsZ0JBQWdCLEdBQUc7SUFDNUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxpQkFBaUIsR0FBRztJQUM3QixTQUFTLEVBQUUsV0FBVztJQUN0QixNQUFNLEVBQUUsUUFBUTtJQUNoQixRQUFRLEVBQUUsVUFBVTtJQUNwQixZQUFZLEVBQUUsY0FBYztJQUM1QixRQUFRLEVBQUUsVUFBVTtJQUNwQixRQUFRLEVBQUUsVUFBVTtJQUNwQixRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDLElBQUksRUFBRSxNQUFNO0lBQ1osY0FBYyxFQUFFLGdCQUFnQjtDQUMxQixDQUFDIn0=
@@ -0,0 +1,61 @@
1
+ export declare const AuthenticationMethod: {
2
+ readonly Token: "Token";
3
+ readonly AAD: "AAD";
4
+ };
5
+ /**
6
+ * The mode of client authentication.
7
+ */
8
+ export type AuthenticationMethod = (typeof AuthenticationMethod)[keyof typeof AuthenticationMethod];
9
+ export declare const AutoUpgradeOptions: {
10
+ readonly Enabled: "Enabled";
11
+ readonly Disabled: "Disabled";
12
+ };
13
+ /**
14
+ * Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
15
+ */
16
+ export type AutoUpgradeOptions = (typeof AutoUpgradeOptions)[keyof typeof AutoUpgradeOptions];
17
+ export declare const AzureHybridBenefit: {
18
+ readonly True: "True";
19
+ readonly False: "False";
20
+ readonly NotApplicable: "NotApplicable";
21
+ };
22
+ /**
23
+ * Indicates whether Azure Hybrid Benefit is opted in
24
+ */
25
+ export type AzureHybridBenefit = (typeof AzureHybridBenefit)[keyof typeof AzureHybridBenefit];
26
+ export declare const ConnectedClusterKind: {
27
+ readonly ProvisionedCluster: "ProvisionedCluster";
28
+ };
29
+ /**
30
+ * The kind of connected cluster.
31
+ */
32
+ export type ConnectedClusterKind = (typeof ConnectedClusterKind)[keyof typeof ConnectedClusterKind];
33
+ export declare const PrivateLinkState: {
34
+ readonly Enabled: "Enabled";
35
+ readonly Disabled: "Disabled";
36
+ };
37
+ /**
38
+ * Property which describes the state of private link on a connected cluster resource.
39
+ */
40
+ export type PrivateLinkState = (typeof PrivateLinkState)[keyof typeof PrivateLinkState];
41
+ export declare const ProvisioningState: {
42
+ readonly Succeeded: "Succeeded";
43
+ readonly Failed: "Failed";
44
+ readonly Canceled: "Canceled";
45
+ readonly Provisioning: "Provisioning";
46
+ readonly Updating: "Updating";
47
+ readonly Deleting: "Deleting";
48
+ readonly Accepted: "Accepted";
49
+ };
50
+ /**
51
+ * Provisioning state of the connected cluster resource.
52
+ */
53
+ export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState];
54
+ export declare const ResourceIdentityType: {
55
+ readonly None: "None";
56
+ readonly SystemAssigned: "SystemAssigned";
57
+ };
58
+ /**
59
+ * The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
60
+ */
61
+ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.ResourceIdentityType = exports.ProvisioningState = exports.PrivateLinkState = exports.ConnectedClusterKind = exports.AzureHybridBenefit = exports.AutoUpgradeOptions = exports.AuthenticationMethod = void 0;
6
+ exports.AuthenticationMethod = {
7
+ Token: "Token",
8
+ AAD: "AAD",
9
+ };
10
+ exports.AutoUpgradeOptions = {
11
+ Enabled: "Enabled",
12
+ Disabled: "Disabled",
13
+ };
14
+ exports.AzureHybridBenefit = {
15
+ True: "True",
16
+ False: "False",
17
+ NotApplicable: "NotApplicable",
18
+ };
19
+ exports.ConnectedClusterKind = {
20
+ ProvisionedCluster: "ProvisionedCluster",
21
+ };
22
+ exports.PrivateLinkState = {
23
+ Enabled: "Enabled",
24
+ Disabled: "Disabled",
25
+ };
26
+ exports.ProvisioningState = {
27
+ Succeeded: "Succeeded",
28
+ Failed: "Failed",
29
+ Canceled: "Canceled",
30
+ Provisioning: "Provisioning",
31
+ Updating: "Updating",
32
+ Deleting: "Deleting",
33
+ Accepted: "Accepted",
34
+ };
35
+ exports.ResourceIdentityType = {
36
+ None: "None",
37
+ SystemAssigned: "SystemAssigned",
38
+ };
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9rdWJlcm5ldGVzL3YyMDI0MDEwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBR3BFLFFBQUEsb0JBQW9CLEdBQUc7SUFDaEMsS0FBSyxFQUFFLE9BQU87SUFDZCxHQUFHLEVBQUUsS0FBSztDQUNKLENBQUM7QUFPRSxRQUFBLGtCQUFrQixHQUFHO0lBQzlCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUIsSUFBSSxFQUFFLE1BQU07SUFDWixLQUFLLEVBQUUsT0FBTztJQUNkLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDLGtCQUFrQixFQUFFLG9CQUFvQjtDQUNsQyxDQUFDO0FBT0UsUUFBQSxnQkFBZ0IsR0FBRztJQUM1QixPQUFPLEVBQUUsU0FBUztJQUNsQixRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGlCQUFpQixHQUFHO0lBQzdCLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFlBQVksRUFBRSxjQUFjO0lBQzVCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsb0JBQW9CLEdBQUc7SUFDaEMsSUFBSSxFQUFFLE1BQU07SUFDWixjQUFjLEVBQUUsZ0JBQWdCO0NBQzFCLENBQUMifQ==
@@ -1,7 +1,8 @@
1
1
  import * as v20221101preview from "./v20221101preview";
2
2
  import * as v20230401 from "./v20230401";
3
3
  import * as v20230901preview from "./v20230901preview";
4
- export { v20221101preview, v20230401, v20230901preview, };
4
+ import * as v20231001preview from "./v20231001preview";
5
+ export { v20221101preview, v20230401, v20230901preview, v20231001preview, };
5
6
  export declare const MaintenanceScope: {
6
7
  /**
7
8
  * This maintenance scope controls installation of azure platform updates i.e. services on physical nodes hosting customer VMs.
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.Visibility = exports.TaskScope = exports.TagOperators = exports.RebootOptions = exports.MaintenanceScope = exports.v20230901preview = exports.v20230401 = exports.v20221101preview = void 0;
5
+ exports.Visibility = exports.TaskScope = exports.TagOperators = exports.RebootOptions = exports.MaintenanceScope = exports.v20231001preview = exports.v20230901preview = exports.v20230401 = exports.v20221101preview = void 0;
6
6
  // Export sub-modules:
7
7
  const v20221101preview = require("./v20221101preview");
8
8
  exports.v20221101preview = v20221101preview;
@@ -10,6 +10,8 @@ const v20230401 = require("./v20230401");
10
10
  exports.v20230401 = v20230401;
11
11
  const v20230901preview = require("./v20230901preview");
12
12
  exports.v20230901preview = v20230901preview;
13
+ const v20231001preview = require("./v20231001preview");
14
+ exports.v20231001preview = v20231001preview;
13
15
  exports.MaintenanceScope = {
14
16
  /**
15
17
  * This maintenance scope controls installation of azure platform updates i.e. services on physical nodes hosting customer VMs.
@@ -63,4 +65,4 @@ exports.Visibility = {
63
65
  */
64
66
  Public: "Public",
65
67
  };
66
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9tYWludGVuYW5jZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHNCQUFzQjtBQUN0Qix1REFBdUQ7QUFLbkQsNENBQWdCO0FBSnBCLHlDQUF5QztBQUtyQyw4QkFBUztBQUpiLHVEQUF1RDtBQUtuRCw0Q0FBZ0I7QUFHUCxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsSUFBSSxFQUFFLE1BQU07SUFDWjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILFlBQVksRUFBRSxjQUFjO0lBQzVCOztPQUVHO0lBQ0gsS0FBSyxFQUFFLE9BQU87SUFDZDs7T0FFRztJQUNILGtCQUFrQixFQUFFLG9CQUFvQjtDQUNsQyxDQUFDO0FBT0UsUUFBQSxhQUFhLEdBQUc7SUFDekIsVUFBVSxFQUFFLFlBQVk7SUFDeEIsS0FBSyxFQUFFLE9BQU87SUFDZCxNQUFNLEVBQUUsUUFBUTtDQUNWLENBQUM7QUFPRSxRQUFBLFlBQVksR0FBRztJQUN4QixHQUFHLEVBQUUsS0FBSztJQUNWLEdBQUcsRUFBRSxLQUFLO0NBQ0osQ0FBQztBQU9FLFFBQUEsU0FBUyxHQUFHO0lBQ3JCLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsVUFBVSxHQUFHO0lBQ3RCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7SUFDaEI7O09BRUc7SUFDSCxNQUFNLEVBQUUsUUFBUTtDQUNWLENBQUMifQ==
68
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9tYWludGVuYW5jZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHNCQUFzQjtBQUN0Qix1REFBdUQ7QUFNbkQsNENBQWdCO0FBTHBCLHlDQUF5QztBQU1yQyw4QkFBUztBQUxiLHVEQUF1RDtBQU1uRCw0Q0FBZ0I7QUFMcEIsdURBQXVEO0FBTW5ELDRDQUFnQjtBQUdQLFFBQUEsZ0JBQWdCLEdBQUc7SUFDNUI7O09BRUc7SUFDSCxJQUFJLEVBQUUsTUFBTTtJQUNaOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFNBQVMsRUFBRSxXQUFXO0lBQ3RCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxLQUFLLEVBQUUsT0FBTztJQUNkOztPQUVHO0lBQ0gsa0JBQWtCLEVBQUUsb0JBQW9CO0NBQ2xDLENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6QixVQUFVLEVBQUUsWUFBWTtJQUN4QixLQUFLLEVBQUUsT0FBTztJQUNkLE1BQU0sRUFBRSxRQUFRO0NBQ1YsQ0FBQztBQU9FLFFBQUEsWUFBWSxHQUFHO0lBQ3hCLEdBQUcsRUFBRSxLQUFLO0lBQ1YsR0FBRyxFQUFFLEtBQUs7Q0FDSixDQUFDO0FBT0UsUUFBQSxTQUFTLEdBQUc7SUFDckIsTUFBTSxFQUFFLFFBQVE7SUFDaEIsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxVQUFVLEdBQUc7SUFDdEI7O09BRUc7SUFDSCxNQUFNLEVBQUUsUUFBUTtJQUNoQjs7T0FFRztJQUNILE1BQU0sRUFBRSxRQUFRO0NBQ1YsQ0FBQyJ9