pulumi-azure-native 2.50.1__py3-none-any.whl → 2.51.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (565) hide show
  1. pulumi_azure_native/__init__.py +98 -0
  2. pulumi_azure_native/_utilities.py +5 -4
  3. pulumi_azure_native/azurefleet/_enums.py +328 -53
  4. pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
  5. pulumi_azure_native/azurefleet/fleet.py +20 -0
  6. pulumi_azure_native/azurefleet/get_fleet.py +27 -1
  7. pulumi_azure_native/azurefleet/outputs.py +1348 -1126
  8. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
  9. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
  10. pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
  11. pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
  12. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
  13. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
  14. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
  15. pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
  16. pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
  17. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
  18. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  19. pulumi_azure_native/cognitiveservices/account.py +3 -3
  20. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  21. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  22. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  23. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  24. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  25. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  26. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  27. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  28. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  29. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  30. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  31. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  32. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  33. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  34. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  35. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  36. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  37. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  38. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  39. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  40. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  41. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  42. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  43. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  44. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  45. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  47. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  48. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  49. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  50. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  51. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  52. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  53. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  54. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  55. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  56. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  57. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  58. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
  68. pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
  69. pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
  70. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
  71. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
  72. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
  73. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
  74. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
  75. pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
  76. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
  77. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
  78. pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
  79. pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
  80. pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
  81. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
  82. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
  83. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
  84. pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
  86. pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
  87. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
  88. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
  89. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
  90. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
  91. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
  92. pulumi_azure_native/compute/__init__.py +3 -0
  93. pulumi_azure_native/compute/disk.py +3 -3
  94. pulumi_azure_native/compute/disk_access.py +3 -3
  95. pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
  96. pulumi_azure_native/compute/disk_encryption_set.py +3 -3
  97. pulumi_azure_native/compute/get_disk.py +2 -2
  98. pulumi_azure_native/compute/get_disk_access.py +2 -2
  99. pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
  100. pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
  101. pulumi_azure_native/compute/get_snapshot.py +2 -2
  102. pulumi_azure_native/compute/snapshot.py +3 -3
  103. pulumi_azure_native/compute/v20220702/disk.py +1 -1
  104. pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
  105. pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
  107. pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
  108. pulumi_azure_native/compute/v20230102/disk.py +1 -1
  109. pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
  110. pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
  112. pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
  113. pulumi_azure_native/compute/v20230402/disk.py +1 -1
  114. pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
  115. pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
  117. pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
  118. pulumi_azure_native/compute/v20231002/disk.py +1 -1
  119. pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
  120. pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
  122. pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
  123. pulumi_azure_native/compute/v20240302/__init__.py +20 -0
  124. pulumi_azure_native/compute/v20240302/_enums.py +303 -0
  125. pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
  126. pulumi_azure_native/compute/v20240302/disk.py +1084 -0
  127. pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
  128. pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
  129. pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
  130. pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
  131. pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
  132. pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
  133. pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
  134. pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
  135. pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
  136. pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
  137. pulumi_azure_native/containerservice/__init__.py +3 -0
  138. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  139. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  140. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  141. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  142. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  143. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  144. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  145. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  146. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  149. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  150. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  151. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  152. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  153. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  154. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  155. pulumi_azure_native/containerservice/snapshot.py +3 -3
  156. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  157. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  159. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  161. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  162. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  169. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  170. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  180. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  181. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  187. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  188. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  189. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  190. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  192. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  199. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  200. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  201. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  204. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  205. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  206. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  211. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  212. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  213. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  214. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  215. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  216. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  217. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  221. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  222. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  224. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  225. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  226. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  227. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  228. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  230. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  231. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  232. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  233. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  237. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  238. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  239. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  240. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  241. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  242. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  243. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  244. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  245. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  246. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  247. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  248. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  249. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  250. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  251. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  252. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  253. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  255. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  256. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  257. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  258. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  259. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  260. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  273. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  274. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  276. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  277. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  278. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  279. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  280. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  281. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  285. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  286. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  289. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  290. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  291. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  292. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  293. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  294. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  295. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  296. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  297. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  298. pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
  299. pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
  300. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
  301. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
  302. pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
  303. pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
  304. pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
  305. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
  306. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
  307. pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
  308. pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
  309. pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
  310. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
  311. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
  312. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
  313. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
  314. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
  315. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
  316. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
  317. pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
  318. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
  319. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
  320. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
  321. pulumi_azure_native/datafactory/_inputs.py +110 -10
  322. pulumi_azure_native/datafactory/outputs.py +69 -7
  323. pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
  324. pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
  325. pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
  326. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
  327. pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
  328. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
  329. pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
  330. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
  331. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
  332. pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
  333. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
  334. pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
  335. pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
  336. pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
  337. pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
  338. pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
  339. pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
  340. pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
  341. pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
  342. pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
  343. pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
  344. pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
  345. pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
  346. pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
  347. pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
  348. pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
  349. pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
  350. pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
  351. pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
  352. pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
  353. pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
  354. pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
  355. pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
  356. pulumi_azure_native/netapp/__init__.py +4 -0
  357. pulumi_azure_native/netapp/account.py +3 -3
  358. pulumi_azure_native/netapp/backup.py +2 -2
  359. pulumi_azure_native/netapp/backup_policy.py +3 -3
  360. pulumi_azure_native/netapp/backup_vault.py +3 -3
  361. pulumi_azure_native/netapp/get_account.py +2 -2
  362. pulumi_azure_native/netapp/get_backup.py +2 -2
  363. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  364. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  365. pulumi_azure_native/netapp/get_pool.py +2 -2
  366. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  367. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  368. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  369. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  370. pulumi_azure_native/netapp/get_volume.py +2 -2
  371. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  372. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  373. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  374. pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
  375. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  376. pulumi_azure_native/netapp/outputs.py +84 -0
  377. pulumi_azure_native/netapp/pool.py +3 -3
  378. pulumi_azure_native/netapp/snapshot.py +3 -3
  379. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  380. pulumi_azure_native/netapp/subvolume.py +3 -3
  381. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  382. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  383. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  384. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  385. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  386. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  387. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  388. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  389. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  390. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  391. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  392. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  393. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  394. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  395. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  396. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  397. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  398. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  399. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  400. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  401. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  402. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  403. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  404. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  405. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  406. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  407. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  408. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  409. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  410. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  411. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  412. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  413. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  414. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  415. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  416. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  417. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  419. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  420. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  421. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  422. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  423. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  424. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  425. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  426. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  427. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  429. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  430. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  431. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  432. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  433. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  434. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  435. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  436. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  437. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  439. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  440. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  441. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  442. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  443. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  444. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  445. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  446. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  447. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  448. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  449. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  450. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  451. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  452. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  453. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  454. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  455. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  456. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  457. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  458. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  459. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  460. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  461. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  462. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  463. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  464. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  465. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  466. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  467. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  468. pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
  469. pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
  470. pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
  471. pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
  472. pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
  473. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
  474. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
  475. pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
  476. pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
  477. pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
  478. pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
  479. pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
  480. pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
  481. pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
  482. pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
  483. pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
  484. pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
  485. pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
  486. pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
  487. pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
  488. pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
  489. pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
  490. pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
  491. pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
  492. pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
  493. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
  494. pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
  495. pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
  496. pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
  497. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
  498. pulumi_azure_native/netapp/volume.py +3 -3
  499. pulumi_azure_native/netapp/volume_group.py +3 -3
  500. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  501. pulumi_azure_native/pulumi-plugin.json +1 -1
  502. pulumi_azure_native/scvmm/__init__.py +3 -0
  503. pulumi_azure_native/scvmm/availability_set.py +3 -3
  504. pulumi_azure_native/scvmm/cloud.py +3 -3
  505. pulumi_azure_native/scvmm/get_availability_set.py +2 -2
  506. pulumi_azure_native/scvmm/get_cloud.py +2 -2
  507. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  508. pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
  509. pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
  510. pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
  511. pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
  512. pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
  513. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  514. pulumi_azure_native/scvmm/inventory_item.py +3 -3
  515. pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
  516. pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
  517. pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
  518. pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
  519. pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
  520. pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
  521. pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
  522. pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
  523. pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
  524. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
  525. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
  526. pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
  527. pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
  528. pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
  529. pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
  530. pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
  531. pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
  532. pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
  533. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
  534. pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
  535. pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
  536. pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
  537. pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
  538. pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
  539. pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
  540. pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
  541. pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
  542. pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
  543. pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
  544. pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
  545. pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
  546. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
  547. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
  548. pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
  549. pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
  550. pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
  551. pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
  552. pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
  553. pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
  554. pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
  555. pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
  556. pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
  557. pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
  558. pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
  559. pulumi_azure_native/scvmm/virtual_network.py +3 -3
  560. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
  561. pulumi_azure_native/scvmm/vmm_server.py +3 -3
  562. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/METADATA +1 -1
  563. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/RECORD +565 -433
  564. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/WHEEL +1 -1
  565. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1568 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ApiErrorBaseResponse',
