pulumi-azure-native 2.68.0a1729544032__py3-none-any.whl → 2.69.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 (830) hide show
  1. pulumi_azure_native/__init__.py +150 -0
  2. pulumi_azure_native/app/get_managed_environment.py +1 -3
  3. pulumi_azure_native/app/managed_environment.py +4 -12
  4. pulumi_azure_native/app/v20220101preview/get_managed_environment.py +1 -3
  5. pulumi_azure_native/app/v20220101preview/managed_environment.py +4 -12
  6. pulumi_azure_native/app/v20221001/get_managed_environment.py +1 -3
  7. pulumi_azure_native/app/v20221001/managed_environment.py +4 -12
  8. pulumi_azure_native/app/v20230401preview/get_managed_environment.py +1 -3
  9. pulumi_azure_native/app/v20230401preview/managed_environment.py +4 -12
  10. pulumi_azure_native/app/v20230501/get_managed_environment.py +1 -3
  11. pulumi_azure_native/app/v20230501/managed_environment.py +4 -12
  12. pulumi_azure_native/app/v20230502preview/get_managed_environment.py +1 -3
  13. pulumi_azure_native/app/v20230502preview/managed_environment.py +4 -12
  14. pulumi_azure_native/app/v20230801preview/get_managed_environment.py +1 -3
  15. pulumi_azure_native/app/v20230801preview/managed_environment.py +4 -12
  16. pulumi_azure_native/app/v20231102preview/get_managed_environment.py +1 -3
  17. pulumi_azure_native/app/v20231102preview/managed_environment.py +4 -12
  18. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +1 -3
  19. pulumi_azure_native/app/v20240202preview/managed_environment.py +4 -12
  20. pulumi_azure_native/app/v20240301/get_managed_environment.py +1 -3
  21. pulumi_azure_native/app/v20240301/managed_environment.py +4 -12
  22. pulumi_azure_native/app/v20240802preview/get_managed_environment.py +1 -3
  23. pulumi_azure_native/app/v20240802preview/managed_environment.py +4 -12
  24. pulumi_azure_native/awsconnector/_inputs.py +132 -96
  25. pulumi_azure_native/awsconnector/outputs.py +120 -66
  26. pulumi_azure_native/awsconnector/v20241201/_inputs.py +132 -96
  27. pulumi_azure_native/awsconnector/v20241201/outputs.py +120 -66
  28. pulumi_azure_native/azurefleet/v20241101/_inputs.py +3 -0
  29. pulumi_azure_native/azurefleet/v20241101/outputs.py +2 -0
  30. pulumi_azure_native/cache/__init__.py +6 -0
  31. pulumi_azure_native/cache/access_policy.py +3 -3
  32. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  33. pulumi_azure_native/cache/database.py +3 -3
  34. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  35. pulumi_azure_native/cache/firewall_rule.py +3 -3
  36. pulumi_azure_native/cache/get_access_policy.py +2 -2
  37. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  38. pulumi_azure_native/cache/get_database.py +2 -2
  39. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  40. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  41. pulumi_azure_native/cache/get_linked_server.py +2 -2
  42. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  43. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  44. pulumi_azure_native/cache/get_redis.py +2 -2
  45. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  46. pulumi_azure_native/cache/linked_server.py +3 -3
  47. pulumi_azure_native/cache/list_database_keys.py +2 -2
  48. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  49. pulumi_azure_native/cache/patch_schedule.py +3 -3
  50. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  51. pulumi_azure_native/cache/redis.py +3 -3
  52. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  53. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  54. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  55. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  56. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  57. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  58. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  59. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  60. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  61. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  63. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  64. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  65. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  66. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  67. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  68. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  70. pulumi_azure_native/cache/v20230701/database.py +1 -1
  71. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  73. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  74. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  75. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  76. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  77. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  78. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  80. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  81. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  83. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  84. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  86. pulumi_azure_native/cache/v20231101/database.py +1 -1
  87. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  89. pulumi_azure_native/cache/v20240201/database.py +1 -1
  90. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  92. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  93. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  94. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  95. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  96. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  97. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  99. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  100. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  101. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  102. pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
  103. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
  104. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
  105. pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
  106. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
  107. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
  108. pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
  109. pulumi_azure_native/cache/v20240601preview/database.py +1 -1
  110. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
  112. pulumi_azure_native/cache/v20240901preview/database.py +1 -1
  113. pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +1 -1
  115. pulumi_azure_native/cache/v20241001/__init__.py +17 -0
  116. pulumi_azure_native/cache/v20241001/_enums.py +118 -0
  117. pulumi_azure_native/cache/v20241001/_inputs.py +619 -0
  118. pulumi_azure_native/cache/v20241001/database.py +405 -0
  119. pulumi_azure_native/cache/v20241001/enterprise_private_endpoint_connection.py +232 -0
  120. pulumi_azure_native/cache/v20241001/get_database.py +247 -0
  121. pulumi_azure_native/cache/v20241001/get_enterprise_private_endpoint_connection.py +163 -0
  122. pulumi_azure_native/cache/v20241001/get_redis_enterprise.py +283 -0
  123. pulumi_azure_native/cache/v20241001/list_database_keys.py +106 -0
  124. pulumi_azure_native/cache/v20241001/outputs.py +745 -0
  125. pulumi_azure_native/cache/v20241001/redis_enterprise.py +415 -0
  126. pulumi_azure_native/cache/v20241101/__init__.py +25 -0
  127. pulumi_azure_native/cache/v20241101/_enums.py +111 -0
  128. pulumi_azure_native/cache/v20241101/_inputs.py +646 -0
  129. pulumi_azure_native/cache/v20241101/access_policy.py +219 -0
  130. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +279 -0
  131. pulumi_azure_native/cache/v20241101/firewall_rule.py +239 -0
  132. pulumi_azure_native/cache/v20241101/get_access_policy.py +148 -0
  133. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +176 -0
  134. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +148 -0
  135. pulumi_azure_native/cache/v20241101/get_linked_server.py +204 -0
  136. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +149 -0
  137. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +163 -0
  138. pulumi_azure_native/cache/v20241101/get_redis.py +493 -0
  139. pulumi_azure_native/cache/v20241101/linked_server.py +299 -0
  140. pulumi_azure_native/cache/v20241101/list_redis_keys.py +100 -0
  141. pulumi_azure_native/cache/v20241101/outputs.py +917 -0
  142. pulumi_azure_native/cache/v20241101/patch_schedule.py +221 -0
  143. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +232 -0
  144. pulumi_azure_native/cache/v20241101/redis.py +804 -0
  145. pulumi_azure_native/costmanagement/__init__.py +3 -0
  146. pulumi_azure_native/costmanagement/budget.py +3 -3
  147. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  148. pulumi_azure_native/costmanagement/export.py +3 -3
  149. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  150. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  151. pulumi_azure_native/costmanagement/get_export.py +2 -2
  152. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  153. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  154. pulumi_azure_native/costmanagement/get_view.py +2 -2
  155. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  156. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  157. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  158. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  159. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  160. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  161. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  162. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  163. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  164. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  165. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  166. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  167. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  168. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  169. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  170. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  171. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  172. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  173. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  174. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  175. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  176. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  177. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  178. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  179. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  180. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  181. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  182. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  183. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  184. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  185. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  186. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  187. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  188. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  189. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  190. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  191. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  192. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  193. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  194. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  195. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  196. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  197. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  198. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  199. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  200. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  201. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  202. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  203. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  204. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  205. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  206. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  207. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  208. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  209. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  210. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  211. pulumi_azure_native/costmanagement/v20240801/__init__.py +26 -0
  212. pulumi_azure_native/costmanagement/v20240801/_enums.py +538 -0
  213. pulumi_azure_native/costmanagement/v20240801/_inputs.py +2660 -0
  214. pulumi_azure_native/costmanagement/v20240801/budget.py +619 -0
  215. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +190 -0
  216. pulumi_azure_native/costmanagement/v20240801/export.py +415 -0
  217. pulumi_azure_native/costmanagement/v20240801/get_budget.py +337 -0
  218. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +129 -0
  219. pulumi_azure_native/costmanagement/v20240801/get_export.py +261 -0
  220. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +263 -0
  221. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +269 -0
  222. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +144 -0
  223. pulumi_azure_native/costmanagement/v20240801/get_view.py +333 -0
  224. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +339 -0
  225. pulumi_azure_native/costmanagement/v20240801/outputs.py +2593 -0
  226. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +425 -0
  227. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +426 -0
  228. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +222 -0
  229. pulumi_azure_native/costmanagement/v20240801/view.py +587 -0
  230. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +588 -0
  231. pulumi_azure_native/costmanagement/view.py +3 -3
  232. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  233. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  234. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  235. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  236. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  237. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  238. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  239. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  240. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  241. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  242. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  243. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  244. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  245. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  246. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  247. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  248. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  249. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  252. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  253. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  254. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  255. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  256. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  257. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  258. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  259. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  260. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  261. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  262. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  263. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  264. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  265. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  266. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  267. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  268. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  331. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  332. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  333. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  334. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  335. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  336. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  337. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  338. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  339. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  340. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  341. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  342. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  343. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  344. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  345. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  346. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  347. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  348. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  349. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  350. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  351. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  352. pulumi_azure_native/desktopvirtualization/v20240408preview/app_attach_package.py +1 -1
  353. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +1 -1
  354. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +1 -1
  355. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1 -1
  356. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +1 -1
  357. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +1 -1
  358. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +1 -1
  359. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +1 -1
  360. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +1 -1
  361. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +1 -1
  362. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +1 -1
  363. pulumi_azure_native/desktopvirtualization/v20240808preview/__init__.py +34 -0
  364. pulumi_azure_native/desktopvirtualization/v20240808preview/_enums.py +335 -0
  365. pulumi_azure_native/desktopvirtualization/v20240808preview/_inputs.py +1847 -0
  366. pulumi_azure_native/desktopvirtualization/v20240808preview/app_attach_package.py +259 -0
  367. pulumi_azure_native/desktopvirtualization/v20240808preview/application.py +541 -0
  368. pulumi_azure_native/desktopvirtualization/v20240808preview/application_group.py +561 -0
  369. pulumi_azure_native/desktopvirtualization/v20240808preview/get_app_attach_package.py +171 -0
  370. pulumi_azure_native/desktopvirtualization/v20240808preview/get_application.py +331 -0
  371. pulumi_azure_native/desktopvirtualization/v20240808preview/get_application_group.py +353 -0
  372. pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool.py +647 -0
  373. pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool_registration_token.py +114 -0
  374. pulumi_azure_native/desktopvirtualization/v20240808preview/get_msix_package.py +289 -0
  375. pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_host_pool.py +191 -0
  376. pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_workspace.py +191 -0
  377. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan.py +353 -0
  378. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_personal_schedule.py +499 -0
  379. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_pooled_schedule.py +373 -0
  380. pulumi_azure_native/desktopvirtualization/v20240808preview/get_workspace.py +339 -0
  381. pulumi_azure_native/desktopvirtualization/v20240808preview/host_pool.py +1133 -0
  382. pulumi_azure_native/desktopvirtualization/v20240808preview/list_host_pool_registration_tokens.py +101 -0
  383. pulumi_azure_native/desktopvirtualization/v20240808preview/msix_package.py +510 -0
  384. pulumi_azure_native/desktopvirtualization/v20240808preview/outputs.py +1812 -0
  385. pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_host_pool.py +252 -0
  386. pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_workspace.py +252 -0
  387. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan.py +602 -0
  388. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_personal_schedule.py +967 -0
  389. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_pooled_schedule.py +692 -0
  390. pulumi_azure_native/desktopvirtualization/v20240808preview/workspace.py +530 -0
  391. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  392. pulumi_azure_native/edge/__init__.py +21 -0
  393. pulumi_azure_native/edge/_inputs.py +99 -0
  394. pulumi_azure_native/edge/get_site.py +145 -0
  395. pulumi_azure_native/edge/get_sites_by_subscription.py +139 -0
  396. pulumi_azure_native/edge/outputs.py +210 -0
  397. pulumi_azure_native/edge/site.py +201 -0
  398. pulumi_azure_native/edge/sites_by_subscription.py +180 -0
  399. pulumi_azure_native/edge/v20240201preview/__init__.py +13 -0
  400. pulumi_azure_native/edge/v20240201preview/_inputs.py +99 -0
  401. pulumi_azure_native/edge/v20240201preview/get_site.py +143 -0
  402. pulumi_azure_native/edge/v20240201preview/get_sites_by_subscription.py +137 -0
  403. pulumi_azure_native/edge/v20240201preview/outputs.py +210 -0
  404. pulumi_azure_native/edge/v20240201preview/site.py +199 -0
  405. pulumi_azure_native/edge/v20240201preview/sites_by_subscription.py +178 -0
  406. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +0 -33
  407. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +1 -15
  408. pulumi_azure_native/iotoperations/__init__.py +3 -0
  409. pulumi_azure_native/iotoperations/broker.py +3 -3
  410. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  411. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  412. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  413. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  414. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  415. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  416. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  417. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  418. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  419. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  420. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  421. pulumi_azure_native/iotoperations/instance.py +3 -3
  422. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  423. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  424. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  425. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  426. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  427. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  428. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  429. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  430. pulumi_azure_native/iotoperations/v20240815preview/broker.py +1 -1
  431. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +1 -1
  432. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +1 -1
  433. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +1 -1
  434. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +1 -1
  435. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +1 -1
  436. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +1 -1
  437. pulumi_azure_native/iotoperations/v20240815preview/instance.py +1 -1
  438. pulumi_azure_native/iotoperations/v20240915preview/broker.py +1 -1
  439. pulumi_azure_native/iotoperations/v20240915preview/broker_authentication.py +1 -1
  440. pulumi_azure_native/iotoperations/v20240915preview/broker_authorization.py +1 -1
  441. pulumi_azure_native/iotoperations/v20240915preview/broker_listener.py +1 -1
  442. pulumi_azure_native/iotoperations/v20240915preview/dataflow.py +1 -1
  443. pulumi_azure_native/iotoperations/v20240915preview/dataflow_endpoint.py +1 -1
  444. pulumi_azure_native/iotoperations/v20240915preview/dataflow_profile.py +1 -1
  445. pulumi_azure_native/iotoperations/v20240915preview/instance.py +1 -1
  446. pulumi_azure_native/iotoperations/v20241101/__init__.py +26 -0
  447. pulumi_azure_native/iotoperations/v20241101/_enums.py +616 -0
  448. pulumi_azure_native/iotoperations/v20241101/_inputs.py +6402 -0
  449. pulumi_azure_native/iotoperations/v20241101/broker.py +251 -0
  450. pulumi_azure_native/iotoperations/v20241101/broker_authentication.py +272 -0
  451. pulumi_azure_native/iotoperations/v20241101/broker_authorization.py +272 -0
  452. pulumi_azure_native/iotoperations/v20241101/broker_listener.py +272 -0
  453. pulumi_azure_native/iotoperations/v20241101/dataflow.py +272 -0
  454. pulumi_azure_native/iotoperations/v20241101/dataflow_endpoint.py +251 -0
  455. pulumi_azure_native/iotoperations/v20241101/dataflow_profile.py +251 -0
  456. pulumi_azure_native/iotoperations/v20241101/get_broker.py +163 -0
  457. pulumi_azure_native/iotoperations/v20241101/get_broker_authentication.py +169 -0
  458. pulumi_azure_native/iotoperations/v20241101/get_broker_authorization.py +169 -0
  459. pulumi_azure_native/iotoperations/v20241101/get_broker_listener.py +169 -0
  460. pulumi_azure_native/iotoperations/v20241101/get_dataflow.py +169 -0
  461. pulumi_azure_native/iotoperations/v20241101/get_dataflow_endpoint.py +163 -0
  462. pulumi_azure_native/iotoperations/v20241101/get_dataflow_profile.py +163 -0
  463. pulumi_azure_native/iotoperations/v20241101/get_instance.py +199 -0
  464. pulumi_azure_native/iotoperations/v20241101/instance.py +317 -0
  465. pulumi_azure_native/iotoperations/v20241101/outputs.py +5387 -0
  466. pulumi_azure_native/migrate/__init__.py +3 -0
  467. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  468. pulumi_azure_native/migrate/assessment.py +1 -1
  469. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  470. pulumi_azure_native/migrate/assessments_operation.py +3 -3
  471. pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
  472. pulumi_azure_native/migrate/business_case_operation.py +3 -3
  473. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  474. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  475. pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
  476. pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
  477. pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
  478. pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
  479. pulumi_azure_native/migrate/get_groups_operation.py +2 -2
  480. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  481. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  482. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  483. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  484. pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
  485. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  486. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  487. pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
  488. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  489. pulumi_azure_native/migrate/group.py +1 -1
  490. pulumi_azure_native/migrate/groups_operation.py +3 -3
  491. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  492. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  493. pulumi_azure_native/migrate/import_collector.py +1 -1
  494. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  495. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  496. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  497. pulumi_azure_native/migrate/project.py +1 -1
  498. pulumi_azure_native/migrate/server_collector.py +1 -1
  499. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  500. pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
  501. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  502. pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
  503. pulumi_azure_native/migrate/v20191001/group.py +1 -1
  504. pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
  505. pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
  506. pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
  507. pulumi_azure_native/migrate/v20191001/project.py +1 -1
  508. pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
  509. pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
  510. pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
  511. pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
  512. pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
  513. pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
  514. pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
  515. pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
  516. pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
  517. pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
  518. pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
  519. pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
  520. pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
  521. pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
  522. pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
  523. pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
  524. pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
  525. pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
  526. pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
  527. pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
  528. pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
  529. pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
  530. pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
  531. pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
  532. pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
  533. pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
  534. pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
  535. pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
  536. pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +1 -1
  537. pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +1 -1
  538. pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1 -1
  539. pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1 -1
  540. pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +1 -1
  541. pulumi_azure_native/migrate/v20230501preview/groups_operation.py +1 -1
  542. pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +1 -1
  543. pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +1 -1
  544. pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +1 -1
  545. pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +1 -1
  546. pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1 -1
  547. pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +1 -1
  548. pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +1 -1
  549. pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +1 -1
  550. pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +1 -1
  551. pulumi_azure_native/migrate/v20230909preview/__init__.py +41 -0
  552. pulumi_azure_native/migrate/v20230909preview/_enums.py +985 -0
  553. pulumi_azure_native/migrate/v20230909preview/_inputs.py +2931 -0
  554. pulumi_azure_native/migrate/v20230909preview/aks_assessment_operation.py +281 -0
  555. pulumi_azure_native/migrate/v20230909preview/assessment_projects_operation.py +488 -0
  556. pulumi_azure_native/migrate/v20230909preview/assessments_operation.py +1043 -0
  557. pulumi_azure_native/migrate/v20230909preview/avs_assessments_operation.py +1193 -0
  558. pulumi_azure_native/migrate/v20230909preview/business_case_operation.py +251 -0
  559. pulumi_azure_native/migrate/v20230909preview/get_aks_assessment_operation.py +205 -0
  560. pulumi_azure_native/migrate/v20230909preview/get_assessment_projects_operation.py +316 -0
  561. pulumi_azure_native/migrate/v20230909preview/get_assessments_operation.py +741 -0
  562. pulumi_azure_native/migrate/v20230909preview/get_avs_assessments_operation.py +861 -0
  563. pulumi_azure_native/migrate/v20230909preview/get_business_case_operation.py +191 -0
  564. pulumi_azure_native/migrate/v20230909preview/get_business_case_operation_report_download_url.py +106 -0
  565. pulumi_azure_native/migrate/v20230909preview/get_groups_operation.py +261 -0
  566. pulumi_azure_native/migrate/v20230909preview/get_hyperv_collectors_operation.py +205 -0
  567. pulumi_azure_native/migrate/v20230909preview/get_import_collectors_operation.py +191 -0
  568. pulumi_azure_native/migrate/v20230909preview/get_private_endpoint_connection_operation.py +191 -0
  569. pulumi_azure_native/migrate/v20230909preview/get_server_collectors_operation.py +205 -0
  570. pulumi_azure_native/migrate/v20230909preview/get_sql_assessment_v2_operation.py +678 -0
  571. pulumi_azure_native/migrate/v20230909preview/get_sql_collector_operation.py +205 -0
  572. pulumi_azure_native/migrate/v20230909preview/get_vmware_collectors_operation.py +205 -0
  573. pulumi_azure_native/migrate/v20230909preview/get_web_app_assessment_v2_operation.py +537 -0
  574. pulumi_azure_native/migrate/v20230909preview/get_web_app_collector_operation.py +205 -0
  575. pulumi_azure_native/migrate/v20230909preview/groups_operation.py +338 -0
  576. pulumi_azure_native/migrate/v20230909preview/hyperv_collectors_operation.py +299 -0
  577. pulumi_azure_native/migrate/v20230909preview/import_collectors_operation.py +269 -0
  578. pulumi_azure_native/migrate/v20230909preview/outputs.py +3341 -0
  579. pulumi_azure_native/migrate/v20230909preview/private_endpoint_connection_operation.py +252 -0
  580. pulumi_azure_native/migrate/v20230909preview/server_collectors_operation.py +299 -0
  581. pulumi_azure_native/migrate/v20230909preview/sql_assessment_v2_operation.py +1221 -0
  582. pulumi_azure_native/migrate/v20230909preview/sql_collector_operation.py +299 -0
  583. pulumi_azure_native/migrate/v20230909preview/vmware_collectors_operation.py +299 -0
  584. pulumi_azure_native/migrate/v20230909preview/web_app_assessment_v2_operation.py +908 -0
  585. pulumi_azure_native/migrate/v20230909preview/web_app_collector_operation.py +279 -0
  586. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  587. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  588. pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
  589. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  590. pulumi_azure_native/netapp/__init__.py +3 -0
  591. pulumi_azure_native/netapp/account.py +3 -3
  592. pulumi_azure_native/netapp/backup.py +2 -2
  593. pulumi_azure_native/netapp/backup_policy.py +3 -3
  594. pulumi_azure_native/netapp/backup_vault.py +3 -3
  595. pulumi_azure_native/netapp/get_account.py +2 -2
  596. pulumi_azure_native/netapp/get_backup.py +2 -2
  597. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  598. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  599. pulumi_azure_native/netapp/get_pool.py +2 -2
  600. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  601. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  602. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  603. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  604. pulumi_azure_native/netapp/get_volume.py +2 -2
  605. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  606. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  607. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  608. pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
  609. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  610. pulumi_azure_native/netapp/pool.py +3 -3
  611. pulumi_azure_native/netapp/snapshot.py +3 -3
  612. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  613. pulumi_azure_native/netapp/subvolume.py +3 -3
  614. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  615. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  616. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  617. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  618. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  619. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  620. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  621. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  622. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  623. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  624. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  625. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  626. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  627. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  628. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  629. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  630. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  631. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  632. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  633. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  634. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  635. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  636. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  637. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  638. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  639. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  640. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  641. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  642. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  643. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  644. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  645. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  646. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  647. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  648. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  649. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  650. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  651. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  652. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  653. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  654. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  655. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  656. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  657. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  658. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  659. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  660. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  661. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  662. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  663. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  664. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  665. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  666. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  667. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  668. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  669. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  670. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  671. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  672. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  673. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  674. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  675. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  676. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  677. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  678. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  679. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  680. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  681. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  682. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  683. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  684. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  685. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  686. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  687. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  688. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  689. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  690. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  691. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  692. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  693. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  694. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  695. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  696. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  697. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  698. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  699. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  700. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  701. pulumi_azure_native/netapp/v20240101/account.py +1 -1
  702. pulumi_azure_native/netapp/v20240101/backup.py +1 -1
  703. pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
  704. pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
  705. pulumi_azure_native/netapp/v20240101/pool.py +1 -1
  706. pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
  707. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
  708. pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
  709. pulumi_azure_native/netapp/v20240101/volume.py +1 -1
  710. pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
  711. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
  712. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  713. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  714. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  715. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  716. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  717. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  718. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  719. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  720. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  721. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  722. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  723. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  724. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  725. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  726. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  727. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  728. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  729. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  730. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  731. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  732. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  733. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  734. pulumi_azure_native/netapp/v20240501/account.py +1 -1
  735. pulumi_azure_native/netapp/v20240501/backup.py +1 -1
  736. pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
  737. pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
  738. pulumi_azure_native/netapp/v20240501/pool.py +1 -1
  739. pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
  740. pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
  741. pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
  742. pulumi_azure_native/netapp/v20240501/volume.py +1 -1
  743. pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
  744. pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
  745. pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
  746. pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
  747. pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
  748. pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
  749. pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
  750. pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
  751. pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
  752. pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
  753. pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
  754. pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
  755. pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
  756. pulumi_azure_native/netapp/v20240701/_inputs.py +20 -19
  757. pulumi_azure_native/netapp/v20240701/account.py +1 -1
  758. pulumi_azure_native/netapp/v20240701/backup.py +1 -1
  759. pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
  760. pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
  761. pulumi_azure_native/netapp/v20240701/outputs.py +15 -14
  762. pulumi_azure_native/netapp/v20240701/pool.py +1 -1
  763. pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
  764. pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
  765. pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
  766. pulumi_azure_native/netapp/v20240701/volume.py +1 -1
  767. pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
  768. pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
  769. pulumi_azure_native/netapp/v20240701preview/__init__.py +36 -0
  770. pulumi_azure_native/netapp/v20240701preview/_enums.py +569 -0
  771. pulumi_azure_native/netapp/v20240701preview/_inputs.py +3101 -0
  772. pulumi_azure_native/netapp/v20240701preview/account.py +385 -0
  773. pulumi_azure_native/netapp/v20240701preview/backup.py +412 -0
  774. pulumi_azure_native/netapp/v20240701preview/backup_policy.py +414 -0
  775. pulumi_azure_native/netapp/v20240701preview/backup_vault.py +258 -0
  776. pulumi_azure_native/netapp/v20240701preview/get_account.py +269 -0
  777. pulumi_azure_native/netapp/v20240701preview/get_backup.py +309 -0
  778. pulumi_azure_native/netapp/v20240701preview/get_backup_policy.py +289 -0
  779. pulumi_azure_native/netapp/v20240701preview/get_backup_vault.py +177 -0
  780. pulumi_azure_native/netapp/v20240701preview/get_pool.py +314 -0
  781. pulumi_azure_native/netapp/v20240701preview/get_snapshot.py +203 -0
  782. pulumi_azure_native/netapp/v20240701preview/get_snapshot_policy.py +261 -0
  783. pulumi_azure_native/netapp/v20240701preview/get_subvolume.py +203 -0
  784. pulumi_azure_native/netapp/v20240701preview/get_subvolume_metadata.py +272 -0
  785. pulumi_azure_native/netapp/v20240701preview/get_volume.py +1009 -0
  786. pulumi_azure_native/netapp/v20240701preview/get_volume_group.py +177 -0
  787. pulumi_azure_native/netapp/v20240701preview/get_volume_group_id_for_ldap_user.py +104 -0
  788. pulumi_azure_native/netapp/v20240701preview/get_volume_quota_rule.py +231 -0
  789. pulumi_azure_native/netapp/v20240701preview/list_volume_quota_report.py +113 -0
  790. pulumi_azure_native/netapp/v20240701preview/list_volume_replications.py +99 -0
  791. pulumi_azure_native/netapp/v20240701preview/outputs.py +3358 -0
  792. pulumi_azure_native/netapp/v20240701preview/pool.py +483 -0
  793. pulumi_azure_native/netapp/v20240701preview/snapshot.py +291 -0
  794. pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +414 -0
  795. pulumi_azure_native/netapp/v20240701preview/subvolume.py +329 -0
  796. pulumi_azure_native/netapp/v20240701preview/volume.py +1717 -0
  797. pulumi_azure_native/netapp/v20240701preview/volume_group.py +279 -0
  798. pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +388 -0
  799. pulumi_azure_native/netapp/volume.py +3 -3
  800. pulumi_azure_native/netapp/volume_group.py +3 -3
  801. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  802. pulumi_azure_native/pulumi-plugin.json +1 -1
  803. pulumi_azure_native/quota/__init__.py +3 -0
  804. pulumi_azure_native/quota/get_group_quota.py +4 -0
  805. pulumi_azure_native/quota/get_group_quota_subscription.py +4 -0
  806. pulumi_azure_native/quota/group_quota.py +5 -1
  807. pulumi_azure_native/quota/group_quota_subscription.py +5 -1
  808. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  809. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  810. pulumi_azure_native/quota/v20241015preview/__init__.py +14 -0
  811. pulumi_azure_native/quota/v20241015preview/_enums.py +17 -0
  812. pulumi_azure_native/quota/v20241015preview/_inputs.py +188 -0
  813. pulumi_azure_native/quota/v20241015preview/get_group_quota.py +143 -0
  814. pulumi_azure_native/quota/v20241015preview/get_group_quota_subscription.py +140 -0
  815. pulumi_azure_native/quota/v20241015preview/group_quota.py +200 -0
  816. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +177 -0
  817. pulumi_azure_native/quota/v20241015preview/outputs.py +350 -0
  818. pulumi_azure_native/security/__init__.py +3 -0
  819. pulumi_azure_native/security/defender_for_storage.py +5 -1
  820. pulumi_azure_native/security/get_defender_for_storage.py +4 -0
  821. pulumi_azure_native/security/v20221201preview/defender_for_storage.py +1 -1
  822. pulumi_azure_native/security/v20241001preview/__init__.py +11 -0
  823. pulumi_azure_native/security/v20241001preview/_inputs.py +273 -0
  824. pulumi_azure_native/security/v20241001preview/defender_for_storage.py +189 -0
  825. pulumi_azure_native/security/v20241001preview/get_defender_for_storage.py +129 -0
  826. pulumi_azure_native/security/v20241001preview/outputs.py +316 -0
  827. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/METADATA +1 -1
  828. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/RECORD +830 -640
  829. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/WHEEL +0 -0
  830. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,619 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['BudgetArgs', 'Budget']
