@pulumi/azure-native 1.53.0 → 1.54.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 (1181) hide show
  1. package/appconfiguration/configurationStore.js +2 -2
  2. package/appconfiguration/index.d.ts +2 -1
  3. package/appconfiguration/index.js +4 -2
  4. package/appconfiguration/keyValue.js +2 -2
  5. package/appconfiguration/privateEndpointConnection.js +2 -2
  6. package/appconfiguration/v20190201preview/configurationStore.js +2 -2
  7. package/appconfiguration/v20191001/configurationStore.js +2 -2
  8. package/appconfiguration/v20191101preview/configurationStore.js +2 -2
  9. package/appconfiguration/v20191101preview/privateEndpointConnection.js +2 -2
  10. package/appconfiguration/v20200601/configurationStore.js +2 -2
  11. package/appconfiguration/v20200601/privateEndpointConnection.js +2 -2
  12. package/appconfiguration/v20200701preview/configurationStore.js +2 -2
  13. package/appconfiguration/v20200701preview/keyValue.js +2 -2
  14. package/appconfiguration/v20200701preview/privateEndpointConnection.js +2 -2
  15. package/appconfiguration/v20210301preview/configurationStore.js +2 -2
  16. package/appconfiguration/v20210301preview/keyValue.js +2 -2
  17. package/appconfiguration/v20210301preview/privateEndpointConnection.js +2 -2
  18. package/appconfiguration/v20211001preview/configurationStore.d.ts +150 -0
  19. package/appconfiguration/v20211001preview/configurationStore.js +100 -0
  20. package/appconfiguration/v20211001preview/getConfigurationStore.d.ts +102 -0
  21. package/appconfiguration/v20211001preview/getConfigurationStore.js +28 -0
  22. package/appconfiguration/v20211001preview/getKeyValue.d.ts +89 -0
  23. package/appconfiguration/v20211001preview/getKeyValue.js +29 -0
  24. package/appconfiguration/v20211001preview/getPrivateEndpointConnection.d.ts +64 -0
  25. package/appconfiguration/v20211001preview/getPrivateEndpointConnection.js +29 -0
  26. package/appconfiguration/v20211001preview/index.d.ts +8 -0
  27. package/appconfiguration/v20211001preview/index.js +47 -0
  28. package/appconfiguration/v20211001preview/keyValue.d.ts +106 -0
  29. package/appconfiguration/v20211001preview/keyValue.js +87 -0
  30. package/appconfiguration/v20211001preview/listConfigurationStoreKeys.d.ts +48 -0
  31. package/appconfiguration/v20211001preview/listConfigurationStoreKeys.js +29 -0
  32. package/appconfiguration/v20211001preview/privateEndpointConnection.d.ts +74 -0
  33. package/appconfiguration/v20211001preview/privateEndpointConnection.js +80 -0
  34. package/authorization/accessReviewHistoryDefinitionById.d.ts +147 -0
  35. package/authorization/accessReviewHistoryDefinitionById.js +96 -0
  36. package/authorization/accessReviewScheduleDefinitionById.js +2 -2
  37. package/authorization/getAccessReviewHistoryDefinitionById.d.ts +101 -0
  38. package/authorization/getAccessReviewHistoryDefinitionById.js +28 -0
  39. package/authorization/index.d.ts +4 -1
  40. package/authorization/index.js +9 -2
  41. package/authorization/v20180501preview/accessReviewScheduleDefinitionById.js +2 -2
  42. package/authorization/v20210301preview/accessReviewScheduleDefinitionById.js +2 -2
  43. package/authorization/v20210701preview/accessReviewScheduleDefinitionById.js +2 -2
  44. package/authorization/v20211116preview/accessReviewHistoryDefinitionById.d.ts +146 -0
  45. package/authorization/v20211116preview/accessReviewHistoryDefinitionById.js +95 -0
  46. package/authorization/v20211116preview/accessReviewScheduleDefinitionById.d.ts +254 -0
  47. package/authorization/v20211116preview/accessReviewScheduleDefinitionById.js +123 -0
  48. package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.d.ts +100 -0
  49. package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.js +27 -0
  50. package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.d.ts +156 -0
  51. package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.js +27 -0
  52. package/authorization/v20211116preview/index.d.ts +5 -0
  53. package/authorization/v20211116preview/index.js +41 -0
  54. package/azurestackhci/arcSetting.js +2 -2
  55. package/azurestackhci/cluster.js +2 -2
  56. package/azurestackhci/extension.js +2 -2
  57. package/azurestackhci/index.d.ts +2 -1
  58. package/azurestackhci/index.js +4 -2
  59. package/azurestackhci/v20200301preview/cluster.js +2 -2
  60. package/azurestackhci/v20201001/cluster.js +2 -2
  61. package/azurestackhci/v20210101preview/arcSetting.js +2 -2
  62. package/azurestackhci/v20210101preview/cluster.js +2 -2
  63. package/azurestackhci/v20210101preview/extension.js +2 -2
  64. package/azurestackhci/v20210901/arcSetting.js +2 -2
  65. package/azurestackhci/v20210901/cluster.js +2 -2
  66. package/azurestackhci/v20210901/extension.js +2 -2
  67. package/azurestackhci/v20220101/arcSetting.d.ts +122 -0
  68. package/azurestackhci/v20220101/arcSetting.js +91 -0
  69. package/azurestackhci/v20220101/cluster.d.ts +186 -0
  70. package/azurestackhci/v20220101/cluster.js +115 -0
  71. package/azurestackhci/v20220101/extension.d.ts +170 -0
  72. package/azurestackhci/v20220101/extension.js +105 -0
  73. package/azurestackhci/v20220101/getArcSetting.d.ts +92 -0
  74. package/azurestackhci/v20220101/getArcSetting.js +29 -0
  75. package/azurestackhci/v20220101/getCluster.d.ts +130 -0
  76. package/azurestackhci/v20220101/getCluster.js +28 -0
  77. package/azurestackhci/v20220101/getExtension.d.ts +120 -0
  78. package/azurestackhci/v20220101/getExtension.js +30 -0
  79. package/azurestackhci/v20220101/index.d.ts +7 -0
  80. package/azurestackhci/v20220101/index.js +46 -0
  81. package/botservice/listChannelWithKeys.d.ts +12 -0
  82. package/botservice/listChannelWithKeys.js +1 -1
  83. package/botservice/v20210301/listChannelWithKeys.d.ts +12 -0
  84. package/botservice/v20210301/listChannelWithKeys.js +1 -1
  85. package/botservice/v20210501preview/listChannelWithKeys.d.ts +12 -0
  86. package/botservice/v20210501preview/listChannelWithKeys.js +1 -1
  87. package/cache/database.js +2 -2
  88. package/cache/index.d.ts +2 -1
  89. package/cache/index.js +4 -2
  90. package/cache/privateEndpointConnection.js +2 -2
  91. package/cache/redisEnterprise.js +2 -2
  92. package/cache/v20201001preview/database.js +2 -2
  93. package/cache/v20201001preview/privateEndpointConnection.js +2 -2
  94. package/cache/v20201001preview/redisEnterprise.js +2 -2
  95. package/cache/v20210201preview/database.js +2 -2
  96. package/cache/v20210201preview/privateEndpointConnection.js +2 -2
  97. package/cache/v20210201preview/redisEnterprise.js +2 -2
  98. package/cache/v20210301/database.js +2 -2
  99. package/cache/v20210301/privateEndpointConnection.js +2 -2
  100. package/cache/v20210301/redisEnterprise.js +2 -2
  101. package/cache/v20210801/database.js +2 -2
  102. package/cache/v20210801/privateEndpointConnection.js +2 -2
  103. package/cache/v20210801/redisEnterprise.js +2 -2
  104. package/cache/v20220101/database.d.ts +118 -0
  105. package/cache/v20220101/database.js +89 -0
  106. package/cache/v20220101/getDatabase.d.ts +88 -0
  107. package/cache/v20220101/getDatabase.js +29 -0
  108. package/cache/v20220101/getPrivateEndpointConnection.d.ts +64 -0
  109. package/cache/v20220101/getPrivateEndpointConnection.js +29 -0
  110. package/cache/v20220101/getRedisEnterprise.d.ts +86 -0
  111. package/cache/v20220101/getRedisEnterprise.js +28 -0
  112. package/cache/v20220101/index.d.ts +8 -0
  113. package/cache/v20220101/index.js +47 -0
  114. package/cache/v20220101/listDatabaseKeys.d.ts +47 -0
  115. package/cache/v20220101/listDatabaseKeys.js +29 -0
  116. package/cache/v20220101/privateEndpointConnection.d.ts +70 -0
  117. package/cache/v20220101/privateEndpointConnection.js +80 -0
  118. package/cache/v20220101/redisEnterprise.d.ts +114 -0
  119. package/cache/v20220101/redisEnterprise.js +90 -0
  120. package/cdn/afdorigin.d.ts +2 -2
  121. package/cdn/getAFDOrigin.d.ts +1 -1
  122. package/cdn/getRoute.d.ts +1 -1
  123. package/cdn/route.d.ts +2 -2
  124. package/cdn/v20200901/afdorigin.d.ts +2 -2
  125. package/cdn/v20200901/getAFDOrigin.d.ts +1 -1
  126. package/cdn/v20200901/getRoute.d.ts +1 -1
  127. package/cdn/v20200901/route.d.ts +2 -2
  128. package/cdn/v20210601/afdendpoint.d.ts +0 -8
  129. package/cdn/v20210601/afdendpoint.js +1 -3
  130. package/cdn/v20210601/getAFDEndpoint.d.ts +0 -4
  131. package/cdn/v20210601/getAFDEndpoint.js +1 -1
  132. package/compute/availabilitySet.js +2 -2
  133. package/compute/capacityReservation.js +2 -2
  134. package/compute/capacityReservationGroup.js +2 -2
  135. package/compute/dedicatedHost.js +2 -2
  136. package/compute/dedicatedHostGroup.js +2 -2
  137. package/compute/image.js +2 -2
  138. package/compute/index.d.ts +2 -1
  139. package/compute/index.js +4 -2
  140. package/compute/proximityPlacementGroup.js +2 -2
  141. package/compute/restorePoint.js +2 -2
  142. package/compute/restorePointCollection.js +2 -2
  143. package/compute/sshPublicKey.js +2 -2
  144. package/compute/v20150615/availabilitySet.js +2 -2
  145. package/compute/v20150615/virtualMachine.js +2 -2
  146. package/compute/v20150615/virtualMachineExtension.js +2 -2
  147. package/compute/v20150615/virtualMachineScaleSet.js +2 -2
  148. package/compute/v20160330/availabilitySet.js +2 -2
  149. package/compute/v20160330/virtualMachine.js +2 -2
  150. package/compute/v20160330/virtualMachineExtension.js +2 -2
  151. package/compute/v20160330/virtualMachineScaleSet.js +2 -2
  152. package/compute/v20160430preview/availabilitySet.js +2 -2
  153. package/compute/v20160430preview/image.js +2 -2
  154. package/compute/v20160430preview/virtualMachine.js +2 -2
  155. package/compute/v20160430preview/virtualMachineExtension.js +2 -2
  156. package/compute/v20160430preview/virtualMachineScaleSet.js +2 -2
  157. package/compute/v20170330/availabilitySet.js +2 -2
  158. package/compute/v20170330/image.js +2 -2
  159. package/compute/v20170330/virtualMachine.js +2 -2
  160. package/compute/v20170330/virtualMachineExtension.js +2 -2
  161. package/compute/v20170330/virtualMachineScaleSet.js +2 -2
  162. package/compute/v20170330/virtualMachineScaleSetExtension.js +2 -2
  163. package/compute/v20171201/availabilitySet.js +2 -2
  164. package/compute/v20171201/image.js +2 -2
  165. package/compute/v20171201/virtualMachine.js +2 -2
  166. package/compute/v20171201/virtualMachineExtension.js +2 -2
  167. package/compute/v20171201/virtualMachineScaleSet.js +2 -2
  168. package/compute/v20171201/virtualMachineScaleSetExtension.js +2 -2
  169. package/compute/v20171201/virtualMachineScaleSetVM.js +2 -2
  170. package/compute/v20180401/availabilitySet.js +2 -2
  171. package/compute/v20180401/image.js +2 -2
  172. package/compute/v20180401/proximityPlacementGroup.js +2 -2
  173. package/compute/v20180401/virtualMachine.js +2 -2
  174. package/compute/v20180401/virtualMachineExtension.js +2 -2
  175. package/compute/v20180401/virtualMachineScaleSet.js +2 -2
  176. package/compute/v20180401/virtualMachineScaleSetExtension.js +2 -2
  177. package/compute/v20180401/virtualMachineScaleSetVM.js +2 -2
  178. package/compute/v20180601/availabilitySet.js +2 -2
  179. package/compute/v20180601/image.js +2 -2
  180. package/compute/v20180601/proximityPlacementGroup.js +2 -2
  181. package/compute/v20180601/virtualMachine.js +2 -2
  182. package/compute/v20180601/virtualMachineExtension.js +2 -2
  183. package/compute/v20180601/virtualMachineScaleSet.js +2 -2
  184. package/compute/v20180601/virtualMachineScaleSetExtension.js +2 -2
  185. package/compute/v20180601/virtualMachineScaleSetVM.js +2 -2
  186. package/compute/v20181001/availabilitySet.js +2 -2
  187. package/compute/v20181001/image.js +2 -2
  188. package/compute/v20181001/proximityPlacementGroup.js +2 -2
  189. package/compute/v20181001/virtualMachine.js +2 -2
  190. package/compute/v20181001/virtualMachineExtension.js +2 -2
  191. package/compute/v20181001/virtualMachineScaleSet.js +2 -2
  192. package/compute/v20181001/virtualMachineScaleSetExtension.js +2 -2
  193. package/compute/v20181001/virtualMachineScaleSetVM.js +2 -2
  194. package/compute/v20190301/availabilitySet.js +2 -2
  195. package/compute/v20190301/dedicatedHost.js +2 -2
  196. package/compute/v20190301/dedicatedHostGroup.js +2 -2
  197. package/compute/v20190301/image.js +2 -2
  198. package/compute/v20190301/proximityPlacementGroup.js +2 -2
  199. package/compute/v20190301/virtualMachine.js +2 -2
  200. package/compute/v20190301/virtualMachineExtension.js +2 -2
  201. package/compute/v20190301/virtualMachineScaleSet.js +2 -2
  202. package/compute/v20190301/virtualMachineScaleSetExtension.js +2 -2
  203. package/compute/v20190301/virtualMachineScaleSetVM.js +2 -2
  204. package/compute/v20190701/availabilitySet.js +2 -2
  205. package/compute/v20190701/dedicatedHost.js +2 -2
  206. package/compute/v20190701/dedicatedHostGroup.js +2 -2
  207. package/compute/v20190701/image.js +2 -2
  208. package/compute/v20190701/proximityPlacementGroup.js +2 -2
  209. package/compute/v20190701/virtualMachine.js +2 -2
  210. package/compute/v20190701/virtualMachineExtension.js +2 -2
  211. package/compute/v20190701/virtualMachineScaleSet.js +2 -2
  212. package/compute/v20190701/virtualMachineScaleSetExtension.js +2 -2
  213. package/compute/v20190701/virtualMachineScaleSetVM.js +2 -2
  214. package/compute/v20190701/virtualMachineScaleSetVMExtension.js +2 -2
  215. package/compute/v20191201/availabilitySet.js +2 -2
  216. package/compute/v20191201/dedicatedHost.js +2 -2
  217. package/compute/v20191201/dedicatedHostGroup.js +2 -2
  218. package/compute/v20191201/image.js +2 -2
  219. package/compute/v20191201/proximityPlacementGroup.js +2 -2
  220. package/compute/v20191201/sshPublicKey.js +2 -2
  221. package/compute/v20191201/virtualMachine.js +2 -2
  222. package/compute/v20191201/virtualMachineExtension.js +2 -2
  223. package/compute/v20191201/virtualMachineScaleSet.js +2 -2
  224. package/compute/v20191201/virtualMachineScaleSetExtension.js +2 -2
  225. package/compute/v20191201/virtualMachineScaleSetVM.js +2 -2
  226. package/compute/v20191201/virtualMachineScaleSetVMExtension.js +2 -2
  227. package/compute/v20200601/availabilitySet.js +2 -2
  228. package/compute/v20200601/dedicatedHost.js +2 -2
  229. package/compute/v20200601/dedicatedHostGroup.js +2 -2
  230. package/compute/v20200601/image.js +2 -2
  231. package/compute/v20200601/proximityPlacementGroup.js +2 -2
  232. package/compute/v20200601/sshPublicKey.js +2 -2
  233. package/compute/v20200601/virtualMachine.js +2 -2
  234. package/compute/v20200601/virtualMachineExtension.js +2 -2
  235. package/compute/v20200601/virtualMachineRunCommandByVirtualMachine.js +2 -2
  236. package/compute/v20200601/virtualMachineScaleSet.js +2 -2
  237. package/compute/v20200601/virtualMachineScaleSetExtension.js +2 -2
  238. package/compute/v20200601/virtualMachineScaleSetVM.js +2 -2
  239. package/compute/v20200601/virtualMachineScaleSetVMExtension.js +2 -2
  240. package/compute/v20200601/virtualMachineScaleSetVMRunCommand.js +2 -2
  241. package/compute/v20201201/availabilitySet.js +2 -2
  242. package/compute/v20201201/dedicatedHost.js +2 -2
  243. package/compute/v20201201/dedicatedHostGroup.js +2 -2
  244. package/compute/v20201201/image.js +2 -2
  245. package/compute/v20201201/proximityPlacementGroup.js +2 -2
  246. package/compute/v20201201/sshPublicKey.js +2 -2
  247. package/compute/v20201201/virtualMachine.js +2 -2
  248. package/compute/v20201201/virtualMachineExtension.js +2 -2
  249. package/compute/v20201201/virtualMachineRunCommandByVirtualMachine.js +2 -2
  250. package/compute/v20201201/virtualMachineScaleSet.js +2 -2
  251. package/compute/v20201201/virtualMachineScaleSetExtension.js +2 -2
  252. package/compute/v20201201/virtualMachineScaleSetVM.js +2 -2
  253. package/compute/v20201201/virtualMachineScaleSetVMExtension.js +2 -2
  254. package/compute/v20201201/virtualMachineScaleSetVMRunCommand.js +2 -2
  255. package/compute/v20210301/availabilitySet.js +2 -2
  256. package/compute/v20210301/dedicatedHost.js +2 -2
  257. package/compute/v20210301/dedicatedHostGroup.js +2 -2
  258. package/compute/v20210301/image.js +2 -2
  259. package/compute/v20210301/proximityPlacementGroup.js +2 -2
  260. package/compute/v20210301/restorePoint.js +2 -2
  261. package/compute/v20210301/restorePointCollection.js +2 -2
  262. package/compute/v20210301/sshPublicKey.js +2 -2
  263. package/compute/v20210301/virtualMachine.js +2 -2
  264. package/compute/v20210301/virtualMachineExtension.js +2 -2
  265. package/compute/v20210301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  266. package/compute/v20210301/virtualMachineScaleSet.js +2 -2
  267. package/compute/v20210301/virtualMachineScaleSetExtension.js +2 -2
  268. package/compute/v20210301/virtualMachineScaleSetVM.js +2 -2
  269. package/compute/v20210301/virtualMachineScaleSetVMExtension.js +2 -2
  270. package/compute/v20210301/virtualMachineScaleSetVMRunCommand.js +2 -2
  271. package/compute/v20210401/availabilitySet.js +2 -2
  272. package/compute/v20210401/capacityReservation.js +2 -2
  273. package/compute/v20210401/capacityReservationGroup.js +2 -2
  274. package/compute/v20210401/dedicatedHost.js +2 -2
  275. package/compute/v20210401/dedicatedHostGroup.js +2 -2
  276. package/compute/v20210401/image.js +2 -2
  277. package/compute/v20210401/proximityPlacementGroup.js +2 -2
  278. package/compute/v20210401/restorePoint.js +2 -2
  279. package/compute/v20210401/restorePointCollection.js +2 -2
  280. package/compute/v20210401/sshPublicKey.js +2 -2
  281. package/compute/v20210401/virtualMachine.js +2 -2
  282. package/compute/v20210401/virtualMachineExtension.js +2 -2
  283. package/compute/v20210401/virtualMachineRunCommandByVirtualMachine.js +2 -2
  284. package/compute/v20210401/virtualMachineScaleSet.js +2 -2
  285. package/compute/v20210401/virtualMachineScaleSetExtension.js +2 -2
  286. package/compute/v20210401/virtualMachineScaleSetVM.js +2 -2
  287. package/compute/v20210401/virtualMachineScaleSetVMExtension.js +2 -2
  288. package/compute/v20210401/virtualMachineScaleSetVMRunCommand.js +2 -2
  289. package/compute/v20210701/availabilitySet.js +2 -2
  290. package/compute/v20210701/capacityReservation.js +2 -2
  291. package/compute/v20210701/capacityReservationGroup.js +2 -2
  292. package/compute/v20210701/dedicatedHost.js +2 -2
  293. package/compute/v20210701/dedicatedHostGroup.js +2 -2
  294. package/compute/v20210701/image.js +2 -2
  295. package/compute/v20210701/proximityPlacementGroup.js +2 -2
  296. package/compute/v20210701/restorePoint.js +2 -2
  297. package/compute/v20210701/restorePointCollection.js +2 -2
  298. package/compute/v20210701/sshPublicKey.js +2 -2
  299. package/compute/v20210701/virtualMachine.js +2 -2
  300. package/compute/v20210701/virtualMachineExtension.js +2 -2
  301. package/compute/v20210701/virtualMachineRunCommandByVirtualMachine.js +2 -2
  302. package/compute/v20210701/virtualMachineScaleSet.js +2 -2
  303. package/compute/v20210701/virtualMachineScaleSetExtension.js +2 -2
  304. package/compute/v20210701/virtualMachineScaleSetVM.js +2 -2
  305. package/compute/v20210701/virtualMachineScaleSetVMExtension.js +2 -2
  306. package/compute/v20210701/virtualMachineScaleSetVMRunCommand.js +2 -2
  307. package/compute/v20211101/availabilitySet.d.ts +114 -0
  308. package/compute/v20211101/availabilitySet.js +83 -0
  309. package/compute/v20211101/capacityReservation.d.ts +114 -0
  310. package/compute/v20211101/capacityReservation.js +94 -0
  311. package/compute/v20211101/capacityReservationGroup.d.ts +90 -0
  312. package/compute/v20211101/capacityReservationGroup.js +79 -0
  313. package/compute/v20211101/dedicatedHost.d.ts +130 -0
  314. package/compute/v20211101/dedicatedHost.js +98 -0
  315. package/compute/v20211101/dedicatedHostGroup.d.ts +102 -0
  316. package/compute/v20211101/dedicatedHostGroup.js +84 -0
  317. package/compute/v20211101/getAvailabilitySet.d.ts +78 -0
  318. package/compute/v20211101/getAvailabilitySet.js +28 -0
  319. package/compute/v20211101/getCapacityReservation.d.ts +102 -0
  320. package/compute/v20211101/getCapacityReservation.js +30 -0
  321. package/compute/v20211101/getCapacityReservationGroup.d.ts +78 -0
  322. package/compute/v20211101/getCapacityReservationGroup.js +29 -0
  323. package/compute/v20211101/getDedicatedHost.d.ts +110 -0
  324. package/compute/v20211101/getDedicatedHost.js +30 -0
  325. package/compute/v20211101/getDedicatedHostGroup.d.ts +82 -0
  326. package/compute/v20211101/getDedicatedHostGroup.js +29 -0
  327. package/compute/v20211101/getImage.d.ts +82 -0
  328. package/compute/v20211101/getImage.js +29 -0
  329. package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.d.ts +100 -0
  330. package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.js +36 -0
  331. package/compute/v20211101/getLogAnalyticExportThrottledRequests.d.ts +92 -0
  332. package/compute/v20211101/getLogAnalyticExportThrottledRequests.js +35 -0
  333. package/compute/v20211101/getProximityPlacementGroup.d.ts +82 -0
  334. package/compute/v20211101/getProximityPlacementGroup.js +29 -0
  335. package/compute/v20211101/getRestorePoint.d.ts +88 -0
  336. package/compute/v20211101/getRestorePoint.js +30 -0
  337. package/compute/v20211101/getRestorePointCollection.d.ts +78 -0
  338. package/compute/v20211101/getRestorePointCollection.js +29 -0
  339. package/compute/v20211101/getSshPublicKey.d.ts +57 -0
  340. package/compute/v20211101/getSshPublicKey.js +28 -0
  341. package/compute/v20211101/getVirtualMachine.d.ts +186 -0
  342. package/compute/v20211101/getVirtualMachine.js +29 -0
  343. package/compute/v20211101/getVirtualMachineExtension.d.ts +114 -0
  344. package/compute/v20211101/getVirtualMachineExtension.js +30 -0
  345. package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.d.ts +114 -0
  346. package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.js +30 -0
  347. package/compute/v20211101/getVirtualMachineScaleSet.d.ts +150 -0
  348. package/compute/v20211101/getVirtualMachineScaleSet.js +29 -0
  349. package/compute/v20211101/getVirtualMachineScaleSetExtension.d.ts +103 -0
  350. package/compute/v20211101/getVirtualMachineScaleSetExtension.js +30 -0
  351. package/compute/v20211101/getVirtualMachineScaleSetVM.d.ts +158 -0
  352. package/compute/v20211101/getVirtualMachineScaleSetVM.js +30 -0
  353. package/compute/v20211101/getVirtualMachineScaleSetVMExtension.d.ts +112 -0
  354. package/compute/v20211101/getVirtualMachineScaleSetVMExtension.js +31 -0
  355. package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.d.ts +122 -0
  356. package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.js +31 -0
  357. package/compute/v20211101/image.d.ts +106 -0
  358. package/compute/v20211101/image.js +81 -0
  359. package/compute/v20211101/index.d.ts +39 -0
  360. package/compute/v20211101/index.js +123 -0
  361. package/compute/v20211101/proximityPlacementGroup.d.ts +98 -0
  362. package/compute/v20211101/proximityPlacementGroup.js +81 -0
  363. package/compute/v20211101/restorePoint.d.ts +94 -0
  364. package/compute/v20211101/restorePoint.js +85 -0
  365. package/compute/v20211101/restorePointCollection.d.ts +90 -0
  366. package/compute/v20211101/restorePointCollection.js +79 -0
  367. package/compute/v20211101/sshPublicKey.d.ts +77 -0
  368. package/compute/v20211101/sshPublicKey.js +73 -0
  369. package/compute/v20211101/virtualMachine.d.ts +298 -0
  370. package/compute/v20211101/virtualMachine.js +133 -0
  371. package/compute/v20211101/virtualMachineExtension.d.ts +162 -0
  372. package/compute/v20211101/virtualMachineExtension.js +97 -0
  373. package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.d.ts +154 -0
  374. package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.js +98 -0
  375. package/compute/v20211101/virtualMachineScaleSet.d.ts +234 -0
  376. package/compute/v20211101/virtualMachineScaleSet.js +115 -0
  377. package/compute/v20211101/virtualMachineScaleSetExtension.d.ts +145 -0
  378. package/compute/v20211101/virtualMachineScaleSetExtension.js +93 -0
  379. package/compute/v20211101/virtualMachineScaleSetVM.d.ts +214 -0
  380. package/compute/v20211101/virtualMachineScaleSetVM.js +118 -0
  381. package/compute/v20211101/virtualMachineScaleSetVMExtension.d.ts +146 -0
  382. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +97 -0
  383. package/compute/v20211101/virtualMachineScaleSetVMRunCommand.d.ts +158 -0
  384. package/compute/v20211101/virtualMachineScaleSetVMRunCommand.js +102 -0
  385. package/compute/virtualMachine.js +2 -2
  386. package/compute/virtualMachineExtension.js +2 -2
  387. package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
  388. package/compute/virtualMachineScaleSet.js +2 -2
  389. package/compute/virtualMachineScaleSetExtension.js +2 -2
  390. package/compute/virtualMachineScaleSetVM.js +2 -2
  391. package/compute/virtualMachineScaleSetVMExtension.js +2 -2
  392. package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
  393. package/containerregistry/connectedRegistry.js +2 -2
  394. package/containerregistry/exportPipeline.js +2 -2
  395. package/containerregistry/importPipeline.js +2 -2
  396. package/containerregistry/index.d.ts +2 -1
  397. package/containerregistry/index.js +4 -2
  398. package/containerregistry/pipelineRun.js +2 -2
  399. package/containerregistry/privateEndpointConnection.js +2 -2
  400. package/containerregistry/registry.js +2 -2
  401. package/containerregistry/replication.js +2 -2
  402. package/containerregistry/scopeMap.js +2 -2
  403. package/containerregistry/token.js +2 -2
  404. package/containerregistry/v20160627preview/registry.js +2 -2
  405. package/containerregistry/v20170301/registry.js +2 -2
  406. package/containerregistry/v20170601preview/registry.js +2 -2
  407. package/containerregistry/v20170601preview/replication.js +2 -2
  408. package/containerregistry/v20170601preview/webhook.js +2 -2
  409. package/containerregistry/v20171001/registry.js +2 -2
  410. package/containerregistry/v20171001/replication.js +2 -2
  411. package/containerregistry/v20171001/webhook.js +2 -2
  412. package/containerregistry/v20190501/registry.js +2 -2
  413. package/containerregistry/v20190501/replication.js +2 -2
  414. package/containerregistry/v20190501/webhook.js +2 -2
  415. package/containerregistry/v20190501preview/scopeMap.js +2 -2
  416. package/containerregistry/v20190501preview/token.js +2 -2
  417. package/containerregistry/v20191201preview/exportPipeline.js +2 -2
  418. package/containerregistry/v20191201preview/importPipeline.js +2 -2
  419. package/containerregistry/v20191201preview/pipelineRun.js +2 -2
  420. package/containerregistry/v20191201preview/privateEndpointConnection.js +2 -2
  421. package/containerregistry/v20191201preview/registry.js +2 -2
  422. package/containerregistry/v20191201preview/replication.js +2 -2
  423. package/containerregistry/v20191201preview/webhook.js +2 -2
  424. package/containerregistry/v20201101preview/connectedRegistry.js +2 -2
  425. package/containerregistry/v20201101preview/exportPipeline.js +2 -2
  426. package/containerregistry/v20201101preview/importPipeline.js +2 -2
  427. package/containerregistry/v20201101preview/pipelineRun.js +2 -2
  428. package/containerregistry/v20201101preview/privateEndpointConnection.js +2 -2
  429. package/containerregistry/v20201101preview/registry.js +2 -2
  430. package/containerregistry/v20201101preview/replication.js +2 -2
  431. package/containerregistry/v20201101preview/scopeMap.js +2 -2
  432. package/containerregistry/v20201101preview/token.js +2 -2
  433. package/containerregistry/v20201101preview/webhook.js +2 -2
  434. package/containerregistry/v20210601preview/connectedRegistry.js +2 -2
  435. package/containerregistry/v20210601preview/exportPipeline.js +2 -2
  436. package/containerregistry/v20210601preview/importPipeline.js +2 -2
  437. package/containerregistry/v20210601preview/pipelineRun.js +2 -2
  438. package/containerregistry/v20210601preview/privateEndpointConnection.js +2 -2
  439. package/containerregistry/v20210601preview/registry.js +2 -2
  440. package/containerregistry/v20210601preview/replication.js +2 -2
  441. package/containerregistry/v20210601preview/scopeMap.js +2 -2
  442. package/containerregistry/v20210601preview/token.js +2 -2
  443. package/containerregistry/v20210601preview/webhook.js +2 -2
  444. package/containerregistry/v20210801preview/connectedRegistry.js +2 -2
  445. package/containerregistry/v20210801preview/exportPipeline.js +2 -2
  446. package/containerregistry/v20210801preview/importPipeline.js +2 -2
  447. package/containerregistry/v20210801preview/pipelineRun.js +2 -2
  448. package/containerregistry/v20210801preview/privateEndpointConnection.js +2 -2
  449. package/containerregistry/v20210801preview/registry.js +2 -2
  450. package/containerregistry/v20210801preview/replication.js +2 -2
  451. package/containerregistry/v20210801preview/scopeMap.js +2 -2
  452. package/containerregistry/v20210801preview/token.js +2 -2
  453. package/containerregistry/v20210801preview/webhook.js +2 -2
  454. package/containerregistry/v20210901/privateEndpointConnection.js +2 -2
  455. package/containerregistry/v20210901/registry.js +2 -2
  456. package/containerregistry/v20210901/replication.js +2 -2
  457. package/containerregistry/v20210901/webhook.js +2 -2
  458. package/containerregistry/v20211201preview/connectedRegistry.d.ts +126 -0
  459. package/containerregistry/v20211201preview/connectedRegistry.js +104 -0
  460. package/containerregistry/v20211201preview/exportPipeline.d.ts +94 -0
  461. package/containerregistry/v20211201preview/exportPipeline.js +86 -0
  462. package/containerregistry/v20211201preview/getConnectedRegistry.d.ts +104 -0
  463. package/containerregistry/v20211201preview/getConnectedRegistry.js +29 -0
  464. package/containerregistry/v20211201preview/getExportPipeline.d.ts +76 -0
  465. package/containerregistry/v20211201preview/getExportPipeline.js +29 -0
  466. package/containerregistry/v20211201preview/getImportPipeline.d.ts +80 -0
  467. package/containerregistry/v20211201preview/getImportPipeline.js +29 -0
  468. package/containerregistry/v20211201preview/getPipelineRun.d.ts +72 -0
  469. package/containerregistry/v20211201preview/getPipelineRun.js +29 -0
  470. package/containerregistry/v20211201preview/getPrivateEndpointConnection.d.ts +68 -0
  471. package/containerregistry/v20211201preview/getPrivateEndpointConnection.js +29 -0
  472. package/containerregistry/v20211201preview/getRegistry.d.ts +126 -0
  473. package/containerregistry/v20211201preview/getRegistry.js +28 -0
  474. package/containerregistry/v20211201preview/getReplication.d.ts +82 -0
  475. package/containerregistry/v20211201preview/getReplication.js +29 -0
  476. package/containerregistry/v20211201preview/getScopeMap.d.ts +74 -0
  477. package/containerregistry/v20211201preview/getScopeMap.js +29 -0
  478. package/containerregistry/v20211201preview/getToken.d.ts +76 -0
  479. package/containerregistry/v20211201preview/getToken.js +29 -0
  480. package/containerregistry/v20211201preview/getWebhook.d.ts +82 -0
  481. package/containerregistry/v20211201preview/getWebhook.js +29 -0
  482. package/containerregistry/v20211201preview/getWebhookCallbackConfig.d.ts +49 -0
  483. package/containerregistry/v20211201preview/getWebhookCallbackConfig.js +29 -0
  484. package/containerregistry/v20211201preview/importPipeline.d.ts +102 -0
  485. package/containerregistry/v20211201preview/importPipeline.js +89 -0
  486. package/containerregistry/v20211201preview/index.d.ts +24 -0
  487. package/containerregistry/v20211201preview/index.js +84 -0
  488. package/containerregistry/v20211201preview/listRegistryCredentials.d.ts +40 -0
  489. package/containerregistry/v20211201preview/listRegistryCredentials.js +28 -0
  490. package/containerregistry/v20211201preview/listWebhookEvents.d.ts +48 -0
  491. package/containerregistry/v20211201preview/listWebhookEvents.js +29 -0
  492. package/containerregistry/v20211201preview/pipelineRun.d.ts +82 -0
  493. package/containerregistry/v20211201preview/pipelineRun.js +82 -0
  494. package/containerregistry/v20211201preview/privateEndpointConnection.d.ts +78 -0
  495. package/containerregistry/v20211201preview/privateEndpointConnection.js +79 -0
  496. package/containerregistry/v20211201preview/registry.d.ts +186 -0
  497. package/containerregistry/v20211201preview/registry.js +112 -0
  498. package/containerregistry/v20211201preview/replication.d.ts +102 -0
  499. package/containerregistry/v20211201preview/replication.js +86 -0
  500. package/containerregistry/v20211201preview/scopeMap.d.ts +86 -0
  501. package/containerregistry/v20211201preview/scopeMap.js +84 -0
  502. package/containerregistry/v20211201preview/token.d.ts +90 -0
  503. package/containerregistry/v20211201preview/token.js +83 -0
  504. package/containerregistry/v20211201preview/webhook.d.ts +116 -0
  505. package/containerregistry/v20211201preview/webhook.js +93 -0
  506. package/containerregistry/webhook.js +2 -2
  507. package/fluidrelay/fluidRelayServer.js +2 -2
  508. package/fluidrelay/index.d.ts +3 -1
  509. package/fluidrelay/index.js +6 -2
  510. package/fluidrelay/v20210312preview/fluidRelayServer.js +2 -2
  511. package/fluidrelay/v20210615preview/fluidRelayServer.js +2 -2
  512. package/fluidrelay/v20210830preview/fluidRelayServer.d.ts +98 -0
  513. package/fluidrelay/v20210830preview/fluidRelayServer.js +81 -0
  514. package/fluidrelay/v20210830preview/getFluidRelayServer.d.ts +74 -0
  515. package/fluidrelay/v20210830preview/getFluidRelayServer.js +28 -0
  516. package/fluidrelay/v20210830preview/getFluidRelayServerKeys.d.ts +39 -0
  517. package/fluidrelay/v20210830preview/getFluidRelayServerKeys.js +28 -0
  518. package/fluidrelay/v20210830preview/index.d.ts +4 -0
  519. package/fluidrelay/v20210830preview/index.js +37 -0
  520. package/fluidrelay/v20210910preview/fluidRelayServer.d.ts +98 -0
  521. package/fluidrelay/v20210910preview/fluidRelayServer.js +81 -0
  522. package/fluidrelay/v20210910preview/getFluidRelayServer.d.ts +74 -0
  523. package/fluidrelay/v20210910preview/getFluidRelayServer.js +28 -0
  524. package/fluidrelay/v20210910preview/getFluidRelayServerKeys.d.ts +39 -0
  525. package/fluidrelay/v20210910preview/getFluidRelayServerKeys.js +28 -0
  526. package/fluidrelay/v20210910preview/index.d.ts +4 -0
  527. package/fluidrelay/v20210910preview/index.js +37 -0
  528. package/hardwaresecuritymodules/dedicatedHsm.js +2 -2
  529. package/hardwaresecuritymodules/index.d.ts +2 -1
  530. package/hardwaresecuritymodules/index.js +4 -2
  531. package/hardwaresecuritymodules/v20181031preview/dedicatedHsm.js +2 -2
  532. package/hardwaresecuritymodules/v20211130/dedicatedHsm.d.ts +122 -0
  533. package/hardwaresecuritymodules/v20211130/dedicatedHsm.js +89 -0
  534. package/hardwaresecuritymodules/v20211130/getDedicatedHsm.d.ts +86 -0
  535. package/hardwaresecuritymodules/v20211130/getDedicatedHsm.js +28 -0
  536. package/hardwaresecuritymodules/v20211130/index.d.ts +3 -0
  537. package/hardwaresecuritymodules/v20211130/index.js +36 -0
  538. package/keyvault/index.d.ts +3 -1
  539. package/keyvault/index.js +6 -2
  540. package/keyvault/key.js +2 -2
  541. package/keyvault/managedHsm.js +2 -2
  542. package/keyvault/mhsmprivateEndpointConnection.js +2 -2
  543. package/keyvault/privateEndpointConnection.js +2 -2
  544. package/keyvault/secret.js +2 -2
  545. package/keyvault/v20150601/vault.js +2 -2
  546. package/keyvault/v20161001/secret.js +2 -2
  547. package/keyvault/v20161001/vault.js +2 -2
  548. package/keyvault/v20180214/privateEndpointConnection.js +2 -2
  549. package/keyvault/v20180214/secret.js +2 -2
  550. package/keyvault/v20180214/vault.js +2 -2
  551. package/keyvault/v20180214preview/secret.js +2 -2
  552. package/keyvault/v20180214preview/vault.js +2 -2
  553. package/keyvault/v20190901/key.js +2 -2
  554. package/keyvault/v20190901/privateEndpointConnection.js +2 -2
  555. package/keyvault/v20190901/secret.js +2 -2
  556. package/keyvault/v20190901/vault.js +2 -2
  557. package/keyvault/v20200401preview/key.js +2 -2
  558. package/keyvault/v20200401preview/managedHsm.js +2 -2
  559. package/keyvault/v20200401preview/privateEndpointConnection.js +2 -2
  560. package/keyvault/v20200401preview/secret.js +2 -2
  561. package/keyvault/v20200401preview/vault.js +2 -2
  562. package/keyvault/v20210401preview/key.js +2 -2
  563. package/keyvault/v20210401preview/managedHsm.js +2 -2
  564. package/keyvault/v20210401preview/mhsmprivateEndpointConnection.js +2 -2
  565. package/keyvault/v20210401preview/privateEndpointConnection.js +2 -2
  566. package/keyvault/v20210401preview/secret.js +2 -2
  567. package/keyvault/v20210401preview/vault.js +2 -2
  568. package/keyvault/v20210601preview/key.js +2 -2
  569. package/keyvault/v20210601preview/managedHsm.js +2 -2
  570. package/keyvault/v20210601preview/mhsmprivateEndpointConnection.js +2 -2
  571. package/keyvault/v20210601preview/privateEndpointConnection.js +2 -2
  572. package/keyvault/v20210601preview/secret.js +2 -2
  573. package/keyvault/v20210601preview/vault.js +2 -2
  574. package/keyvault/v20211001/getKey.d.ts +87 -0
  575. package/keyvault/v20211001/getKey.js +29 -0
  576. package/keyvault/v20211001/getMHSMPrivateEndpointConnection.d.ts +86 -0
  577. package/keyvault/v20211001/getMHSMPrivateEndpointConnection.js +29 -0
  578. package/keyvault/v20211001/getManagedHsm.d.ts +66 -0
  579. package/keyvault/v20211001/getManagedHsm.js +28 -0
  580. package/keyvault/v20211001/getPrivateEndpointConnection.d.ts +78 -0
  581. package/keyvault/v20211001/getPrivateEndpointConnection.js +29 -0
  582. package/keyvault/v20211001/getSecret.d.ts +66 -0
  583. package/keyvault/v20211001/getSecret.js +29 -0
  584. package/keyvault/v20211001/getVault.d.ts +62 -0
  585. package/keyvault/v20211001/getVault.js +28 -0
  586. package/keyvault/v20211001/index.d.ts +13 -0
  587. package/keyvault/v20211001/index.js +61 -0
  588. package/keyvault/v20211001/key.d.ts +99 -0
  589. package/keyvault/v20211001/key.js +93 -0
  590. package/keyvault/v20211001/managedHsm.d.ts +90 -0
  591. package/keyvault/v20211001/managedHsm.js +77 -0
  592. package/keyvault/v20211001/mhsmprivateEndpointConnection.d.ts +106 -0
  593. package/keyvault/v20211001/mhsmprivateEndpointConnection.js +86 -0
  594. package/keyvault/v20211001/privateEndpointConnection.d.ts +84 -0
  595. package/keyvault/v20211001/privateEndpointConnection.js +83 -0
  596. package/keyvault/v20211001/secret.d.ts +78 -0
  597. package/keyvault/v20211001/secret.js +80 -0
  598. package/keyvault/v20211001/vault.d.ts +82 -0
  599. package/keyvault/v20211001/vault.js +79 -0
  600. package/keyvault/v20211101preview/getKey.d.ts +95 -0
  601. package/keyvault/v20211101preview/getKey.js +29 -0
  602. package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.d.ts +86 -0
  603. package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.js +29 -0
  604. package/keyvault/v20211101preview/getManagedHsm.d.ts +66 -0
  605. package/keyvault/v20211101preview/getManagedHsm.js +28 -0
  606. package/keyvault/v20211101preview/getPrivateEndpointConnection.d.ts +78 -0
  607. package/keyvault/v20211101preview/getPrivateEndpointConnection.js +29 -0
  608. package/keyvault/v20211101preview/getSecret.d.ts +66 -0
  609. package/keyvault/v20211101preview/getSecret.js +29 -0
  610. package/keyvault/v20211101preview/getVault.d.ts +62 -0
  611. package/keyvault/v20211101preview/getVault.js +28 -0
  612. package/keyvault/v20211101preview/index.d.ts +13 -0
  613. package/keyvault/v20211101preview/index.js +61 -0
  614. package/keyvault/v20211101preview/key.d.ts +107 -0
  615. package/keyvault/v20211101preview/key.js +98 -0
  616. package/keyvault/v20211101preview/managedHsm.d.ts +90 -0
  617. package/keyvault/v20211101preview/managedHsm.js +77 -0
  618. package/keyvault/v20211101preview/mhsmprivateEndpointConnection.d.ts +106 -0
  619. package/keyvault/v20211101preview/mhsmprivateEndpointConnection.js +86 -0
  620. package/keyvault/v20211101preview/privateEndpointConnection.d.ts +84 -0
  621. package/keyvault/v20211101preview/privateEndpointConnection.js +83 -0
  622. package/keyvault/v20211101preview/secret.d.ts +78 -0
  623. package/keyvault/v20211101preview/secret.js +80 -0
  624. package/keyvault/v20211101preview/vault.d.ts +82 -0
  625. package/keyvault/v20211101preview/vault.js +79 -0
  626. package/keyvault/vault.js +2 -2
  627. package/logz/getMetricsSource.d.ts +62 -0
  628. package/logz/getMetricsSource.js +29 -0
  629. package/logz/getMetricsSourceTagRule.d.ts +63 -0
  630. package/logz/getMetricsSourceTagRule.js +31 -0
  631. package/logz/index.d.ts +6 -1
  632. package/logz/index.js +14 -2
  633. package/logz/metricsSource.d.ts +76 -0
  634. package/logz/metricsSource.js +81 -0
  635. package/logz/metricsSourceTagRule.d.ts +68 -0
  636. package/logz/metricsSourceTagRule.js +80 -0
  637. package/logz/monitor.js +2 -2
  638. package/logz/subAccount.js +2 -2
  639. package/logz/subAccountTagRule.js +2 -2
  640. package/logz/tagRule.js +2 -2
  641. package/logz/v20201001/monitor.js +2 -2
  642. package/logz/v20201001/subAccount.js +2 -2
  643. package/logz/v20201001/subAccountTagRule.js +2 -2
  644. package/logz/v20201001/tagRule.js +2 -2
  645. package/logz/v20201001preview/monitor.js +2 -2
  646. package/logz/v20201001preview/subAccount.js +2 -2
  647. package/logz/v20201001preview/subAccountTagRule.js +2 -2
  648. package/logz/v20201001preview/tagRule.js +2 -2
  649. package/logz/v20220101preview/getMetricsSource.d.ts +59 -0
  650. package/logz/v20220101preview/getMetricsSource.js +26 -0
  651. package/logz/v20220101preview/getMetricsSourceTagRule.d.ts +62 -0
  652. package/logz/v20220101preview/getMetricsSourceTagRule.js +30 -0
  653. package/logz/v20220101preview/getMonitor.d.ts +51 -0
  654. package/logz/v20220101preview/getMonitor.js +25 -0
  655. package/logz/v20220101preview/getSubAccount.d.ts +59 -0
  656. package/logz/v20220101preview/getSubAccount.js +26 -0
  657. package/logz/v20220101preview/getSubAccountTagRule.d.ts +62 -0
  658. package/logz/v20220101preview/getSubAccountTagRule.js +30 -0
  659. package/logz/v20220101preview/getTagRule.d.ts +54 -0
  660. package/logz/v20220101preview/getTagRule.js +29 -0
  661. package/logz/v20220101preview/index.d.ts +18 -0
  662. package/logz/v20220101preview/index.js +66 -0
  663. package/logz/v20220101preview/listMonitorMonitoredResources.d.ts +40 -0
  664. package/logz/v20220101preview/listMonitorMonitoredResources.js +28 -0
  665. package/logz/v20220101preview/listMonitorUserRoles.d.ts +48 -0
  666. package/logz/v20220101preview/listMonitorUserRoles.js +29 -0
  667. package/logz/v20220101preview/listMonitorVMHosts.d.ts +40 -0
  668. package/logz/v20220101preview/listMonitorVMHosts.js +28 -0
  669. package/logz/v20220101preview/listSubAccountMonitoredResources.d.ts +48 -0
  670. package/logz/v20220101preview/listSubAccountMonitoredResources.js +29 -0
  671. package/logz/v20220101preview/listSubAccountVMHosts.d.ts +48 -0
  672. package/logz/v20220101preview/listSubAccountVMHosts.js +29 -0
  673. package/logz/v20220101preview/metricsSource.d.ts +73 -0
  674. package/logz/v20220101preview/metricsSource.js +78 -0
  675. package/logz/v20220101preview/metricsSourceTagRule.d.ts +67 -0
  676. package/logz/v20220101preview/metricsSourceTagRule.js +79 -0
  677. package/logz/v20220101preview/monitor.d.ts +69 -0
  678. package/logz/v20220101preview/monitor.js +74 -0
  679. package/logz/v20220101preview/subAccount.d.ts +73 -0
  680. package/logz/v20220101preview/subAccount.js +78 -0
  681. package/logz/v20220101preview/subAccountTagRule.d.ts +67 -0
  682. package/logz/v20220101preview/subAccountTagRule.js +79 -0
  683. package/logz/v20220101preview/tagRule.d.ts +63 -0
  684. package/logz/v20220101preview/tagRule.js +75 -0
  685. package/network/adminRule.js +2 -2
  686. package/network/adminRuleCollection.js +2 -2
  687. package/network/connectivityConfiguration.js +2 -2
  688. package/network/defaultAdminRule.js +2 -2
  689. package/network/defaultUserRule.js +2 -2
  690. package/network/getManagementGroupNetworkManagerConnection.d.ts +61 -0
  691. package/network/getManagementGroupNetworkManagerConnection.js +29 -0
  692. package/network/getScopeConnection.d.ts +73 -0
  693. package/network/getScopeConnection.js +30 -0
  694. package/network/getStaticMember.d.ts +73 -0
  695. package/network/getStaticMember.js +31 -0
  696. package/network/getSubscriptionNetworkManagerConnection.d.ts +53 -0
  697. package/network/getSubscriptionNetworkManagerConnection.js +28 -0
  698. package/network/index.d.ts +10 -1
  699. package/network/index.js +24 -2
  700. package/network/managementGroupNetworkManagerConnection.d.ts +75 -0
  701. package/network/managementGroupNetworkManagerConnection.js +76 -0
  702. package/network/networkGroup.js +2 -2
  703. package/network/networkManager.js +2 -2
  704. package/network/scopeConnection.d.ts +87 -0
  705. package/network/scopeConnection.js +82 -0
  706. package/network/securityAdminConfiguration.js +2 -2
  707. package/network/securityUserConfiguration.js +2 -2
  708. package/network/staticMember.d.ts +75 -0
  709. package/network/staticMember.js +82 -0
  710. package/network/subscriptionNetworkManagerConnection.d.ts +71 -0
  711. package/network/subscriptionNetworkManagerConnection.js +72 -0
  712. package/network/userRule.js +2 -2
  713. package/network/userRuleCollection.js +2 -2
  714. package/network/v20210201preview/adminRule.js +2 -2
  715. package/network/v20210201preview/adminRuleCollection.js +2 -2
  716. package/network/v20210201preview/connectivityConfiguration.js +2 -2
  717. package/network/v20210201preview/defaultAdminRule.js +2 -2
  718. package/network/v20210201preview/defaultUserRule.js +2 -2
  719. package/network/v20210201preview/networkGroup.js +2 -2
  720. package/network/v20210201preview/networkManager.js +2 -2
  721. package/network/v20210201preview/securityAdminConfiguration.js +2 -2
  722. package/network/v20210201preview/securityUserConfiguration.js +2 -2
  723. package/network/v20210201preview/userRule.js +2 -2
  724. package/network/v20210201preview/userRuleCollection.js +2 -2
  725. package/network/v20210501preview/adminRule.d.ts +81 -0
  726. package/network/v20210501preview/adminRule.js +93 -0
  727. package/network/v20210501preview/adminRuleCollection.d.ts +94 -0
  728. package/network/v20210501preview/adminRuleCollection.js +90 -0
  729. package/network/v20210501preview/connectivityConfiguration.d.ts +122 -0
  730. package/network/v20210501preview/connectivityConfiguration.js +97 -0
  731. package/network/v20210501preview/defaultAdminRule.d.ts +132 -0
  732. package/network/v20210501preview/defaultAdminRule.js +112 -0
  733. package/network/v20210501preview/defaultUserRule.d.ts +124 -0
  734. package/network/v20210501preview/defaultUserRule.js +108 -0
  735. package/network/v20210501preview/getAdminRule.d.ts +81 -0
  736. package/network/v20210501preview/getAdminRule.js +33 -0
  737. package/network/v20210501preview/getAdminRuleCollection.d.ts +84 -0
  738. package/network/v20210501preview/getAdminRuleCollection.js +30 -0
  739. package/network/v20210501preview/getConnectivityConfiguration.d.ts +92 -0
  740. package/network/v20210501preview/getConnectivityConfiguration.js +29 -0
  741. package/network/v20210501preview/getDefaultAdminRule.d.ts +129 -0
  742. package/network/v20210501preview/getDefaultAdminRule.js +31 -0
  743. package/network/v20210501preview/getDefaultUserRule.d.ts +121 -0
  744. package/network/v20210501preview/getDefaultUserRule.js +31 -0
  745. package/network/v20210501preview/getManagementGroupNetworkManagerConnection.d.ts +60 -0
  746. package/network/v20210501preview/getManagementGroupNetworkManagerConnection.js +28 -0
  747. package/network/v20210501preview/getNetworkGroup.d.ts +76 -0
  748. package/network/v20210501preview/getNetworkGroup.js +29 -0
  749. package/network/v20210501preview/getNetworkManager.d.ts +82 -0
  750. package/network/v20210501preview/getNetworkManager.js +28 -0
  751. package/network/v20210501preview/getScopeConnection.d.ts +72 -0
  752. package/network/v20210501preview/getScopeConnection.js +29 -0
  753. package/network/v20210501preview/getSecurityAdminConfiguration.d.ts +84 -0
  754. package/network/v20210501preview/getSecurityAdminConfiguration.js +29 -0
  755. package/network/v20210501preview/getSecurityUserConfiguration.d.ts +84 -0
  756. package/network/v20210501preview/getSecurityUserConfiguration.js +29 -0
  757. package/network/v20210501preview/getStaticMember.d.ts +72 -0
  758. package/network/v20210501preview/getStaticMember.js +30 -0
  759. package/network/v20210501preview/getSubscriptionNetworkManagerConnection.d.ts +52 -0
  760. package/network/v20210501preview/getSubscriptionNetworkManagerConnection.js +27 -0
  761. package/network/v20210501preview/getUserRule.d.ts +81 -0
  762. package/network/v20210501preview/getUserRule.js +33 -0
  763. package/network/v20210501preview/getUserRuleCollection.d.ts +84 -0
  764. package/network/v20210501preview/getUserRuleCollection.js +30 -0
  765. package/network/v20210501preview/index.d.ts +39 -0
  766. package/network/v20210501preview/index.js +114 -0
  767. package/network/v20210501preview/listActiveConnectivityConfigurations.d.ts +56 -0
  768. package/network/v20210501preview/listActiveConnectivityConfigurations.js +30 -0
  769. package/network/v20210501preview/listActiveSecurityAdminRules.d.ts +56 -0
  770. package/network/v20210501preview/listActiveSecurityAdminRules.js +30 -0
  771. package/network/v20210501preview/listActiveSecurityUserRules.d.ts +56 -0
  772. package/network/v20210501preview/listActiveSecurityUserRules.js +30 -0
  773. package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.d.ts +64 -0
  774. package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.js +31 -0
  775. package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.d.ts +56 -0
  776. package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.js +30 -0
  777. package/network/v20210501preview/listNetworkManagerDeploymentStatus.d.ts +64 -0
  778. package/network/v20210501preview/listNetworkManagerDeploymentStatus.js +31 -0
  779. package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +48 -0
  780. package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.js +29 -0
  781. package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.d.ts +48 -0
  782. package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.js +29 -0
  783. package/network/v20210501preview/managementGroupNetworkManagerConnection.d.ts +74 -0
  784. package/network/v20210501preview/managementGroupNetworkManagerConnection.js +75 -0
  785. package/network/v20210501preview/networkGroup.d.ts +90 -0
  786. package/network/v20210501preview/networkGroup.js +86 -0
  787. package/network/v20210501preview/networkManager.d.ts +118 -0
  788. package/network/v20210501preview/networkManager.js +92 -0
  789. package/network/v20210501preview/scopeConnection.d.ts +86 -0
  790. package/network/v20210501preview/scopeConnection.js +81 -0
  791. package/network/v20210501preview/securityAdminConfiguration.d.ts +106 -0
  792. package/network/v20210501preview/securityAdminConfiguration.js +87 -0
  793. package/network/v20210501preview/securityUserConfiguration.d.ts +106 -0
  794. package/network/v20210501preview/securityUserConfiguration.js +87 -0
  795. package/network/v20210501preview/staticMember.d.ts +74 -0
  796. package/network/v20210501preview/staticMember.js +81 -0
  797. package/network/v20210501preview/subscriptionNetworkManagerConnection.d.ts +70 -0
  798. package/network/v20210501preview/subscriptionNetworkManagerConnection.js +71 -0
  799. package/network/v20210501preview/userRule.d.ts +81 -0
  800. package/network/v20210501preview/userRule.js +93 -0
  801. package/network/v20210501preview/userRuleCollection.d.ts +94 -0
  802. package/network/v20210501preview/userRuleCollection.js +90 -0
  803. package/package.json +2 -2
  804. package/package.json.dev +1 -1
  805. package/recoveryservices/index.d.ts +3 -1
  806. package/recoveryservices/index.js +6 -2
  807. package/recoveryservices/privateEndpointConnection.js +2 -2
  808. package/recoveryservices/protectedItem.js +2 -2
  809. package/recoveryservices/protectionContainer.js +2 -2
  810. package/recoveryservices/protectionIntent.js +2 -2
  811. package/recoveryservices/protectionPolicy.js +2 -2
  812. package/recoveryservices/replicationFabric.js +2 -2
  813. package/recoveryservices/replicationMigrationItem.js +2 -2
  814. package/recoveryservices/replicationNetworkMapping.js +2 -2
  815. package/recoveryservices/replicationPolicy.js +2 -2
  816. package/recoveryservices/replicationProtectedItem.js +2 -2
  817. package/recoveryservices/replicationProtectionContainerMapping.js +2 -2
  818. package/recoveryservices/replicationRecoveryPlan.js +2 -2
  819. package/recoveryservices/replicationRecoveryServicesProvider.js +2 -2
  820. package/recoveryservices/replicationStorageClassificationMapping.js +2 -2
  821. package/recoveryservices/replicationvCenter.js +2 -2
  822. package/recoveryservices/resourceGuardProxy.js +2 -2
  823. package/recoveryservices/v20160601/protectionPolicy.js +2 -2
  824. package/recoveryservices/v20160810/replicationFabric.js +2 -2
  825. package/recoveryservices/v20160810/replicationNetworkMapping.js +2 -2
  826. package/recoveryservices/v20160810/replicationPolicy.js +2 -2
  827. package/recoveryservices/v20160810/replicationProtectedItem.js +2 -2
  828. package/recoveryservices/v20160810/replicationProtectionContainerMapping.js +2 -2
  829. package/recoveryservices/v20160810/replicationRecoveryPlan.js +2 -2
  830. package/recoveryservices/v20160810/replicationStorageClassificationMapping.js +2 -2
  831. package/recoveryservices/v20160810/replicationvCenter.js +2 -2
  832. package/recoveryservices/v20161201/protectionContainer.js +2 -2
  833. package/recoveryservices/v20170701/protectionIntent.js +2 -2
  834. package/recoveryservices/v20180110/replicationFabric.js +2 -2
  835. package/recoveryservices/v20180110/replicationMigrationItem.js +2 -2
  836. package/recoveryservices/v20180110/replicationNetworkMapping.js +2 -2
  837. package/recoveryservices/v20180110/replicationPolicy.js +2 -2
  838. package/recoveryservices/v20180110/replicationProtectedItem.js +2 -2
  839. package/recoveryservices/v20180110/replicationProtectionContainerMapping.js +2 -2
  840. package/recoveryservices/v20180110/replicationRecoveryPlan.js +2 -2
  841. package/recoveryservices/v20180110/replicationRecoveryServicesProvider.js +2 -2
  842. package/recoveryservices/v20180110/replicationStorageClassificationMapping.js +2 -2
  843. package/recoveryservices/v20180110/replicationvCenter.js +2 -2
  844. package/recoveryservices/v20180710/replicationFabric.js +2 -2
  845. package/recoveryservices/v20180710/replicationMigrationItem.js +2 -2
  846. package/recoveryservices/v20180710/replicationNetworkMapping.js +2 -2
  847. package/recoveryservices/v20180710/replicationPolicy.js +2 -2
  848. package/recoveryservices/v20180710/replicationProtectedItem.js +2 -2
  849. package/recoveryservices/v20180710/replicationProtectionContainerMapping.js +2 -2
  850. package/recoveryservices/v20180710/replicationRecoveryPlan.js +2 -2
  851. package/recoveryservices/v20180710/replicationRecoveryServicesProvider.js +2 -2
  852. package/recoveryservices/v20180710/replicationStorageClassificationMapping.js +2 -2
  853. package/recoveryservices/v20180710/replicationvCenter.js +2 -2
  854. package/recoveryservices/v20190513/protectedItem.js +2 -2
  855. package/recoveryservices/v20190615/protectedItem.js +2 -2
  856. package/recoveryservices/v20200202/privateEndpointConnection.js +2 -2
  857. package/recoveryservices/v20201001/privateEndpointConnection.js +2 -2
  858. package/recoveryservices/v20201001/protectedItem.js +2 -2
  859. package/recoveryservices/v20201001/protectionContainer.js +2 -2
  860. package/recoveryservices/v20201001/protectionPolicy.js +2 -2
  861. package/recoveryservices/v20201201/privateEndpointConnection.js +2 -2
  862. package/recoveryservices/v20201201/protectedItem.js +2 -2
  863. package/recoveryservices/v20201201/protectionContainer.js +2 -2
  864. package/recoveryservices/v20201201/protectionPolicy.js +2 -2
  865. package/recoveryservices/v20210101/privateEndpointConnection.js +2 -2
  866. package/recoveryservices/v20210101/protectedItem.js +2 -2
  867. package/recoveryservices/v20210101/protectionContainer.js +2 -2
  868. package/recoveryservices/v20210101/protectionPolicy.js +2 -2
  869. package/recoveryservices/v20210201/privateEndpointConnection.js +2 -2
  870. package/recoveryservices/v20210201/protectedItem.js +2 -2
  871. package/recoveryservices/v20210201/protectionContainer.js +2 -2
  872. package/recoveryservices/v20210201/protectionIntent.js +2 -2
  873. package/recoveryservices/v20210201/protectionPolicy.js +2 -2
  874. package/recoveryservices/v20210201preview/privateEndpointConnection.js +2 -2
  875. package/recoveryservices/v20210201preview/protectedItem.js +2 -2
  876. package/recoveryservices/v20210201preview/protectionContainer.js +2 -2
  877. package/recoveryservices/v20210201preview/protectionIntent.js +2 -2
  878. package/recoveryservices/v20210201preview/protectionPolicy.js +2 -2
  879. package/recoveryservices/v20210201preview/resourceGuardProxy.js +2 -2
  880. package/recoveryservices/v20210210/privateEndpointConnection.js +2 -2
  881. package/recoveryservices/v20210210/protectedItem.js +2 -2
  882. package/recoveryservices/v20210210/protectionContainer.js +2 -2
  883. package/recoveryservices/v20210210/protectionIntent.js +2 -2
  884. package/recoveryservices/v20210210/protectionPolicy.js +2 -2
  885. package/recoveryservices/v20210210/replicationFabric.js +2 -2
  886. package/recoveryservices/v20210210/replicationMigrationItem.js +2 -2
  887. package/recoveryservices/v20210210/replicationNetworkMapping.js +2 -2
  888. package/recoveryservices/v20210210/replicationPolicy.js +2 -2
  889. package/recoveryservices/v20210210/replicationProtectedItem.js +2 -2
  890. package/recoveryservices/v20210210/replicationProtectionContainerMapping.js +2 -2
  891. package/recoveryservices/v20210210/replicationRecoveryPlan.js +2 -2
  892. package/recoveryservices/v20210210/replicationRecoveryServicesProvider.js +2 -2
  893. package/recoveryservices/v20210210/replicationStorageClassificationMapping.js +2 -2
  894. package/recoveryservices/v20210210/replicationvCenter.js +2 -2
  895. package/recoveryservices/v20210301/privateEndpointConnection.js +2 -2
  896. package/recoveryservices/v20210301/protectedItem.js +2 -2
  897. package/recoveryservices/v20210301/protectionContainer.js +2 -2
  898. package/recoveryservices/v20210301/protectionIntent.js +2 -2
  899. package/recoveryservices/v20210301/protectionPolicy.js +2 -2
  900. package/recoveryservices/v20210301/replicationFabric.js +2 -2
  901. package/recoveryservices/v20210301/replicationMigrationItem.js +2 -2
  902. package/recoveryservices/v20210301/replicationNetworkMapping.js +2 -2
  903. package/recoveryservices/v20210301/replicationPolicy.js +2 -2
  904. package/recoveryservices/v20210301/replicationProtectedItem.js +2 -2
  905. package/recoveryservices/v20210301/replicationProtectionContainerMapping.js +2 -2
  906. package/recoveryservices/v20210301/replicationRecoveryPlan.js +2 -2
  907. package/recoveryservices/v20210301/replicationRecoveryServicesProvider.js +2 -2
  908. package/recoveryservices/v20210301/replicationStorageClassificationMapping.js +2 -2
  909. package/recoveryservices/v20210301/replicationvCenter.js +2 -2
  910. package/recoveryservices/v20210401/privateEndpointConnection.js +2 -2
  911. package/recoveryservices/v20210401/protectedItem.js +2 -2
  912. package/recoveryservices/v20210401/protectionContainer.js +2 -2
  913. package/recoveryservices/v20210401/protectionIntent.js +2 -2
  914. package/recoveryservices/v20210401/protectionPolicy.js +2 -2
  915. package/recoveryservices/v20210401/replicationFabric.js +2 -2
  916. package/recoveryservices/v20210401/replicationMigrationItem.js +2 -2
  917. package/recoveryservices/v20210401/replicationNetworkMapping.js +2 -2
  918. package/recoveryservices/v20210401/replicationPolicy.js +2 -2
  919. package/recoveryservices/v20210401/replicationProtectedItem.js +2 -2
  920. package/recoveryservices/v20210401/replicationProtectionContainerMapping.js +2 -2
  921. package/recoveryservices/v20210401/replicationRecoveryPlan.js +2 -2
  922. package/recoveryservices/v20210401/replicationRecoveryServicesProvider.js +2 -2
  923. package/recoveryservices/v20210401/replicationStorageClassificationMapping.js +2 -2
  924. package/recoveryservices/v20210401/replicationvCenter.js +2 -2
  925. package/recoveryservices/v20210601/privateEndpointConnection.js +2 -2
  926. package/recoveryservices/v20210601/protectedItem.js +2 -2
  927. package/recoveryservices/v20210601/protectionContainer.js +2 -2
  928. package/recoveryservices/v20210601/protectionIntent.js +2 -2
  929. package/recoveryservices/v20210601/protectionPolicy.js +2 -2
  930. package/recoveryservices/v20210601/replicationFabric.js +2 -2
  931. package/recoveryservices/v20210601/replicationMigrationItem.js +2 -2
  932. package/recoveryservices/v20210601/replicationNetworkMapping.js +2 -2
  933. package/recoveryservices/v20210601/replicationPolicy.js +2 -2
  934. package/recoveryservices/v20210601/replicationProtectedItem.js +2 -2
  935. package/recoveryservices/v20210601/replicationProtectionContainerMapping.js +2 -2
  936. package/recoveryservices/v20210601/replicationRecoveryPlan.js +2 -2
  937. package/recoveryservices/v20210601/replicationRecoveryServicesProvider.js +2 -2
  938. package/recoveryservices/v20210601/replicationStorageClassificationMapping.js +2 -2
  939. package/recoveryservices/v20210601/replicationvCenter.js +2 -2
  940. package/recoveryservices/v20210701/privateEndpointConnection.js +2 -2
  941. package/recoveryservices/v20210701/protectedItem.js +2 -2
  942. package/recoveryservices/v20210701/protectionContainer.js +2 -2
  943. package/recoveryservices/v20210701/protectionIntent.js +2 -2
  944. package/recoveryservices/v20210701/protectionPolicy.js +2 -2
  945. package/recoveryservices/v20210701/replicationFabric.js +2 -2
  946. package/recoveryservices/v20210701/replicationMigrationItem.js +2 -2
  947. package/recoveryservices/v20210701/replicationNetworkMapping.js +2 -2
  948. package/recoveryservices/v20210701/replicationPolicy.js +2 -2
  949. package/recoveryservices/v20210701/replicationProtectedItem.js +2 -2
  950. package/recoveryservices/v20210701/replicationProtectionContainerMapping.js +2 -2
  951. package/recoveryservices/v20210701/replicationRecoveryPlan.js +2 -2
  952. package/recoveryservices/v20210701/replicationRecoveryServicesProvider.js +2 -2
  953. package/recoveryservices/v20210701/replicationStorageClassificationMapping.js +2 -2
  954. package/recoveryservices/v20210701/replicationvCenter.js +2 -2
  955. package/recoveryservices/v20210701/resourceGuardProxy.js +2 -2
  956. package/recoveryservices/v20210801/privateEndpointConnection.js +2 -2
  957. package/recoveryservices/v20210801/protectedItem.js +2 -2
  958. package/recoveryservices/v20210801/protectionContainer.js +2 -2
  959. package/recoveryservices/v20210801/protectionIntent.js +2 -2
  960. package/recoveryservices/v20210801/protectionPolicy.js +2 -2
  961. package/recoveryservices/v20210801/replicationFabric.js +2 -2
  962. package/recoveryservices/v20210801/replicationMigrationItem.js +2 -2
  963. package/recoveryservices/v20210801/replicationNetworkMapping.js +2 -2
  964. package/recoveryservices/v20210801/replicationPolicy.js +2 -2
  965. package/recoveryservices/v20210801/replicationProtectedItem.js +2 -2
  966. package/recoveryservices/v20210801/replicationProtectionContainerMapping.js +2 -2
  967. package/recoveryservices/v20210801/replicationRecoveryPlan.js +2 -2
  968. package/recoveryservices/v20210801/replicationRecoveryServicesProvider.js +2 -2
  969. package/recoveryservices/v20210801/replicationStorageClassificationMapping.js +2 -2
  970. package/recoveryservices/v20210801/replicationvCenter.js +2 -2
  971. package/recoveryservices/v20210801/resourceGuardProxy.js +2 -2
  972. package/recoveryservices/v20211001/privateEndpointConnection.js +2 -2
  973. package/recoveryservices/v20211001/protectedItem.js +2 -2
  974. package/recoveryservices/v20211001/protectionContainer.js +2 -2
  975. package/recoveryservices/v20211001/protectionIntent.js +2 -2
  976. package/recoveryservices/v20211001/protectionPolicy.js +2 -2
  977. package/recoveryservices/v20211001/replicationFabric.js +2 -2
  978. package/recoveryservices/v20211001/replicationMigrationItem.js +2 -2
  979. package/recoveryservices/v20211001/replicationNetworkMapping.js +2 -2
  980. package/recoveryservices/v20211001/replicationPolicy.js +2 -2
  981. package/recoveryservices/v20211001/replicationProtectedItem.js +2 -2
  982. package/recoveryservices/v20211001/replicationProtectionContainerMapping.js +2 -2
  983. package/recoveryservices/v20211001/replicationRecoveryPlan.js +2 -2
  984. package/recoveryservices/v20211001/replicationRecoveryServicesProvider.js +2 -2
  985. package/recoveryservices/v20211001/replicationStorageClassificationMapping.js +2 -2
  986. package/recoveryservices/v20211001/replicationvCenter.js +2 -2
  987. package/recoveryservices/v20211001/resourceGuardProxy.js +2 -2
  988. package/recoveryservices/v20211101/getReplicationFabric.d.ts +68 -0
  989. package/recoveryservices/v20211101/getReplicationFabric.js +30 -0
  990. package/recoveryservices/v20211101/getReplicationMigrationItem.d.ts +76 -0
  991. package/recoveryservices/v20211101/getReplicationMigrationItem.js +31 -0
  992. package/recoveryservices/v20211101/getReplicationNetworkMapping.d.ts +76 -0
  993. package/recoveryservices/v20211101/getReplicationNetworkMapping.js +31 -0
  994. package/recoveryservices/v20211101/getReplicationPolicy.d.ts +60 -0
  995. package/recoveryservices/v20211101/getReplicationPolicy.js +29 -0
  996. package/recoveryservices/v20211101/getReplicationProtectedItem.d.ts +76 -0
  997. package/recoveryservices/v20211101/getReplicationProtectedItem.js +31 -0
  998. package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.d.ts +76 -0
  999. package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.js +31 -0
  1000. package/recoveryservices/v20211101/getReplicationRecoveryPlan.d.ts +60 -0
  1001. package/recoveryservices/v20211101/getReplicationRecoveryPlan.js +29 -0
  1002. package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.d.ts +68 -0
  1003. package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.js +30 -0
  1004. package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.d.ts +76 -0
  1005. package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.js +31 -0
  1006. package/recoveryservices/v20211101/getReplicationvCenter.d.ts +68 -0
  1007. package/recoveryservices/v20211101/getReplicationvCenter.js +30 -0
  1008. package/recoveryservices/v20211101/index.d.ts +21 -0
  1009. package/recoveryservices/v20211101/index.js +81 -0
  1010. package/recoveryservices/v20211101/replicationFabric.d.ts +66 -0
  1011. package/recoveryservices/v20211101/replicationFabric.js +75 -0
  1012. package/recoveryservices/v20211101/replicationMigrationItem.d.ts +74 -0
  1013. package/recoveryservices/v20211101/replicationMigrationItem.js +86 -0
  1014. package/recoveryservices/v20211101/replicationNetworkMapping.d.ts +74 -0
  1015. package/recoveryservices/v20211101/replicationNetworkMapping.js +86 -0
  1016. package/recoveryservices/v20211101/replicationPolicy.d.ts +66 -0
  1017. package/recoveryservices/v20211101/replicationPolicy.js +75 -0
  1018. package/recoveryservices/v20211101/replicationProtectedItem.d.ts +74 -0
  1019. package/recoveryservices/v20211101/replicationProtectedItem.js +83 -0
  1020. package/recoveryservices/v20211101/replicationProtectionContainerMapping.d.ts +74 -0
  1021. package/recoveryservices/v20211101/replicationProtectionContainerMapping.js +83 -0
  1022. package/recoveryservices/v20211101/replicationRecoveryPlan.d.ts +66 -0
  1023. package/recoveryservices/v20211101/replicationRecoveryPlan.js +78 -0
  1024. package/recoveryservices/v20211101/replicationRecoveryServicesProvider.d.ts +70 -0
  1025. package/recoveryservices/v20211101/replicationRecoveryServicesProvider.js +82 -0
  1026. package/recoveryservices/v20211101/replicationStorageClassificationMapping.d.ts +74 -0
  1027. package/recoveryservices/v20211101/replicationStorageClassificationMapping.js +83 -0
  1028. package/recoveryservices/v20211101/replicationvCenter.d.ts +70 -0
  1029. package/recoveryservices/v20211101/replicationvCenter.js +79 -0
  1030. package/recoveryservices/v20211201/getPrivateEndpointConnection.d.ts +70 -0
  1031. package/recoveryservices/v20211201/getPrivateEndpointConnection.js +29 -0
  1032. package/recoveryservices/v20211201/getProtectedItem.d.ts +94 -0
  1033. package/recoveryservices/v20211201/getProtectedItem.js +32 -0
  1034. package/recoveryservices/v20211201/getProtectionContainer.d.ts +78 -0
  1035. package/recoveryservices/v20211201/getProtectionContainer.js +30 -0
  1036. package/recoveryservices/v20211201/getProtectionIntent.d.ts +78 -0
  1037. package/recoveryservices/v20211201/getProtectionIntent.js +30 -0
  1038. package/recoveryservices/v20211201/getProtectionPolicy.d.ts +70 -0
  1039. package/recoveryservices/v20211201/getProtectionPolicy.js +29 -0
  1040. package/recoveryservices/v20211201/getReplicationFabric.d.ts +68 -0
  1041. package/recoveryservices/v20211201/getReplicationFabric.js +30 -0
  1042. package/recoveryservices/v20211201/getReplicationMigrationItem.d.ts +76 -0
  1043. package/recoveryservices/v20211201/getReplicationMigrationItem.js +31 -0
  1044. package/recoveryservices/v20211201/getReplicationNetworkMapping.d.ts +76 -0
  1045. package/recoveryservices/v20211201/getReplicationNetworkMapping.js +31 -0
  1046. package/recoveryservices/v20211201/getReplicationPolicy.d.ts +60 -0
  1047. package/recoveryservices/v20211201/getReplicationPolicy.js +29 -0
  1048. package/recoveryservices/v20211201/getReplicationProtectedItem.d.ts +76 -0
  1049. package/recoveryservices/v20211201/getReplicationProtectedItem.js +31 -0
  1050. package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.d.ts +76 -0
  1051. package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.js +31 -0
  1052. package/recoveryservices/v20211201/getReplicationRecoveryPlan.d.ts +60 -0
  1053. package/recoveryservices/v20211201/getReplicationRecoveryPlan.js +29 -0
  1054. package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.d.ts +68 -0
  1055. package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.js +30 -0
  1056. package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.d.ts +76 -0
  1057. package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.js +31 -0
  1058. package/recoveryservices/v20211201/getReplicationvCenter.d.ts +68 -0
  1059. package/recoveryservices/v20211201/getReplicationvCenter.js +30 -0
  1060. package/recoveryservices/v20211201/getResourceGuardProxy.d.ts +58 -0
  1061. package/recoveryservices/v20211201/getResourceGuardProxy.js +26 -0
  1062. package/recoveryservices/v20211201/index.d.ts +33 -0
  1063. package/recoveryservices/v20211201/index.js +111 -0
  1064. package/recoveryservices/v20211201/privateEndpointConnection.d.ts +90 -0
  1065. package/recoveryservices/v20211201/privateEndpointConnection.js +79 -0
  1066. package/recoveryservices/v20211201/protectedItem.d.ts +98 -0
  1067. package/recoveryservices/v20211201/protectedItem.js +87 -0
  1068. package/recoveryservices/v20211201/protectionContainer.d.ts +94 -0
  1069. package/recoveryservices/v20211201/protectionContainer.js +83 -0
  1070. package/recoveryservices/v20211201/protectionIntent.d.ts +94 -0
  1071. package/recoveryservices/v20211201/protectionIntent.js +83 -0
  1072. package/recoveryservices/v20211201/protectionPolicy.d.ts +90 -0
  1073. package/recoveryservices/v20211201/protectionPolicy.js +79 -0
  1074. package/recoveryservices/v20211201/replicationFabric.d.ts +66 -0
  1075. package/recoveryservices/v20211201/replicationFabric.js +75 -0
  1076. package/recoveryservices/v20211201/replicationMigrationItem.d.ts +74 -0
  1077. package/recoveryservices/v20211201/replicationMigrationItem.js +86 -0
  1078. package/recoveryservices/v20211201/replicationNetworkMapping.d.ts +74 -0
  1079. package/recoveryservices/v20211201/replicationNetworkMapping.js +86 -0
  1080. package/recoveryservices/v20211201/replicationPolicy.d.ts +66 -0
  1081. package/recoveryservices/v20211201/replicationPolicy.js +75 -0
  1082. package/recoveryservices/v20211201/replicationProtectedItem.d.ts +74 -0
  1083. package/recoveryservices/v20211201/replicationProtectedItem.js +83 -0
  1084. package/recoveryservices/v20211201/replicationProtectionContainerMapping.d.ts +74 -0
  1085. package/recoveryservices/v20211201/replicationProtectionContainerMapping.js +83 -0
  1086. package/recoveryservices/v20211201/replicationRecoveryPlan.d.ts +66 -0
  1087. package/recoveryservices/v20211201/replicationRecoveryPlan.js +78 -0
  1088. package/recoveryservices/v20211201/replicationRecoveryServicesProvider.d.ts +70 -0
  1089. package/recoveryservices/v20211201/replicationRecoveryServicesProvider.js +82 -0
  1090. package/recoveryservices/v20211201/replicationStorageClassificationMapping.d.ts +74 -0
  1091. package/recoveryservices/v20211201/replicationStorageClassificationMapping.js +83 -0
  1092. package/recoveryservices/v20211201/replicationvCenter.d.ts +70 -0
  1093. package/recoveryservices/v20211201/replicationvCenter.js +79 -0
  1094. package/recoveryservices/v20211201/resourceGuardProxy.d.ts +66 -0
  1095. package/recoveryservices/v20211201/resourceGuardProxy.js +76 -0
  1096. package/security/index.d.ts +1 -4
  1097. package/security/index.js +2 -9
  1098. package/signalrservice/v20211001/index.d.ts +1 -0
  1099. package/signalrservice/v20211001/index.js +2 -1
  1100. package/signalrservice/v20211001/listSignalRKeys.d.ts +47 -0
  1101. package/signalrservice/v20211001/listSignalRKeys.js +28 -0
  1102. package/solutions/v20210701/application.d.ts +2 -2
  1103. package/solutions/v20210701/getApplication.d.ts +1 -1
  1104. package/types/enums/appconfiguration/index.d.ts +2 -1
  1105. package/types/enums/appconfiguration/index.js +4 -2
  1106. package/types/enums/appconfiguration/v20211001preview/index.d.ts +36 -0
  1107. package/types/enums/appconfiguration/v20211001preview/index.js +26 -0
  1108. package/types/enums/authorization/index.d.ts +13 -1
  1109. package/types/enums/authorization/index.js +11 -2
  1110. package/types/enums/authorization/v20211116preview/index.d.ts +37 -0
  1111. package/types/enums/authorization/v20211116preview/index.js +27 -0
  1112. package/types/enums/azurestackhci/index.d.ts +2 -1
  1113. package/types/enums/azurestackhci/index.js +4 -2
  1114. package/types/enums/azurestackhci/v20220101/index.d.ts +27 -0
  1115. package/types/enums/azurestackhci/v20220101/index.js +21 -0
  1116. package/types/enums/cache/index.d.ts +2 -1
  1117. package/types/enums/cache/index.js +4 -2
  1118. package/types/enums/cache/v20220101/index.d.ts +78 -0
  1119. package/types/enums/cache/v20220101/index.js +52 -0
  1120. package/types/enums/cdn/v20210601/index.d.ts +2 -0
  1121. package/types/enums/cdn/v20210601/index.js +3 -1
  1122. package/types/enums/compute/index.d.ts +2 -1
  1123. package/types/enums/compute/index.js +5 -3
  1124. package/types/enums/compute/v20211101/index.d.ts +498 -0
  1125. package/types/enums/compute/v20211101/index.js +347 -0
  1126. package/types/enums/containerregistry/index.d.ts +2 -1
  1127. package/types/enums/containerregistry/index.js +4 -2
  1128. package/types/enums/containerregistry/v20211201preview/index.d.ts +210 -0
  1129. package/types/enums/containerregistry/v20211201preview/index.js +121 -0
  1130. package/types/enums/fluidrelay/index.d.ts +3 -1
  1131. package/types/enums/fluidrelay/index.js +6 -2
  1132. package/types/enums/fluidrelay/v20210830preview/index.d.ts +17 -0
  1133. package/types/enums/fluidrelay/v20210830preview/index.js +15 -0
  1134. package/types/enums/fluidrelay/v20210910preview/index.d.ts +19 -0
  1135. package/types/enums/fluidrelay/v20210910preview/index.js +17 -0
  1136. package/types/enums/hardwaresecuritymodules/index.d.ts +29 -1
  1137. package/types/enums/hardwaresecuritymodules/index.js +31 -2
  1138. package/types/enums/hardwaresecuritymodules/v20181031preview/index.d.ts +27 -0
  1139. package/types/enums/hardwaresecuritymodules/v20181031preview/index.js +28 -1
  1140. package/types/enums/hardwaresecuritymodules/v20211130/index.d.ts +34 -0
  1141. package/types/enums/hardwaresecuritymodules/v20211130/index.js +36 -0
  1142. package/types/enums/keyvault/index.d.ts +3 -1
  1143. package/types/enums/keyvault/index.js +6 -2
  1144. package/types/enums/keyvault/v20211001/index.d.ts +190 -0
  1145. package/types/enums/keyvault/v20211001/index.js +136 -0
  1146. package/types/enums/keyvault/v20211101preview/index.d.ts +203 -0
  1147. package/types/enums/keyvault/v20211101preview/index.js +145 -0
  1148. package/types/enums/logz/index.d.ts +2 -1
  1149. package/types/enums/logz/index.js +4 -2
  1150. package/types/enums/logz/v20220101preview/index.d.ts +29 -0
  1151. package/types/enums/logz/v20220101preview/index.js +22 -0
  1152. package/types/enums/network/index.d.ts +2 -1
  1153. package/types/enums/network/index.js +8 -6
  1154. package/types/enums/network/v20210501preview/index.d.ts +126 -0
  1155. package/types/enums/network/v20210501preview/index.js +72 -0
  1156. package/types/enums/recoveryservices/index.d.ts +3 -1
  1157. package/types/enums/recoveryservices/index.js +7 -3
  1158. package/types/enums/recoveryservices/v20211101/index.d.ts +107 -0
  1159. package/types/enums/recoveryservices/v20211101/index.js +71 -0
  1160. package/types/enums/recoveryservices/v20211201/index.d.ts +441 -0
  1161. package/types/enums/recoveryservices/v20211201/index.js +306 -0
  1162. package/types/enums/solutions/v20210701/index.d.ts +5 -5
  1163. package/types/enums/solutions/v20210701/index.js +5 -5
  1164. package/types/input.d.ts +31964 -22008
  1165. package/types/input.js +530 -7
  1166. package/types/output.d.ts +55641 -35060
  1167. package/types/output.js +546 -7
  1168. package/webpubsub/v20211001/index.d.ts +1 -0
  1169. package/webpubsub/v20211001/index.js +2 -1
  1170. package/webpubsub/v20211001/listWebPubSubKeys.d.ts +47 -0
  1171. package/webpubsub/v20211001/listWebPubSubKeys.js +28 -0
  1172. package/security/getScanner.d.ts +0 -67
  1173. package/security/getScanner.js +0 -29
  1174. package/security/scanner.d.ts +0 -87
  1175. package/security/scanner.js +0 -78
  1176. package/security/v20211201preview/getScanner.d.ts +0 -66
  1177. package/security/v20211201preview/getScanner.js +0 -28
  1178. package/security/v20211201preview/index.d.ts +0 -2
  1179. package/security/v20211201preview/index.js +0 -34
  1180. package/security/v20211201preview/scanner.d.ts +0 -86
  1181. package/security/v20211201preview/scanner.js +0 -77