21
+ 'ApiErrorResponse',
22
+ 'CopyCompletionErrorResponse',
23
+ 'CreationDataResponse',
24
+ 'DiskSecurityProfileResponse',
25
+ 'DiskSkuResponse',
26
+ 'EncryptionResponse',
27
+ 'EncryptionSetIdentityResponse',
28
+ 'EncryptionSettingsCollectionResponse',
29
+ 'EncryptionSettingsElementResponse',
30
+ 'ExtendedLocationResponse',
31
+ 'ImageDiskReferenceResponse',
32
+ 'InnerErrorResponse',
33
+ 'KeyForDiskEncryptionSetResponse',
34
+ 'KeyVaultAndKeyReferenceResponse',
35
+ 'KeyVaultAndSecretReferenceResponse',
36
+ 'PrivateEndpointConnectionResponse',
37
+ 'PrivateEndpointResponse',
38
+ 'PrivateLinkServiceConnectionStateResponse',
39
+ 'PropertyUpdatesInProgressResponse',
40
+ 'PurchasePlanResponse',
41
+ 'ShareInfoElementResponse',
42
+ 'SnapshotSkuResponse',
43
+ 'SourceVaultResponse',
44
+ 'SupportedCapabilitiesResponse',
45
+ 'UserAssignedIdentitiesResponseUserAssignedIdentities',
46
+ ]
47
+
48
+ @pulumi.output_type
49
+ class ApiErrorBaseResponse(dict):
50
+ """
51
+ Api error base.
52
+ """
53
+ def __init__(__self__, *,
54
+ code: Optional[str] = None,
55
+ message: Optional[str] = None,
56
+ target: Optional[str] = None):
57
+ """
58
+ Api error base.
59
+ :param str code: The error code.
60
+ :param str message: The error message.
61
+ :param str target: The target of the particular error.
62
+ """
63
+ if code is not None:
64
+ pulumi.set(__self__, "code", code)
65
+ if message is not None:
66
+ pulumi.set(__self__, "message", message)
67
+ if target is not None:
68
+ pulumi.set(__self__, "target", target)
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def code(self) -> Optional[str]:
73
+ """
74
+ The error code.
75
+ """
76
+ return pulumi.get(self, "code")
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def message(self) -> Optional[str]:
81
+ """
82
+ The error message.
83
+ """
84
+ return pulumi.get(self, "message")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def target(self) -> Optional[str]:
89
+ """
90
+ The target of the particular error.
91
+ """
92
+ return pulumi.get(self, "target")
93
+
94
+
95
+ @pulumi.output_type
96
+ class ApiErrorResponse(dict):
97
+ """
98
+ Api error.
99
+ """
100
+ def __init__(__self__, *,
101
+ code: Optional[str] = None,
102
+ details: Optional[Sequence['outputs.ApiErrorBaseResponse']] = None,
103
+ innererror: Optional['outputs.InnerErrorResponse'] = None,
104
+ message: Optional[str] = None,
105
+ target: Optional[str] = None):
106
+ """
107
+ Api error.
108
+ :param str code: The error code.
109
+ :param Sequence['ApiErrorBaseResponse'] details: The Api error details
110
+ :param 'InnerErrorResponse' innererror: The Api inner error
111
+ :param str message: The error message.
112
+ :param str target: The target of the particular error.
113
+ """
114
+ if code is not None:
115
+ pulumi.set(__self__, "code", code)
116
+ if details is not None:
117
+ pulumi.set(__self__, "details", details)
118
+ if innererror is not None:
119
+ pulumi.set(__self__, "innererror", innererror)
120
+ if message is not None:
121
+ pulumi.set(__self__, "message", message)
122
+ if target is not None:
123
+ pulumi.set(__self__, "target", target)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def code(self) -> Optional[str]:
128
+ """
129
+ The error code.
130
+ """
131
+ return pulumi.get(self, "code")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def details(self) -> Optional[Sequence['outputs.ApiErrorBaseResponse']]:
136
+ """
137
+ The Api error details
138
+ """
139
+ return pulumi.get(self, "details")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def innererror(self) -> Optional['outputs.InnerErrorResponse']:
144
+ """
145
+ The Api inner error
146
+ """
147
+ return pulumi.get(self, "innererror")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def message(self) -> Optional[str]:
152
+ """
153
+ The error message.
154
+ """
155
+ return pulumi.get(self, "message")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def target(self) -> Optional[str]:
160
+ """
161
+ The target of the particular error.
162
+ """
163
+ return pulumi.get(self, "target")
164
+
165
+
166
+ @pulumi.output_type
167
+ class CopyCompletionErrorResponse(dict):
168
+ """
169
+ Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
170
+ """
171
+ @staticmethod
172
+ def __key_warning(key: str):
173
+ suggest = None
174
+ if key == "errorCode":
175
+ suggest = "error_code"
176
+ elif key == "errorMessage":
177
+ suggest = "error_message"
178
+
179
+ if suggest:
180
+ pulumi.log.warn(f"Key '{key}' not found in CopyCompletionErrorResponse. Access the value via the '{suggest}' property getter instead.")
181
+
182
+ def __getitem__(self, key: str) -> Any:
183
+ CopyCompletionErrorResponse.__key_warning(key)
184
+ return super().__getitem__(key)
185
+
186
+ def get(self, key: str, default = None) -> Any:
187
+ CopyCompletionErrorResponse.__key_warning(key)
188
+ return super().get(key, default)
189
+
190
+ def __init__(__self__, *,
191
+ error_code: str,
192
+ error_message: str):
193
+ """
194
+ Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
195
+ :param str error_code: Indicates the error code if the background copy of a resource created via the CopyStart operation fails.
196
+ :param str error_message: Indicates the error message if the background copy of a resource created via the CopyStart operation fails.
197
+ """
198
+ pulumi.set(__self__, "error_code", error_code)
199
+ pulumi.set(__self__, "error_message", error_message)
200
+
201
+ @property
202
+ @pulumi.getter(name="errorCode")
203
+ def error_code(self) -> str:
204
+ """
205
+ Indicates the error code if the background copy of a resource created via the CopyStart operation fails.
206
+ """
207
+ return pulumi.get(self, "error_code")
208
+
209
+ @property
210
+ @pulumi.getter(name="errorMessage")
211
+ def error_message(self) -> str:
212
+ """
213
+ Indicates the error message if the background copy of a resource created via the CopyStart operation fails.
214
+ """
215
+ return pulumi.get(self, "error_message")
216
+
217
+
218
+ @pulumi.output_type
219
+ class CreationDataResponse(dict):
220
+ """
221
+ Data used when creating a disk.
222
+ """
223
+ @staticmethod
224
+ def __key_warning(key: str):
225
+ suggest = None
226
+ if key == "createOption":
227
+ suggest = "create_option"
228
+ elif key == "sourceUniqueId":
229
+ suggest = "source_unique_id"
230
+ elif key == "elasticSanResourceId":
231
+ suggest = "elastic_san_resource_id"
232
+ elif key == "galleryImageReference":
233
+ suggest = "gallery_image_reference"
234
+ elif key == "imageReference":
235
+ suggest = "image_reference"
236
+ elif key == "logicalSectorSize":
237
+ suggest = "logical_sector_size"
238
+ elif key == "performancePlus":
239
+ suggest = "performance_plus"
240
+ elif key == "provisionedBandwidthCopySpeed":
241
+ suggest = "provisioned_bandwidth_copy_speed"
242
+ elif key == "securityDataUri":
243
+ suggest = "security_data_uri"
244
+ elif key == "sourceResourceId":
245
+ suggest = "source_resource_id"
246
+ elif key == "sourceUri":
247
+ suggest = "source_uri"
248
+ elif key == "storageAccountId":
249
+ suggest = "storage_account_id"
250
+ elif key == "uploadSizeBytes":
251
+ suggest = "upload_size_bytes"
252
+
253
+ if suggest:
254
+ pulumi.log.warn(f"Key '{key}' not found in CreationDataResponse. Access the value via the '{suggest}' property getter instead.")
255
+
256
+ def __getitem__(self, key: str) -> Any:
257
+ CreationDataResponse.__key_warning(key)
258
+ return super().__getitem__(key)
259
+
260
+ def get(self, key: str, default = None) -> Any:
261
+ CreationDataResponse.__key_warning(key)
262
+ return super().get(key, default)
263
+
264
+ def __init__(__self__, *,
265
+ create_option: str,
266
+ source_unique_id: str,
267
+ elastic_san_resource_id: Optional[str] = None,
268
+ gallery_image_reference: Optional['outputs.ImageDiskReferenceResponse'] = None,
269
+ image_reference: Optional['outputs.ImageDiskReferenceResponse'] = None,
270
+ logical_sector_size: Optional[int] = None,
271
+ performance_plus: Optional[bool] = None,
272
+ provisioned_bandwidth_copy_speed: Optional[str] = None,
273
+ security_data_uri: Optional[str] = None,
274
+ source_resource_id: Optional[str] = None,
275
+ source_uri: Optional[str] = None,
276
+ storage_account_id: Optional[str] = None,
277
+ upload_size_bytes: Optional[float] = None):
278
+ """
279
+ Data used when creating a disk.
280
+ :param str create_option: This enumerates the possible sources of a disk's creation.
281
+ :param str source_unique_id: If this field is set, this is the unique id identifying the source of this resource.
282
+ :param str elastic_san_resource_id: Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot.
283
+ :param 'ImageDiskReferenceResponse' gallery_image_reference: Required if creating from a Gallery Image. The id/sharedGalleryImageId/communityGalleryImageId of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk.
284
+ :param 'ImageDiskReferenceResponse' image_reference: Disk source information for PIR or user images.
285
+ :param int logical_sector_size: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default.
286
+ :param bool performance_plus: Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled.
287
+ :param str provisioned_bandwidth_copy_speed: If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.
288
+ :param str security_data_uri: If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state.
289
+ :param str source_resource_id: If createOption is Copy, this is the ARM id of the source snapshot or disk.
290
+ :param str source_uri: If createOption is Import, this is the URI of a blob to be imported into a managed disk.
291
+ :param str storage_account_id: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk.
292
+ :param float upload_size_bytes: If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer).
293
+ """
294
+ pulumi.set(__self__, "create_option", create_option)
295
+ pulumi.set(__self__, "source_unique_id", source_unique_id)
296
+ if elastic_san_resource_id is not None:
297
+ pulumi.set(__self__, "elastic_san_resource_id", elastic_san_resource_id)
298
+ if gallery_image_reference is not None:
299
+ pulumi.set(__self__, "gallery_image_reference", gallery_image_reference)
300
+ if image_reference is not None:
301
+ pulumi.set(__self__, "image_reference", image_reference)
302
+ if logical_sector_size is not None:
303
+ pulumi.set(__self__, "logical_sector_size", logical_sector_size)
304
+ if performance_plus is not None:
305
+ pulumi.set(__self__, "performance_plus", performance_plus)
306
+ if provisioned_bandwidth_copy_speed is not None:
307
+ pulumi.set(__self__, "provisioned_bandwidth_copy_speed", provisioned_bandwidth_copy_speed)
308
+ if security_data_uri is not None:
309
+ pulumi.set(__self__, "security_data_uri", security_data_uri)
310
+ if source_resource_id is not None:
311
+ pulumi.set(__self__, "source_resource_id", source_resource_id)
312
+ if source_uri is not None:
313
+ pulumi.set(__self__, "source_uri", source_uri)
314
+ if storage_account_id is not None:
315
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
316
+ if upload_size_bytes is not None:
317
+ pulumi.set(__self__, "upload_size_bytes", upload_size_bytes)
318
+
319
+ @property
320
+ @pulumi.getter(name="createOption")
321
+ def create_option(self) -> str:
322
+ """
323
+ This enumerates the possible sources of a disk's creation.
324
+ """
325
+ return pulumi.get(self, "create_option")
326
+
327
+ @property
328
+ @pulumi.getter(name="sourceUniqueId")
329
+ def source_unique_id(self) -> str:
330
+ """
331
+ If this field is set, this is the unique id identifying the source of this resource.
332
+ """
333
+ return pulumi.get(self, "source_unique_id")
334
+
335
+ @property
336
+ @pulumi.getter(name="elasticSanResourceId")
337
+ def elastic_san_resource_id(self) -> Optional[str]:
338
+ """
339
+ Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic san volume snapshot.
340
+ """
341
+ return pulumi.get(self, "elastic_san_resource_id")
342
+
343
+ @property
344
+ @pulumi.getter(name="galleryImageReference")
345
+ def gallery_image_reference(self) -> Optional['outputs.ImageDiskReferenceResponse']:
346
+ """
347
+ Required if creating from a Gallery Image. The id/sharedGalleryImageId/communityGalleryImageId of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk.
348
+ """
349
+ return pulumi.get(self, "gallery_image_reference")
350
+
351
+ @property
352
+ @pulumi.getter(name="imageReference")
353
+ def image_reference(self) -> Optional['outputs.ImageDiskReferenceResponse']:
354
+ """
355
+ Disk source information for PIR or user images.
356
+ """
357
+ return pulumi.get(self, "image_reference")
358
+
359
+ @property
360
+ @pulumi.getter(name="logicalSectorSize")
361
+ def logical_sector_size(self) -> Optional[int]:
362
+ """
363
+ Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default.
364
+ """
365
+ return pulumi.get(self, "logical_sector_size")
366
+
367
+ @property
368
+ @pulumi.getter(name="performancePlus")
369
+ def performance_plus(self) -> Optional[bool]:
370
+ """
371
+ Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled.
372
+ """
373
+ return pulumi.get(self, "performance_plus")
374
+
375
+ @property
376
+ @pulumi.getter(name="provisionedBandwidthCopySpeed")
377
+ def provisioned_bandwidth_copy_speed(self) -> Optional[str]:
378
+ """
379
+ If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.
380
+ """
381
+ return pulumi.get(self, "provisioned_bandwidth_copy_speed")
382
+
383
+ @property
384
+ @pulumi.getter(name="securityDataUri")
385
+ def security_data_uri(self) -> Optional[str]:
386
+ """
387
+ If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state.
388
+ """
389
+ return pulumi.get(self, "security_data_uri")
390
+
391
+ @property
392
+ @pulumi.getter(name="sourceResourceId")
393
+ def source_resource_id(self) -> Optional[str]:
394
+ """
395
+ If createOption is Copy, this is the ARM id of the source snapshot or disk.
396
+ """
397
+ return pulumi.get(self, "source_resource_id")
398
+
399
+ @property
400
+ @pulumi.getter(name="sourceUri")
401
+ def source_uri(self) -> Optional[str]:
402
+ """
403
+ If createOption is Import, this is the URI of a blob to be imported into a managed disk.
404
+ """
405
+ return pulumi.get(self, "source_uri")
406
+
407
+ @property
408
+ @pulumi.getter(name="storageAccountId")
409
+ def storage_account_id(self) -> Optional[str]:
410
+ """
411
+ Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk.
412
+ """
413
+ return pulumi.get(self, "storage_account_id")
414
+
415
+ @property
416
+ @pulumi.getter(name="uploadSizeBytes")
417
+ def upload_size_bytes(self) -> Optional[float]:
418
+ """
419
+ If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer).
420
+ """
421
+ return pulumi.get(self, "upload_size_bytes")
422
+
423
+
424
+ @pulumi.output_type
425
+ class DiskSecurityProfileResponse(dict):
426
+ """
427
+ Contains the security related information for the resource.
428
+ """
429
+ @staticmethod
430
+ def __key_warning(key: str):
431
+ suggest = None
432
+ if key == "secureVMDiskEncryptionSetId":
433
+ suggest = "secure_vm_disk_encryption_set_id"
434
+ elif key == "securityType":
435
+ suggest = "security_type"
436
+
437
+ if suggest:
438
+ pulumi.log.warn(f"Key '{key}' not found in DiskSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
439
+
440
+ def __getitem__(self, key: str) -> Any:
441
+ DiskSecurityProfileResponse.__key_warning(key)
442
+ return super().__getitem__(key)
443
+
444
+ def get(self, key: str, default = None) -> Any:
445
+ DiskSecurityProfileResponse.__key_warning(key)
446
+ return super().get(key, default)
447
+
448
+ def __init__(__self__, *,
449
+ secure_vm_disk_encryption_set_id: Optional[str] = None,
450
+ security_type: Optional[str] = None):
451
+ """
452
+ Contains the security related information for the resource.
453
+ :param str secure_vm_disk_encryption_set_id: ResourceId of the disk encryption set associated to Confidential VM supported disk encrypted with customer managed key
454
+ :param str security_type: Specifies the SecurityType of the VM. Applicable for OS disks only.
455
+ """
456
+ if secure_vm_disk_encryption_set_id is not None:
457
+ pulumi.set(__self__, "secure_vm_disk_encryption_set_id", secure_vm_disk_encryption_set_id)
458
+ if security_type is not None:
459
+ pulumi.set(__self__, "security_type", security_type)
460
+
461
+ @property
462
+ @pulumi.getter(name="secureVMDiskEncryptionSetId")
463
+ def secure_vm_disk_encryption_set_id(self) -> Optional[str]:
464
+ """
465
+ ResourceId of the disk encryption set associated to Confidential VM supported disk encrypted with customer managed key
466
+ """
467
+ return pulumi.get(self, "secure_vm_disk_encryption_set_id")
468
+
469
+ @property
470
+ @pulumi.getter(name="securityType")
471
+ def security_type(self) -> Optional[str]:
472
+ """
473
+ Specifies the SecurityType of the VM. Applicable for OS disks only.
474
+ """
475
+ return pulumi.get(self, "security_type")
476
+
477
+
478
+ @pulumi.output_type
479
+ class DiskSkuResponse(dict):
480
+ """
481
+ The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
482
+ """
483
+ def __init__(__self__, *,
484
+ tier: str,
485
+ name: Optional[str] = None):
486
+ """
487
+ The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
488
+ :param str tier: The sku tier.
489
+ :param str name: The sku name.
490
+ """
491
+ pulumi.set(__self__, "tier", tier)
492
+ if name is not None:
493
+ pulumi.set(__self__, "name", name)
494
+
495
+ @property
496
+ @pulumi.getter
497
+ def tier(self) -> str:
498
+ """
499
+ The sku tier.
500
+ """
501
+ return pulumi.get(self, "tier")
502
+
503
+ @property
504
+ @pulumi.getter
505
+ def name(self) -> Optional[str]:
506
+ """
507
+ The sku name.
508
+ """
509
+ return pulumi.get(self, "name")
510
+
511
+
512
+ @pulumi.output_type
513
+ class EncryptionResponse(dict):
514
+ """
515
+ Encryption at rest settings for disk or snapshot
516
+ """
517
+ @staticmethod
518
+ def __key_warning(key: str):
519
+ suggest = None
520
+ if key == "diskEncryptionSetId":
521
+ suggest = "disk_encryption_set_id"
522
+
523
+ if suggest:
524
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
525
+
526
+ def __getitem__(self, key: str) -> Any:
527
+ EncryptionResponse.__key_warning(key)
528
+ return super().__getitem__(key)
529
+
530
+ def get(self, key: str, default = None) -> Any:
531
+ EncryptionResponse.__key_warning(key)
532
+ return super().get(key, default)
533
+
534
+ def __init__(__self__, *,
535
+ disk_encryption_set_id: Optional[str] = None,
536
+ type: Optional[str] = None):
537
+ """
538
+ Encryption at rest settings for disk or snapshot
539
+ :param str disk_encryption_set_id: ResourceId of the disk encryption set to use for enabling encryption at rest.
540
+ :param str type: The type of key used to encrypt the data of the disk.
541
+ """
542
+ if disk_encryption_set_id is not None:
543
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
544
+ if type is not None:
545
+ pulumi.set(__self__, "type", type)
546
+
547
+ @property
548
+ @pulumi.getter(name="diskEncryptionSetId")
549
+ def disk_encryption_set_id(self) -> Optional[str]:
550
+ """
551
+ ResourceId of the disk encryption set to use for enabling encryption at rest.
552
+ """
553
+ return pulumi.get(self, "disk_encryption_set_id")
554
+
555
+ @property
556
+ @pulumi.getter
557
+ def type(self) -> Optional[str]:
558
+ """
559
+ The type of key used to encrypt the data of the disk.
560
+ """
561
+ return pulumi.get(self, "type")
562
+
563
+
564
+ @pulumi.output_type
565
+ class EncryptionSetIdentityResponse(dict):
566
+ """
567
+ The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
568
+ """
569
+ @staticmethod
570
+ def __key_warning(key: str):
571
+ suggest = None
572
+ if key == "principalId":
573
+ suggest = "principal_id"
574
+ elif key == "tenantId":
575
+ suggest = "tenant_id"
576
+ elif key == "userAssignedIdentities":
577
+ suggest = "user_assigned_identities"
578
+
579
+ if suggest:
580
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionSetIdentityResponse. Access the value via the '{suggest}' property getter instead.")
581
+
582
+ def __getitem__(self, key: str) -> Any:
583
+ EncryptionSetIdentityResponse.__key_warning(key)
584
+ return super().__getitem__(key)
585
+
586
+ def get(self, key: str, default = None) -> Any:
587
+ EncryptionSetIdentityResponse.__key_warning(key)
588
+ return super().get(key, default)
589
+
590
+ def __init__(__self__, *,
591
+ principal_id: str,
592
+ tenant_id: str,
593
+ type: Optional[str] = None,
594
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']] = None):
595
+ """
596
+ The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
597
+ :param str principal_id: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity
598
+ :param str tenant_id: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity
599
+ :param str type: The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys.
600
+ :param Mapping[str, 'UserAssignedIdentitiesResponseUserAssignedIdentities'] user_assigned_identities: The list of user identities associated with the disk encryption set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
601
+ """
602
+ pulumi.set(__self__, "principal_id", principal_id)
603
+ pulumi.set(__self__, "tenant_id", tenant_id)
604
+ if type is not None:
605
+ pulumi.set(__self__, "type", type)
606
+ if user_assigned_identities is not None:
607
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
608
+
609
+ @property
610
+ @pulumi.getter(name="principalId")
611
+ def principal_id(self) -> str:
612
+ """
613
+ The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity
614
+ """
615
+ return pulumi.get(self, "principal_id")
616
+
617
+ @property
618
+ @pulumi.getter(name="tenantId")
619
+ def tenant_id(self) -> str:
620
+ """
621
+ The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity
622
+ """
623
+ return pulumi.get(self, "tenant_id")
624
+
625
+ @property
626
+ @pulumi.getter
627
+ def type(self) -> Optional[str]:
628
+ """
629
+ The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys.
630
+ """
631
+ return pulumi.get(self, "type")
632
+
633
+ @property
634
+ @pulumi.getter(name="userAssignedIdentities")
635
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']]:
636
+ """
637
+ The list of user identities associated with the disk encryption set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
638
+ """
639
+ return pulumi.get(self, "user_assigned_identities")
640
+
641
+
642
+ @pulumi.output_type
643
+ class EncryptionSettingsCollectionResponse(dict):
644
+ """
645
+ Encryption settings for disk or snapshot
646
+ """
647
+ @staticmethod
648
+ def __key_warning(key: str):
649
+ suggest = None
650
+ if key == "encryptionSettings":
651
+ suggest = "encryption_settings"
652
+ elif key == "encryptionSettingsVersion":
653
+ suggest = "encryption_settings_version"
654
+
655
+ if suggest:
656
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionSettingsCollectionResponse. Access the value via the '{suggest}' property getter instead.")
657
+
658
+ def __getitem__(self, key: str) -> Any:
659
+ EncryptionSettingsCollectionResponse.__key_warning(key)
660
+ return super().__getitem__(key)
661
+
662
+ def get(self, key: str, default = None) -> Any:
663
+ EncryptionSettingsCollectionResponse.__key_warning(key)
664
+ return super().get(key, default)
665
+
666
+ def __init__(__self__, *,
667
+ enabled: bool,
668
+ encryption_settings: Optional[Sequence['outputs.EncryptionSettingsElementResponse']] = None,
669
+ encryption_settings_version: Optional[str] = None):
670
+ """
671
+ Encryption settings for disk or snapshot
672
+ :param bool enabled: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged.
673
+ :param Sequence['EncryptionSettingsElementResponse'] encryption_settings: A collection of encryption settings, one for each disk volume.
674
+ :param str encryption_settings_version: Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption.
675
+ """
676
+ pulumi.set(__self__, "enabled", enabled)
677
+ if encryption_settings is not None:
678
+ pulumi.set(__self__, "encryption_settings", encryption_settings)
679
+ if encryption_settings_version is not None:
680
+ pulumi.set(__self__, "encryption_settings_version", encryption_settings_version)
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def enabled(self) -> bool:
685
+ """
686
+ Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged.
687
+ """
688
+ return pulumi.get(self, "enabled")
689
+
690
+ @property
691
+ @pulumi.getter(name="encryptionSettings")
692
+ def encryption_settings(self) -> Optional[Sequence['outputs.EncryptionSettingsElementResponse']]:
693
+ """
694
+ A collection of encryption settings, one for each disk volume.
695
+ """
696
+ return pulumi.get(self, "encryption_settings")
697
+
698
+ @property
699
+ @pulumi.getter(name="encryptionSettingsVersion")
700
+ def encryption_settings_version(self) -> Optional[str]:
701
+ """
702
+ Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption.
703
+ """
704
+ return pulumi.get(self, "encryption_settings_version")
705
+
706
+
707
+ @pulumi.output_type
708
+ class EncryptionSettingsElementResponse(dict):
709
+ """
710
+ Encryption settings for one disk volume.
711
+ """
712
+ @staticmethod
713
+ def __key_warning(key: str):
714
+ suggest = None
715
+ if key == "diskEncryptionKey":
716
+ suggest = "disk_encryption_key"
717
+ elif key == "keyEncryptionKey":
718
+ suggest = "key_encryption_key"
719
+
720
+ if suggest:
721
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionSettingsElementResponse. Access the value via the '{suggest}' property getter instead.")
722
+
723
+ def __getitem__(self, key: str) -> Any:
724
+ EncryptionSettingsElementResponse.__key_warning(key)
725
+ return super().__getitem__(key)
726
+
727
+ def get(self, key: str, default = None) -> Any:
728
+ EncryptionSettingsElementResponse.__key_warning(key)
729
+ return super().get(key, default)
730
+
731
+ def __init__(__self__, *,
732
+ disk_encryption_key: Optional['outputs.KeyVaultAndSecretReferenceResponse'] = None,
733
+ key_encryption_key: Optional['outputs.KeyVaultAndKeyReferenceResponse'] = None):
734
+ """
735
+ Encryption settings for one disk volume.
736
+ :param 'KeyVaultAndSecretReferenceResponse' disk_encryption_key: Key Vault Secret Url and vault id of the disk encryption key
737
+ :param 'KeyVaultAndKeyReferenceResponse' key_encryption_key: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.
738
+ """
739
+ if disk_encryption_key is not None:
740
+ pulumi.set(__self__, "disk_encryption_key", disk_encryption_key)
741
+ if key_encryption_key is not None:
742
+ pulumi.set(__self__, "key_encryption_key", key_encryption_key)
743
+
744
+ @property
745
+ @pulumi.getter(name="diskEncryptionKey")
746
+ def disk_encryption_key(self) -> Optional['outputs.KeyVaultAndSecretReferenceResponse']:
747
+ """
748
+ Key Vault Secret Url and vault id of the disk encryption key
749
+ """
750
+ return pulumi.get(self, "disk_encryption_key")
751
+
752
+ @property
753
+ @pulumi.getter(name="keyEncryptionKey")
754
+ def key_encryption_key(self) -> Optional['outputs.KeyVaultAndKeyReferenceResponse']:
755
+ """
756
+ Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.
757
+ """
758
+ return pulumi.get(self, "key_encryption_key")
759
+
760
+
761
+ @pulumi.output_type
762
+ class ExtendedLocationResponse(dict):
763
+ """
764
+ The complex type of the extended location.
765
+ """
766
+ def __init__(__self__, *,
767
+ name: Optional[str] = None,
768
+ type: Optional[str] = None):
769
+ """
770
+ The complex type of the extended location.
771
+ :param str name: The name of the extended location.
772
+ :param str type: The type of the extended location.
773
+ """
774
+ if name is not None:
775
+ pulumi.set(__self__, "name", name)
776
+ if type is not None:
777
+ pulumi.set(__self__, "type", type)
778
+
779
+ @property
780
+ @pulumi.getter
781
+ def name(self) -> Optional[str]:
782
+ """
783
+ The name of the extended location.
784
+ """
785
+ return pulumi.get(self, "name")
786
+
787
+ @property
788
+ @pulumi.getter
789
+ def type(self) -> Optional[str]:
790
+ """
791
+ The type of the extended location.
792
+ """
793
+ return pulumi.get(self, "type")
794
+
795
+
796
+ @pulumi.output_type
797
+ class ImageDiskReferenceResponse(dict):
798
+ """
799
+ The source image used for creating the disk.
800
+ """
801
+ @staticmethod
802
+ def __key_warning(key: str):
803
+ suggest = None
804
+ if key == "communityGalleryImageId":
805
+ suggest = "community_gallery_image_id"
806
+ elif key == "sharedGalleryImageId":
807
+ suggest = "shared_gallery_image_id"
808
+
809
+ if suggest:
810
+ pulumi.log.warn(f"Key '{key}' not found in ImageDiskReferenceResponse. Access the value via the '{suggest}' property getter instead.")
811
+
812
+ def __getitem__(self, key: str) -> Any:
813
+ ImageDiskReferenceResponse.__key_warning(key)
814
+ return super().__getitem__(key)
815
+
816
+ def get(self, key: str, default = None) -> Any:
817
+ ImageDiskReferenceResponse.__key_warning(key)
818
+ return super().get(key, default)
819
+
820
+ def __init__(__self__, *,
821
+ community_gallery_image_id: Optional[str] = None,
822
+ id: Optional[str] = None,
823
+ lun: Optional[int] = None,
824
+ shared_gallery_image_id: Optional[str] = None):
825
+ """
826
+ The source image used for creating the disk.
827
+ :param str community_gallery_image_id: A relative uri containing a community Azure Compute Gallery image reference.
828
+ :param str id: A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference.
829
+ :param int lun: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.
830
+ :param str shared_gallery_image_id: A relative uri containing a direct shared Azure Compute Gallery image reference.
831
+ """
832
+ if community_gallery_image_id is not None:
833
+ pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
834
+ if id is not None:
835
+ pulumi.set(__self__, "id", id)
836
+ if lun is not None:
837
+ pulumi.set(__self__, "lun", lun)
838
+ if shared_gallery_image_id is not None:
839
+ pulumi.set(__self__, "shared_gallery_image_id", shared_gallery_image_id)
840
+
841
+ @property
842
+ @pulumi.getter(name="communityGalleryImageId")
843
+ def community_gallery_image_id(self) -> Optional[str]:
844
+ """
845
+ A relative uri containing a community Azure Compute Gallery image reference.
846
+ """
847
+ return pulumi.get(self, "community_gallery_image_id")
848
+
849
+ @property
850
+ @pulumi.getter
851
+ def id(self) -> Optional[str]:
852
+ """
853
+ A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference.
854
+ """
855
+ return pulumi.get(self, "id")
856
+
857
+ @property
858
+ @pulumi.getter
859
+ def lun(self) -> Optional[int]:
860
+ """
861
+ If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.
862
+ """
863
+ return pulumi.get(self, "lun")
864
+
865
+ @property
866
+ @pulumi.getter(name="sharedGalleryImageId")
867
+ def shared_gallery_image_id(self) -> Optional[str]:
868
+ """
869
+ A relative uri containing a direct shared Azure Compute Gallery image reference.
870
+ """
871
+ return pulumi.get(self, "shared_gallery_image_id")
872
+
873
+
874
+ @pulumi.output_type
875
+ class InnerErrorResponse(dict):
876
+ """
877
+ Inner error details.
878
+ """
879
+ def __init__(__self__, *,
880
+ errordetail: Optional[str] = None,
881
+ exceptiontype: Optional[str] = None):
882
+ """
883
+ Inner error details.
884
+ :param str errordetail: The internal error message or exception dump.
885
+ :param str exceptiontype: The exception type.
886
+ """
887
+ if errordetail is not None:
888
+ pulumi.set(__self__, "errordetail", errordetail)
889
+ if exceptiontype is not None:
890
+ pulumi.set(__self__, "exceptiontype", exceptiontype)
891
+
892
+ @property
893
+ @pulumi.getter
894
+ def errordetail(self) -> Optional[str]:
895
+ """
896
+ The internal error message or exception dump.
897
+ """
898
+ return pulumi.get(self, "errordetail")
899
+
900
+ @property
901
+ @pulumi.getter
902
+ def exceptiontype(self) -> Optional[str]:
903
+ """
904
+ The exception type.
905
+ """
906
+ return pulumi.get(self, "exceptiontype")
907
+
908
+
909
+ @pulumi.output_type
910
+ class KeyForDiskEncryptionSetResponse(dict):
911
+ """
912
+ Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots
913
+ """
914
+ @staticmethod
915
+ def __key_warning(key: str):
916
+ suggest = None
917
+ if key == "keyUrl":
918
+ suggest = "key_url"
919
+ elif key == "sourceVault":
920
+ suggest = "source_vault"
921
+
922
+ if suggest:
923
+ pulumi.log.warn(f"Key '{key}' not found in KeyForDiskEncryptionSetResponse. Access the value via the '{suggest}' property getter instead.")
924
+
925
+ def __getitem__(self, key: str) -> Any:
926
+ KeyForDiskEncryptionSetResponse.__key_warning(key)
927
+ return super().__getitem__(key)
928
+
929
+ def get(self, key: str, default = None) -> Any:
930
+ KeyForDiskEncryptionSetResponse.__key_warning(key)
931
+ return super().get(key, default)
932
+
933
+ def __init__(__self__, *,
934
+ key_url: str,
935
+ source_vault: Optional['outputs.SourceVaultResponse'] = None):
936
+ """
937
+ Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots
938
+ :param str key_url: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
939
+ :param 'SourceVaultResponse' source_vault: Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.
940
+ """
941
+ pulumi.set(__self__, "key_url", key_url)
942
+ if source_vault is not None:
943
+ pulumi.set(__self__, "source_vault", source_vault)
944
+
945
+ @property
946
+ @pulumi.getter(name="keyUrl")
947
+ def key_url(self) -> str:
948
+ """
949
+ Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
950
+ """
951
+ return pulumi.get(self, "key_url")
952
+
953
+ @property
954
+ @pulumi.getter(name="sourceVault")
955
+ def source_vault(self) -> Optional['outputs.SourceVaultResponse']:
956
+ """
957
+ Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.
958
+ """
959
+ return pulumi.get(self, "source_vault")
960
+
961
+
962
+ @pulumi.output_type
963
+ class KeyVaultAndKeyReferenceResponse(dict):
964
+ """
965
+ Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey
966
+ """
967
+ @staticmethod
968
+ def __key_warning(key: str):
969
+ suggest = None
970
+ if key == "keyUrl":
971
+ suggest = "key_url"
972
+ elif key == "sourceVault":
973
+ suggest = "source_vault"
974
+
975
+ if suggest:
976
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultAndKeyReferenceResponse. Access the value via the '{suggest}' property getter instead.")
977
+
978
+ def __getitem__(self, key: str) -> Any:
979
+ KeyVaultAndKeyReferenceResponse.__key_warning(key)
980
+ return super().__getitem__(key)
981
+
982
+ def get(self, key: str, default = None) -> Any:
983
+ KeyVaultAndKeyReferenceResponse.__key_warning(key)
984
+ return super().get(key, default)
985
+
986
+ def __init__(__self__, *,
987
+ key_url: str,
988
+ source_vault: 'outputs.SourceVaultResponse'):
989
+ """
990
+ Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey
991
+ :param str key_url: Url pointing to a key or secret in KeyVault
992
+ :param 'SourceVaultResponse' source_vault: Resource id of the KeyVault containing the key or secret
993
+ """
994
+ pulumi.set(__self__, "key_url", key_url)
995
+ pulumi.set(__self__, "source_vault", source_vault)
996
+
997
+ @property
998
+ @pulumi.getter(name="keyUrl")
999
+ def key_url(self) -> str:
1000
+ """
1001
+ Url pointing to a key or secret in KeyVault
1002
+ """
1003
+ return pulumi.get(self, "key_url")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="sourceVault")
1007
+ def source_vault(self) -> 'outputs.SourceVaultResponse':
1008
+ """
1009
+ Resource id of the KeyVault containing the key or secret
1010
+ """
1011
+ return pulumi.get(self, "source_vault")
1012
+
1013
+
1014
+ @pulumi.output_type
1015
+ class KeyVaultAndSecretReferenceResponse(dict):
1016
+ """
1017
+ Key Vault Secret Url and vault id of the encryption key
1018
+ """
1019
+ @staticmethod
1020
+ def __key_warning(key: str):
1021
+ suggest = None
1022
+ if key == "secretUrl":
1023
+ suggest = "secret_url"
1024
+ elif key == "sourceVault":
1025
+ suggest = "source_vault"
1026
+
1027
+ if suggest:
1028
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultAndSecretReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1029
+
1030
+ def __getitem__(self, key: str) -> Any:
1031
+ KeyVaultAndSecretReferenceResponse.__key_warning(key)
1032
+ return super().__getitem__(key)
1033
+
1034
+ def get(self, key: str, default = None) -> Any:
1035
+ KeyVaultAndSecretReferenceResponse.__key_warning(key)
1036
+ return super().get(key, default)
1037
+
1038
+ def __init__(__self__, *,
1039
+ secret_url: str,
1040
+ source_vault: 'outputs.SourceVaultResponse'):
1041
+ """
1042
+ Key Vault Secret Url and vault id of the encryption key
1043
+ :param str secret_url: Url pointing to a key or secret in KeyVault
1044
+ :param 'SourceVaultResponse' source_vault: Resource id of the KeyVault containing the key or secret
1045
+ """
1046
+ pulumi.set(__self__, "secret_url", secret_url)
1047
+ pulumi.set(__self__, "source_vault", source_vault)
1048
+
1049
+ @property
1050
+ @pulumi.getter(name="secretUrl")
1051
+ def secret_url(self) -> str:
1052
+ """
1053
+ Url pointing to a key or secret in KeyVault
1054
+ """
1055
+ return pulumi.get(self, "secret_url")
1056
+
1057
+ @property
1058
+ @pulumi.getter(name="sourceVault")
1059
+ def source_vault(self) -> 'outputs.SourceVaultResponse':
1060
+ """
1061
+ Resource id of the KeyVault containing the key or secret
1062
+ """
1063
+ return pulumi.get(self, "source_vault")
1064
+
1065
+
1066
+ @pulumi.output_type
1067
+ class PrivateEndpointConnectionResponse(dict):
1068
+ """
1069
+ The Private Endpoint Connection resource.
1070
+ """
1071
+ @staticmethod
1072
+ def __key_warning(key: str):
1073
+ suggest = None
1074
+ if key == "privateEndpoint":
1075
+ suggest = "private_endpoint"
1076
+ elif key == "privateLinkServiceConnectionState":
1077
+ suggest = "private_link_service_connection_state"
1078
+ elif key == "provisioningState":
1079
+ suggest = "provisioning_state"
1080
+
1081
+ if suggest:
1082
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
1083
+
1084
+ def __getitem__(self, key: str) -> Any:
1085
+ PrivateEndpointConnectionResponse.__key_warning(key)
1086
+ return super().__getitem__(key)
1087
+
1088
+ def get(self, key: str, default = None) -> Any:
1089
+ PrivateEndpointConnectionResponse.__key_warning(key)
1090
+ return super().get(key, default)
1091
+
1092
+ def __init__(__self__, *,
1093
+ id: str,
1094
+ name: str,
1095
+ private_endpoint: 'outputs.PrivateEndpointResponse',
1096
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
1097
+ provisioning_state: str,
1098
+ type: str):
1099
+ """
1100
+ The Private Endpoint Connection resource.
1101
+ :param str id: private endpoint connection Id
1102
+ :param str name: private endpoint connection name
1103
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
1104
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between DiskAccess and Virtual Network.
1105
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
1106
+ :param str type: private endpoint connection type
1107
+ """
1108
+ pulumi.set(__self__, "id", id)
1109
+ pulumi.set(__self__, "name", name)
1110
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1111
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1112
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1113
+ pulumi.set(__self__, "type", type)
1114
+
1115
+ @property
1116
+ @pulumi.getter
1117
+ def id(self) -> str:
1118
+ """
1119
+ private endpoint connection Id
1120
+ """
1121
+ return pulumi.get(self, "id")
1122
+
1123
+ @property
1124
+ @pulumi.getter
1125
+ def name(self) -> str:
1126
+ """
1127
+ private endpoint connection name
1128
+ """
1129
+ return pulumi.get(self, "name")
1130
+
1131
+ @property
1132
+ @pulumi.getter(name="privateEndpoint")
1133
+ def private_endpoint(self) -> 'outputs.PrivateEndpointResponse':
1134
+ """
1135
+ The resource of private end point.
1136
+ """
1137
+ return pulumi.get(self, "private_endpoint")
1138
+
1139
+ @property
1140
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1141
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
1142
+ """
1143
+ A collection of information about the state of the connection between DiskAccess and Virtual Network.
1144
+ """
1145
+ return pulumi.get(self, "private_link_service_connection_state")
1146
+
1147
+ @property
1148
+ @pulumi.getter(name="provisioningState")
1149
+ def provisioning_state(self) -> str:
1150
+ """
1151
+ The provisioning state of the private endpoint connection resource.
1152
+ """
1153
+ return pulumi.get(self, "provisioning_state")
1154
+
1155
+ @property
1156
+ @pulumi.getter
1157
+ def type(self) -> str:
1158
+ """
1159
+ private endpoint connection type
1160
+ """
1161
+ return pulumi.get(self, "type")
1162
+
1163
+
1164
+ @pulumi.output_type
1165
+ class PrivateEndpointResponse(dict):
1166
+ """
1167
+ The Private Endpoint resource.
1168
+ """
1169
+ def __init__(__self__, *,
1170
+ id: str):
1171
+ """
1172
+ The Private Endpoint resource.
1173
+ :param str id: The ARM identifier for Private Endpoint
1174
+ """
1175
+ pulumi.set(__self__, "id", id)
1176
+
1177
+ @property
1178
+ @pulumi.getter
1179
+ def id(self) -> str:
1180
+ """
1181
+ The ARM identifier for Private Endpoint
1182
+ """
1183
+ return pulumi.get(self, "id")
1184
+
1185
+
1186
+ @pulumi.output_type
1187
+ class PrivateLinkServiceConnectionStateResponse(dict):
1188
+ """
1189
+ A collection of information about the state of the connection between service consumer and provider.
1190
+ """
1191
+ @staticmethod
1192
+ def __key_warning(key: str):
1193
+ suggest = None
1194
+ if key == "actionsRequired":
1195
+ suggest = "actions_required"
1196
+
1197
+ if suggest:
1198
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1199
+
1200
+ def __getitem__(self, key: str) -> Any:
1201
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1202
+ return super().__getitem__(key)
1203
+
1204
+ def get(self, key: str, default = None) -> Any:
1205
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1206
+ return super().get(key, default)
1207
+
1208
+ def __init__(__self__, *,
1209
+ actions_required: Optional[str] = None,
1210
+ description: Optional[str] = None,
1211
+ status: Optional[str] = None):
1212
+ """
1213
+ A collection of information about the state of the connection between service consumer and provider.
1214
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1215
+ :param str description: The reason for approval/rejection of the connection.
1216
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1217
+ """
1218
+ if actions_required is not None:
1219
+ pulumi.set(__self__, "actions_required", actions_required)
1220
+ if description is not None:
1221
+ pulumi.set(__self__, "description", description)
1222
+ if status is not None:
1223
+ pulumi.set(__self__, "status", status)
1224
+
1225
+ @property
1226
+ @pulumi.getter(name="actionsRequired")
1227
+ def actions_required(self) -> Optional[str]:
1228
+ """
1229
+ A message indicating if changes on the service provider require any updates on the consumer.
1230
+ """
1231
+ return pulumi.get(self, "actions_required")
1232
+
1233
+ @property
1234
+ @pulumi.getter
1235
+ def description(self) -> Optional[str]:
1236
+ """
1237
+ The reason for approval/rejection of the connection.
1238
+ """
1239
+ return pulumi.get(self, "description")
1240
+
1241
+ @property
1242
+ @pulumi.getter
1243
+ def status(self) -> Optional[str]:
1244
+ """
1245
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1246
+ """
1247
+ return pulumi.get(self, "status")
1248
+
1249
+
1250
+ @pulumi.output_type
1251
+ class PropertyUpdatesInProgressResponse(dict):
1252
+ """
1253
+ Properties of the disk for which update is pending.
1254
+ """
1255
+ @staticmethod
1256
+ def __key_warning(key: str):
1257
+ suggest = None
1258
+ if key == "targetTier":
1259
+ suggest = "target_tier"
1260
+
1261
+ if suggest:
1262
+ pulumi.log.warn(f"Key '{key}' not found in PropertyUpdatesInProgressResponse. Access the value via the '{suggest}' property getter instead.")
1263
+
1264
+ def __getitem__(self, key: str) -> Any:
1265
+ PropertyUpdatesInProgressResponse.__key_warning(key)
1266
+ return super().__getitem__(key)
1267
+
1268
+ def get(self, key: str, default = None) -> Any:
1269
+ PropertyUpdatesInProgressResponse.__key_warning(key)
1270
+ return super().get(key, default)
1271
+
1272
+ def __init__(__self__, *,
1273
+ target_tier: Optional[str] = None):
1274
+ """
1275
+ Properties of the disk for which update is pending.
1276
+ :param str target_tier: The target performance tier of the disk if a tier change operation is in progress.
1277
+ """
1278
+ if target_tier is not None:
1279
+ pulumi.set(__self__, "target_tier", target_tier)
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="targetTier")
1283
+ def target_tier(self) -> Optional[str]:
1284
+ """
1285
+ The target performance tier of the disk if a tier change operation is in progress.
1286
+ """
1287
+ return pulumi.get(self, "target_tier")
1288
+
1289
+
1290
+ @pulumi.output_type
1291
+ class PurchasePlanResponse(dict):
1292
+ """
1293
+ Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
1294
+ """
1295
+ @staticmethod
1296
+ def __key_warning(key: str):
1297
+ suggest = None
1298
+ if key == "promotionCode":
1299
+ suggest = "promotion_code"
1300
+
1301
+ if suggest:
1302
+ pulumi.log.warn(f"Key '{key}' not found in PurchasePlanResponse. Access the value via the '{suggest}' property getter instead.")
1303
+
1304
+ def __getitem__(self, key: str) -> Any:
1305
+ PurchasePlanResponse.__key_warning(key)
1306
+ return super().__getitem__(key)
1307
+
1308
+ def get(self, key: str, default = None) -> Any:
1309
+ PurchasePlanResponse.__key_warning(key)
1310
+ return super().get(key, default)
1311
+
1312
+ def __init__(__self__, *,
1313
+ name: str,
1314
+ product: str,
1315
+ publisher: str,
1316
+ promotion_code: Optional[str] = None):
1317
+ """
1318
+ Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
1319
+ :param str name: The plan ID.
1320
+ :param str product: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
1321
+ :param str publisher: The publisher ID.
1322
+ :param str promotion_code: The Offer Promotion Code.
1323
+ """
1324
+ pulumi.set(__self__, "name", name)
1325
+ pulumi.set(__self__, "product", product)
1326
+ pulumi.set(__self__, "publisher", publisher)
1327
+ if promotion_code is not None:
1328
+ pulumi.set(__self__, "promotion_code", promotion_code)
1329
+
1330
+ @property
1331
+ @pulumi.getter
1332
+ def name(self) -> str:
1333
+ """
1334
+ The plan ID.
1335
+ """
1336
+ return pulumi.get(self, "name")
1337
+
1338
+ @property
1339
+ @pulumi.getter
1340
+ def product(self) -> str:
1341
+ """
1342
+ Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
1343
+ """
1344
+ return pulumi.get(self, "product")
1345
+
1346
+ @property
1347
+ @pulumi.getter
1348
+ def publisher(self) -> str:
1349
+ """
1350
+ The publisher ID.
1351
+ """
1352
+ return pulumi.get(self, "publisher")
1353
+
1354
+ @property
1355
+ @pulumi.getter(name="promotionCode")
1356
+ def promotion_code(self) -> Optional[str]:
1357
+ """
1358
+ The Offer Promotion Code.
1359
+ """
1360
+ return pulumi.get(self, "promotion_code")
1361
+
1362
+
1363
+ @pulumi.output_type
1364
+ class ShareInfoElementResponse(dict):
1365
+ @staticmethod
1366
+ def __key_warning(key: str):
1367
+ suggest = None
1368
+ if key == "vmUri":
1369
+ suggest = "vm_uri"
1370
+
1371
+ if suggest:
1372
+ pulumi.log.warn(f"Key '{key}' not found in ShareInfoElementResponse. Access the value via the '{suggest}' property getter instead.")
1373
+
1374
+ def __getitem__(self, key: str) -> Any:
1375
+ ShareInfoElementResponse.__key_warning(key)
1376
+ return super().__getitem__(key)
1377
+
1378
+ def get(self, key: str, default = None) -> Any:
1379
+ ShareInfoElementResponse.__key_warning(key)
1380
+ return super().get(key, default)
1381
+
1382
+ def __init__(__self__, *,
1383
+ vm_uri: str):
1384
+ """
1385
+ :param str vm_uri: A relative URI containing the ID of the VM that has the disk attached.
1386
+ """
1387
+ pulumi.set(__self__, "vm_uri", vm_uri)
1388
+
1389
+ @property
1390
+ @pulumi.getter(name="vmUri")
1391
+ def vm_uri(self) -> str:
1392
+ """
1393
+ A relative URI containing the ID of the VM that has the disk attached.
1394
+ """
1395
+ return pulumi.get(self, "vm_uri")
1396
+
1397
+
1398
+ @pulumi.output_type
1399
+ class SnapshotSkuResponse(dict):
1400
+ """
1401
+ The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot
1402
+ """
1403
+ def __init__(__self__, *,
1404
+ tier: str,
1405
+ name: Optional[str] = None):
1406
+ """
1407
+ The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot
1408
+ :param str tier: The sku tier.
1409
+ :param str name: The sku name.
1410
+ """
1411
+ pulumi.set(__self__, "tier", tier)
1412
+ if name is not None:
1413
+ pulumi.set(__self__, "name", name)
1414
+
1415
+ @property
1416
+ @pulumi.getter
1417
+ def tier(self) -> str:
1418
+ """
1419
+ The sku tier.
1420
+ """
1421
+ return pulumi.get(self, "tier")
1422
+
1423
+ @property
1424
+ @pulumi.getter
1425
+ def name(self) -> Optional[str]:
1426
+ """
1427
+ The sku name.
1428
+ """
1429
+ return pulumi.get(self, "name")
1430
+
1431
+
1432
+ @pulumi.output_type
1433
+ class SourceVaultResponse(dict):
1434
+ """
1435
+ The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}
1436
+ """
1437
+ def __init__(__self__, *,
1438
+ id: Optional[str] = None):
1439
+ """
1440
+ The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}
1441
+ :param str id: Resource Id
1442
+ """
1443
+ if id is not None:
1444
+ pulumi.set(__self__, "id", id)
1445
+
1446
+ @property
1447
+ @pulumi.getter
1448
+ def id(self) -> Optional[str]:
1449
+ """
1450
+ Resource Id
1451
+ """
1452
+ return pulumi.get(self, "id")
1453
+
1454
+
1455
+ @pulumi.output_type
1456
+ class SupportedCapabilitiesResponse(dict):
1457
+ """
1458
+ List of supported capabilities persisted on the disk resource for VM use.
1459
+ """
1460
+ @staticmethod
1461
+ def __key_warning(key: str):
1462
+ suggest = None
1463
+ if key == "acceleratedNetwork":
1464
+ suggest = "accelerated_network"
1465
+ elif key == "diskControllerTypes":
1466
+ suggest = "disk_controller_types"
1467
+
1468
+ if suggest:
1469
+ pulumi.log.warn(f"Key '{key}' not found in SupportedCapabilitiesResponse. Access the value via the '{suggest}' property getter instead.")
1470
+
1471
+ def __getitem__(self, key: str) -> Any:
1472
+ SupportedCapabilitiesResponse.__key_warning(key)
1473
+ return super().__getitem__(key)
1474
+
1475
+ def get(self, key: str, default = None) -> Any:
1476
+ SupportedCapabilitiesResponse.__key_warning(key)
1477
+ return super().get(key, default)
1478
+
1479
+ def __init__(__self__, *,
1480
+ accelerated_network: Optional[bool] = None,
1481
+ architecture: Optional[str] = None,
1482
+ disk_controller_types: Optional[str] = None):
1483
+ """
1484
+ List of supported capabilities persisted on the disk resource for VM use.
1485
+ :param bool accelerated_network: True if the image from which the OS disk is created supports accelerated networking.
1486
+ :param str architecture: CPU architecture supported by an OS disk.
1487
+ :param str disk_controller_types: The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.
1488
+ """
1489
+ if accelerated_network is not None:
1490
+ pulumi.set(__self__, "accelerated_network", accelerated_network)
1491
+ if architecture is not None:
1492
+ pulumi.set(__self__, "architecture", architecture)
1493
+ if disk_controller_types is not None:
1494
+ pulumi.set(__self__, "disk_controller_types", disk_controller_types)
1495
+
1496
+ @property
1497
+ @pulumi.getter(name="acceleratedNetwork")
1498
+ def accelerated_network(self) -> Optional[bool]:
1499
+ """
1500
+ True if the image from which the OS disk is created supports accelerated networking.
1501
+ """
1502
+ return pulumi.get(self, "accelerated_network")
1503
+
1504
+ @property
1505
+ @pulumi.getter
1506
+ def architecture(self) -> Optional[str]:
1507
+ """
1508
+ CPU architecture supported by an OS disk.
1509
+ """
1510
+ return pulumi.get(self, "architecture")
1511
+
1512
+ @property
1513
+ @pulumi.getter(name="diskControllerTypes")
1514
+ def disk_controller_types(self) -> Optional[str]:
1515
+ """
1516
+ The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.
1517
+ """
1518
+ return pulumi.get(self, "disk_controller_types")
1519
+
1520
+
1521
+ @pulumi.output_type
1522
+ class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
1523
+ @staticmethod
1524
+ def __key_warning(key: str):
1525
+ suggest = None
1526
+ if key == "clientId":
1527
+ suggest = "client_id"
1528
+ elif key == "principalId":
1529
+ suggest = "principal_id"
1530
+
1531
+ if suggest:
1532
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
1533
+
1534
+ def __getitem__(self, key: str) -> Any:
1535
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
1536
+ return super().__getitem__(key)
1537
+
1538
+ def get(self, key: str, default = None) -> Any:
1539
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
1540
+ return super().get(key, default)
1541
+
1542
+ def __init__(__self__, *,
1543
+ client_id: str,
1544
+ principal_id: str):
1545
+ """
1546
+ :param str client_id: The client id of user assigned identity.
1547
+ :param str principal_id: The principal id of user assigned identity.
1548
+ """
1549
+ pulumi.set(__self__, "client_id", client_id)
1550
+ pulumi.set(__self__, "principal_id", principal_id)
1551
+
1552
+ @property
1553
+ @pulumi.getter(name="clientId")
1554
+ def client_id(self) -> str:
1555
+ """
1556
+ The client id of user assigned identity.
1557
+ """
1558
+ return pulumi.get(self, "client_id")
1559
+
1560
+ @property
1561
+ @pulumi.getter(name="principalId")
1562
+ def principal_id(self) -> str:
1563
+ """
1564
+ The principal id of user assigned identity.
1565
+ """
1566
+ return pulumi.get(self, "principal_id")
1567
+
1568
+