21
+
22
+ @pulumi.input_type
23
+ class BudgetArgs:
24
+ def __init__(__self__, *,
25
+ category: pulumi.Input[Union[str, 'CategoryType']],
26
+ scope: pulumi.Input[str],
27
+ time_grain: pulumi.Input[Union[str, 'TimeGrainType']],
28
+ time_period: pulumi.Input['BudgetTimePeriodArgs'],
29
+ amount: Optional[pulumi.Input[float]] = None,
30
+ budget_name: Optional[pulumi.Input[str]] = None,
31
+ e_tag: Optional[pulumi.Input[str]] = None,
32
+ filter: Optional[pulumi.Input['BudgetFilterArgs']] = None,
33
+ notifications: Optional[pulumi.Input[Mapping[str, pulumi.Input['NotificationArgs']]]] = None):
34
+ """
35
+ The set of arguments for constructing a Budget resource.
36
+ :param pulumi.Input[Union[str, 'CategoryType']] category: The category of the budget.
37
+ - 'Cost' defines a Budget.
38
+ - 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
39
+ :param pulumi.Input[str] scope: The scope associated with budget operations.
40
+
41
+ Supported scopes for **CategoryType: Cost**
42
+
43
+ Azure RBAC Scopes:
44
+ - '/subscriptions/{subscriptionId}/' for subscription scope
45
+ - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
46
+ - '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope
47
+
48
+ EA (Enterprise Agreement) Scopes:
49
+
50
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
51
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
52
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
53
+
54
+ MCA (Modern Customer Agreement) Scopes:
55
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
56
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
57
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
58
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
59
+
60
+ Supported scopes for **CategoryType: ReservationUtilization**
61
+
62
+ EA (Enterprise Agreement) Scopes:
63
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope
64
+
65
+ MCA (Modern Customer Agreement) Scopes:
66
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
67
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
68
+ :param pulumi.Input[Union[str, 'TimeGrainType']] time_grain: The time covered by a budget. Tracking of the amount will be reset based on the time grain.
69
+
70
+ Supported for CategoryType(s): Cost, ReservationUtilization.
71
+
72
+ Supported timeGrainTypes for **CategoryType: Cost**
73
+
74
+ - Monthly
75
+ - Quarterly
76
+ - Annually
77
+ - BillingMonth*
78
+ - BillingQuarter*
79
+ - BillingAnnual*
80
+
81
+ *only supported for Web Direct customers.
82
+
83
+ Supported timeGrainTypes for **CategoryType: ReservationUtilization**
84
+ - Last7Days
85
+ - Last30Days
86
+
87
+ Required for CategoryType(s): Cost, ReservationUtilization.
88
+ :param pulumi.Input['BudgetTimePeriodArgs'] time_period: The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate.
89
+
90
+ Supported for CategoryType(s): Cost, ReservationUtilization.
91
+
92
+ Required for CategoryType(s): Cost, ReservationUtilization.
93
+ :param pulumi.Input[float] amount: The total amount of cost to track with the budget.
94
+
95
+ Supported for CategoryType(s): Cost.
96
+
97
+ Required for CategoryType(s): Cost.
98
+ :param pulumi.Input[str] budget_name: Budget Name.
99
+ :param pulumi.Input[str] e_tag: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
100
+ :param pulumi.Input['BudgetFilterArgs'] filter: May be used to filter budgets by user-specified dimensions and/or tags.
101
+
102
+ Supported for CategoryType(s): Cost, ReservationUtilization.
103
+ :param pulumi.Input[Mapping[str, pulumi.Input['NotificationArgs']]] notifications: Dictionary of notifications associated with the budget.
104
+
105
+ Supported for CategoryType(s): Cost, ReservationUtilization.
106
+
107
+ - Constraints for **CategoryType: Cost** - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
108
+ - Constraints for **CategoryType: ReservationUtilization** - Only one notification allowed. thresholdType is not applicable.
109
+ """
110
+ pulumi.set(__self__, "category", category)
111
+ pulumi.set(__self__, "scope", scope)
112
+ pulumi.set(__self__, "time_grain", time_grain)
113
+ pulumi.set(__self__, "time_period", time_period)
114
+ if amount is not None:
115
+ pulumi.set(__self__, "amount", amount)
116
+ if budget_name is not None:
117
+ pulumi.set(__self__, "budget_name", budget_name)
118
+ if e_tag is not None:
119
+ pulumi.set(__self__, "e_tag", e_tag)
120
+ if filter is not None:
121
+ pulumi.set(__self__, "filter", filter)
122
+ if notifications is not None:
123
+ pulumi.set(__self__, "notifications", notifications)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def category(self) -> pulumi.Input[Union[str, 'CategoryType']]:
128
+ """
129
+ The category of the budget.
130
+ - 'Cost' defines a Budget.
131
+ - 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
132
+ """
133
+ return pulumi.get(self, "category")
134
+
135
+ @category.setter
136
+ def category(self, value: pulumi.Input[Union[str, 'CategoryType']]):
137
+ pulumi.set(self, "category", value)
138
+
139
+ @property
140
+ @pulumi.getter
141
+ def scope(self) -> pulumi.Input[str]:
142
+ """
143
+ The scope associated with budget operations.
144
+
145
+ Supported scopes for **CategoryType: Cost**
146
+
147
+ Azure RBAC Scopes:
148
+ - '/subscriptions/{subscriptionId}/' for subscription scope
149
+ - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
150
+ - '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope
151
+
152
+ EA (Enterprise Agreement) Scopes:
153
+
154
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
155
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
156
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
157
+
158
+ MCA (Modern Customer Agreement) Scopes:
159
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
160
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
161
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
162
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
163
+
164
+ Supported scopes for **CategoryType: ReservationUtilization**
165
+
166
+ EA (Enterprise Agreement) Scopes:
167
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope
168
+
169
+ MCA (Modern Customer Agreement) Scopes:
170
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
171
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
172
+ """
173
+ return pulumi.get(self, "scope")
174
+
175
+ @scope.setter
176
+ def scope(self, value: pulumi.Input[str]):
177
+ pulumi.set(self, "scope", value)
178
+
179
+ @property
180
+ @pulumi.getter(name="timeGrain")
181
+ def time_grain(self) -> pulumi.Input[Union[str, 'TimeGrainType']]:
182
+ """
183
+ The time covered by a budget. Tracking of the amount will be reset based on the time grain.
184
+
185
+ Supported for CategoryType(s): Cost, ReservationUtilization.
186
+
187
+ Supported timeGrainTypes for **CategoryType: Cost**
188
+
189
+ - Monthly
190
+ - Quarterly
191
+ - Annually
192
+ - BillingMonth*
193
+ - BillingQuarter*
194
+ - BillingAnnual*
195
+
196
+ *only supported for Web Direct customers.
197
+
198
+ Supported timeGrainTypes for **CategoryType: ReservationUtilization**
199
+ - Last7Days
200
+ - Last30Days
201
+
202
+ Required for CategoryType(s): Cost, ReservationUtilization.
203
+ """
204
+ return pulumi.get(self, "time_grain")
205
+
206
+ @time_grain.setter
207
+ def time_grain(self, value: pulumi.Input[Union[str, 'TimeGrainType']]):
208
+ pulumi.set(self, "time_grain", value)
209
+
210
+ @property
211
+ @pulumi.getter(name="timePeriod")
212
+ def time_period(self) -> pulumi.Input['BudgetTimePeriodArgs']:
213
+ """
214
+ The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate.
215
+
216
+ Supported for CategoryType(s): Cost, ReservationUtilization.
217
+
218
+ Required for CategoryType(s): Cost, ReservationUtilization.
219
+ """
220
+ return pulumi.get(self, "time_period")
221
+
222
+ @time_period.setter
223
+ def time_period(self, value: pulumi.Input['BudgetTimePeriodArgs']):
224
+ pulumi.set(self, "time_period", value)
225
+
226
+ @property
227
+ @pulumi.getter
228
+ def amount(self) -> Optional[pulumi.Input[float]]:
229
+ """
230
+ The total amount of cost to track with the budget.
231
+
232
+ Supported for CategoryType(s): Cost.
233
+
234
+ Required for CategoryType(s): Cost.
235
+ """
236
+ return pulumi.get(self, "amount")
237
+
238
+ @amount.setter
239
+ def amount(self, value: Optional[pulumi.Input[float]]):
240
+ pulumi.set(self, "amount", value)
241
+
242
+ @property
243
+ @pulumi.getter(name="budgetName")
244
+ def budget_name(self) -> Optional[pulumi.Input[str]]:
245
+ """
246
+ Budget Name.
247
+ """
248
+ return pulumi.get(self, "budget_name")
249
+
250
+ @budget_name.setter
251
+ def budget_name(self, value: Optional[pulumi.Input[str]]):
252
+ pulumi.set(self, "budget_name", value)
253
+
254
+ @property
255
+ @pulumi.getter(name="eTag")
256
+ def e_tag(self) -> Optional[pulumi.Input[str]]:
257
+ """
258
+ eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
259
+ """
260
+ return pulumi.get(self, "e_tag")
261
+
262
+ @e_tag.setter
263
+ def e_tag(self, value: Optional[pulumi.Input[str]]):
264
+ pulumi.set(self, "e_tag", value)
265
+
266
+ @property
267
+ @pulumi.getter
268
+ def filter(self) -> Optional[pulumi.Input['BudgetFilterArgs']]:
269
+ """
270
+ May be used to filter budgets by user-specified dimensions and/or tags.
271
+
272
+ Supported for CategoryType(s): Cost, ReservationUtilization.
273
+ """
274
+ return pulumi.get(self, "filter")
275
+
276
+ @filter.setter
277
+ def filter(self, value: Optional[pulumi.Input['BudgetFilterArgs']]):
278
+ pulumi.set(self, "filter", value)
279
+
280
+ @property
281
+ @pulumi.getter
282
+ def notifications(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['NotificationArgs']]]]:
283
+ """
284
+ Dictionary of notifications associated with the budget.
285
+
286
+ Supported for CategoryType(s): Cost, ReservationUtilization.
287
+
288
+ - Constraints for **CategoryType: Cost** - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
289
+ - Constraints for **CategoryType: ReservationUtilization** - Only one notification allowed. thresholdType is not applicable.
290
+ """
291
+ return pulumi.get(self, "notifications")
292
+
293
+ @notifications.setter
294
+ def notifications(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['NotificationArgs']]]]):
295
+ pulumi.set(self, "notifications", value)
296
+
297
+
298
+ class Budget(pulumi.CustomResource):
299
+ @overload
300
+ def __init__(__self__,
301
+ resource_name: str,
302
+ opts: Optional[pulumi.ResourceOptions] = None,
303
+ amount: Optional[pulumi.Input[float]] = None,
304
+ budget_name: Optional[pulumi.Input[str]] = None,
305
+ category: Optional[pulumi.Input[Union[str, 'CategoryType']]] = None,
306
+ e_tag: Optional[pulumi.Input[str]] = None,
307
+ filter: Optional[pulumi.Input[Union['BudgetFilterArgs', 'BudgetFilterArgsDict']]] = None,
308
+ notifications: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['NotificationArgs', 'NotificationArgsDict']]]]] = None,
309
+ scope: Optional[pulumi.Input[str]] = None,
310
+ time_grain: Optional[pulumi.Input[Union[str, 'TimeGrainType']]] = None,
311
+ time_period: Optional[pulumi.Input[Union['BudgetTimePeriodArgs', 'BudgetTimePeriodArgsDict']]] = None,
312
+ __props__=None):
313
+ """
314
+ A budget resource.
315
+
316
+ :param str resource_name: The name of the resource.
317
+ :param pulumi.ResourceOptions opts: Options for the resource.
318
+ :param pulumi.Input[float] amount: The total amount of cost to track with the budget.
319
+
320
+ Supported for CategoryType(s): Cost.
321
+
322
+ Required for CategoryType(s): Cost.
323
+ :param pulumi.Input[str] budget_name: Budget Name.
324
+ :param pulumi.Input[Union[str, 'CategoryType']] category: The category of the budget.
325
+ - 'Cost' defines a Budget.
326
+ - 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
327
+ :param pulumi.Input[str] e_tag: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
328
+ :param pulumi.Input[Union['BudgetFilterArgs', 'BudgetFilterArgsDict']] filter: May be used to filter budgets by user-specified dimensions and/or tags.
329
+
330
+ Supported for CategoryType(s): Cost, ReservationUtilization.
331
+ :param pulumi.Input[Mapping[str, pulumi.Input[Union['NotificationArgs', 'NotificationArgsDict']]]] notifications: Dictionary of notifications associated with the budget.
332
+
333
+ Supported for CategoryType(s): Cost, ReservationUtilization.
334
+
335
+ - Constraints for **CategoryType: Cost** - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
336
+ - Constraints for **CategoryType: ReservationUtilization** - Only one notification allowed. thresholdType is not applicable.
337
+ :param pulumi.Input[str] scope: The scope associated with budget operations.
338
+
339
+ Supported scopes for **CategoryType: Cost**
340
+
341
+ Azure RBAC Scopes:
342
+ - '/subscriptions/{subscriptionId}/' for subscription scope
343
+ - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
344
+ - '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope
345
+
346
+ EA (Enterprise Agreement) Scopes:
347
+
348
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
349
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
350
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
351
+
352
+ MCA (Modern Customer Agreement) Scopes:
353
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
354
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
355
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
356
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
357
+
358
+ Supported scopes for **CategoryType: ReservationUtilization**
359
+
360
+ EA (Enterprise Agreement) Scopes:
361
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope
362
+
363
+ MCA (Modern Customer Agreement) Scopes:
364
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
365
+ - '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
366
+ :param pulumi.Input[Union[str, 'TimeGrainType']] time_grain: The time covered by a budget. Tracking of the amount will be reset based on the time grain.
367
+
368
+ Supported for CategoryType(s): Cost, ReservationUtilization.
369
+
370
+ Supported timeGrainTypes for **CategoryType: Cost**
371
+
372
+ - Monthly
373
+ - Quarterly
374
+ - Annually
375
+ - BillingMonth*
376
+ - BillingQuarter*
377
+ - BillingAnnual*
378
+
379
+ *only supported for Web Direct customers.
380
+
381
+ Supported timeGrainTypes for **CategoryType: ReservationUtilization**
382
+ - Last7Days
383
+ - Last30Days
384
+
385
+ Required for CategoryType(s): Cost, ReservationUtilization.
386
+ :param pulumi.Input[Union['BudgetTimePeriodArgs', 'BudgetTimePeriodArgsDict']] time_period: The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate.
387
+
388
+ Supported for CategoryType(s): Cost, ReservationUtilization.
389
+
390
+ Required for CategoryType(s): Cost, ReservationUtilization.
391
+ """
392
+ ...
393
+ @overload
394
+ def __init__(__self__,
395
+ resource_name: str,
396
+ args: BudgetArgs,
397
+ opts: Optional[pulumi.ResourceOptions] = None):
398
+ """
399
+ A budget resource.
400
+
401
+ :param str resource_name: The name of the resource.
402
+ :param BudgetArgs args: The arguments to use to populate this resource's properties.
403
+ :param pulumi.ResourceOptions opts: Options for the resource.
404
+ """
405
+ ...
406
+ def __init__(__self__, resource_name: str, *args, **kwargs):
407
+ resource_args, opts = _utilities.get_resource_args_opts(BudgetArgs, pulumi.ResourceOptions, *args, **kwargs)
408
+ if resource_args is not None:
409
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
410
+ else:
411
+ __self__._internal_init(resource_name, *args, **kwargs)
412
+
413
+ def _internal_init(__self__,
414
+ resource_name: str,
415
+ opts: Optional[pulumi.ResourceOptions] = None,
416
+ amount: Optional[pulumi.Input[float]] = None,
417
+ budget_name: Optional[pulumi.Input[str]] = None,
418
+ category: Optional[pulumi.Input[Union[str, 'CategoryType']]] = None,
419
+ e_tag: Optional[pulumi.Input[str]] = None,
420
+ filter: Optional[pulumi.Input[Union['BudgetFilterArgs', 'BudgetFilterArgsDict']]] = None,
421
+ notifications: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['NotificationArgs', 'NotificationArgsDict']]]]] = None,
422
+ scope: Optional[pulumi.Input[str]] = None,
423
+ time_grain: Optional[pulumi.Input[Union[str, 'TimeGrainType']]] = None,
424
+ time_period: Optional[pulumi.Input[Union['BudgetTimePeriodArgs', 'BudgetTimePeriodArgsDict']]] = None,
425
+ __props__=None):
426
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
427
+ if not isinstance(opts, pulumi.ResourceOptions):
428
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
429
+ if opts.id is None:
430
+ if __props__ is not None:
431
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
432
+ __props__ = BudgetArgs.__new__(BudgetArgs)
433
+
434
+ __props__.__dict__["amount"] = amount
435
+ __props__.__dict__["budget_name"] = budget_name
436
+ if category is None and not opts.urn:
437
+ raise TypeError("Missing required property 'category'")
438
+ __props__.__dict__["category"] = category
439
+ __props__.__dict__["e_tag"] = e_tag
440
+ __props__.__dict__["filter"] = filter
441
+ __props__.__dict__["notifications"] = notifications
442
+ if scope is None and not opts.urn:
443
+ raise TypeError("Missing required property 'scope'")
444
+ __props__.__dict__["scope"] = scope
445
+ if time_grain is None and not opts.urn:
446
+ raise TypeError("Missing required property 'time_grain'")
447
+ __props__.__dict__["time_grain"] = time_grain
448
+ if time_period is None and not opts.urn:
449
+ raise TypeError("Missing required property 'time_period'")
450
+ __props__.__dict__["time_period"] = time_period
451
+ __props__.__dict__["current_spend"] = None
452
+ __props__.__dict__["forecast_spend"] = None
453
+ __props__.__dict__["name"] = None
454
+ __props__.__dict__["type"] = None
455
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:costmanagement:Budget"), pulumi.Alias(type_="azure-native:costmanagement/v20190401preview:Budget"), pulumi.Alias(type_="azure-native:costmanagement/v20230401preview:Budget"), pulumi.Alias(type_="azure-native:costmanagement/v20230801:Budget"), pulumi.Alias(type_="azure-native:costmanagement/v20230901:Budget"), pulumi.Alias(type_="azure-native:costmanagement/v20231101:Budget")])
456
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
457
+ super(Budget, __self__).__init__(
458
+ 'azure-native:costmanagement/v20240801:Budget',
459
+ resource_name,
460
+ __props__,
461
+ opts)
462
+
463
+ @staticmethod
464
+ def get(resource_name: str,
465
+ id: pulumi.Input[str],
466
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Budget':
467
+ """
468
+ Get an existing Budget resource's state with the given name, id, and optional extra
469
+ properties used to qualify the lookup.
470
+
471
+ :param str resource_name: The unique name of the resulting resource.
472
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
473
+ :param pulumi.ResourceOptions opts: Options for the resource.
474
+ """
475
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
476
+
477
+ __props__ = BudgetArgs.__new__(BudgetArgs)
478
+
479
+ __props__.__dict__["amount"] = None
480
+ __props__.__dict__["category"] = None
481
+ __props__.__dict__["current_spend"] = None
482
+ __props__.__dict__["e_tag"] = None
483
+ __props__.__dict__["filter"] = None
484
+ __props__.__dict__["forecast_spend"] = None
485
+ __props__.__dict__["name"] = None
486
+ __props__.__dict__["notifications"] = None
487
+ __props__.__dict__["time_grain"] = None
488
+ __props__.__dict__["time_period"] = None
489
+ __props__.__dict__["type"] = None
490
+ return Budget(resource_name, opts=opts, __props__=__props__)
491
+
492
+ @property
493
+ @pulumi.getter
494
+ def amount(self) -> pulumi.Output[Optional[float]]:
495
+ """
496
+ The total amount of cost to track with the budget.
497
+
498
+ Supported for CategoryType(s): Cost.
499
+
500
+ Required for CategoryType(s): Cost.
501
+ """
502
+ return pulumi.get(self, "amount")
503
+
504
+ @property
505
+ @pulumi.getter
506
+ def category(self) -> pulumi.Output[str]:
507
+ """
508
+ The category of the budget.
509
+ - 'Cost' defines a Budget.
510
+ - 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
511
+ """
512
+ return pulumi.get(self, "category")
513
+
514
+ @property
515
+ @pulumi.getter(name="currentSpend")
516
+ def current_spend(self) -> pulumi.Output['outputs.CurrentSpendResponse']:
517
+ """
518
+ The current amount of cost which is being tracked for a budget.
519
+
520
+ Supported for CategoryType(s): Cost.
521
+ """
522
+ return pulumi.get(self, "current_spend")
523
+
524
+ @property
525
+ @pulumi.getter(name="eTag")
526
+ def e_tag(self) -> pulumi.Output[Optional[str]]:
527
+ """
528
+ eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
529
+ """
530
+ return pulumi.get(self, "e_tag")
531
+
532
+ @property
533
+ @pulumi.getter
534
+ def filter(self) -> pulumi.Output[Optional['outputs.BudgetFilterResponse']]:
535
+ """
536
+ May be used to filter budgets by user-specified dimensions and/or tags.
537
+
538
+ Supported for CategoryType(s): Cost, ReservationUtilization.
539
+ """
540
+ return pulumi.get(self, "filter")
541
+
542
+ @property
543
+ @pulumi.getter(name="forecastSpend")
544
+ def forecast_spend(self) -> pulumi.Output['outputs.ForecastSpendResponse']:
545
+ """
546
+ The forecasted cost which is being tracked for a budget.
547
+
548
+ Supported for CategoryType(s): Cost.
549
+ """
550
+ return pulumi.get(self, "forecast_spend")
551
+
552
+ @property
553
+ @pulumi.getter
554
+ def name(self) -> pulumi.Output[str]:
555
+ """
556
+ Resource name.
557
+ """
558
+ return pulumi.get(self, "name")
559
+
560
+ @property
561
+ @pulumi.getter
562
+ def notifications(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.NotificationResponse']]]:
563
+ """
564
+ Dictionary of notifications associated with the budget.
565
+
566
+ Supported for CategoryType(s): Cost, ReservationUtilization.
567
+
568
+ - Constraints for **CategoryType: Cost** - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
569
+ - Constraints for **CategoryType: ReservationUtilization** - Only one notification allowed. thresholdType is not applicable.
570
+ """
571
+ return pulumi.get(self, "notifications")
572
+
573
+ @property
574
+ @pulumi.getter(name="timeGrain")
575
+ def time_grain(self) -> pulumi.Output[str]:
576
+ """
577
+ The time covered by a budget. Tracking of the amount will be reset based on the time grain.
578
+
579
+ Supported for CategoryType(s): Cost, ReservationUtilization.
580
+
581
+ Supported timeGrainTypes for **CategoryType: Cost**
582
+
583
+ - Monthly
584
+ - Quarterly
585
+ - Annually
586
+ - BillingMonth*
587
+ - BillingQuarter*
588
+ - BillingAnnual*
589
+
590
+ *only supported for Web Direct customers.
591
+
592
+ Supported timeGrainTypes for **CategoryType: ReservationUtilization**
593
+ - Last7Days
594
+ - Last30Days
595
+
596
+ Required for CategoryType(s): Cost, ReservationUtilization.
597
+ """
598
+ return pulumi.get(self, "time_grain")
599
+
600
+ @property
601
+ @pulumi.getter(name="timePeriod")
602
+ def time_period(self) -> pulumi.Output['outputs.BudgetTimePeriodResponse']:
603
+ """
604
+ The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate.
605
+
606
+ Supported for CategoryType(s): Cost, ReservationUtilization.
607
+
608
+ Required for CategoryType(s): Cost, ReservationUtilization.
609
+ """
610
+ return pulumi.get(self, "time_period")
611
+
612
+ @property
613
+ @pulumi.getter
614
+ def type(self) -> pulumi.Output[str]:
615
+ """
616
+ Resource type.
617
+ """
618
+ return pulumi.get(self, "type")
619
+