@@ -0,0 +1,114 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../../types";
3
+ /**
4
+ * Specifies information about the capacity reservation.
5
+ */
6
+ export declare class CapacityReservation extends pulumi.CustomResource {
7
+ /**
8
+ * Get an existing CapacityReservation resource's state with the given name, ID, and optional extra
9
+ * properties used to qualify the lookup.
10
+ *
11
+ * @param name The _unique_ name of the resulting resource.
12
+ * @param id The _unique_ provider ID of the resource to lookup.
13
+ * @param opts Optional settings to control the behavior of the CustomResource.
14
+ */
15
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CapacityReservation;
16
+ /**
17
+ * Returns true if the given object is an instance of CapacityReservation. This is designed to work even
18
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
+ */
20
+ static isInstance(obj: any): obj is CapacityReservation;
21
+ /**
22
+ * The Capacity reservation instance view.
23
+ */
24
+ readonly instanceView: pulumi.Output<outputs.compute.v20211101.CapacityReservationInstanceViewResponse>;
25
+ /**
26
+ * Resource location
27
+ */
28
+ readonly location: pulumi.Output<string>;
29
+ /**
30
+ * Resource name
31
+ */
32
+ readonly name: pulumi.Output<string>;
33
+ /**
34
+ * The provisioning state, which only appears in the response.
35
+ */
36
+ readonly provisioningState: pulumi.Output<string>;
37
+ /**
38
+ * The date time when the capacity reservation was last updated.
39
+ */
40
+ readonly provisioningTime: pulumi.Output<string>;
41
+ /**
42
+ * A unique id generated and assigned to the capacity reservation by the platform which does not change throughout the lifetime of the resource.
43
+ */
44
+ readonly reservationId: pulumi.Output<string>;
45
+ /**
46
+ * SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.
47
+ */
48
+ readonly sku: pulumi.Output<outputs.compute.v20211101.SkuResponse>;
49
+ /**
50
+ * Resource tags
51
+ */
52
+ readonly tags: pulumi.Output<{
53
+ [key: string]: string;
54
+ } | undefined>;
55
+ /**
56
+ * Specifies the time at which the Capacity Reservation resource was created.<br><br>Minimum api-version: 2021-11-01.
57
+ */
58
+ readonly timeCreated: pulumi.Output<string>;
59
+ /**
60
+ * Resource type
61
+ */
62
+ readonly type: pulumi.Output<string>;
63
+ /**
64
+ * A list of all virtual machine resource ids that are associated with the capacity reservation.
65
+ */
66
+ readonly virtualMachinesAssociated: pulumi.Output<outputs.compute.v20211101.SubResourceReadOnlyResponse[]>;
67
+ /**
68
+ * Availability Zone to use for this capacity reservation. The zone has to be single value and also should be part for the list of zones specified during the capacity reservation group creation. The zone can be assigned only during creation. If not provided, the reservation supports only non-zonal deployments. If provided, enforces VM/VMSS using this capacity reservation to be in same zone.
69
+ */
70
+ readonly zones: pulumi.Output<string[] | undefined>;
71
+ /**
72
+ * Create a CapacityReservation resource with the given unique name, arguments, and options.
73
+ *
74
+ * @param name The _unique_ name of the resource.
75
+ * @param args The arguments to use to populate this resource's properties.
76
+ * @param opts A bag of options that control this resource's behavior.
77
+ */
78
+ constructor(name: string, args: CapacityReservationArgs, opts?: pulumi.CustomResourceOptions);
79
+ }
80
+ /**
81
+ * The set of arguments for constructing a CapacityReservation resource.
82
+ */
83
+ export interface CapacityReservationArgs {
84
+ /**
85
+ * The name of the capacity reservation group.
86
+ */
87
+ capacityReservationGroupName: pulumi.Input<string>;
88
+ /**
89
+ * The name of the capacity reservation.
90
+ */
91
+ capacityReservationName?: pulumi.Input<string>;
92
+ /**
93
+ * Resource location
94
+ */
95
+ location?: pulumi.Input<string>;
96
+ /**
97
+ * The name of the resource group.
98
+ */
99
+ resourceGroupName: pulumi.Input<string>;
100
+ /**
101
+ * SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.
102
+ */
103
+ sku: pulumi.Input<inputs.compute.v20211101.SkuArgs>;
104
+ /**
105
+ * Resource tags
106
+ */
107
+ tags?: pulumi.Input<{
108
+ [key: string]: pulumi.Input<string>;
109
+ }>;
110
+ /**
111
+ * Availability Zone to use for this capacity reservation. The zone has to be single value and also should be part for the list of zones specified during the capacity reservation group creation. The zone can be assigned only during creation. If not provided, the reservation supports only non-zonal deployments. If provided, enforces VM/VMSS using this capacity reservation to be in same zone.
112
+ */
113
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
114
+ }
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
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.CapacityReservation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Specifies information about the capacity reservation.
10
+ */
11
+ class CapacityReservation extends pulumi.CustomResource {
12
+ /**
13
+ * Create a CapacityReservation resource with the given unique name, arguments, and options.
14
+ *
15
+ * @param name The _unique_ name of the resource.
16
+ * @param args The arguments to use to populate this resource's properties.
17
+ * @param opts A bag of options that control this resource's behavior.
18
+ */
19
+ constructor(name, args, opts) {
20
+ let resourceInputs = {};
21
+ opts = opts || {};
22
+ if (!opts.id) {
23
+ if ((!args || args.capacityReservationGroupName === undefined) && !opts.urn) {
24
+ throw new Error("Missing required property 'capacityReservationGroupName'");
25
+ }
26
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
27
+ throw new Error("Missing required property 'resourceGroupName'");
28
+ }
29
+ if ((!args || args.sku === undefined) && !opts.urn) {
30
+ throw new Error("Missing required property 'sku'");
31
+ }
32
+ resourceInputs["capacityReservationGroupName"] = args ? args.capacityReservationGroupName : undefined;
33
+ resourceInputs["capacityReservationName"] = args ? args.capacityReservationName : undefined;
34
+ resourceInputs["location"] = args ? args.location : undefined;
35
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
36
+ resourceInputs["sku"] = args ? args.sku : undefined;
37
+ resourceInputs["tags"] = args ? args.tags : undefined;
38
+ resourceInputs["zones"] = args ? args.zones : undefined;
39
+ resourceInputs["instanceView"] = undefined /*out*/;
40
+ resourceInputs["name"] = undefined /*out*/;
41
+ resourceInputs["provisioningState"] = undefined /*out*/;
42
+ resourceInputs["provisioningTime"] = undefined /*out*/;
43
+ resourceInputs["reservationId"] = undefined /*out*/;
44
+ resourceInputs["timeCreated"] = undefined /*out*/;
45
+ resourceInputs["type"] = undefined /*out*/;
46
+ resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
47
+ }
48
+ else {
49
+ resourceInputs["instanceView"] = undefined /*out*/;
50
+ resourceInputs["location"] = undefined /*out*/;
51
+ resourceInputs["name"] = undefined /*out*/;
52
+ resourceInputs["provisioningState"] = undefined /*out*/;
53
+ resourceInputs["provisioningTime"] = undefined /*out*/;
54
+ resourceInputs["reservationId"] = undefined /*out*/;
55
+ resourceInputs["sku"] = undefined /*out*/;
56
+ resourceInputs["tags"] = undefined /*out*/;
57
+ resourceInputs["timeCreated"] = undefined /*out*/;
58
+ resourceInputs["type"] = undefined /*out*/;
59
+ resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
60
+ resourceInputs["zones"] = undefined /*out*/;
61
+ }
62
+ if (!opts.version) {
63
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
64
+ }
65
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:CapacityReservation" }, { type: "azure-native:compute/v20210401:CapacityReservation" }, { type: "azure-native:compute/v20210701:CapacityReservation" }] };
66
+ opts = pulumi.mergeOptions(opts, aliasOpts);
67
+ super(CapacityReservation.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ /**
70
+ * Get an existing CapacityReservation resource's state with the given name, ID, and optional extra
71
+ * properties used to qualify the lookup.
72
+ *
73
+ * @param name The _unique_ name of the resulting resource.
74
+ * @param id The _unique_ provider ID of the resource to lookup.
75
+ * @param opts Optional settings to control the behavior of the CustomResource.
76
+ */
77
+ static get(name, id, opts) {
78
+ return new CapacityReservation(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
79
+ }
80
+ /**
81
+ * Returns true if the given object is an instance of CapacityReservation. This is designed to work even
82
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
83
+ */
84
+ static isInstance(obj) {
85
+ if (obj === undefined || obj === null) {
86
+ return false;
87
+ }
88
+ return obj['__pulumiType'] === CapacityReservation.__pulumiType;
89
+ }
90
+ }
91
+ exports.CapacityReservation = CapacityReservation;
92
+ /** @internal */
93
+ CapacityReservation.__pulumiType = 'azure-native:compute/v20211101:CapacityReservation';
94
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWNpdHlSZXNlcnZhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjExMTAxL2NhcGFjaXR5UmVzZXJ2YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxtQkFBb0IsU0FBUSxNQUFNLENBQUMsY0FBYztJQTRFMUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNkIsRUFBRSxJQUFtQztRQUN4RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyw0QkFBNEIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3pFLE1BQU0sSUFBSSxLQUFLLENBQUMsMERBQTBELENBQUMsQ0FBQzthQUMvRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUcsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ2hELE1BQU0sSUFBSSxLQUFLLENBQUMsaUNBQWlDLENBQUMsQ0FBQzthQUN0RDtZQUNELGNBQWMsQ0FBQyw4QkFBOEIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLDRCQUE0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
@@ -0,0 +1,90 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../../types";
3
+ /**
4
+ * Specifies information about the capacity reservation group that the capacity reservations should be assigned to. <br><br> Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group.
5
+ */
6
+ export declare class CapacityReservationGroup extends pulumi.CustomResource {
7
+ /**
8
+ * Get an existing CapacityReservationGroup resource's state with the given name, ID, and optional extra
9
+ * properties used to qualify the lookup.
10
+ *
11
+ * @param name The _unique_ name of the resulting resource.
12
+ * @param id The _unique_ provider ID of the resource to lookup.
13
+ * @param opts Optional settings to control the behavior of the CustomResource.
14
+ */
15
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CapacityReservationGroup;
16
+ /**
17
+ * Returns true if the given object is an instance of CapacityReservationGroup. This is designed to work even
18
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
+ */
20
+ static isInstance(obj: any): obj is CapacityReservationGroup;
21
+ /**
22
+ * A list of all capacity reservation resource ids that belong to capacity reservation group.
23
+ */
24
+ readonly capacityReservations: pulumi.Output<outputs.compute.v20211101.SubResourceReadOnlyResponse[]>;
25
+ /**
26
+ * The capacity reservation group instance view which has the list of instance views for all the capacity reservations that belong to the capacity reservation group.
27
+ */
28
+ readonly instanceView: pulumi.Output<outputs.compute.v20211101.CapacityReservationGroupInstanceViewResponse>;
29
+ /**
30
+ * Resource location
31
+ */
32
+ readonly location: pulumi.Output<string>;
33
+ /**
34
+ * Resource name
35
+ */
36
+ readonly name: pulumi.Output<string>;
37
+ /**
38
+ * Resource tags
39
+ */
40
+ readonly tags: pulumi.Output<{
41
+ [key: string]: string;
42
+ } | undefined>;
43
+ /**
44
+ * Resource type
45
+ */
46
+ readonly type: pulumi.Output<string>;
47
+ /**
48
+ * A list of references to all virtual machines associated to the capacity reservation group.
49
+ */
50
+ readonly virtualMachinesAssociated: pulumi.Output<outputs.compute.v20211101.SubResourceReadOnlyResponse[]>;
51
+ /**
52
+ * Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.
53
+ */
54
+ readonly zones: pulumi.Output<string[] | undefined>;
55
+ /**
56
+ * Create a CapacityReservationGroup resource with the given unique name, arguments, and options.
57
+ *
58
+ * @param name The _unique_ name of the resource.
59
+ * @param args The arguments to use to populate this resource's properties.
60
+ * @param opts A bag of options that control this resource's behavior.
61
+ */
62
+ constructor(name: string, args: CapacityReservationGroupArgs, opts?: pulumi.CustomResourceOptions);
63
+ }
64
+ /**
65
+ * The set of arguments for constructing a CapacityReservationGroup resource.
66
+ */
67
+ export interface CapacityReservationGroupArgs {
68
+ /**
69
+ * The name of the capacity reservation group.
70
+ */
71
+ capacityReservationGroupName?: pulumi.Input<string>;
72
+ /**
73
+ * Resource location
74
+ */
75
+ location?: pulumi.Input<string>;
76
+ /**
77
+ * The name of the resource group.
78
+ */
79
+ resourceGroupName: pulumi.Input<string>;
80
+ /**
81
+ * Resource tags
82
+ */
83
+ tags?: pulumi.Input<{
84
+ [key: string]: pulumi.Input<string>;
85
+ }>;
86
+ /**
87
+ * Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.
88
+ */
89
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
90
+ }
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
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.CapacityReservationGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Specifies information about the capacity reservation group that the capacity reservations should be assigned to. <br><br> Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group.
10
+ */
11
+ class CapacityReservationGroup extends pulumi.CustomResource {
12
+ /**
13
+ * Create a CapacityReservationGroup resource with the given unique name, arguments, and options.
14
+ *
15
+ * @param name The _unique_ name of the resource.
16
+ * @param args The arguments to use to populate this resource's properties.
17
+ * @param opts A bag of options that control this resource's behavior.
18
+ */
19
+ constructor(name, args, opts) {
20
+ let resourceInputs = {};
21
+ opts = opts || {};
22
+ if (!opts.id) {
23
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
24
+ throw new Error("Missing required property 'resourceGroupName'");
25
+ }
26
+ resourceInputs["capacityReservationGroupName"] = args ? args.capacityReservationGroupName : undefined;
27
+ resourceInputs["location"] = args ? args.location : undefined;
28
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
29
+ resourceInputs["tags"] = args ? args.tags : undefined;
30
+ resourceInputs["zones"] = args ? args.zones : undefined;
31
+ resourceInputs["capacityReservations"] = undefined /*out*/;
32
+ resourceInputs["instanceView"] = undefined /*out*/;
33
+ resourceInputs["name"] = undefined /*out*/;
34
+ resourceInputs["type"] = undefined /*out*/;
35
+ resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
36
+ }
37
+ else {
38
+ resourceInputs["capacityReservations"] = undefined /*out*/;
39
+ resourceInputs["instanceView"] = undefined /*out*/;
40
+ resourceInputs["location"] = undefined /*out*/;
41
+ resourceInputs["name"] = undefined /*out*/;
42
+ resourceInputs["tags"] = undefined /*out*/;
43
+ resourceInputs["type"] = undefined /*out*/;
44
+ resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
45
+ resourceInputs["zones"] = undefined /*out*/;
46
+ }
47
+ if (!opts.version) {
48
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
49
+ }
50
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:CapacityReservationGroup" }, { type: "azure-native:compute/v20210401:CapacityReservationGroup" }, { type: "azure-native:compute/v20210701:CapacityReservationGroup" }] };
51
+ opts = pulumi.mergeOptions(opts, aliasOpts);
52
+ super(CapacityReservationGroup.__pulumiType, name, resourceInputs, opts);
53
+ }
54
+ /**
55
+ * Get an existing CapacityReservationGroup resource's state with the given name, ID, and optional extra
56
+ * properties used to qualify the lookup.
57
+ *
58
+ * @param name The _unique_ name of the resulting resource.
59
+ * @param id The _unique_ provider ID of the resource to lookup.
60
+ * @param opts Optional settings to control the behavior of the CustomResource.
61
+ */
62
+ static get(name, id, opts) {
63
+ return new CapacityReservationGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
64
+ }
65
+ /**
66
+ * Returns true if the given object is an instance of CapacityReservationGroup. This is designed to work even
67
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
+ */
69
+ static isInstance(obj) {
70
+ if (obj === undefined || obj === null) {
71
+ return false;
72
+ }
73
+ return obj['__pulumiType'] === CapacityReservationGroup.__pulumiType;
74
+ }
75
+ }
76
+ exports.CapacityReservationGroup = CapacityReservationGroup;
77
+ /** @internal */
78
+ CapacityReservationGroup.__pulumiType = 'azure-native:compute/v20211101:CapacityReservationGroup';
79
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3VwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMTExMDEvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsd0JBQXlCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0RC9EOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWtDLEVBQUUsSUFBbUM7UUFDN0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsOEJBQThCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RHLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FB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
@@ -0,0 +1,130 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs, enums } from "../../types";
3
+ /**
4
+ * Specifies information about the Dedicated host.
5
+ */
6
+ export declare class DedicatedHost extends pulumi.CustomResource {
7
+ /**
8
+ * Get an existing DedicatedHost resource's state with the given name, ID, and optional extra
9
+ * properties used to qualify the lookup.
10
+ *
11
+ * @param name The _unique_ name of the resulting resource.
12
+ * @param id The _unique_ provider ID of the resource to lookup.
13
+ * @param opts Optional settings to control the behavior of the CustomResource.
14
+ */
15
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DedicatedHost;
16
+ /**
17
+ * Returns true if the given object is an instance of DedicatedHost. This is designed to work even
18
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
+ */
20
+ static isInstance(obj: any): obj is DedicatedHost;
21
+ /**
22
+ * Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
23
+ */
24
+ readonly autoReplaceOnFailure: pulumi.Output<boolean | undefined>;
25
+ /**
26
+ * A unique id generated and assigned to the dedicated host by the platform. <br><br> Does not change throughout the lifetime of the host.
27
+ */
28
+ readonly hostId: pulumi.Output<string>;
29
+ /**
30
+ * The dedicated host instance view.
31
+ */
32
+ readonly instanceView: pulumi.Output<outputs.compute.v20211101.DedicatedHostInstanceViewResponse>;
33
+ /**
34
+ * Specifies the software license type that will be applied to the VMs deployed on the dedicated host. <br><br> Possible values are: <br><br> **None** <br><br> **Windows_Server_Hybrid** <br><br> **Windows_Server_Perpetual** <br><br> Default: **None**
35
+ */
36
+ readonly licenseType: pulumi.Output<string | undefined>;
37
+ /**
38
+ * Resource location
39
+ */
40
+ readonly location: pulumi.Output<string>;
41
+ /**
42
+ * Resource name
43
+ */
44
+ readonly name: pulumi.Output<string>;
45
+ /**
46
+ * Fault domain of the dedicated host within a dedicated host group.
47
+ */
48
+ readonly platformFaultDomain: pulumi.Output<number | undefined>;
49
+ /**
50
+ * The provisioning state, which only appears in the response.
51
+ */
52
+ readonly provisioningState: pulumi.Output<string>;
53
+ /**
54
+ * The date when the host was first provisioned.
55
+ */
56
+ readonly provisioningTime: pulumi.Output<string>;
57
+ /**
58
+ * SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
59
+ */
60
+ readonly sku: pulumi.Output<outputs.compute.v20211101.SkuResponse>;
61
+ /**
62
+ * Resource tags
63
+ */
64
+ readonly tags: pulumi.Output<{
65
+ [key: string]: string;
66
+ } | undefined>;
67
+ /**
68
+ * Specifies the time at which the Dedicated Host resource was created.<br><br>Minimum api-version: 2021-11-01.
69
+ */
70
+ readonly timeCreated: pulumi.Output<string>;
71
+ /**
72
+ * Resource type
73
+ */
74
+ readonly type: pulumi.Output<string>;
75
+ /**
76
+ * A list of references to all virtual machines in the Dedicated Host.
77
+ */
78
+ readonly virtualMachines: pulumi.Output<outputs.compute.v20211101.SubResourceReadOnlyResponse[]>;
79
+ /**
80
+ * Create a DedicatedHost resource with the given unique name, arguments, and options.
81
+ *
82
+ * @param name The _unique_ name of the resource.
83
+ * @param args The arguments to use to populate this resource's properties.
84
+ * @param opts A bag of options that control this resource's behavior.
85
+ */
86
+ constructor(name: string, args: DedicatedHostArgs, opts?: pulumi.CustomResourceOptions);
87
+ }
88
+ /**
89
+ * The set of arguments for constructing a DedicatedHost resource.
90
+ */
91
+ export interface DedicatedHostArgs {
92
+ /**
93
+ * Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
94
+ */
95
+ autoReplaceOnFailure?: pulumi.Input<boolean>;
96
+ /**
97
+ * The name of the dedicated host group.
98
+ */
99
+ hostGroupName: pulumi.Input<string>;
100
+ /**
101
+ * The name of the dedicated host .
102
+ */
103
+ hostName?: pulumi.Input<string>;
104
+ /**
105
+ * Specifies the software license type that will be applied to the VMs deployed on the dedicated host. <br><br> Possible values are: <br><br> **None** <br><br> **Windows_Server_Hybrid** <br><br> **Windows_Server_Perpetual** <br><br> Default: **None**
106
+ */
107
+ licenseType?: pulumi.Input<enums.compute.v20211101.DedicatedHostLicenseTypes>;
108
+ /**
109
+ * Resource location
110
+ */
111
+ location?: pulumi.Input<string>;
112
+ /**
113
+ * Fault domain of the dedicated host within a dedicated host group.
114
+ */
115
+ platformFaultDomain?: pulumi.Input<number>;
116
+ /**
117
+ * The name of the resource group.
118
+ */
119
+ resourceGroupName: pulumi.Input<string>;
120
+ /**
121
+ * SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
122
+ */
123
+ sku: pulumi.Input<inputs.compute.v20211101.SkuArgs>;
124
+ /**
125
+ * Resource tags
126
+ */
127
+ tags?: pulumi.Input<{
128
+ [key: string]: pulumi.Input<string>;
129
+ }>;
130
+ }
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
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.DedicatedHost = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Specifies information about the Dedicated host.
10
+ */
11
+ class DedicatedHost extends pulumi.CustomResource {
12
+ /**
13
+ * Create a DedicatedHost resource with the given unique name, arguments, and options.
14
+ *
15
+ * @param name The _unique_ name of the resource.
16
+ * @param args The arguments to use to populate this resource's properties.
17
+ * @param opts A bag of options that control this resource's behavior.
18
+ */
19
+ constructor(name, args, opts) {
20
+ let resourceInputs = {};
21
+ opts = opts || {};
22
+ if (!opts.id) {
23
+ if ((!args || args.hostGroupName === undefined) && !opts.urn) {
24
+ throw new Error("Missing required property 'hostGroupName'");
25
+ }
26
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
27
+ throw new Error("Missing required property 'resourceGroupName'");
28
+ }
29
+ if ((!args || args.sku === undefined) && !opts.urn) {
30
+ throw new Error("Missing required property 'sku'");
31
+ }
32
+ resourceInputs["autoReplaceOnFailure"] = args ? args.autoReplaceOnFailure : undefined;
33
+ resourceInputs["hostGroupName"] = args ? args.hostGroupName : undefined;
34
+ resourceInputs["hostName"] = args ? args.hostName : undefined;
35
+ resourceInputs["licenseType"] = args ? args.licenseType : undefined;
36
+ resourceInputs["location"] = args ? args.location : undefined;
37
+ resourceInputs["platformFaultDomain"] = args ? args.platformFaultDomain : undefined;
38
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
39
+ resourceInputs["sku"] = args ? args.sku : undefined;
40
+ resourceInputs["tags"] = args ? args.tags : undefined;
41
+ resourceInputs["hostId"] = undefined /*out*/;
42
+ resourceInputs["instanceView"] = undefined /*out*/;
43
+ resourceInputs["name"] = undefined /*out*/;
44
+ resourceInputs["provisioningState"] = undefined /*out*/;
45
+ resourceInputs["provisioningTime"] = undefined /*out*/;
46
+ resourceInputs["timeCreated"] = undefined /*out*/;
47
+ resourceInputs["type"] = undefined /*out*/;
48
+ resourceInputs["virtualMachines"] = undefined /*out*/;
49
+ }
50
+ else {
51
+ resourceInputs["autoReplaceOnFailure"] = undefined /*out*/;
52
+ resourceInputs["hostId"] = undefined /*out*/;
53
+ resourceInputs["instanceView"] = undefined /*out*/;
54
+ resourceInputs["licenseType"] = undefined /*out*/;
55
+ resourceInputs["location"] = undefined /*out*/;
56
+ resourceInputs["name"] = undefined /*out*/;
57
+ resourceInputs["platformFaultDomain"] = undefined /*out*/;
58
+ resourceInputs["provisioningState"] = undefined /*out*/;
59
+ resourceInputs["provisioningTime"] = undefined /*out*/;
60
+ resourceInputs["sku"] = undefined /*out*/;
61
+ resourceInputs["tags"] = undefined /*out*/;
62
+ resourceInputs["timeCreated"] = undefined /*out*/;
63
+ resourceInputs["type"] = undefined /*out*/;
64
+ resourceInputs["virtualMachines"] = undefined /*out*/;
65
+ }
66
+ if (!opts.version) {
67
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
68
+ }
69
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:DedicatedHost" }, { type: "azure-native:compute/v20190301:DedicatedHost" }, { type: "azure-native:compute/v20190701:DedicatedHost" }, { type: "azure-native:compute/v20191201:DedicatedHost" }, { type: "azure-native:compute/v20200601:DedicatedHost" }, { type: "azure-native:compute/v20201201:DedicatedHost" }, { type: "azure-native:compute/v20210301:DedicatedHost" }, { type: "azure-native:compute/v20210401:DedicatedHost" }, { type: "azure-native:compute/v20210701:DedicatedHost" }] };
70
+ opts = pulumi.mergeOptions(opts, aliasOpts);
71
+ super(DedicatedHost.__pulumiType, name, resourceInputs, opts);
72
+ }
73
+ /**
74
+ * Get an existing DedicatedHost resource's state with the given name, ID, and optional extra
75
+ * properties used to qualify the lookup.
76
+ *
77
+ * @param name The _unique_ name of the resulting resource.
78
+ * @param id The _unique_ provider ID of the resource to lookup.
79
+ * @param opts Optional settings to control the behavior of the CustomResource.
80
+ */
81
+ static get(name, id, opts) {
82
+ return new DedicatedHost(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
83
+ }
84
+ /**
85
+ * Returns true if the given object is an instance of DedicatedHost. This is designed to work even
86
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
87
+ */
88
+ static isInstance(obj) {
89
+ if (obj === undefined || obj === null) {
90
+ return false;
91
+ }
92
+ return obj['__pulumiType'] === DedicatedHost.__pulumiType;
93
+ }
94
+ }
95
+ exports.DedicatedHost = DedicatedHost;
96
+ /** @internal */
97
+ DedicatedHost.__pulumiType = 'azure-native:compute/v20211101:DedicatedHost';
98
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVkaWNhdGVkSG9zdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjExMTAxL2RlZGljYXRlZEhvc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxhQUFjLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFvRnBEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXVCLEVBQUUsSUFBbUM7UUFDbEYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsYUFBYSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDMUQsTUFBTSxJQUFJLEtBQUssQ0FBQywyQ0FBMkMsQ0FBQyxDQUFDO2FBQ2hFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsR0FBRyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDaEQsTUFBTSxJQUFJLEtBQUssQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO2FBQ3REO1lBQ0QsY0FBYyxDQUFDLHNCQUFzQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUFD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