pulumi-azure-native 2.71.0a1731078350__py3-none-any.whl → 2.72.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 (1100) hide show
  1. pulumi_azure_native/__init__.py +165 -40
  2. pulumi_azure_native/apicenter/__init__.py +5 -0
  3. pulumi_azure_native/apicenter/_enums.py +19 -0
  4. pulumi_azure_native/apicenter/_inputs.py +57 -0
  5. pulumi_azure_native/apicenter/api.py +3 -3
  6. pulumi_azure_native/apicenter/api_definition.py +3 -3
  7. pulumi_azure_native/apicenter/api_source.py +345 -0
  8. pulumi_azure_native/apicenter/api_version.py +3 -3
  9. pulumi_azure_native/apicenter/deployment.py +3 -3
  10. pulumi_azure_native/apicenter/environment.py +3 -3
  11. pulumi_azure_native/apicenter/get_api.py +2 -2
  12. pulumi_azure_native/apicenter/get_api_definition.py +2 -2
  13. pulumi_azure_native/apicenter/get_api_source.py +213 -0
  14. pulumi_azure_native/apicenter/get_api_version.py +2 -2
  15. pulumi_azure_native/apicenter/get_deployment.py +2 -2
  16. pulumi_azure_native/apicenter/get_environment.py +2 -2
  17. pulumi_azure_native/apicenter/get_metadata_schema.py +2 -2
  18. pulumi_azure_native/apicenter/get_service.py +2 -2
  19. pulumi_azure_native/apicenter/get_workspace.py +2 -2
  20. pulumi_azure_native/apicenter/metadata_schema.py +3 -3
  21. pulumi_azure_native/apicenter/outputs.py +118 -0
  22. pulumi_azure_native/apicenter/service.py +3 -3
  23. pulumi_azure_native/apicenter/v20230701preview/service.py +1 -1
  24. pulumi_azure_native/apicenter/v20240301/api.py +1 -1
  25. pulumi_azure_native/apicenter/v20240301/api_definition.py +1 -1
  26. pulumi_azure_native/apicenter/v20240301/api_version.py +1 -1
  27. pulumi_azure_native/apicenter/v20240301/deployment.py +1 -1
  28. pulumi_azure_native/apicenter/v20240301/environment.py +1 -1
  29. pulumi_azure_native/apicenter/v20240301/metadata_schema.py +1 -1
  30. pulumi_azure_native/apicenter/v20240301/service.py +1 -1
  31. pulumi_azure_native/apicenter/v20240301/workspace.py +1 -1
  32. pulumi_azure_native/apicenter/v20240315preview/api.py +1 -1
  33. pulumi_azure_native/apicenter/v20240315preview/api_definition.py +1 -1
  34. pulumi_azure_native/apicenter/v20240315preview/api_version.py +1 -1
  35. pulumi_azure_native/apicenter/v20240315preview/deployment.py +1 -1
  36. pulumi_azure_native/apicenter/v20240315preview/environment.py +1 -1
  37. pulumi_azure_native/apicenter/v20240315preview/metadata_schema.py +1 -1
  38. pulumi_azure_native/apicenter/v20240315preview/service.py +1 -1
  39. pulumi_azure_native/apicenter/v20240315preview/workspace.py +1 -1
  40. pulumi_azure_native/apicenter/v20240601preview/__init__.py +28 -0
  41. pulumi_azure_native/apicenter/v20240601preview/_enums.py +196 -0
  42. pulumi_azure_native/apicenter/v20240601preview/_inputs.py +644 -0
  43. pulumi_azure_native/apicenter/v20240601preview/api.py +486 -0
  44. pulumi_azure_native/apicenter/v20240601preview/api_definition.py +322 -0
  45. pulumi_azure_native/apicenter/v20240601preview/api_source.py +343 -0
  46. pulumi_azure_native/apicenter/v20240601preview/api_version.py +293 -0
  47. pulumi_azure_native/apicenter/v20240601preview/deployment.py +437 -0
  48. pulumi_azure_native/apicenter/v20240601preview/environment.py +389 -0
  49. pulumi_azure_native/apicenter/v20240601preview/get_api.py +281 -0
  50. pulumi_azure_native/apicenter/v20240601preview/get_api_definition.py +195 -0
  51. pulumi_azure_native/apicenter/v20240601preview/get_api_source.py +211 -0
  52. pulumi_azure_native/apicenter/v20240601preview/get_api_version.py +175 -0
  53. pulumi_azure_native/apicenter/v20240601preview/get_deployment.py +245 -0
  54. pulumi_azure_native/apicenter/v20240601preview/get_environment.py +225 -0
  55. pulumi_azure_native/apicenter/v20240601preview/get_metadata_schema.py +163 -0
  56. pulumi_azure_native/{mobilepacketcore/v20231015preview/get_observability_service.py → apicenter/v20240601preview/get_service.py} +49 -77
  57. pulumi_azure_native/apicenter/v20240601preview/get_workspace.py +163 -0
  58. pulumi_azure_native/apicenter/v20240601preview/metadata_schema.py +251 -0
  59. pulumi_azure_native/apicenter/v20240601preview/outputs.py +782 -0
  60. pulumi_azure_native/{mobilepacketcore/v20231015preview/smf_deployment.py → apicenter/v20240601preview/service.py} +79 -123
  61. pulumi_azure_native/apicenter/v20240601preview/workspace.py +249 -0
  62. pulumi_azure_native/apicenter/workspace.py +3 -3
  63. pulumi_azure_native/containerservice/__init__.py +3 -0
  64. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  65. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  66. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  67. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  68. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  69. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  70. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  71. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  72. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  73. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  74. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  75. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  76. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  77. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  78. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  79. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  80. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  81. pulumi_azure_native/containerservice/snapshot.py +3 -3
  82. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  83. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  84. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  85. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  86. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  87. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  88. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  89. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  95. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  96. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  97. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  99. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  100. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  101. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  102. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  103. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  104. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  105. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  106. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  107. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  108. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  109. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  113. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  114. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  115. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  116. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  117. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  118. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  119. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  120. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  121. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  122. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  123. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  124. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  125. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  126. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  127. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  128. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  129. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  130. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  134. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  136. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  137. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  138. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  139. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  140. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  147. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  150. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  151. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  173. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  175. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  176. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  177. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  178. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  179. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  180. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  182. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  184. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  185. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  186. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  187. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  188. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  189. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  190. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  191. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  192. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  193. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  194. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  195. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  196. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  197. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  198. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  199. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  204. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  205. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  206. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  208. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  209. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  210. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  211. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  212. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  213. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  214. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  215. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  216. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  217. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  218. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  219. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  220. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  221. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  222. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  223. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  224. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  225. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  226. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  227. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  228. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  229. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  231. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  232. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  233. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
  234. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  235. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  236. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
  237. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  238. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  239. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  240. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  241. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  242. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  243. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  244. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  245. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  246. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  247. pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +1 -1
  248. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  249. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  250. pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +1 -1
  251. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  252. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  253. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  254. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
  255. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
  256. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
  257. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
  258. pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
  259. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
  260. pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
  261. pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
  262. pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
  263. pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
  265. pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
  266. pulumi_azure_native/containerservice/v20240902preview/__init__.py +29 -0
  267. pulumi_azure_native/containerservice/v20240902preview/_enums.py +921 -0
  268. pulumi_azure_native/containerservice/v20240902preview/_inputs.py +9712 -0
  269. pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1691 -0
  270. pulumi_azure_native/containerservice/v20240902preview/get_agent_pool.py +877 -0
  271. pulumi_azure_native/containerservice/v20240902preview/get_load_balancer.py +219 -0
  272. pulumi_azure_native/containerservice/v20240902preview/get_maintenance_configuration.py +177 -0
  273. pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster.py +899 -0
  274. pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster_snapshot.py +199 -0
  275. pulumi_azure_native/containerservice/v20240902preview/get_private_endpoint_connection.py +163 -0
  276. pulumi_azure_native/containerservice/v20240902preview/get_snapshot.py +269 -0
  277. pulumi_azure_native/containerservice/v20240902preview/get_trusted_access_role_binding.py +177 -0
  278. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_admin_credentials.py +93 -0
  279. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_monitoring_user_credentials.py +93 -0
  280. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_user_credentials.py +99 -0
  281. pulumi_azure_native/containerservice/v20240902preview/load_balancer.py +368 -0
  282. pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +279 -0
  283. pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1595 -0
  284. pulumi_azure_native/containerservice/v20240902preview/managed_cluster_snapshot.py +297 -0
  285. pulumi_azure_native/containerservice/v20240902preview/outputs.py +8333 -0
  286. pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +251 -0
  287. pulumi_azure_native/containerservice/v20240902preview/snapshot.py +347 -0
  288. pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +260 -0
  289. pulumi_azure_native/dashboard/v20231001preview/_inputs.py +58 -0
  290. pulumi_azure_native/dashboard/v20231001preview/outputs.py +53 -0
  291. pulumi_azure_native/documentdb/__init__.py +3 -0
  292. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  293. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  294. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  295. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  296. pulumi_azure_native/documentdb/database_account.py +3 -3
  297. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  298. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  299. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  300. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  301. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  302. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  303. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  304. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  305. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  306. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  307. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  308. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  309. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  310. pulumi_azure_native/documentdb/get_service.py +2 -2
  311. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  312. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  313. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  314. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  315. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  316. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  317. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  318. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  319. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  320. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  321. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  322. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  323. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  324. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  325. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  326. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  327. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  328. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  329. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  330. pulumi_azure_native/documentdb/service.py +3 -3
  331. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  332. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  333. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  334. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  335. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  336. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  337. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  338. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  339. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  340. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  341. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  342. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  343. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  344. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  345. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  346. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  347. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  348. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  349. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  350. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  351. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  352. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  353. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  354. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  355. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  356. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  357. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  358. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  359. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  360. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  361. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  362. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  363. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  364. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  365. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  366. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  367. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  368. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  369. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  370. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  371. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  372. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  373. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  374. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  375. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  376. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  377. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  378. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  379. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  380. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  381. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  382. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  383. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  384. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  385. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  386. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  387. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  388. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  389. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  390. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  391. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  392. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  393. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  394. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  395. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  396. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  397. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  398. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  399. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  400. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  401. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  402. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  403. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  404. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  405. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  406. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  407. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  408. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  409. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  410. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  411. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  412. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  413. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  414. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  415. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  416. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  417. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  418. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  419. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  420. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  421. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  422. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  423. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  424. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  425. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  426. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  427. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  428. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  429. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  430. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  431. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  432. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  433. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  434. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  435. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  436. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  437. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  438. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  439. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  440. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  441. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  442. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  443. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  444. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  445. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  446. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  447. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  448. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  449. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  450. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  451. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  452. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  453. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  454. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  455. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  456. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  457. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  458. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  459. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  460. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  461. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  462. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  463. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  464. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  465. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  466. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  467. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  468. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  469. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  470. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  471. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  472. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  473. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  474. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  475. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  476. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  477. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  478. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  479. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  480. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  481. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  482. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  483. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  484. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  485. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  486. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  487. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  488. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  489. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  490. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  491. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  492. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  493. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  494. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  495. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  496. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  497. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  498. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  499. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  500. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  501. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  502. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  503. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  504. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  505. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  506. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  507. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  508. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  509. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
  510. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
  511. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
  512. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
  513. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
  514. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
  515. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
  516. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
  517. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
  518. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
  519. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
  520. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
  521. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
  522. pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
  523. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
  524. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
  525. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
  526. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
  527. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
  528. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
  529. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
  530. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
  531. pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +1 -1
  532. pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +1 -1
  533. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +1 -1
  534. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +1 -1
  535. pulumi_azure_native/documentdb/v20240815/database_account.py +1 -1
  536. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +1 -1
  537. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +1 -1
  538. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +1 -1
  539. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +1 -1
  540. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +1 -1
  541. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +1 -1
  542. pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +1 -1
  543. pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +1 -1
  544. pulumi_azure_native/documentdb/v20240815/service.py +1 -1
  545. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +1 -1
  546. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +1 -1
  547. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +1 -1
  548. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +1 -1
  549. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +1 -1
  550. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +1 -1
  551. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +1 -1
  552. pulumi_azure_native/documentdb/v20240815/table_resource_table.py +1 -1
  553. pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +1 -1
  554. pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +1 -1
  555. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +1 -1
  556. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +1 -1
  557. pulumi_azure_native/documentdb/v20240901preview/database_account.py +1 -1
  558. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +1 -1
  559. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +1 -1
  560. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +1 -1
  561. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +1 -1
  562. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +1 -1
  563. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +1 -1
  564. pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +1 -1
  565. pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +1 -1
  566. pulumi_azure_native/documentdb/v20240901preview/service.py +1 -1
  567. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +1 -1
  568. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +1 -1
  569. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +1 -1
  570. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +1 -1
  571. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +1 -1
  572. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +1 -1
  573. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +1 -1
  574. pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +1 -1
  575. pulumi_azure_native/documentdb/v20241115/__init__.py +57 -0
  576. pulumi_azure_native/documentdb/v20241115/_enums.py +377 -0
  577. pulumi_azure_native/documentdb/v20241115/_inputs.py +5809 -0
  578. pulumi_azure_native/documentdb/v20241115/cassandra_cluster.py +277 -0
  579. pulumi_azure_native/documentdb/v20241115/cassandra_data_center.py +211 -0
  580. pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_keyspace.py +292 -0
  581. pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_table.py +313 -0
  582. pulumi_azure_native/documentdb/v20241115/database_account.py +1305 -0
  583. pulumi_azure_native/documentdb/v20241115/get_cassandra_cluster.py +171 -0
  584. pulumi_azure_native/documentdb/v20241115/get_cassandra_data_center.py +135 -0
  585. pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_keyspace.py +171 -0
  586. pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_table.py +177 -0
  587. pulumi_azure_native/documentdb/v20241115/get_database_account.py +745 -0
  588. pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_database.py +171 -0
  589. pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_graph.py +177 -0
  590. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_collection.py +177 -0
  591. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_database.py +171 -0
  592. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_role_definition.py +177 -0
  593. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_user_definition.py +205 -0
  594. pulumi_azure_native/documentdb/v20241115/get_notebook_workspace.py +148 -0
  595. pulumi_azure_native/documentdb/v20241115/get_private_endpoint_connection.py +177 -0
  596. pulumi_azure_native/documentdb/v20241115/get_service.py +135 -0
  597. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_container.py +177 -0
  598. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_database.py +171 -0
  599. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_assignment.py +162 -0
  600. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_definition.py +163 -0
  601. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_stored_procedure.py +172 -0
  602. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_trigger.py +172 -0
  603. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_user_defined_function.py +172 -0
  604. pulumi_azure_native/documentdb/v20241115/get_table_resource_table.py +171 -0
  605. pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_database.py +293 -0
  606. pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_graph.py +314 -0
  607. pulumi_azure_native/documentdb/v20241115/list_database_account_connection_strings.py +87 -0
  608. pulumi_azure_native/documentdb/v20241115/list_database_account_keys.py +128 -0
  609. pulumi_azure_native/documentdb/v20241115/list_notebook_workspace_connection_info.py +106 -0
  610. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_collection.py +314 -0
  611. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_database.py +293 -0
  612. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_role_definition.py +317 -0
  613. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_user_definition.py +355 -0
  614. pulumi_azure_native/documentdb/v20241115/notebook_workspace.py +199 -0
  615. pulumi_azure_native/documentdb/v20241115/outputs.py +6465 -0
  616. pulumi_azure_native/documentdb/v20241115/private_endpoint_connection.py +297 -0
  617. pulumi_azure_native/documentdb/v20241115/service.py +211 -0
  618. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_container.py +314 -0
  619. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_database.py +293 -0
  620. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_assignment.py +266 -0
  621. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_definition.py +288 -0
  622. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_stored_procedure.py +328 -0
  623. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_trigger.py +329 -0
  624. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_user_defined_function.py +328 -0
  625. pulumi_azure_native/documentdb/v20241115/table_resource_table.py +293 -0
  626. pulumi_azure_native/durabletask/__init__.py +21 -0
  627. pulumi_azure_native/durabletask/_inputs.py +134 -0
  628. pulumi_azure_native/durabletask/get_scheduler.py +173 -0
  629. pulumi_azure_native/durabletask/get_task_hub.py +151 -0
  630. pulumi_azure_native/{mobilepacketcore → durabletask}/outputs.py +123 -136
  631. pulumi_azure_native/{mobilepacketcore/smf_deployment.py → durabletask/scheduler.py} +55 -143
  632. pulumi_azure_native/durabletask/task_hub.py +202 -0
  633. pulumi_azure_native/{mobilepacketcore/v20230515preview → durabletask/v20241001preview}/__init__.py +5 -3
  634. pulumi_azure_native/durabletask/v20241001preview/_inputs.py +134 -0
  635. pulumi_azure_native/durabletask/v20241001preview/get_scheduler.py +171 -0
  636. pulumi_azure_native/durabletask/v20241001preview/get_task_hub.py +149 -0
  637. pulumi_azure_native/{mobilepacketcore/v20231015preview → durabletask/v20241001preview}/outputs.py +123 -136
  638. pulumi_azure_native/durabletask/v20241001preview/scheduler.py +257 -0
  639. pulumi_azure_native/durabletask/v20241001preview/task_hub.py +200 -0
  640. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  641. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  642. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  643. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  644. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  645. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  646. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  647. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  648. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  649. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  650. pulumi_azure_native/hybridcompute/license.py +3 -3
  651. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  652. pulumi_azure_native/hybridcompute/machine.py +3 -3
  653. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  654. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  655. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  656. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  657. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  658. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  659. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  660. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  661. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  662. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  663. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  664. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  665. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  666. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  667. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  668. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  669. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  670. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  671. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  672. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  673. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  674. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  675. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  676. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  677. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  678. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  679. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  680. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  681. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  682. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  683. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  684. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  685. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  686. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  687. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  688. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  689. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  690. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  691. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  692. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  693. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  694. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  695. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  696. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  697. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  698. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  699. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  700. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  701. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  702. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  703. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
  704. pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
  705. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
  706. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
  707. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
  708. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
  709. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
  710. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
  711. pulumi_azure_native/hybridcompute/v20240910preview/__init__.py +26 -0
  712. pulumi_azure_native/hybridcompute/v20240910preview/_enums.py +172 -0
  713. pulumi_azure_native/hybridcompute/v20240910preview/_inputs.py +1924 -0
  714. pulumi_azure_native/{mobilepacketcore/v20231015preview/observability_service.py → hybridcompute/v20240910preview/gateway.py} +107 -109
  715. pulumi_azure_native/hybridcompute/v20240910preview/get_gateway.py +227 -0
  716. pulumi_azure_native/hybridcompute/v20240910preview/get_license.py +213 -0
  717. pulumi_azure_native/hybridcompute/v20240910preview/get_license_profile.py +387 -0
  718. pulumi_azure_native/hybridcompute/v20240910preview/get_machine.py +681 -0
  719. pulumi_azure_native/hybridcompute/v20240910preview/get_machine_extension.py +177 -0
  720. pulumi_azure_native/hybridcompute/v20240910preview/get_machine_run_command.py +345 -0
  721. pulumi_azure_native/hybridcompute/v20240910preview/get_private_endpoint_connection.py +149 -0
  722. pulumi_azure_native/hybridcompute/v20240910preview/get_private_link_scope.py +171 -0
  723. pulumi_azure_native/{mobilepacketcore/v20231015preview/nrf_deployment.py → hybridcompute/v20240910preview/license.py} +112 -131
  724. pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +505 -0
  725. pulumi_azure_native/hybridcompute/v20240910preview/machine.py +885 -0
  726. pulumi_azure_native/{mobilepacketcore/observability_service.py → hybridcompute/v20240910preview/machine_extension.py} +76 -117
  727. pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +592 -0
  728. pulumi_azure_native/hybridcompute/v20240910preview/outputs.py +3556 -0
  729. pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +220 -0
  730. pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +258 -0
  731. pulumi_azure_native/impact/__init__.py +24 -0
  732. pulumi_azure_native/impact/_enums.py +202 -0
  733. pulumi_azure_native/impact/_inputs.py +1183 -0
  734. pulumi_azure_native/impact/connector.py +181 -0
  735. pulumi_azure_native/impact/get_connector.py +139 -0
  736. pulumi_azure_native/impact/get_insight.py +145 -0
  737. pulumi_azure_native/impact/get_workload_impact.py +139 -0
  738. pulumi_azure_native/impact/insight.py +201 -0
  739. pulumi_azure_native/impact/outputs.py +1117 -0
  740. pulumi_azure_native/impact/v20240501preview/__init__.py +16 -0
  741. pulumi_azure_native/impact/v20240501preview/_enums.py +202 -0
  742. pulumi_azure_native/impact/v20240501preview/_inputs.py +1183 -0
  743. pulumi_azure_native/impact/v20240501preview/connector.py +179 -0
  744. pulumi_azure_native/impact/v20240501preview/get_connector.py +137 -0
  745. pulumi_azure_native/impact/v20240501preview/get_insight.py +143 -0
  746. pulumi_azure_native/impact/v20240501preview/get_workload_impact.py +137 -0
  747. pulumi_azure_native/impact/v20240501preview/insight.py +199 -0
  748. pulumi_azure_native/impact/v20240501preview/outputs.py +1117 -0
  749. pulumi_azure_native/impact/v20240501preview/workload_impact.py +179 -0
  750. pulumi_azure_native/impact/workload_impact.py +181 -0
  751. pulumi_azure_native/kusto/__init__.py +4 -0
  752. pulumi_azure_native/kusto/attached_database_configuration.py +3 -3
  753. pulumi_azure_native/kusto/cluster.py +3 -3
  754. pulumi_azure_native/kusto/cluster_principal_assignment.py +3 -3
  755. pulumi_azure_native/kusto/cosmos_db_data_connection.py +1 -1
  756. pulumi_azure_native/kusto/database_principal_assignment.py +3 -3
  757. pulumi_azure_native/kusto/event_grid_data_connection.py +1 -1
  758. pulumi_azure_native/kusto/event_hub_data_connection.py +1 -1
  759. pulumi_azure_native/kusto/get_attached_database_configuration.py +2 -2
  760. pulumi_azure_native/kusto/get_cluster.py +2 -2
  761. pulumi_azure_native/kusto/get_cluster_principal_assignment.py +2 -2
  762. pulumi_azure_native/kusto/get_database_principal_assignment.py +2 -2
  763. pulumi_azure_native/kusto/get_managed_private_endpoint.py +2 -2
  764. pulumi_azure_native/kusto/get_private_endpoint_connection.py +2 -2
  765. pulumi_azure_native/kusto/get_sandbox_custom_image.py +4 -0
  766. pulumi_azure_native/kusto/get_script.py +2 -2
  767. pulumi_azure_native/kusto/iot_hub_data_connection.py +1 -1
  768. pulumi_azure_native/kusto/list_cluster_callout_policies.py +100 -0
  769. pulumi_azure_native/kusto/list_cluster_follower_databases.py +2 -2
  770. pulumi_azure_native/kusto/list_cluster_language_extensions.py +2 -2
  771. pulumi_azure_native/kusto/list_database_principals.py +2 -2
  772. pulumi_azure_native/kusto/managed_private_endpoint.py +3 -3
  773. pulumi_azure_native/kusto/outputs.py +59 -0
  774. pulumi_azure_native/kusto/private_endpoint_connection.py +3 -3
  775. pulumi_azure_native/kusto/read_only_following_database.py +1 -1
  776. pulumi_azure_native/kusto/read_write_database.py +1 -1
  777. pulumi_azure_native/kusto/sandbox_custom_image.py +5 -1
  778. pulumi_azure_native/kusto/script.py +3 -3
  779. pulumi_azure_native/kusto/v20180907preview/database.py +1 -1
  780. pulumi_azure_native/kusto/v20190515/database.py +1 -1
  781. pulumi_azure_native/kusto/v20190907/read_only_following_database.py +1 -1
  782. pulumi_azure_native/kusto/v20190907/read_write_database.py +1 -1
  783. pulumi_azure_native/kusto/v20191109/read_write_database.py +1 -1
  784. pulumi_azure_native/kusto/v20200215/event_grid_data_connection.py +1 -1
  785. pulumi_azure_native/kusto/v20210827/script.py +1 -1
  786. pulumi_azure_native/kusto/v20220707/cluster.py +1 -1
  787. pulumi_azure_native/kusto/v20221229/attached_database_configuration.py +1 -1
  788. pulumi_azure_native/kusto/v20221229/cluster.py +1 -1
  789. pulumi_azure_native/kusto/v20221229/cluster_principal_assignment.py +1 -1
  790. pulumi_azure_native/kusto/v20221229/cosmos_db_data_connection.py +1 -1
  791. pulumi_azure_native/kusto/v20221229/database_principal_assignment.py +1 -1
  792. pulumi_azure_native/kusto/v20221229/event_grid_data_connection.py +1 -1
  793. pulumi_azure_native/kusto/v20221229/event_hub_data_connection.py +1 -1
  794. pulumi_azure_native/kusto/v20221229/iot_hub_data_connection.py +1 -1
  795. pulumi_azure_native/kusto/v20221229/managed_private_endpoint.py +1 -1
  796. pulumi_azure_native/kusto/v20221229/private_endpoint_connection.py +1 -1
  797. pulumi_azure_native/kusto/v20221229/read_only_following_database.py +1 -1
  798. pulumi_azure_native/kusto/v20221229/read_write_database.py +1 -1
  799. pulumi_azure_native/kusto/v20221229/script.py +1 -1
  800. pulumi_azure_native/kusto/v20230502/attached_database_configuration.py +1 -1
  801. pulumi_azure_native/kusto/v20230502/cluster.py +1 -1
  802. pulumi_azure_native/kusto/v20230502/cluster_principal_assignment.py +1 -1
  803. pulumi_azure_native/kusto/v20230502/cosmos_db_data_connection.py +1 -1
  804. pulumi_azure_native/kusto/v20230502/database_principal_assignment.py +1 -1
  805. pulumi_azure_native/kusto/v20230502/event_grid_data_connection.py +1 -1
  806. pulumi_azure_native/kusto/v20230502/event_hub_data_connection.py +1 -1
  807. pulumi_azure_native/kusto/v20230502/iot_hub_data_connection.py +1 -1
  808. pulumi_azure_native/kusto/v20230502/managed_private_endpoint.py +1 -1
  809. pulumi_azure_native/kusto/v20230502/private_endpoint_connection.py +1 -1
  810. pulumi_azure_native/kusto/v20230502/read_only_following_database.py +1 -1
  811. pulumi_azure_native/kusto/v20230502/read_write_database.py +1 -1
  812. pulumi_azure_native/kusto/v20230502/script.py +1 -1
  813. pulumi_azure_native/kusto/v20230815/attached_database_configuration.py +1 -1
  814. pulumi_azure_native/kusto/v20230815/cluster.py +1 -1
  815. pulumi_azure_native/kusto/v20230815/cluster_principal_assignment.py +1 -1
  816. pulumi_azure_native/kusto/v20230815/cosmos_db_data_connection.py +1 -1
  817. pulumi_azure_native/kusto/v20230815/database_principal_assignment.py +1 -1
  818. pulumi_azure_native/kusto/v20230815/event_grid_data_connection.py +1 -1
  819. pulumi_azure_native/kusto/v20230815/event_hub_data_connection.py +1 -1
  820. pulumi_azure_native/kusto/v20230815/iot_hub_data_connection.py +1 -1
  821. pulumi_azure_native/kusto/v20230815/managed_private_endpoint.py +1 -1
  822. pulumi_azure_native/kusto/v20230815/private_endpoint_connection.py +1 -1
  823. pulumi_azure_native/kusto/v20230815/read_only_following_database.py +1 -1
  824. pulumi_azure_native/kusto/v20230815/read_write_database.py +1 -1
  825. pulumi_azure_native/kusto/v20230815/sandbox_custom_image.py +1 -1
  826. pulumi_azure_native/kusto/v20230815/script.py +1 -1
  827. pulumi_azure_native/kusto/v20240413/__init__.py +42 -0
  828. pulumi_azure_native/kusto/v20240413/_enums.py +379 -0
  829. pulumi_azure_native/kusto/v20240413/_inputs.py +950 -0
  830. pulumi_azure_native/kusto/v20240413/attached_database_configuration.py +408 -0
  831. pulumi_azure_native/kusto/v20240413/cluster.py +985 -0
  832. pulumi_azure_native/kusto/v20240413/cluster_principal_assignment.py +339 -0
  833. pulumi_azure_native/kusto/v20240413/cosmos_db_data_connection.py +491 -0
  834. pulumi_azure_native/kusto/v20240413/database_principal_assignment.py +360 -0
  835. pulumi_azure_native/kusto/v20240413/event_grid_data_connection.py +610 -0
  836. pulumi_azure_native/kusto/v20240413/event_hub_data_connection.py +580 -0
  837. pulumi_azure_native/kusto/v20240413/get_attached_database_configuration.py +247 -0
  838. pulumi_azure_native/kusto/v20240413/get_cluster.py +577 -0
  839. pulumi_azure_native/kusto/v20240413/get_cluster_principal_assignment.py +232 -0
  840. pulumi_azure_native/kusto/v20240413/get_cosmos_db_data_connection.py +281 -0
  841. pulumi_azure_native/kusto/v20240413/get_database_principal_assignment.py +238 -0
  842. pulumi_azure_native/kusto/v20240413/get_event_grid_data_connection.py +337 -0
  843. pulumi_azure_native/kusto/v20240413/get_event_hub_data_connection.py +323 -0
  844. pulumi_azure_native/kusto/v20240413/get_iot_hub_data_connection.py +295 -0
  845. pulumi_azure_native/kusto/v20240413/get_managed_private_endpoint.py +205 -0
  846. pulumi_azure_native/kusto/v20240413/get_private_endpoint_connection.py +191 -0
  847. pulumi_azure_native/kusto/v20240413/get_read_only_following_database.py +304 -0
  848. pulumi_azure_native/kusto/v20240413/get_read_write_database.py +248 -0
  849. pulumi_azure_native/kusto/v20240413/get_sandbox_custom_image.py +190 -0
  850. pulumi_azure_native/kusto/v20240413/get_script.py +225 -0
  851. pulumi_azure_native/kusto/v20240413/iot_hub_data_connection.py +542 -0
  852. pulumi_azure_native/kusto/v20240413/list_cluster_callout_policies.py +98 -0
  853. pulumi_azure_native/kusto/v20240413/list_cluster_follower_databases.py +87 -0
  854. pulumi_azure_native/kusto/v20240413/list_cluster_language_extensions.py +87 -0
  855. pulumi_azure_native/kusto/v20240413/list_database_principals.py +93 -0
  856. pulumi_azure_native/kusto/v20240413/managed_private_endpoint.py +318 -0
  857. pulumi_azure_native/kusto/v20240413/outputs.py +1412 -0
  858. pulumi_azure_native/kusto/v20240413/private_endpoint_connection.py +251 -0
  859. pulumi_azure_native/kusto/v20240413/read_only_following_database.py +392 -0
  860. pulumi_azure_native/kusto/v20240413/read_write_database.py +391 -0
  861. pulumi_azure_native/kusto/v20240413/sandbox_custom_image.py +307 -0
  862. pulumi_azure_native/kusto/v20240413/script.py +411 -0
  863. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +4 -0
  864. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +20 -0
  865. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +14 -0
  866. pulumi_azure_native/pulumi-plugin.json +1 -1
  867. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  868. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  869. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  870. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  871. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  872. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  873. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  874. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  875. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  876. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  877. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  878. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  879. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  880. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  881. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  882. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  883. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  884. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  885. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  886. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  887. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  888. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  889. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  890. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  891. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  892. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  893. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  894. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  895. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  896. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  897. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  898. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  899. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  900. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  901. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  902. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  903. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  904. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  905. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  906. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  907. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  908. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  909. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  910. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  911. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  912. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  913. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  914. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  915. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  916. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  917. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  918. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  919. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  920. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  921. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  922. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  923. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  924. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  925. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  926. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  927. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  928. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  929. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  930. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  931. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  932. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  933. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  934. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  935. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  936. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  937. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  938. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  939. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  940. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  941. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  942. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +1 -1
  943. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +1 -1
  944. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +1 -1
  945. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +1 -1
  946. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +1 -1
  947. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +1 -1
  948. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +1 -1
  949. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +1 -1
  950. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +1 -1
  951. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +1 -1
  952. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +1 -1
  953. pulumi_azure_native/recoveryservices/v20241001/__init__.py +22 -0
  954. pulumi_azure_native/recoveryservices/v20241001/_enums.py +179 -0
  955. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +19709 -8709
  956. pulumi_azure_native/recoveryservices/v20241001/get_replication_fabric.py +155 -0
  957. pulumi_azure_native/recoveryservices/v20241001/get_replication_migration_item.py +161 -0
  958. pulumi_azure_native/recoveryservices/v20241001/get_replication_network_mapping.py +161 -0
  959. pulumi_azure_native/recoveryservices/v20241001/get_replication_policy.py +149 -0
  960. pulumi_azure_native/recoveryservices/v20241001/get_replication_protected_item.py +161 -0
  961. pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_cluster.py +147 -0
  962. pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_container_mapping.py +161 -0
  963. pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_plan.py +149 -0
  964. pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_services_provider.py +155 -0
  965. pulumi_azure_native/recoveryservices/v20241001/get_replication_storage_classification_mapping.py +161 -0
  966. pulumi_azure_native/recoveryservices/v20241001/get_replicationv_center.py +155 -0
  967. pulumi_azure_native/recoveryservices/v20241001/outputs.py +30504 -8186
  968. pulumi_azure_native/recoveryservices/v20241001/replication_fabric.py +220 -0
  969. pulumi_azure_native/recoveryservices/v20241001/replication_migration_item.py +264 -0
  970. pulumi_azure_native/recoveryservices/v20241001/replication_network_mapping.py +263 -0
  971. pulumi_azure_native/recoveryservices/v20241001/replication_policy.py +221 -0
  972. pulumi_azure_native/recoveryservices/v20241001/replication_protected_item.py +263 -0
  973. pulumi_azure_native/recoveryservices/v20241001/replication_protection_cluster.py +253 -0
  974. pulumi_azure_native/recoveryservices/v20241001/replication_protection_container_mapping.py +263 -0
  975. pulumi_azure_native/recoveryservices/v20241001/replication_recovery_plan.py +222 -0
  976. pulumi_azure_native/recoveryservices/v20241001/replication_recovery_services_provider.py +242 -0
  977. pulumi_azure_native/recoveryservices/v20241001/replication_storage_classification_mapping.py +262 -0
  978. pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py +241 -0
  979. pulumi_azure_native/servicefabric/__init__.py +3 -0
  980. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  981. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  982. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  983. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  984. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  985. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  986. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  987. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  988. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  989. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  990. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  991. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  992. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  993. pulumi_azure_native/servicefabric/node_type.py +3 -3
  994. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  995. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  996. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  997. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  998. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  999. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1000. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1001. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1002. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1003. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1004. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1005. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1006. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1007. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1008. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1009. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1010. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1011. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1012. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1013. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1014. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1015. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1016. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1017. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1018. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1019. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1020. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1021. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1022. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1023. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1024. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1025. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1026. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1027. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1028. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1029. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1030. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1031. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1032. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1033. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  1034. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  1035. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  1036. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  1037. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  1038. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  1039. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
  1040. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
  1041. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
  1042. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
  1043. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
  1044. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
  1045. pulumi_azure_native/servicefabric/v20240901preview/__init__.py +24 -0
  1046. pulumi_azure_native/servicefabric/v20240901preview/_enums.py +511 -0
  1047. pulumi_azure_native/servicefabric/v20240901preview/_inputs.py +5399 -0
  1048. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster.py +759 -0
  1049. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application.py +248 -0
  1050. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type.py +177 -0
  1051. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type_version.py +197 -0
  1052. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_service.py +183 -0
  1053. pulumi_azure_native/servicefabric/v20240901preview/get_node_type.py +863 -0
  1054. pulumi_azure_native/servicefabric/v20240901preview/getmanaged_az_resiliency_status.py +101 -0
  1055. pulumi_azure_native/servicefabric/v20240901preview/getmanaged_maintenance_window_status.py +170 -0
  1056. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1339 -0
  1057. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +409 -0
  1058. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +258 -0
  1059. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +309 -0
  1060. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +300 -0
  1061. pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1695 -0
  1062. pulumi_azure_native/servicefabric/v20240901preview/outputs.py +4591 -0
  1063. {pulumi_azure_native-2.71.0a1731078350.dist-info → pulumi_azure_native-2.72.0.dist-info}/METADATA +1 -1
  1064. {pulumi_azure_native-2.71.0a1731078350.dist-info → pulumi_azure_native-2.72.0.dist-info}/RECORD +1066 -880
  1065. {pulumi_azure_native-2.71.0a1731078350.dist-info → pulumi_azure_native-2.72.0.dist-info}/WHEEL +1 -1
  1066. pulumi_azure_native/mobilepacketcore/__init__.py +0 -37
  1067. pulumi_azure_native/mobilepacketcore/_enums.py +0 -139
  1068. pulumi_azure_native/mobilepacketcore/_inputs.py +0 -217
  1069. pulumi_azure_native/mobilepacketcore/amf_deployment.py +0 -347
  1070. pulumi_azure_native/mobilepacketcore/cluster_service.py +0 -371
  1071. pulumi_azure_native/mobilepacketcore/get_amf_deployment.py +0 -243
  1072. pulumi_azure_native/mobilepacketcore/get_cluster_service.py +0 -243
  1073. pulumi_azure_native/mobilepacketcore/get_network_function.py +0 -285
  1074. pulumi_azure_native/mobilepacketcore/get_nrf_deployment.py +0 -243
  1075. pulumi_azure_native/mobilepacketcore/get_nssf_deployment.py +0 -243
  1076. pulumi_azure_native/mobilepacketcore/get_observability_service.py +0 -229
  1077. pulumi_azure_native/mobilepacketcore/get_smf_deployment.py +0 -243
  1078. pulumi_azure_native/mobilepacketcore/get_upf_deployment.py +0 -243
  1079. pulumi_azure_native/mobilepacketcore/network_function.py +0 -437
  1080. pulumi_azure_native/mobilepacketcore/nrf_deployment.py +0 -347
  1081. pulumi_azure_native/mobilepacketcore/nssf_deployment.py +0 -347
  1082. pulumi_azure_native/mobilepacketcore/upf_deployment.py +0 -348
  1083. pulumi_azure_native/mobilepacketcore/v20230515preview/_enums.py +0 -109
  1084. pulumi_azure_native/mobilepacketcore/v20230515preview/get_network_function.py +0 -283
  1085. pulumi_azure_native/mobilepacketcore/v20230515preview/network_function.py +0 -435
  1086. pulumi_azure_native/mobilepacketcore/v20230515preview/outputs.py +0 -131
  1087. pulumi_azure_native/mobilepacketcore/v20231015preview/__init__.py +0 -24
  1088. pulumi_azure_native/mobilepacketcore/v20231015preview/_enums.py +0 -38
  1089. pulumi_azure_native/mobilepacketcore/v20231015preview/_inputs.py +0 -217
  1090. pulumi_azure_native/mobilepacketcore/v20231015preview/amf_deployment.py +0 -345
  1091. pulumi_azure_native/mobilepacketcore/v20231015preview/cluster_service.py +0 -369
  1092. pulumi_azure_native/mobilepacketcore/v20231015preview/get_amf_deployment.py +0 -241
  1093. pulumi_azure_native/mobilepacketcore/v20231015preview/get_cluster_service.py +0 -241
  1094. pulumi_azure_native/mobilepacketcore/v20231015preview/get_nrf_deployment.py +0 -241
  1095. pulumi_azure_native/mobilepacketcore/v20231015preview/get_nssf_deployment.py +0 -241
  1096. pulumi_azure_native/mobilepacketcore/v20231015preview/get_smf_deployment.py +0 -241
  1097. pulumi_azure_native/mobilepacketcore/v20231015preview/get_upf_deployment.py +0 -241
  1098. pulumi_azure_native/mobilepacketcore/v20231015preview/nssf_deployment.py +0 -345
  1099. pulumi_azure_native/mobilepacketcore/v20231015preview/upf_deployment.py +0 -346
  1100. {pulumi_azure_native-2.71.0a1731078350.dist-info → pulumi_azure_native-2.72.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1924 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'AgentUpgradeArgs',
20
+ 'AgentUpgradeArgsDict',
21
+ 'HybridComputePrivateLinkScopePropertiesArgs',
22
+ 'HybridComputePrivateLinkScopePropertiesArgsDict',
23
+ 'IdentityArgs',
24
+ 'IdentityArgsDict',
25
+ 'LicenseDetailsArgs',
26
+ 'LicenseDetailsArgsDict',
27
+ 'LicenseProfileMachineInstanceViewEsuPropertiesArgs',
28
+ 'LicenseProfileMachineInstanceViewEsuPropertiesArgsDict',
29
+ 'LicenseProfileMachineInstanceViewArgs',
30
+ 'LicenseProfileMachineInstanceViewArgsDict',
31
+ 'LicenseArgs',
32
+ 'LicenseArgsDict',
33
+ 'LocationDataArgs',
34
+ 'LocationDataArgsDict',
35
+ 'MachineExtensionInstanceViewStatusArgs',
36
+ 'MachineExtensionInstanceViewStatusArgsDict',
37
+ 'MachineExtensionInstanceViewArgs',
38
+ 'MachineExtensionInstanceViewArgsDict',
39
+ 'MachineExtensionPropertiesArgs',
40
+ 'MachineExtensionPropertiesArgsDict',
41
+ 'MachineRunCommandScriptSourceArgs',
42
+ 'MachineRunCommandScriptSourceArgsDict',
43
+ 'OSProfileLinuxConfigurationArgs',
44
+ 'OSProfileLinuxConfigurationArgsDict',
45
+ 'OSProfileWindowsConfigurationArgs',
46
+ 'OSProfileWindowsConfigurationArgsDict',
47
+ 'OSProfileArgs',
48
+ 'OSProfileArgsDict',
49
+ 'PrivateEndpointConnectionPropertiesArgs',
50
+ 'PrivateEndpointConnectionPropertiesArgsDict',
51
+ 'PrivateEndpointPropertyArgs',
52
+ 'PrivateEndpointPropertyArgsDict',
53
+ 'PrivateLinkServiceConnectionStatePropertyArgs',
54
+ 'PrivateLinkServiceConnectionStatePropertyArgsDict',
55
+ 'ProductFeatureArgs',
56
+ 'ProductFeatureArgsDict',
57
+ 'RunCommandInputParameterArgs',
58
+ 'RunCommandInputParameterArgsDict',
59
+ 'RunCommandManagedIdentityArgs',
60
+ 'RunCommandManagedIdentityArgsDict',
61
+ 'ServiceStatusesArgs',
62
+ 'ServiceStatusesArgsDict',
63
+ 'ServiceStatusArgs',
64
+ 'ServiceStatusArgsDict',
65
+ 'VolumeLicenseDetailsArgs',
66
+ 'VolumeLicenseDetailsArgsDict',
67
+ ]
68
+
69
+ MYPY = False
70
+
71
+ if not MYPY:
72
+ class AgentUpgradeArgsDict(TypedDict):
73
+ """
74
+ The info w.r.t Agent Upgrade.
75
+ """
76
+ correlation_id: NotRequired[pulumi.Input[str]]
77
+ """
78
+ The correlation ID associated with an agent upgrade operation.
79
+ """
80
+ desired_version: NotRequired[pulumi.Input[str]]
81
+ """
82
+ Specifies the version info w.r.t AgentUpgrade for the machine.
83
+ """
84
+ enable_automatic_upgrade: NotRequired[pulumi.Input[bool]]
85
+ """
86
+ Specifies if the machine's agent should be upgraded
87
+ """
88
+ elif False:
89
+ AgentUpgradeArgsDict: TypeAlias = Mapping[str, Any]
90
+
91
+ @pulumi.input_type
92
+ class AgentUpgradeArgs:
93
+ def __init__(__self__, *,
94
+ correlation_id: Optional[pulumi.Input[str]] = None,
95
+ desired_version: Optional[pulumi.Input[str]] = None,
96
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None):
97
+ """
98
+ The info w.r.t Agent Upgrade.
99
+ :param pulumi.Input[str] correlation_id: The correlation ID associated with an agent upgrade operation.
100
+ :param pulumi.Input[str] desired_version: Specifies the version info w.r.t AgentUpgrade for the machine.
101
+ :param pulumi.Input[bool] enable_automatic_upgrade: Specifies if the machine's agent should be upgraded
102
+ """
103
+ if correlation_id is not None:
104
+ pulumi.set(__self__, "correlation_id", correlation_id)
105
+ if desired_version is not None:
106
+ pulumi.set(__self__, "desired_version", desired_version)
107
+ if enable_automatic_upgrade is not None:
108
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
109
+
110
+ @property
111
+ @pulumi.getter(name="correlationId")
112
+ def correlation_id(self) -> Optional[pulumi.Input[str]]:
113
+ """
114
+ The correlation ID associated with an agent upgrade operation.
115
+ """
116
+ return pulumi.get(self, "correlation_id")
117
+
118
+ @correlation_id.setter
119
+ def correlation_id(self, value: Optional[pulumi.Input[str]]):
120
+ pulumi.set(self, "correlation_id", value)
121
+
122
+ @property
123
+ @pulumi.getter(name="desiredVersion")
124
+ def desired_version(self) -> Optional[pulumi.Input[str]]:
125
+ """
126
+ Specifies the version info w.r.t AgentUpgrade for the machine.
127
+ """
128
+ return pulumi.get(self, "desired_version")
129
+
130
+ @desired_version.setter
131
+ def desired_version(self, value: Optional[pulumi.Input[str]]):
132
+ pulumi.set(self, "desired_version", value)
133
+
134
+ @property
135
+ @pulumi.getter(name="enableAutomaticUpgrade")
136
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
137
+ """
138
+ Specifies if the machine's agent should be upgraded
139
+ """
140
+ return pulumi.get(self, "enable_automatic_upgrade")
141
+
142
+ @enable_automatic_upgrade.setter
143
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
144
+ pulumi.set(self, "enable_automatic_upgrade", value)
145
+
146
+
147
+ if not MYPY:
148
+ class HybridComputePrivateLinkScopePropertiesArgsDict(TypedDict):
149
+ """
150
+ Properties that define a Azure Arc PrivateLinkScope resource.
151
+ """
152
+ public_network_access: NotRequired[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]
153
+ """
154
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
155
+ """
156
+ elif False:
157
+ HybridComputePrivateLinkScopePropertiesArgsDict: TypeAlias = Mapping[str, Any]
158
+
159
+ @pulumi.input_type
160
+ class HybridComputePrivateLinkScopePropertiesArgs:
161
+ def __init__(__self__, *,
162
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]] = None):
163
+ """
164
+ Properties that define a Azure Arc PrivateLinkScope resource.
165
+ :param pulumi.Input[Union[str, 'PublicNetworkAccessType']] public_network_access: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
166
+ """
167
+ if public_network_access is not None:
168
+ pulumi.set(__self__, "public_network_access", public_network_access)
169
+
170
+ @property
171
+ @pulumi.getter(name="publicNetworkAccess")
172
+ def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]:
173
+ """
174
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
175
+ """
176
+ return pulumi.get(self, "public_network_access")
177
+
178
+ @public_network_access.setter
179
+ def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]):
180
+ pulumi.set(self, "public_network_access", value)
181
+
182
+
183
+ if not MYPY:
184
+ class IdentityArgsDict(TypedDict):
185
+ """
186
+ Identity for the resource.
187
+ """
188
+ type: NotRequired[pulumi.Input['ResourceIdentityType']]
189
+ """
190
+ The identity type.
191
+ """
192
+ elif False:
193
+ IdentityArgsDict: TypeAlias = Mapping[str, Any]
194
+
195
+ @pulumi.input_type
196
+ class IdentityArgs:
197
+ def __init__(__self__, *,
198
+ type: Optional[pulumi.Input['ResourceIdentityType']] = None):
199
+ """
200
+ Identity for the resource.
201
+ :param pulumi.Input['ResourceIdentityType'] type: The identity type.
202
+ """
203
+ if type is not None:
204
+ pulumi.set(__self__, "type", type)
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
209
+ """
210
+ The identity type.
211
+ """
212
+ return pulumi.get(self, "type")
213
+
214
+ @type.setter
215
+ def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
216
+ pulumi.set(self, "type", value)
217
+
218
+
219
+ if not MYPY:
220
+ class LicenseDetailsArgsDict(TypedDict):
221
+ """
222
+ Describes the properties of a License.
223
+ """
224
+ edition: NotRequired[pulumi.Input[Union[str, 'LicenseEdition']]]
225
+ """
226
+ Describes the edition of the license. The values are either Standard or Datacenter.
227
+ """
228
+ processors: NotRequired[pulumi.Input[int]]
229
+ """
230
+ Describes the number of processors.
231
+ """
232
+ state: NotRequired[pulumi.Input[Union[str, 'LicenseState']]]
233
+ """
234
+ Describes the state of the license.
235
+ """
236
+ target: NotRequired[pulumi.Input[Union[str, 'LicenseTarget']]]
237
+ """
238
+ Describes the license target server.
239
+ """
240
+ type: NotRequired[pulumi.Input[Union[str, 'LicenseCoreType']]]
241
+ """
242
+ Describes the license core type (pCore or vCore).
243
+ """
244
+ volume_license_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgsDict']]]]
245
+ """
246
+ A list of volume license details.
247
+ """
248
+ elif False:
249
+ LicenseDetailsArgsDict: TypeAlias = Mapping[str, Any]
250
+
251
+ @pulumi.input_type
252
+ class LicenseDetailsArgs:
253
+ def __init__(__self__, *,
254
+ edition: Optional[pulumi.Input[Union[str, 'LicenseEdition']]] = None,
255
+ processors: Optional[pulumi.Input[int]] = None,
256
+ state: Optional[pulumi.Input[Union[str, 'LicenseState']]] = None,
257
+ target: Optional[pulumi.Input[Union[str, 'LicenseTarget']]] = None,
258
+ type: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]] = None,
259
+ volume_license_details: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]] = None):
260
+ """
261
+ Describes the properties of a License.
262
+ :param pulumi.Input[Union[str, 'LicenseEdition']] edition: Describes the edition of the license. The values are either Standard or Datacenter.
263
+ :param pulumi.Input[int] processors: Describes the number of processors.
264
+ :param pulumi.Input[Union[str, 'LicenseState']] state: Describes the state of the license.
265
+ :param pulumi.Input[Union[str, 'LicenseTarget']] target: Describes the license target server.
266
+ :param pulumi.Input[Union[str, 'LicenseCoreType']] type: Describes the license core type (pCore or vCore).
267
+ :param pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]] volume_license_details: A list of volume license details.
268
+ """
269
+ if edition is not None:
270
+ pulumi.set(__self__, "edition", edition)
271
+ if processors is not None:
272
+ pulumi.set(__self__, "processors", processors)
273
+ if state is not None:
274
+ pulumi.set(__self__, "state", state)
275
+ if target is not None:
276
+ pulumi.set(__self__, "target", target)
277
+ if type is not None:
278
+ pulumi.set(__self__, "type", type)
279
+ if volume_license_details is not None:
280
+ pulumi.set(__self__, "volume_license_details", volume_license_details)
281
+
282
+ @property
283
+ @pulumi.getter
284
+ def edition(self) -> Optional[pulumi.Input[Union[str, 'LicenseEdition']]]:
285
+ """
286
+ Describes the edition of the license. The values are either Standard or Datacenter.
287
+ """
288
+ return pulumi.get(self, "edition")
289
+
290
+ @edition.setter
291
+ def edition(self, value: Optional[pulumi.Input[Union[str, 'LicenseEdition']]]):
292
+ pulumi.set(self, "edition", value)
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def processors(self) -> Optional[pulumi.Input[int]]:
297
+ """
298
+ Describes the number of processors.
299
+ """
300
+ return pulumi.get(self, "processors")
301
+
302
+ @processors.setter
303
+ def processors(self, value: Optional[pulumi.Input[int]]):
304
+ pulumi.set(self, "processors", value)
305
+
306
+ @property
307
+ @pulumi.getter
308
+ def state(self) -> Optional[pulumi.Input[Union[str, 'LicenseState']]]:
309
+ """
310
+ Describes the state of the license.
311
+ """
312
+ return pulumi.get(self, "state")
313
+
314
+ @state.setter
315
+ def state(self, value: Optional[pulumi.Input[Union[str, 'LicenseState']]]):
316
+ pulumi.set(self, "state", value)
317
+
318
+ @property
319
+ @pulumi.getter
320
+ def target(self) -> Optional[pulumi.Input[Union[str, 'LicenseTarget']]]:
321
+ """
322
+ Describes the license target server.
323
+ """
324
+ return pulumi.get(self, "target")
325
+
326
+ @target.setter
327
+ def target(self, value: Optional[pulumi.Input[Union[str, 'LicenseTarget']]]):
328
+ pulumi.set(self, "target", value)
329
+
330
+ @property
331
+ @pulumi.getter
332
+ def type(self) -> Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]:
333
+ """
334
+ Describes the license core type (pCore or vCore).
335
+ """
336
+ return pulumi.get(self, "type")
337
+
338
+ @type.setter
339
+ def type(self, value: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]):
340
+ pulumi.set(self, "type", value)
341
+
342
+ @property
343
+ @pulumi.getter(name="volumeLicenseDetails")
344
+ def volume_license_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]:
345
+ """
346
+ A list of volume license details.
347
+ """
348
+ return pulumi.get(self, "volume_license_details")
349
+
350
+ @volume_license_details.setter
351
+ def volume_license_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]):
352
+ pulumi.set(self, "volume_license_details", value)
353
+
354
+
355
+ if not MYPY:
356
+ class LicenseProfileMachineInstanceViewEsuPropertiesArgsDict(TypedDict):
357
+ """
358
+ Properties for the Machine ESU profile.
359
+ """
360
+ assigned_license: NotRequired[pulumi.Input['LicenseArgsDict']]
361
+ """
362
+ The assigned license resource.
363
+ """
364
+ license_assignment_state: NotRequired[pulumi.Input[Union[str, 'LicenseAssignmentState']]]
365
+ """
366
+ Describes the license assignment state (Assigned or NotAssigned).
367
+ """
368
+ elif False:
369
+ LicenseProfileMachineInstanceViewEsuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
370
+
371
+ @pulumi.input_type
372
+ class LicenseProfileMachineInstanceViewEsuPropertiesArgs:
373
+ def __init__(__self__, *,
374
+ assigned_license: Optional[pulumi.Input['LicenseArgs']] = None,
375
+ license_assignment_state: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]] = None):
376
+ """
377
+ Properties for the Machine ESU profile.
378
+ :param pulumi.Input['LicenseArgs'] assigned_license: The assigned license resource.
379
+ :param pulumi.Input[Union[str, 'LicenseAssignmentState']] license_assignment_state: Describes the license assignment state (Assigned or NotAssigned).
380
+ """
381
+ if assigned_license is not None:
382
+ pulumi.set(__self__, "assigned_license", assigned_license)
383
+ if license_assignment_state is not None:
384
+ pulumi.set(__self__, "license_assignment_state", license_assignment_state)
385
+
386
+ @property
387
+ @pulumi.getter(name="assignedLicense")
388
+ def assigned_license(self) -> Optional[pulumi.Input['LicenseArgs']]:
389
+ """
390
+ The assigned license resource.
391
+ """
392
+ return pulumi.get(self, "assigned_license")
393
+
394
+ @assigned_license.setter
395
+ def assigned_license(self, value: Optional[pulumi.Input['LicenseArgs']]):
396
+ pulumi.set(self, "assigned_license", value)
397
+
398
+ @property
399
+ @pulumi.getter(name="licenseAssignmentState")
400
+ def license_assignment_state(self) -> Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]:
401
+ """
402
+ Describes the license assignment state (Assigned or NotAssigned).
403
+ """
404
+ return pulumi.get(self, "license_assignment_state")
405
+
406
+ @license_assignment_state.setter
407
+ def license_assignment_state(self, value: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]):
408
+ pulumi.set(self, "license_assignment_state", value)
409
+
410
+
411
+ if not MYPY:
412
+ class LicenseProfileMachineInstanceViewArgsDict(TypedDict):
413
+ """
414
+ License Profile Instance View in Machine Properties.
415
+ """
416
+ esu_profile: NotRequired[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgsDict']]
417
+ """
418
+ Properties for the Machine ESU profile.
419
+ """
420
+ product_features: NotRequired[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgsDict']]]]
421
+ """
422
+ The list of product features.
423
+ """
424
+ product_type: NotRequired[pulumi.Input[Union[str, 'LicenseProfileProductType']]]
425
+ """
426
+ Indicates the product type of the license.
427
+ """
428
+ software_assurance_customer: NotRequired[pulumi.Input[bool]]
429
+ """
430
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
431
+ """
432
+ subscription_status: NotRequired[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]
433
+ """
434
+ Indicates the subscription status of the product.
435
+ """
436
+ elif False:
437
+ LicenseProfileMachineInstanceViewArgsDict: TypeAlias = Mapping[str, Any]
438
+
439
+ @pulumi.input_type
440
+ class LicenseProfileMachineInstanceViewArgs:
441
+ def __init__(__self__, *,
442
+ esu_profile: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']] = None,
443
+ product_features: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]] = None,
444
+ product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
445
+ software_assurance_customer: Optional[pulumi.Input[bool]] = None,
446
+ subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
447
+ """
448
+ License Profile Instance View in Machine Properties.
449
+ :param pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs'] esu_profile: Properties for the Machine ESU profile.
450
+ :param pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]] product_features: The list of product features.
451
+ :param pulumi.Input[Union[str, 'LicenseProfileProductType']] product_type: Indicates the product type of the license.
452
+ :param pulumi.Input[bool] software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
453
+ :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the subscription status of the product.
454
+ """
455
+ if esu_profile is not None:
456
+ pulumi.set(__self__, "esu_profile", esu_profile)
457
+ if product_features is not None:
458
+ pulumi.set(__self__, "product_features", product_features)
459
+ if product_type is not None:
460
+ pulumi.set(__self__, "product_type", product_type)
461
+ if software_assurance_customer is not None:
462
+ pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
463
+ if subscription_status is not None:
464
+ pulumi.set(__self__, "subscription_status", subscription_status)
465
+
466
+ @property
467
+ @pulumi.getter(name="esuProfile")
468
+ def esu_profile(self) -> Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]:
469
+ """
470
+ Properties for the Machine ESU profile.
471
+ """
472
+ return pulumi.get(self, "esu_profile")
473
+
474
+ @esu_profile.setter
475
+ def esu_profile(self, value: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]):
476
+ pulumi.set(self, "esu_profile", value)
477
+
478
+ @property
479
+ @pulumi.getter(name="productFeatures")
480
+ def product_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]:
481
+ """
482
+ The list of product features.
483
+ """
484
+ return pulumi.get(self, "product_features")
485
+
486
+ @product_features.setter
487
+ def product_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]):
488
+ pulumi.set(self, "product_features", value)
489
+
490
+ @property
491
+ @pulumi.getter(name="productType")
492
+ def product_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]:
493
+ """
494
+ Indicates the product type of the license.
495
+ """
496
+ return pulumi.get(self, "product_type")
497
+
498
+ @product_type.setter
499
+ def product_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]):
500
+ pulumi.set(self, "product_type", value)
501
+
502
+ @property
503
+ @pulumi.getter(name="softwareAssuranceCustomer")
504
+ def software_assurance_customer(self) -> Optional[pulumi.Input[bool]]:
505
+ """
506
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
507
+ """
508
+ return pulumi.get(self, "software_assurance_customer")
509
+
510
+ @software_assurance_customer.setter
511
+ def software_assurance_customer(self, value: Optional[pulumi.Input[bool]]):
512
+ pulumi.set(self, "software_assurance_customer", value)
513
+
514
+ @property
515
+ @pulumi.getter(name="subscriptionStatus")
516
+ def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
517
+ """
518
+ Indicates the subscription status of the product.
519
+ """
520
+ return pulumi.get(self, "subscription_status")
521
+
522
+ @subscription_status.setter
523
+ def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
524
+ pulumi.set(self, "subscription_status", value)
525
+
526
+
527
+ if not MYPY:
528
+ class LicenseArgsDict(TypedDict):
529
+ """
530
+ Describes a license in a hybrid machine.
531
+ """
532
+ location: pulumi.Input[str]
533
+ """
534
+ The geo-location where the resource lives
535
+ """
536
+ license_details: NotRequired[pulumi.Input['LicenseDetailsArgsDict']]
537
+ """
538
+ Describes the properties of a License.
539
+ """
540
+ license_type: NotRequired[pulumi.Input[Union[str, 'LicenseType']]]
541
+ """
542
+ The type of the license resource.
543
+ """
544
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
545
+ """
546
+ Resource tags.
547
+ """
548
+ tenant_id: NotRequired[pulumi.Input[str]]
549
+ """
550
+ Describes the tenant id.
551
+ """
552
+ elif False:
553
+ LicenseArgsDict: TypeAlias = Mapping[str, Any]
554
+
555
+ @pulumi.input_type
556
+ class LicenseArgs:
557
+ def __init__(__self__, *,
558
+ location: pulumi.Input[str],
559
+ license_details: Optional[pulumi.Input['LicenseDetailsArgs']] = None,
560
+ license_type: Optional[pulumi.Input[Union[str, 'LicenseType']]] = None,
561
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
562
+ tenant_id: Optional[pulumi.Input[str]] = None):
563
+ """
564
+ Describes a license in a hybrid machine.
565
+ :param pulumi.Input[str] location: The geo-location where the resource lives
566
+ :param pulumi.Input['LicenseDetailsArgs'] license_details: Describes the properties of a License.
567
+ :param pulumi.Input[Union[str, 'LicenseType']] license_type: The type of the license resource.
568
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
569
+ :param pulumi.Input[str] tenant_id: Describes the tenant id.
570
+ """
571
+ pulumi.set(__self__, "location", location)
572
+ if license_details is not None:
573
+ pulumi.set(__self__, "license_details", license_details)
574
+ if license_type is not None:
575
+ pulumi.set(__self__, "license_type", license_type)
576
+ if tags is not None:
577
+ pulumi.set(__self__, "tags", tags)
578
+ if tenant_id is not None:
579
+ pulumi.set(__self__, "tenant_id", tenant_id)
580
+
581
+ @property
582
+ @pulumi.getter
583
+ def location(self) -> pulumi.Input[str]:
584
+ """
585
+ The geo-location where the resource lives
586
+ """
587
+ return pulumi.get(self, "location")
588
+
589
+ @location.setter
590
+ def location(self, value: pulumi.Input[str]):
591
+ pulumi.set(self, "location", value)
592
+
593
+ @property
594
+ @pulumi.getter(name="licenseDetails")
595
+ def license_details(self) -> Optional[pulumi.Input['LicenseDetailsArgs']]:
596
+ """
597
+ Describes the properties of a License.
598
+ """
599
+ return pulumi.get(self, "license_details")
600
+
601
+ @license_details.setter
602
+ def license_details(self, value: Optional[pulumi.Input['LicenseDetailsArgs']]):
603
+ pulumi.set(self, "license_details", value)
604
+
605
+ @property
606
+ @pulumi.getter(name="licenseType")
607
+ def license_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseType']]]:
608
+ """
609
+ The type of the license resource.
610
+ """
611
+ return pulumi.get(self, "license_type")
612
+
613
+ @license_type.setter
614
+ def license_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseType']]]):
615
+ pulumi.set(self, "license_type", value)
616
+
617
+ @property
618
+ @pulumi.getter
619
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
620
+ """
621
+ Resource tags.
622
+ """
623
+ return pulumi.get(self, "tags")
624
+
625
+ @tags.setter
626
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
627
+ pulumi.set(self, "tags", value)
628
+
629
+ @property
630
+ @pulumi.getter(name="tenantId")
631
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
632
+ """
633
+ Describes the tenant id.
634
+ """
635
+ return pulumi.get(self, "tenant_id")
636
+
637
+ @tenant_id.setter
638
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
639
+ pulumi.set(self, "tenant_id", value)
640
+
641
+
642
+ if not MYPY:
643
+ class LocationDataArgsDict(TypedDict):
644
+ """
645
+ Metadata pertaining to the geographic location of the resource.
646
+ """
647
+ name: pulumi.Input[str]
648
+ """
649
+ A canonical name for the geographic or physical location.
650
+ """
651
+ city: NotRequired[pulumi.Input[str]]
652
+ """
653
+ The city or locality where the resource is located.
654
+ """
655
+ country_or_region: NotRequired[pulumi.Input[str]]
656
+ """
657
+ The country or region where the resource is located
658
+ """
659
+ district: NotRequired[pulumi.Input[str]]
660
+ """
661
+ The district, state, or province where the resource is located.
662
+ """
663
+ elif False:
664
+ LocationDataArgsDict: TypeAlias = Mapping[str, Any]
665
+
666
+ @pulumi.input_type
667
+ class LocationDataArgs:
668
+ def __init__(__self__, *,
669
+ name: pulumi.Input[str],
670
+ city: Optional[pulumi.Input[str]] = None,
671
+ country_or_region: Optional[pulumi.Input[str]] = None,
672
+ district: Optional[pulumi.Input[str]] = None):
673
+ """
674
+ Metadata pertaining to the geographic location of the resource.
675
+ :param pulumi.Input[str] name: A canonical name for the geographic or physical location.
676
+ :param pulumi.Input[str] city: The city or locality where the resource is located.
677
+ :param pulumi.Input[str] country_or_region: The country or region where the resource is located
678
+ :param pulumi.Input[str] district: The district, state, or province where the resource is located.
679
+ """
680
+ pulumi.set(__self__, "name", name)
681
+ if city is not None:
682
+ pulumi.set(__self__, "city", city)
683
+ if country_or_region is not None:
684
+ pulumi.set(__self__, "country_or_region", country_or_region)
685
+ if district is not None:
686
+ pulumi.set(__self__, "district", district)
687
+
688
+ @property
689
+ @pulumi.getter
690
+ def name(self) -> pulumi.Input[str]:
691
+ """
692
+ A canonical name for the geographic or physical location.
693
+ """
694
+ return pulumi.get(self, "name")
695
+
696
+ @name.setter
697
+ def name(self, value: pulumi.Input[str]):
698
+ pulumi.set(self, "name", value)
699
+
700
+ @property
701
+ @pulumi.getter
702
+ def city(self) -> Optional[pulumi.Input[str]]:
703
+ """
704
+ The city or locality where the resource is located.
705
+ """
706
+ return pulumi.get(self, "city")
707
+
708
+ @city.setter
709
+ def city(self, value: Optional[pulumi.Input[str]]):
710
+ pulumi.set(self, "city", value)
711
+
712
+ @property
713
+ @pulumi.getter(name="countryOrRegion")
714
+ def country_or_region(self) -> Optional[pulumi.Input[str]]:
715
+ """
716
+ The country or region where the resource is located
717
+ """
718
+ return pulumi.get(self, "country_or_region")
719
+
720
+ @country_or_region.setter
721
+ def country_or_region(self, value: Optional[pulumi.Input[str]]):
722
+ pulumi.set(self, "country_or_region", value)
723
+
724
+ @property
725
+ @pulumi.getter
726
+ def district(self) -> Optional[pulumi.Input[str]]:
727
+ """
728
+ The district, state, or province where the resource is located.
729
+ """
730
+ return pulumi.get(self, "district")
731
+
732
+ @district.setter
733
+ def district(self, value: Optional[pulumi.Input[str]]):
734
+ pulumi.set(self, "district", value)
735
+
736
+
737
+ if not MYPY:
738
+ class MachineExtensionInstanceViewStatusArgsDict(TypedDict):
739
+ """
740
+ Instance view status.
741
+ """
742
+ code: NotRequired[pulumi.Input[str]]
743
+ """
744
+ The status code.
745
+ """
746
+ display_status: NotRequired[pulumi.Input[str]]
747
+ """
748
+ The short localizable label for the status.
749
+ """
750
+ level: NotRequired[pulumi.Input[Union[str, 'StatusLevelTypes']]]
751
+ """
752
+ The level code.
753
+ """
754
+ message: NotRequired[pulumi.Input[str]]
755
+ """
756
+ The detailed status message, including for alerts and error messages.
757
+ """
758
+ time: NotRequired[pulumi.Input[str]]
759
+ """
760
+ The time of the status.
761
+ """
762
+ elif False:
763
+ MachineExtensionInstanceViewStatusArgsDict: TypeAlias = Mapping[str, Any]
764
+
765
+ @pulumi.input_type
766
+ class MachineExtensionInstanceViewStatusArgs:
767
+ def __init__(__self__, *,
768
+ code: Optional[pulumi.Input[str]] = None,
769
+ display_status: Optional[pulumi.Input[str]] = None,
770
+ level: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]] = None,
771
+ message: Optional[pulumi.Input[str]] = None,
772
+ time: Optional[pulumi.Input[str]] = None):
773
+ """
774
+ Instance view status.
775
+ :param pulumi.Input[str] code: The status code.
776
+ :param pulumi.Input[str] display_status: The short localizable label for the status.
777
+ :param pulumi.Input[Union[str, 'StatusLevelTypes']] level: The level code.
778
+ :param pulumi.Input[str] message: The detailed status message, including for alerts and error messages.
779
+ :param pulumi.Input[str] time: The time of the status.
780
+ """
781
+ if code is not None:
782
+ pulumi.set(__self__, "code", code)
783
+ if display_status is not None:
784
+ pulumi.set(__self__, "display_status", display_status)
785
+ if level is not None:
786
+ pulumi.set(__self__, "level", level)
787
+ if message is not None:
788
+ pulumi.set(__self__, "message", message)
789
+ if time is not None:
790
+ pulumi.set(__self__, "time", time)
791
+
792
+ @property
793
+ @pulumi.getter
794
+ def code(self) -> Optional[pulumi.Input[str]]:
795
+ """
796
+ The status code.
797
+ """
798
+ return pulumi.get(self, "code")
799
+
800
+ @code.setter
801
+ def code(self, value: Optional[pulumi.Input[str]]):
802
+ pulumi.set(self, "code", value)
803
+
804
+ @property
805
+ @pulumi.getter(name="displayStatus")
806
+ def display_status(self) -> Optional[pulumi.Input[str]]:
807
+ """
808
+ The short localizable label for the status.
809
+ """
810
+ return pulumi.get(self, "display_status")
811
+
812
+ @display_status.setter
813
+ def display_status(self, value: Optional[pulumi.Input[str]]):
814
+ pulumi.set(self, "display_status", value)
815
+
816
+ @property
817
+ @pulumi.getter
818
+ def level(self) -> Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]:
819
+ """
820
+ The level code.
821
+ """
822
+ return pulumi.get(self, "level")
823
+
824
+ @level.setter
825
+ def level(self, value: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]):
826
+ pulumi.set(self, "level", value)
827
+
828
+ @property
829
+ @pulumi.getter
830
+ def message(self) -> Optional[pulumi.Input[str]]:
831
+ """
832
+ The detailed status message, including for alerts and error messages.
833
+ """
834
+ return pulumi.get(self, "message")
835
+
836
+ @message.setter
837
+ def message(self, value: Optional[pulumi.Input[str]]):
838
+ pulumi.set(self, "message", value)
839
+
840
+ @property
841
+ @pulumi.getter
842
+ def time(self) -> Optional[pulumi.Input[str]]:
843
+ """
844
+ The time of the status.
845
+ """
846
+ return pulumi.get(self, "time")
847
+
848
+ @time.setter
849
+ def time(self, value: Optional[pulumi.Input[str]]):
850
+ pulumi.set(self, "time", value)
851
+
852
+
853
+ if not MYPY:
854
+ class MachineExtensionInstanceViewArgsDict(TypedDict):
855
+ """
856
+ Describes the Machine Extension Instance View.
857
+ """
858
+ name: NotRequired[pulumi.Input[str]]
859
+ """
860
+ The machine extension name.
861
+ """
862
+ status: NotRequired[pulumi.Input['MachineExtensionInstanceViewStatusArgsDict']]
863
+ """
864
+ Instance view status.
865
+ """
866
+ type: NotRequired[pulumi.Input[str]]
867
+ """
868
+ Specifies the type of the extension; an example is "CustomScriptExtension".
869
+ """
870
+ type_handler_version: NotRequired[pulumi.Input[str]]
871
+ """
872
+ Specifies the version of the script handler.
873
+ """
874
+ elif False:
875
+ MachineExtensionInstanceViewArgsDict: TypeAlias = Mapping[str, Any]
876
+
877
+ @pulumi.input_type
878
+ class MachineExtensionInstanceViewArgs:
879
+ def __init__(__self__, *,
880
+ name: Optional[pulumi.Input[str]] = None,
881
+ status: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']] = None,
882
+ type: Optional[pulumi.Input[str]] = None,
883
+ type_handler_version: Optional[pulumi.Input[str]] = None):
884
+ """
885
+ Describes the Machine Extension Instance View.
886
+ :param pulumi.Input[str] name: The machine extension name.
887
+ :param pulumi.Input['MachineExtensionInstanceViewStatusArgs'] status: Instance view status.
888
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
889
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
890
+ """
891
+ if name is not None:
892
+ pulumi.set(__self__, "name", name)
893
+ if status is not None:
894
+ pulumi.set(__self__, "status", status)
895
+ if type is not None:
896
+ pulumi.set(__self__, "type", type)
897
+ if type_handler_version is not None:
898
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
899
+
900
+ @property
901
+ @pulumi.getter
902
+ def name(self) -> Optional[pulumi.Input[str]]:
903
+ """
904
+ The machine extension name.
905
+ """
906
+ return pulumi.get(self, "name")
907
+
908
+ @name.setter
909
+ def name(self, value: Optional[pulumi.Input[str]]):
910
+ pulumi.set(self, "name", value)
911
+
912
+ @property
913
+ @pulumi.getter
914
+ def status(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]:
915
+ """
916
+ Instance view status.
917
+ """
918
+ return pulumi.get(self, "status")
919
+
920
+ @status.setter
921
+ def status(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]):
922
+ pulumi.set(self, "status", value)
923
+
924
+ @property
925
+ @pulumi.getter
926
+ def type(self) -> Optional[pulumi.Input[str]]:
927
+ """
928
+ Specifies the type of the extension; an example is "CustomScriptExtension".
929
+ """
930
+ return pulumi.get(self, "type")
931
+
932
+ @type.setter
933
+ def type(self, value: Optional[pulumi.Input[str]]):
934
+ pulumi.set(self, "type", value)
935
+
936
+ @property
937
+ @pulumi.getter(name="typeHandlerVersion")
938
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
939
+ """
940
+ Specifies the version of the script handler.
941
+ """
942
+ return pulumi.get(self, "type_handler_version")
943
+
944
+ @type_handler_version.setter
945
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
946
+ pulumi.set(self, "type_handler_version", value)
947
+
948
+
949
+ if not MYPY:
950
+ class MachineExtensionPropertiesArgsDict(TypedDict):
951
+ """
952
+ Describes the properties of a Machine Extension.
953
+ """
954
+ auto_upgrade_minor_version: NotRequired[pulumi.Input[bool]]
955
+ """
956
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
957
+ """
958
+ enable_automatic_upgrade: NotRequired[pulumi.Input[bool]]
959
+ """
960
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
961
+ """
962
+ force_update_tag: NotRequired[pulumi.Input[str]]
963
+ """
964
+ How the extension handler should be forced to update even if the extension configuration has not changed.
965
+ """
966
+ instance_view: NotRequired[pulumi.Input['MachineExtensionInstanceViewArgsDict']]
967
+ """
968
+ The machine extension instance view.
969
+ """
970
+ protected_settings: NotRequired[Any]
971
+ """
972
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
973
+ """
974
+ publisher: NotRequired[pulumi.Input[str]]
975
+ """
976
+ The name of the extension handler publisher.
977
+ """
978
+ settings: NotRequired[Any]
979
+ """
980
+ Json formatted public settings for the extension.
981
+ """
982
+ type: NotRequired[pulumi.Input[str]]
983
+ """
984
+ Specifies the type of the extension; an example is "CustomScriptExtension".
985
+ """
986
+ type_handler_version: NotRequired[pulumi.Input[str]]
987
+ """
988
+ Specifies the version of the script handler.
989
+ """
990
+ elif False:
991
+ MachineExtensionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
992
+
993
+ @pulumi.input_type
994
+ class MachineExtensionPropertiesArgs:
995
+ def __init__(__self__, *,
996
+ auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
997
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
998
+ force_update_tag: Optional[pulumi.Input[str]] = None,
999
+ instance_view: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']] = None,
1000
+ protected_settings: Optional[Any] = None,
1001
+ publisher: Optional[pulumi.Input[str]] = None,
1002
+ settings: Optional[Any] = None,
1003
+ type: Optional[pulumi.Input[str]] = None,
1004
+ type_handler_version: Optional[pulumi.Input[str]] = None):
1005
+ """
1006
+ Describes the properties of a Machine Extension.
1007
+ :param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1008
+ :param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1009
+ :param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
1010
+ :param pulumi.Input['MachineExtensionInstanceViewArgs'] instance_view: The machine extension instance view.
1011
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1012
+ :param pulumi.Input[str] publisher: The name of the extension handler publisher.
1013
+ :param Any settings: Json formatted public settings for the extension.
1014
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
1015
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
1016
+ """
1017
+ if auto_upgrade_minor_version is not None:
1018
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
1019
+ if enable_automatic_upgrade is not None:
1020
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
1021
+ if force_update_tag is not None:
1022
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
1023
+ if instance_view is not None:
1024
+ pulumi.set(__self__, "instance_view", instance_view)
1025
+ if protected_settings is not None:
1026
+ pulumi.set(__self__, "protected_settings", protected_settings)
1027
+ if publisher is not None:
1028
+ pulumi.set(__self__, "publisher", publisher)
1029
+ if settings is not None:
1030
+ pulumi.set(__self__, "settings", settings)
1031
+ if type is not None:
1032
+ pulumi.set(__self__, "type", type)
1033
+ if type_handler_version is not None:
1034
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="autoUpgradeMinorVersion")
1038
+ def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
1039
+ """
1040
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1041
+ """
1042
+ return pulumi.get(self, "auto_upgrade_minor_version")
1043
+
1044
+ @auto_upgrade_minor_version.setter
1045
+ def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
1046
+ pulumi.set(self, "auto_upgrade_minor_version", value)
1047
+
1048
+ @property
1049
+ @pulumi.getter(name="enableAutomaticUpgrade")
1050
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
1051
+ """
1052
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1053
+ """
1054
+ return pulumi.get(self, "enable_automatic_upgrade")
1055
+
1056
+ @enable_automatic_upgrade.setter
1057
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
1058
+ pulumi.set(self, "enable_automatic_upgrade", value)
1059
+
1060
+ @property
1061
+ @pulumi.getter(name="forceUpdateTag")
1062
+ def force_update_tag(self) -> Optional[pulumi.Input[str]]:
1063
+ """
1064
+ How the extension handler should be forced to update even if the extension configuration has not changed.
1065
+ """
1066
+ return pulumi.get(self, "force_update_tag")
1067
+
1068
+ @force_update_tag.setter
1069
+ def force_update_tag(self, value: Optional[pulumi.Input[str]]):
1070
+ pulumi.set(self, "force_update_tag", value)
1071
+
1072
+ @property
1073
+ @pulumi.getter(name="instanceView")
1074
+ def instance_view(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]:
1075
+ """
1076
+ The machine extension instance view.
1077
+ """
1078
+ return pulumi.get(self, "instance_view")
1079
+
1080
+ @instance_view.setter
1081
+ def instance_view(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]):
1082
+ pulumi.set(self, "instance_view", value)
1083
+
1084
+ @property
1085
+ @pulumi.getter(name="protectedSettings")
1086
+ def protected_settings(self) -> Optional[Any]:
1087
+ """
1088
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1089
+ """
1090
+ return pulumi.get(self, "protected_settings")
1091
+
1092
+ @protected_settings.setter
1093
+ def protected_settings(self, value: Optional[Any]):
1094
+ pulumi.set(self, "protected_settings", value)
1095
+
1096
+ @property
1097
+ @pulumi.getter
1098
+ def publisher(self) -> Optional[pulumi.Input[str]]:
1099
+ """
1100
+ The name of the extension handler publisher.
1101
+ """
1102
+ return pulumi.get(self, "publisher")
1103
+
1104
+ @publisher.setter
1105
+ def publisher(self, value: Optional[pulumi.Input[str]]):
1106
+ pulumi.set(self, "publisher", value)
1107
+
1108
+ @property
1109
+ @pulumi.getter
1110
+ def settings(self) -> Optional[Any]:
1111
+ """
1112
+ Json formatted public settings for the extension.
1113
+ """
1114
+ return pulumi.get(self, "settings")
1115
+
1116
+ @settings.setter
1117
+ def settings(self, value: Optional[Any]):
1118
+ pulumi.set(self, "settings", value)
1119
+
1120
+ @property
1121
+ @pulumi.getter
1122
+ def type(self) -> Optional[pulumi.Input[str]]:
1123
+ """
1124
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1125
+ """
1126
+ return pulumi.get(self, "type")
1127
+
1128
+ @type.setter
1129
+ def type(self, value: Optional[pulumi.Input[str]]):
1130
+ pulumi.set(self, "type", value)
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="typeHandlerVersion")
1134
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
1135
+ """
1136
+ Specifies the version of the script handler.
1137
+ """
1138
+ return pulumi.get(self, "type_handler_version")
1139
+
1140
+ @type_handler_version.setter
1141
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
1142
+ pulumi.set(self, "type_handler_version", value)
1143
+
1144
+
1145
+ if not MYPY:
1146
+ class MachineRunCommandScriptSourceArgsDict(TypedDict):
1147
+ """
1148
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
1149
+ """
1150
+ command_id: NotRequired[pulumi.Input[str]]
1151
+ """
1152
+ Specifies the commandId of predefined built-in script.
1153
+ """
1154
+ script: NotRequired[pulumi.Input[str]]
1155
+ """
1156
+ Specifies the script content to be executed on the machine.
1157
+ """
1158
+ script_uri: NotRequired[pulumi.Input[str]]
1159
+ """
1160
+ Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
1161
+ """
1162
+ script_uri_managed_identity: NotRequired[pulumi.Input['RunCommandManagedIdentityArgsDict']]
1163
+ """
1164
+ User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
1165
+ """
1166
+ elif False:
1167
+ MachineRunCommandScriptSourceArgsDict: TypeAlias = Mapping[str, Any]
1168
+
1169
+ @pulumi.input_type
1170
+ class MachineRunCommandScriptSourceArgs:
1171
+ def __init__(__self__, *,
1172
+ command_id: Optional[pulumi.Input[str]] = None,
1173
+ script: Optional[pulumi.Input[str]] = None,
1174
+ script_uri: Optional[pulumi.Input[str]] = None,
1175
+ script_uri_managed_identity: Optional[pulumi.Input['RunCommandManagedIdentityArgs']] = None):
1176
+ """
1177
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
1178
+ :param pulumi.Input[str] command_id: Specifies the commandId of predefined built-in script.
1179
+ :param pulumi.Input[str] script: Specifies the script content to be executed on the machine.
1180
+ :param pulumi.Input[str] script_uri: Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
1181
+ :param pulumi.Input['RunCommandManagedIdentityArgs'] script_uri_managed_identity: User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
1182
+ """
1183
+ if command_id is not None:
1184
+ pulumi.set(__self__, "command_id", command_id)
1185
+ if script is not None:
1186
+ pulumi.set(__self__, "script", script)
1187
+ if script_uri is not None:
1188
+ pulumi.set(__self__, "script_uri", script_uri)
1189
+ if script_uri_managed_identity is not None:
1190
+ pulumi.set(__self__, "script_uri_managed_identity", script_uri_managed_identity)
1191
+
1192
+ @property
1193
+ @pulumi.getter(name="commandId")
1194
+ def command_id(self) -> Optional[pulumi.Input[str]]:
1195
+ """
1196
+ Specifies the commandId of predefined built-in script.
1197
+ """
1198
+ return pulumi.get(self, "command_id")
1199
+
1200
+ @command_id.setter
1201
+ def command_id(self, value: Optional[pulumi.Input[str]]):
1202
+ pulumi.set(self, "command_id", value)
1203
+
1204
+ @property
1205
+ @pulumi.getter
1206
+ def script(self) -> Optional[pulumi.Input[str]]:
1207
+ """
1208
+ Specifies the script content to be executed on the machine.
1209
+ """
1210
+ return pulumi.get(self, "script")
1211
+
1212
+ @script.setter
1213
+ def script(self, value: Optional[pulumi.Input[str]]):
1214
+ pulumi.set(self, "script", value)
1215
+
1216
+ @property
1217
+ @pulumi.getter(name="scriptUri")
1218
+ def script_uri(self) -> Optional[pulumi.Input[str]]:
1219
+ """
1220
+ Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
1221
+ """
1222
+ return pulumi.get(self, "script_uri")
1223
+
1224
+ @script_uri.setter
1225
+ def script_uri(self, value: Optional[pulumi.Input[str]]):
1226
+ pulumi.set(self, "script_uri", value)
1227
+
1228
+ @property
1229
+ @pulumi.getter(name="scriptUriManagedIdentity")
1230
+ def script_uri_managed_identity(self) -> Optional[pulumi.Input['RunCommandManagedIdentityArgs']]:
1231
+ """
1232
+ User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
1233
+ """
1234
+ return pulumi.get(self, "script_uri_managed_identity")
1235
+
1236
+ @script_uri_managed_identity.setter
1237
+ def script_uri_managed_identity(self, value: Optional[pulumi.Input['RunCommandManagedIdentityArgs']]):
1238
+ pulumi.set(self, "script_uri_managed_identity", value)
1239
+
1240
+
1241
+ if not MYPY:
1242
+ class OSProfileLinuxConfigurationArgsDict(TypedDict):
1243
+ """
1244
+ Specifies the linux configuration for update management.
1245
+ """
1246
+ assessment_mode: NotRequired[pulumi.Input[Union[str, 'AssessmentModeTypes']]]
1247
+ """
1248
+ Specifies the assessment mode.
1249
+ """
1250
+ enable_hotpatching: NotRequired[pulumi.Input[bool]]
1251
+ """
1252
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1253
+ """
1254
+ patch_mode: NotRequired[pulumi.Input[Union[str, 'PatchModeTypes']]]
1255
+ """
1256
+ Specifies the patch mode.
1257
+ """
1258
+ elif False:
1259
+ OSProfileLinuxConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1260
+
1261
+ @pulumi.input_type
1262
+ class OSProfileLinuxConfigurationArgs:
1263
+ def __init__(__self__, *,
1264
+ assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
1265
+ enable_hotpatching: Optional[pulumi.Input[bool]] = None,
1266
+ patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
1267
+ """
1268
+ Specifies the linux configuration for update management.
1269
+ :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
1270
+ :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1271
+ :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
1272
+ """
1273
+ if assessment_mode is not None:
1274
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
1275
+ if enable_hotpatching is not None:
1276
+ pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
1277
+ if patch_mode is not None:
1278
+ pulumi.set(__self__, "patch_mode", patch_mode)
1279
+
1280
+ @property
1281
+ @pulumi.getter(name="assessmentMode")
1282
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
1283
+ """
1284
+ Specifies the assessment mode.
1285
+ """
1286
+ return pulumi.get(self, "assessment_mode")
1287
+
1288
+ @assessment_mode.setter
1289
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
1290
+ pulumi.set(self, "assessment_mode", value)
1291
+
1292
+ @property
1293
+ @pulumi.getter(name="enableHotpatching")
1294
+ def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
1295
+ """
1296
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1297
+ """
1298
+ return pulumi.get(self, "enable_hotpatching")
1299
+
1300
+ @enable_hotpatching.setter
1301
+ def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1302
+ pulumi.set(self, "enable_hotpatching", value)
1303
+
1304
+ @property
1305
+ @pulumi.getter(name="patchMode")
1306
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
1307
+ """
1308
+ Specifies the patch mode.
1309
+ """
1310
+ return pulumi.get(self, "patch_mode")
1311
+
1312
+ @patch_mode.setter
1313
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
1314
+ pulumi.set(self, "patch_mode", value)
1315
+
1316
+
1317
+ if not MYPY:
1318
+ class OSProfileWindowsConfigurationArgsDict(TypedDict):
1319
+ """
1320
+ Specifies the windows configuration for update management.
1321
+ """
1322
+ assessment_mode: NotRequired[pulumi.Input[Union[str, 'AssessmentModeTypes']]]
1323
+ """
1324
+ Specifies the assessment mode.
1325
+ """
1326
+ enable_hotpatching: NotRequired[pulumi.Input[bool]]
1327
+ """
1328
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1329
+ """
1330
+ patch_mode: NotRequired[pulumi.Input[Union[str, 'PatchModeTypes']]]
1331
+ """
1332
+ Specifies the patch mode.
1333
+ """
1334
+ elif False:
1335
+ OSProfileWindowsConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1336
+
1337
+ @pulumi.input_type
1338
+ class OSProfileWindowsConfigurationArgs:
1339
+ def __init__(__self__, *,
1340
+ assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
1341
+ enable_hotpatching: Optional[pulumi.Input[bool]] = None,
1342
+ patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
1343
+ """
1344
+ Specifies the windows configuration for update management.
1345
+ :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
1346
+ :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1347
+ :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
1348
+ """
1349
+ if assessment_mode is not None:
1350
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
1351
+ if enable_hotpatching is not None:
1352
+ pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
1353
+ if patch_mode is not None:
1354
+ pulumi.set(__self__, "patch_mode", patch_mode)
1355
+
1356
+ @property
1357
+ @pulumi.getter(name="assessmentMode")
1358
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
1359
+ """
1360
+ Specifies the assessment mode.
1361
+ """
1362
+ return pulumi.get(self, "assessment_mode")
1363
+
1364
+ @assessment_mode.setter
1365
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
1366
+ pulumi.set(self, "assessment_mode", value)
1367
+
1368
+ @property
1369
+ @pulumi.getter(name="enableHotpatching")
1370
+ def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
1371
+ """
1372
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1373
+ """
1374
+ return pulumi.get(self, "enable_hotpatching")
1375
+
1376
+ @enable_hotpatching.setter
1377
+ def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1378
+ pulumi.set(self, "enable_hotpatching", value)
1379
+
1380
+ @property
1381
+ @pulumi.getter(name="patchMode")
1382
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
1383
+ """
1384
+ Specifies the patch mode.
1385
+ """
1386
+ return pulumi.get(self, "patch_mode")
1387
+
1388
+ @patch_mode.setter
1389
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
1390
+ pulumi.set(self, "patch_mode", value)
1391
+
1392
+
1393
+ if not MYPY:
1394
+ class OSProfileArgsDict(TypedDict):
1395
+ """
1396
+ Specifies the operating system settings for the hybrid machine.
1397
+ """
1398
+ linux_configuration: NotRequired[pulumi.Input['OSProfileLinuxConfigurationArgsDict']]
1399
+ """
1400
+ Specifies the linux configuration for update management.
1401
+ """
1402
+ windows_configuration: NotRequired[pulumi.Input['OSProfileWindowsConfigurationArgsDict']]
1403
+ """
1404
+ Specifies the windows configuration for update management.
1405
+ """
1406
+ elif False:
1407
+ OSProfileArgsDict: TypeAlias = Mapping[str, Any]
1408
+
1409
+ @pulumi.input_type
1410
+ class OSProfileArgs:
1411
+ def __init__(__self__, *,
1412
+ linux_configuration: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']] = None,
1413
+ windows_configuration: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']] = None):
1414
+ """
1415
+ Specifies the operating system settings for the hybrid machine.
1416
+ :param pulumi.Input['OSProfileLinuxConfigurationArgs'] linux_configuration: Specifies the linux configuration for update management.
1417
+ :param pulumi.Input['OSProfileWindowsConfigurationArgs'] windows_configuration: Specifies the windows configuration for update management.
1418
+ """
1419
+ if linux_configuration is not None:
1420
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
1421
+ if windows_configuration is not None:
1422
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
1423
+
1424
+ @property
1425
+ @pulumi.getter(name="linuxConfiguration")
1426
+ def linux_configuration(self) -> Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]:
1427
+ """
1428
+ Specifies the linux configuration for update management.
1429
+ """
1430
+ return pulumi.get(self, "linux_configuration")
1431
+
1432
+ @linux_configuration.setter
1433
+ def linux_configuration(self, value: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]):
1434
+ pulumi.set(self, "linux_configuration", value)
1435
+
1436
+ @property
1437
+ @pulumi.getter(name="windowsConfiguration")
1438
+ def windows_configuration(self) -> Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]:
1439
+ """
1440
+ Specifies the windows configuration for update management.
1441
+ """
1442
+ return pulumi.get(self, "windows_configuration")
1443
+
1444
+ @windows_configuration.setter
1445
+ def windows_configuration(self, value: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]):
1446
+ pulumi.set(self, "windows_configuration", value)
1447
+
1448
+
1449
+ if not MYPY:
1450
+ class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
1451
+ """
1452
+ Properties of a private endpoint connection.
1453
+ """
1454
+ private_endpoint: NotRequired[pulumi.Input['PrivateEndpointPropertyArgsDict']]
1455
+ """
1456
+ Private endpoint which the connection belongs to.
1457
+ """
1458
+ private_link_service_connection_state: NotRequired[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgsDict']]
1459
+ """
1460
+ Connection state of the private endpoint connection.
1461
+ """
1462
+ elif False:
1463
+ PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1464
+
1465
+ @pulumi.input_type
1466
+ class PrivateEndpointConnectionPropertiesArgs:
1467
+ def __init__(__self__, *,
1468
+ private_endpoint: Optional[pulumi.Input['PrivateEndpointPropertyArgs']] = None,
1469
+ private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']] = None):
1470
+ """
1471
+ Properties of a private endpoint connection.
1472
+ :param pulumi.Input['PrivateEndpointPropertyArgs'] private_endpoint: Private endpoint which the connection belongs to.
1473
+ :param pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs'] private_link_service_connection_state: Connection state of the private endpoint connection.
1474
+ """
1475
+ if private_endpoint is not None:
1476
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1477
+ if private_link_service_connection_state is not None:
1478
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1479
+
1480
+ @property
1481
+ @pulumi.getter(name="privateEndpoint")
1482
+ def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointPropertyArgs']]:
1483
+ """
1484
+ Private endpoint which the connection belongs to.
1485
+ """
1486
+ return pulumi.get(self, "private_endpoint")
1487
+
1488
+ @private_endpoint.setter
1489
+ def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointPropertyArgs']]):
1490
+ pulumi.set(self, "private_endpoint", value)
1491
+
1492
+ @property
1493
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1494
+ def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]:
1495
+ """
1496
+ Connection state of the private endpoint connection.
1497
+ """
1498
+ return pulumi.get(self, "private_link_service_connection_state")
1499
+
1500
+ @private_link_service_connection_state.setter
1501
+ def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]):
1502
+ pulumi.set(self, "private_link_service_connection_state", value)
1503
+
1504
+
1505
+ if not MYPY:
1506
+ class PrivateEndpointPropertyArgsDict(TypedDict):
1507
+ """
1508
+ Private endpoint which the connection belongs to.
1509
+ """
1510
+ id: NotRequired[pulumi.Input[str]]
1511
+ """
1512
+ Resource id of the private endpoint.
1513
+ """
1514
+ elif False:
1515
+ PrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
1516
+
1517
+ @pulumi.input_type
1518
+ class PrivateEndpointPropertyArgs:
1519
+ def __init__(__self__, *,
1520
+ id: Optional[pulumi.Input[str]] = None):
1521
+ """
1522
+ Private endpoint which the connection belongs to.
1523
+ :param pulumi.Input[str] id: Resource id of the private endpoint.
1524
+ """
1525
+ if id is not None:
1526
+ pulumi.set(__self__, "id", id)
1527
+
1528
+ @property
1529
+ @pulumi.getter
1530
+ def id(self) -> Optional[pulumi.Input[str]]:
1531
+ """
1532
+ Resource id of the private endpoint.
1533
+ """
1534
+ return pulumi.get(self, "id")
1535
+
1536
+ @id.setter
1537
+ def id(self, value: Optional[pulumi.Input[str]]):
1538
+ pulumi.set(self, "id", value)
1539
+
1540
+
1541
+ if not MYPY:
1542
+ class PrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
1543
+ """
1544
+ State of the private endpoint connection.
1545
+ """
1546
+ description: pulumi.Input[str]
1547
+ """
1548
+ The private link service connection description.
1549
+ """
1550
+ status: pulumi.Input[str]
1551
+ """
1552
+ The private link service connection status.
1553
+ """
1554
+ elif False:
1555
+ PrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
1556
+
1557
+ @pulumi.input_type
1558
+ class PrivateLinkServiceConnectionStatePropertyArgs:
1559
+ def __init__(__self__, *,
1560
+ description: pulumi.Input[str],
1561
+ status: pulumi.Input[str]):
1562
+ """
1563
+ State of the private endpoint connection.
1564
+ :param pulumi.Input[str] description: The private link service connection description.
1565
+ :param pulumi.Input[str] status: The private link service connection status.
1566
+ """
1567
+ pulumi.set(__self__, "description", description)
1568
+ pulumi.set(__self__, "status", status)
1569
+
1570
+ @property
1571
+ @pulumi.getter
1572
+ def description(self) -> pulumi.Input[str]:
1573
+ """
1574
+ The private link service connection description.
1575
+ """
1576
+ return pulumi.get(self, "description")
1577
+
1578
+ @description.setter
1579
+ def description(self, value: pulumi.Input[str]):
1580
+ pulumi.set(self, "description", value)
1581
+
1582
+ @property
1583
+ @pulumi.getter
1584
+ def status(self) -> pulumi.Input[str]:
1585
+ """
1586
+ The private link service connection status.
1587
+ """
1588
+ return pulumi.get(self, "status")
1589
+
1590
+ @status.setter
1591
+ def status(self, value: pulumi.Input[str]):
1592
+ pulumi.set(self, "status", value)
1593
+
1594
+
1595
+ if not MYPY:
1596
+ class ProductFeatureArgsDict(TypedDict):
1597
+ """
1598
+ Product Feature
1599
+ """
1600
+ name: NotRequired[pulumi.Input[str]]
1601
+ """
1602
+ Product feature name.
1603
+ """
1604
+ subscription_status: NotRequired[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]
1605
+ """
1606
+ Indicates the current status of the product features.
1607
+ """
1608
+ elif False:
1609
+ ProductFeatureArgsDict: TypeAlias = Mapping[str, Any]
1610
+
1611
+ @pulumi.input_type
1612
+ class ProductFeatureArgs:
1613
+ def __init__(__self__, *,
1614
+ name: Optional[pulumi.Input[str]] = None,
1615
+ subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
1616
+ """
1617
+ Product Feature
1618
+ :param pulumi.Input[str] name: Product feature name.
1619
+ :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the current status of the product features.
1620
+ """
1621
+ if name is not None:
1622
+ pulumi.set(__self__, "name", name)
1623
+ if subscription_status is not None:
1624
+ pulumi.set(__self__, "subscription_status", subscription_status)
1625
+
1626
+ @property
1627
+ @pulumi.getter
1628
+ def name(self) -> Optional[pulumi.Input[str]]:
1629
+ """
1630
+ Product feature name.
1631
+ """
1632
+ return pulumi.get(self, "name")
1633
+
1634
+ @name.setter
1635
+ def name(self, value: Optional[pulumi.Input[str]]):
1636
+ pulumi.set(self, "name", value)
1637
+
1638
+ @property
1639
+ @pulumi.getter(name="subscriptionStatus")
1640
+ def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
1641
+ """
1642
+ Indicates the current status of the product features.
1643
+ """
1644
+ return pulumi.get(self, "subscription_status")
1645
+
1646
+ @subscription_status.setter
1647
+ def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
1648
+ pulumi.set(self, "subscription_status", value)
1649
+
1650
+
1651
+ if not MYPY:
1652
+ class RunCommandInputParameterArgsDict(TypedDict):
1653
+ """
1654
+ Describes the properties of a run command parameter.
1655
+ """
1656
+ name: pulumi.Input[str]
1657
+ """
1658
+ The run command parameter name.
1659
+ """
1660
+ value: pulumi.Input[str]
1661
+ """
1662
+ The run command parameter value.
1663
+ """
1664
+ elif False:
1665
+ RunCommandInputParameterArgsDict: TypeAlias = Mapping[str, Any]
1666
+
1667
+ @pulumi.input_type
1668
+ class RunCommandInputParameterArgs:
1669
+ def __init__(__self__, *,
1670
+ name: pulumi.Input[str],
1671
+ value: pulumi.Input[str]):
1672
+ """
1673
+ Describes the properties of a run command parameter.
1674
+ :param pulumi.Input[str] name: The run command parameter name.
1675
+ :param pulumi.Input[str] value: The run command parameter value.
1676
+ """
1677
+ pulumi.set(__self__, "name", name)
1678
+ pulumi.set(__self__, "value", value)
1679
+
1680
+ @property
1681
+ @pulumi.getter
1682
+ def name(self) -> pulumi.Input[str]:
1683
+ """
1684
+ The run command parameter name.
1685
+ """
1686
+ return pulumi.get(self, "name")
1687
+
1688
+ @name.setter
1689
+ def name(self, value: pulumi.Input[str]):
1690
+ pulumi.set(self, "name", value)
1691
+
1692
+ @property
1693
+ @pulumi.getter
1694
+ def value(self) -> pulumi.Input[str]:
1695
+ """
1696
+ The run command parameter value.
1697
+ """
1698
+ return pulumi.get(self, "value")
1699
+
1700
+ @value.setter
1701
+ def value(self, value: pulumi.Input[str]):
1702
+ pulumi.set(self, "value", value)
1703
+
1704
+
1705
+ if not MYPY:
1706
+ class RunCommandManagedIdentityArgsDict(TypedDict):
1707
+ """
1708
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
1709
+ """
1710
+ client_id: NotRequired[pulumi.Input[str]]
1711
+ """
1712
+ Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
1713
+ """
1714
+ object_id: NotRequired[pulumi.Input[str]]
1715
+ """
1716
+ Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
1717
+ """
1718
+ elif False:
1719
+ RunCommandManagedIdentityArgsDict: TypeAlias = Mapping[str, Any]
1720
+
1721
+ @pulumi.input_type
1722
+ class RunCommandManagedIdentityArgs:
1723
+ def __init__(__self__, *,
1724
+ client_id: Optional[pulumi.Input[str]] = None,
1725
+ object_id: Optional[pulumi.Input[str]] = None):
1726
+ """
1727
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
1728
+ :param pulumi.Input[str] client_id: Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
1729
+ :param pulumi.Input[str] object_id: Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
1730
+ """
1731
+ if client_id is not None:
1732
+ pulumi.set(__self__, "client_id", client_id)
1733
+ if object_id is not None:
1734
+ pulumi.set(__self__, "object_id", object_id)
1735
+
1736
+ @property
1737
+ @pulumi.getter(name="clientId")
1738
+ def client_id(self) -> Optional[pulumi.Input[str]]:
1739
+ """
1740
+ Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
1741
+ """
1742
+ return pulumi.get(self, "client_id")
1743
+
1744
+ @client_id.setter
1745
+ def client_id(self, value: Optional[pulumi.Input[str]]):
1746
+ pulumi.set(self, "client_id", value)
1747
+
1748
+ @property
1749
+ @pulumi.getter(name="objectId")
1750
+ def object_id(self) -> Optional[pulumi.Input[str]]:
1751
+ """
1752
+ Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
1753
+ """
1754
+ return pulumi.get(self, "object_id")
1755
+
1756
+ @object_id.setter
1757
+ def object_id(self, value: Optional[pulumi.Input[str]]):
1758
+ pulumi.set(self, "object_id", value)
1759
+
1760
+
1761
+ if not MYPY:
1762
+ class ServiceStatusesArgsDict(TypedDict):
1763
+ """
1764
+ Reports the state and behavior of dependent services.
1765
+ """
1766
+ extension_service: NotRequired[pulumi.Input['ServiceStatusArgsDict']]
1767
+ """
1768
+ The state of the extension service on the Arc-enabled machine.
1769
+ """
1770
+ guest_configuration_service: NotRequired[pulumi.Input['ServiceStatusArgsDict']]
1771
+ """
1772
+ The state of the guest configuration service on the Arc-enabled machine.
1773
+ """
1774
+ elif False:
1775
+ ServiceStatusesArgsDict: TypeAlias = Mapping[str, Any]
1776
+
1777
+ @pulumi.input_type
1778
+ class ServiceStatusesArgs:
1779
+ def __init__(__self__, *,
1780
+ extension_service: Optional[pulumi.Input['ServiceStatusArgs']] = None,
1781
+ guest_configuration_service: Optional[pulumi.Input['ServiceStatusArgs']] = None):
1782
+ """
1783
+ Reports the state and behavior of dependent services.
1784
+ :param pulumi.Input['ServiceStatusArgs'] extension_service: The state of the extension service on the Arc-enabled machine.
1785
+ :param pulumi.Input['ServiceStatusArgs'] guest_configuration_service: The state of the guest configuration service on the Arc-enabled machine.
1786
+ """
1787
+ if extension_service is not None:
1788
+ pulumi.set(__self__, "extension_service", extension_service)
1789
+ if guest_configuration_service is not None:
1790
+ pulumi.set(__self__, "guest_configuration_service", guest_configuration_service)
1791
+
1792
+ @property
1793
+ @pulumi.getter(name="extensionService")
1794
+ def extension_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1795
+ """
1796
+ The state of the extension service on the Arc-enabled machine.
1797
+ """
1798
+ return pulumi.get(self, "extension_service")
1799
+
1800
+ @extension_service.setter
1801
+ def extension_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1802
+ pulumi.set(self, "extension_service", value)
1803
+
1804
+ @property
1805
+ @pulumi.getter(name="guestConfigurationService")
1806
+ def guest_configuration_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1807
+ """
1808
+ The state of the guest configuration service on the Arc-enabled machine.
1809
+ """
1810
+ return pulumi.get(self, "guest_configuration_service")
1811
+
1812
+ @guest_configuration_service.setter
1813
+ def guest_configuration_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1814
+ pulumi.set(self, "guest_configuration_service", value)
1815
+
1816
+
1817
+ if not MYPY:
1818
+ class ServiceStatusArgsDict(TypedDict):
1819
+ """
1820
+ Describes the status and behavior of a service.
1821
+ """
1822
+ startup_type: NotRequired[pulumi.Input[str]]
1823
+ """
1824
+ The behavior of the service when the Arc-enabled machine starts up.
1825
+ """
1826
+ status: NotRequired[pulumi.Input[str]]
1827
+ """
1828
+ The current status of the service.
1829
+ """
1830
+ elif False:
1831
+ ServiceStatusArgsDict: TypeAlias = Mapping[str, Any]
1832
+
1833
+ @pulumi.input_type
1834
+ class ServiceStatusArgs:
1835
+ def __init__(__self__, *,
1836
+ startup_type: Optional[pulumi.Input[str]] = None,
1837
+ status: Optional[pulumi.Input[str]] = None):
1838
+ """
1839
+ Describes the status and behavior of a service.
1840
+ :param pulumi.Input[str] startup_type: The behavior of the service when the Arc-enabled machine starts up.
1841
+ :param pulumi.Input[str] status: The current status of the service.
1842
+ """
1843
+ if startup_type is not None:
1844
+ pulumi.set(__self__, "startup_type", startup_type)
1845
+ if status is not None:
1846
+ pulumi.set(__self__, "status", status)
1847
+
1848
+ @property
1849
+ @pulumi.getter(name="startupType")
1850
+ def startup_type(self) -> Optional[pulumi.Input[str]]:
1851
+ """
1852
+ The behavior of the service when the Arc-enabled machine starts up.
1853
+ """
1854
+ return pulumi.get(self, "startup_type")
1855
+
1856
+ @startup_type.setter
1857
+ def startup_type(self, value: Optional[pulumi.Input[str]]):
1858
+ pulumi.set(self, "startup_type", value)
1859
+
1860
+ @property
1861
+ @pulumi.getter
1862
+ def status(self) -> Optional[pulumi.Input[str]]:
1863
+ """
1864
+ The current status of the service.
1865
+ """
1866
+ return pulumi.get(self, "status")
1867
+
1868
+ @status.setter
1869
+ def status(self, value: Optional[pulumi.Input[str]]):
1870
+ pulumi.set(self, "status", value)
1871
+
1872
+
1873
+ if not MYPY:
1874
+ class VolumeLicenseDetailsArgsDict(TypedDict):
1875
+ invoice_id: NotRequired[pulumi.Input[str]]
1876
+ """
1877
+ The invoice id for the volume license.
1878
+ """
1879
+ program_year: NotRequired[pulumi.Input[Union[str, 'ProgramYear']]]
1880
+ """
1881
+ Describes the program year the volume license is for.
1882
+ """
1883
+ elif False:
1884
+ VolumeLicenseDetailsArgsDict: TypeAlias = Mapping[str, Any]
1885
+
1886
+ @pulumi.input_type
1887
+ class VolumeLicenseDetailsArgs:
1888
+ def __init__(__self__, *,
1889
+ invoice_id: Optional[pulumi.Input[str]] = None,
1890
+ program_year: Optional[pulumi.Input[Union[str, 'ProgramYear']]] = None):
1891
+ """
1892
+ :param pulumi.Input[str] invoice_id: The invoice id for the volume license.
1893
+ :param pulumi.Input[Union[str, 'ProgramYear']] program_year: Describes the program year the volume license is for.
1894
+ """
1895
+ if invoice_id is not None:
1896
+ pulumi.set(__self__, "invoice_id", invoice_id)
1897
+ if program_year is not None:
1898
+ pulumi.set(__self__, "program_year", program_year)
1899
+
1900
+ @property
1901
+ @pulumi.getter(name="invoiceId")
1902
+ def invoice_id(self) -> Optional[pulumi.Input[str]]:
1903
+ """
1904
+ The invoice id for the volume license.
1905
+ """
1906
+ return pulumi.get(self, "invoice_id")
1907
+
1908
+ @invoice_id.setter
1909
+ def invoice_id(self, value: Optional[pulumi.Input[str]]):
1910
+ pulumi.set(self, "invoice_id", value)
1911
+
1912
+ @property
1913
+ @pulumi.getter(name="programYear")
1914
+ def program_year(self) -> Optional[pulumi.Input[Union[str, 'ProgramYear']]]:
1915
+ """
1916
+ Describes the program year the volume license is for.
1917
+ """
1918
+ return pulumi.get(self, "program_year")
1919
+
1920
+ @program_year.setter
1921
+ def program_year(self, value: Optional[pulumi.Input[Union[str, 'ProgramYear']]]):
1922
+ pulumi.set(self, "program_year", value)
1923
+
1924
+