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,1812 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AgentUpdatePropertiesResponse',
21
+ 'AppAttachPackageInfoPropertiesResponse',
22
+ 'AppAttachPackagePropertiesResponse',
23
+ 'MaintenanceWindowPropertiesResponse',
24
+ 'ManagedServiceIdentityResponse',
25
+ 'MsixPackageApplicationsResponse',
26
+ 'MsixPackageDependenciesResponse',
27
+ 'PlanResponse',
28
+ 'PrivateEndpointConnectionResponse',
29
+ 'PrivateEndpointResponse',
30
+ 'PrivateLinkServiceConnectionStateResponse',
31
+ 'RegistrationInfoResponse',
32
+ 'RegistrationTokenMinimalResponse',
33
+ 'ScalingHostPoolReferenceResponse',
34
+ 'ScalingScheduleResponse',
35
+ 'SkuResponse',
36
+ 'SystemDataResponse',
37
+ 'TimeResponse',
38
+ 'UserAssignedIdentityResponse',
39
+ ]
40
+
41
+ @pulumi.output_type
42
+ class AgentUpdatePropertiesResponse(dict):
43
+ """
44
+ The session host configuration for updating agent, monitoring agent, and stack component.
45
+ """
46
+ @staticmethod
47
+ def __key_warning(key: str):
48
+ suggest = None
49
+ if key == "maintenanceWindowTimeZone":
50
+ suggest = "maintenance_window_time_zone"
51
+ elif key == "maintenanceWindows":
52
+ suggest = "maintenance_windows"
53
+ elif key == "useSessionHostLocalTime":
54
+ suggest = "use_session_host_local_time"
55
+
56
+ if suggest:
57
+ pulumi.log.warn(f"Key '{key}' not found in AgentUpdatePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
58
+
59
+ def __getitem__(self, key: str) -> Any:
60
+ AgentUpdatePropertiesResponse.__key_warning(key)
61
+ return super().__getitem__(key)
62
+
63
+ def get(self, key: str, default = None) -> Any:
64
+ AgentUpdatePropertiesResponse.__key_warning(key)
65
+ return super().get(key, default)
66
+
67
+ def __init__(__self__, *,
68
+ maintenance_window_time_zone: Optional[str] = None,
69
+ maintenance_windows: Optional[Sequence['outputs.MaintenanceWindowPropertiesResponse']] = None,
70
+ type: Optional[str] = None,
71
+ use_session_host_local_time: Optional[bool] = None):
72
+ """
73
+ The session host configuration for updating agent, monitoring agent, and stack component.
74
+ :param str maintenance_window_time_zone: Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true.
75
+ :param Sequence['MaintenanceWindowPropertiesResponse'] maintenance_windows: List of maintenance windows. Maintenance windows are 2 hours long.
76
+ :param str type: The type of maintenance for session host components.
77
+ :param bool use_session_host_local_time: Whether to use localTime of the virtual machine.
78
+ """
79
+ if maintenance_window_time_zone is not None:
80
+ pulumi.set(__self__, "maintenance_window_time_zone", maintenance_window_time_zone)
81
+ if maintenance_windows is not None:
82
+ pulumi.set(__self__, "maintenance_windows", maintenance_windows)
83
+ if type is not None:
84
+ pulumi.set(__self__, "type", type)
85
+ if use_session_host_local_time is not None:
86
+ pulumi.set(__self__, "use_session_host_local_time", use_session_host_local_time)
87
+
88
+ @property
89
+ @pulumi.getter(name="maintenanceWindowTimeZone")
90
+ def maintenance_window_time_zone(self) -> Optional[str]:
91
+ """
92
+ Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true.
93
+ """
94
+ return pulumi.get(self, "maintenance_window_time_zone")
95
+
96
+ @property
97
+ @pulumi.getter(name="maintenanceWindows")
98
+ def maintenance_windows(self) -> Optional[Sequence['outputs.MaintenanceWindowPropertiesResponse']]:
99
+ """
100
+ List of maintenance windows. Maintenance windows are 2 hours long.
101
+ """
102
+ return pulumi.get(self, "maintenance_windows")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def type(self) -> Optional[str]:
107
+ """
108
+ The type of maintenance for session host components.
109
+ """
110
+ return pulumi.get(self, "type")
111
+
112
+ @property
113
+ @pulumi.getter(name="useSessionHostLocalTime")
114
+ def use_session_host_local_time(self) -> Optional[bool]:
115
+ """
116
+ Whether to use localTime of the virtual machine.
117
+ """
118
+ return pulumi.get(self, "use_session_host_local_time")
119
+
120
+
121
+ @pulumi.output_type
122
+ class AppAttachPackageInfoPropertiesResponse(dict):
123
+ """
124
+ Schema for Import Package Information properties.
125
+ """
126
+ @staticmethod
127
+ def __key_warning(key: str):
128
+ suggest = None
129
+ if key == "certificateExpiry":
130
+ suggest = "certificate_expiry"
131
+ elif key == "certificateName":
132
+ suggest = "certificate_name"
133
+ elif key == "displayName":
134
+ suggest = "display_name"
135
+ elif key == "imagePath":
136
+ suggest = "image_path"
137
+ elif key == "isActive":
138
+ suggest = "is_active"
139
+ elif key == "isPackageTimestamped":
140
+ suggest = "is_package_timestamped"
141
+ elif key == "isRegularRegistration":
142
+ suggest = "is_regular_registration"
143
+ elif key == "lastUpdated":
144
+ suggest = "last_updated"
145
+ elif key == "packageAlias":
146
+ suggest = "package_alias"
147
+ elif key == "packageApplications":
148
+ suggest = "package_applications"
149
+ elif key == "packageDependencies":
150
+ suggest = "package_dependencies"
151
+ elif key == "packageFamilyName":
152
+ suggest = "package_family_name"
153
+ elif key == "packageFullName":
154
+ suggest = "package_full_name"
155
+ elif key == "packageName":
156
+ suggest = "package_name"
157
+ elif key == "packageRelativePath":
158
+ suggest = "package_relative_path"
159
+
160
+ if suggest:
161
+ pulumi.log.warn(f"Key '{key}' not found in AppAttachPackageInfoPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
162
+
163
+ def __getitem__(self, key: str) -> Any:
164
+ AppAttachPackageInfoPropertiesResponse.__key_warning(key)
165
+ return super().__getitem__(key)
166
+
167
+ def get(self, key: str, default = None) -> Any:
168
+ AppAttachPackageInfoPropertiesResponse.__key_warning(key)
169
+ return super().get(key, default)
170
+
171
+ def __init__(__self__, *,
172
+ certificate_expiry: Optional[str] = None,
173
+ certificate_name: Optional[str] = None,
174
+ display_name: Optional[str] = None,
175
+ image_path: Optional[str] = None,
176
+ is_active: Optional[bool] = None,
177
+ is_package_timestamped: Optional[str] = None,
178
+ is_regular_registration: Optional[bool] = None,
179
+ last_updated: Optional[str] = None,
180
+ package_alias: Optional[str] = None,
181
+ package_applications: Optional[Sequence['outputs.MsixPackageApplicationsResponse']] = None,
182
+ package_dependencies: Optional[Sequence['outputs.MsixPackageDependenciesResponse']] = None,
183
+ package_family_name: Optional[str] = None,
184
+ package_full_name: Optional[str] = None,
185
+ package_name: Optional[str] = None,
186
+ package_relative_path: Optional[str] = None,
187
+ version: Optional[str] = None):
188
+ """
189
+ Schema for Import Package Information properties.
190
+ :param str certificate_expiry: Date certificate expires, found in the appxmanifest.xml.
191
+ :param str certificate_name: Certificate name found in the appxmanifest.xml.
192
+ :param str display_name: User friendly Name to be displayed in the portal.
193
+ :param str image_path: VHD/CIM/APP-V image path on Network Share.
194
+ :param bool is_active: Make this version of the package the active one across the hostpool.
195
+ :param str is_package_timestamped: Is package timestamped so it can ignore the certificate expiry date
196
+ :param bool is_regular_registration: Specifies how to register Package in feed.
197
+ :param str last_updated: Date the package source was last updated, for Msix packages this is found in the appxmanifest.xml.
198
+ :param str package_alias: Alias of App Attach Package. Assigned at import time
199
+ :param Sequence['MsixPackageApplicationsResponse'] package_applications: List of package applications.
200
+ :param Sequence['MsixPackageDependenciesResponse'] package_dependencies: List of package dependencies.
201
+ :param str package_family_name: Identifier not including the package version, for Msix packages it is the family name from the appxmanifest.xml.
202
+ :param str package_full_name: Identifier including the package version, for Msix packages it is the full name from the appxmanifest.xml.
203
+ :param str package_name: Package Name from appxmanifest.xml.
204
+ :param str package_relative_path: Relative Path to the package inside the image.
205
+ :param str version: Package Version found in the appxmanifest.xml.
206
+ """
207
+ if certificate_expiry is not None:
208
+ pulumi.set(__self__, "certificate_expiry", certificate_expiry)
209
+ if certificate_name is not None:
210
+ pulumi.set(__self__, "certificate_name", certificate_name)
211
+ if display_name is not None:
212
+ pulumi.set(__self__, "display_name", display_name)
213
+ if image_path is not None:
214
+ pulumi.set(__self__, "image_path", image_path)
215
+ if is_active is not None:
216
+ pulumi.set(__self__, "is_active", is_active)
217
+ if is_package_timestamped is not None:
218
+ pulumi.set(__self__, "is_package_timestamped", is_package_timestamped)
219
+ if is_regular_registration is not None:
220
+ pulumi.set(__self__, "is_regular_registration", is_regular_registration)
221
+ if last_updated is not None:
222
+ pulumi.set(__self__, "last_updated", last_updated)
223
+ if package_alias is not None:
224
+ pulumi.set(__self__, "package_alias", package_alias)
225
+ if package_applications is not None:
226
+ pulumi.set(__self__, "package_applications", package_applications)
227
+ if package_dependencies is not None:
228
+ pulumi.set(__self__, "package_dependencies", package_dependencies)
229
+ if package_family_name is not None:
230
+ pulumi.set(__self__, "package_family_name", package_family_name)
231
+ if package_full_name is not None:
232
+ pulumi.set(__self__, "package_full_name", package_full_name)
233
+ if package_name is not None:
234
+ pulumi.set(__self__, "package_name", package_name)
235
+ if package_relative_path is not None:
236
+ pulumi.set(__self__, "package_relative_path", package_relative_path)
237
+ if version is not None:
238
+ pulumi.set(__self__, "version", version)
239
+
240
+ @property
241
+ @pulumi.getter(name="certificateExpiry")
242
+ def certificate_expiry(self) -> Optional[str]:
243
+ """
244
+ Date certificate expires, found in the appxmanifest.xml.
245
+ """
246
+ return pulumi.get(self, "certificate_expiry")
247
+
248
+ @property
249
+ @pulumi.getter(name="certificateName")
250
+ def certificate_name(self) -> Optional[str]:
251
+ """
252
+ Certificate name found in the appxmanifest.xml.
253
+ """
254
+ return pulumi.get(self, "certificate_name")
255
+
256
+ @property
257
+ @pulumi.getter(name="displayName")
258
+ def display_name(self) -> Optional[str]:
259
+ """
260
+ User friendly Name to be displayed in the portal.
261
+ """
262
+ return pulumi.get(self, "display_name")
263
+
264
+ @property
265
+ @pulumi.getter(name="imagePath")
266
+ def image_path(self) -> Optional[str]:
267
+ """
268
+ VHD/CIM/APP-V image path on Network Share.
269
+ """
270
+ return pulumi.get(self, "image_path")
271
+
272
+ @property
273
+ @pulumi.getter(name="isActive")
274
+ def is_active(self) -> Optional[bool]:
275
+ """
276
+ Make this version of the package the active one across the hostpool.
277
+ """
278
+ return pulumi.get(self, "is_active")
279
+
280
+ @property
281
+ @pulumi.getter(name="isPackageTimestamped")
282
+ def is_package_timestamped(self) -> Optional[str]:
283
+ """
284
+ Is package timestamped so it can ignore the certificate expiry date
285
+ """
286
+ return pulumi.get(self, "is_package_timestamped")
287
+
288
+ @property
289
+ @pulumi.getter(name="isRegularRegistration")
290
+ def is_regular_registration(self) -> Optional[bool]:
291
+ """
292
+ Specifies how to register Package in feed.
293
+ """
294
+ return pulumi.get(self, "is_regular_registration")
295
+
296
+ @property
297
+ @pulumi.getter(name="lastUpdated")
298
+ def last_updated(self) -> Optional[str]:
299
+ """
300
+ Date the package source was last updated, for Msix packages this is found in the appxmanifest.xml.
301
+ """
302
+ return pulumi.get(self, "last_updated")
303
+
304
+ @property
305
+ @pulumi.getter(name="packageAlias")
306
+ def package_alias(self) -> Optional[str]:
307
+ """
308
+ Alias of App Attach Package. Assigned at import time
309
+ """
310
+ return pulumi.get(self, "package_alias")
311
+
312
+ @property
313
+ @pulumi.getter(name="packageApplications")
314
+ def package_applications(self) -> Optional[Sequence['outputs.MsixPackageApplicationsResponse']]:
315
+ """
316
+ List of package applications.
317
+ """
318
+ return pulumi.get(self, "package_applications")
319
+
320
+ @property
321
+ @pulumi.getter(name="packageDependencies")
322
+ def package_dependencies(self) -> Optional[Sequence['outputs.MsixPackageDependenciesResponse']]:
323
+ """
324
+ List of package dependencies.
325
+ """
326
+ return pulumi.get(self, "package_dependencies")
327
+
328
+ @property
329
+ @pulumi.getter(name="packageFamilyName")
330
+ def package_family_name(self) -> Optional[str]:
331
+ """
332
+ Identifier not including the package version, for Msix packages it is the family name from the appxmanifest.xml.
333
+ """
334
+ return pulumi.get(self, "package_family_name")
335
+
336
+ @property
337
+ @pulumi.getter(name="packageFullName")
338
+ def package_full_name(self) -> Optional[str]:
339
+ """
340
+ Identifier including the package version, for Msix packages it is the full name from the appxmanifest.xml.
341
+ """
342
+ return pulumi.get(self, "package_full_name")
343
+
344
+ @property
345
+ @pulumi.getter(name="packageName")
346
+ def package_name(self) -> Optional[str]:
347
+ """
348
+ Package Name from appxmanifest.xml.
349
+ """
350
+ return pulumi.get(self, "package_name")
351
+
352
+ @property
353
+ @pulumi.getter(name="packageRelativePath")
354
+ def package_relative_path(self) -> Optional[str]:
355
+ """
356
+ Relative Path to the package inside the image.
357
+ """
358
+ return pulumi.get(self, "package_relative_path")
359
+
360
+ @property
361
+ @pulumi.getter
362
+ def version(self) -> Optional[str]:
363
+ """
364
+ Package Version found in the appxmanifest.xml.
365
+ """
366
+ return pulumi.get(self, "version")
367
+
368
+
369
+ @pulumi.output_type
370
+ class AppAttachPackagePropertiesResponse(dict):
371
+ """
372
+ Schema for App Attach Package properties.
373
+ """
374
+ @staticmethod
375
+ def __key_warning(key: str):
376
+ suggest = None
377
+ if key == "provisioningState":
378
+ suggest = "provisioning_state"
379
+ elif key == "customData":
380
+ suggest = "custom_data"
381
+ elif key == "failHealthCheckOnStagingFailure":
382
+ suggest = "fail_health_check_on_staging_failure"
383
+ elif key == "hostPoolReferences":
384
+ suggest = "host_pool_references"
385
+ elif key == "keyVaultURL":
386
+ suggest = "key_vault_url"
387
+ elif key == "packageLookbackUrl":
388
+ suggest = "package_lookback_url"
389
+ elif key == "packageOwnerName":
390
+ suggest = "package_owner_name"
391
+
392
+ if suggest:
393
+ pulumi.log.warn(f"Key '{key}' not found in AppAttachPackagePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
394
+
395
+ def __getitem__(self, key: str) -> Any:
396
+ AppAttachPackagePropertiesResponse.__key_warning(key)
397
+ return super().__getitem__(key)
398
+
399
+ def get(self, key: str, default = None) -> Any:
400
+ AppAttachPackagePropertiesResponse.__key_warning(key)
401
+ return super().get(key, default)
402
+
403
+ def __init__(__self__, *,
404
+ provisioning_state: str,
405
+ custom_data: Optional[str] = None,
406
+ fail_health_check_on_staging_failure: Optional[str] = None,
407
+ host_pool_references: Optional[Sequence[str]] = None,
408
+ image: Optional['outputs.AppAttachPackageInfoPropertiesResponse'] = None,
409
+ key_vault_url: Optional[str] = None,
410
+ package_lookback_url: Optional[str] = None,
411
+ package_owner_name: Optional[str] = None):
412
+ """
413
+ Schema for App Attach Package properties.
414
+ :param str provisioning_state: The provisioning state of the App Attach Package.
415
+ :param str custom_data: Field that can be populated with custom data and filtered on in list GET calls
416
+ :param str fail_health_check_on_staging_failure: Parameter indicating how the health check should behave if this package fails staging
417
+ :param Sequence[str] host_pool_references: List of Hostpool resource Ids.
418
+ :param 'AppAttachPackageInfoPropertiesResponse' image: Detailed properties for App Attach Package
419
+ :param str key_vault_url: URL of keyvault location to store certificate
420
+ :param str package_lookback_url: Lookback url to third party control plane, is null for native app attach packages
421
+ :param str package_owner_name: Specific name of package owner, is "AppAttach" for native app attach packages
422
+ """
423
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
424
+ if custom_data is not None:
425
+ pulumi.set(__self__, "custom_data", custom_data)
426
+ if fail_health_check_on_staging_failure is not None:
427
+ pulumi.set(__self__, "fail_health_check_on_staging_failure", fail_health_check_on_staging_failure)
428
+ if host_pool_references is not None:
429
+ pulumi.set(__self__, "host_pool_references", host_pool_references)
430
+ if image is not None:
431
+ pulumi.set(__self__, "image", image)
432
+ if key_vault_url is not None:
433
+ pulumi.set(__self__, "key_vault_url", key_vault_url)
434
+ if package_lookback_url is not None:
435
+ pulumi.set(__self__, "package_lookback_url", package_lookback_url)
436
+ if package_owner_name is not None:
437
+ pulumi.set(__self__, "package_owner_name", package_owner_name)
438
+
439
+ @property
440
+ @pulumi.getter(name="provisioningState")
441
+ def provisioning_state(self) -> str:
442
+ """
443
+ The provisioning state of the App Attach Package.
444
+ """
445
+ return pulumi.get(self, "provisioning_state")
446
+
447
+ @property
448
+ @pulumi.getter(name="customData")
449
+ def custom_data(self) -> Optional[str]:
450
+ """
451
+ Field that can be populated with custom data and filtered on in list GET calls
452
+ """
453
+ return pulumi.get(self, "custom_data")
454
+
455
+ @property
456
+ @pulumi.getter(name="failHealthCheckOnStagingFailure")
457
+ def fail_health_check_on_staging_failure(self) -> Optional[str]:
458
+ """
459
+ Parameter indicating how the health check should behave if this package fails staging
460
+ """
461
+ return pulumi.get(self, "fail_health_check_on_staging_failure")
462
+
463
+ @property
464
+ @pulumi.getter(name="hostPoolReferences")
465
+ def host_pool_references(self) -> Optional[Sequence[str]]:
466
+ """
467
+ List of Hostpool resource Ids.
468
+ """
469
+ return pulumi.get(self, "host_pool_references")
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def image(self) -> Optional['outputs.AppAttachPackageInfoPropertiesResponse']:
474
+ """
475
+ Detailed properties for App Attach Package
476
+ """
477
+ return pulumi.get(self, "image")
478
+
479
+ @property
480
+ @pulumi.getter(name="keyVaultURL")
481
+ def key_vault_url(self) -> Optional[str]:
482
+ """
483
+ URL of keyvault location to store certificate
484
+ """
485
+ return pulumi.get(self, "key_vault_url")
486
+
487
+ @property
488
+ @pulumi.getter(name="packageLookbackUrl")
489
+ def package_lookback_url(self) -> Optional[str]:
490
+ """
491
+ Lookback url to third party control plane, is null for native app attach packages
492
+ """
493
+ return pulumi.get(self, "package_lookback_url")
494
+
495
+ @property
496
+ @pulumi.getter(name="packageOwnerName")
497
+ def package_owner_name(self) -> Optional[str]:
498
+ """
499
+ Specific name of package owner, is "AppAttach" for native app attach packages
500
+ """
501
+ return pulumi.get(self, "package_owner_name")
502
+
503
+
504
+ @pulumi.output_type
505
+ class MaintenanceWindowPropertiesResponse(dict):
506
+ """
507
+ Maintenance window starting hour and day of week.
508
+ """
509
+ @staticmethod
510
+ def __key_warning(key: str):
511
+ suggest = None
512
+ if key == "dayOfWeek":
513
+ suggest = "day_of_week"
514
+
515
+ if suggest:
516
+ pulumi.log.warn(f"Key '{key}' not found in MaintenanceWindowPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
517
+
518
+ def __getitem__(self, key: str) -> Any:
519
+ MaintenanceWindowPropertiesResponse.__key_warning(key)
520
+ return super().__getitem__(key)
521
+
522
+ def get(self, key: str, default = None) -> Any:
523
+ MaintenanceWindowPropertiesResponse.__key_warning(key)
524
+ return super().get(key, default)
525
+
526
+ def __init__(__self__, *,
527
+ day_of_week: Optional[str] = None,
528
+ hour: Optional[int] = None):
529
+ """
530
+ Maintenance window starting hour and day of week.
531
+ :param str day_of_week: Day of the week.
532
+ :param int hour: The update start hour of the day. (0 - 23)
533
+ """
534
+ if day_of_week is not None:
535
+ pulumi.set(__self__, "day_of_week", day_of_week)
536
+ if hour is not None:
537
+ pulumi.set(__self__, "hour", hour)
538
+
539
+ @property
540
+ @pulumi.getter(name="dayOfWeek")
541
+ def day_of_week(self) -> Optional[str]:
542
+ """
543
+ Day of the week.
544
+ """
545
+ return pulumi.get(self, "day_of_week")
546
+
547
+ @property
548
+ @pulumi.getter
549
+ def hour(self) -> Optional[int]:
550
+ """
551
+ The update start hour of the day. (0 - 23)
552
+ """
553
+ return pulumi.get(self, "hour")
554
+
555
+
556
+ @pulumi.output_type
557
+ class ManagedServiceIdentityResponse(dict):
558
+ """
559
+ Managed service identity (system assigned and/or user assigned identities)
560
+ """
561
+ @staticmethod
562
+ def __key_warning(key: str):
563
+ suggest = None
564
+ if key == "principalId":
565
+ suggest = "principal_id"
566
+ elif key == "tenantId":
567
+ suggest = "tenant_id"
568
+ elif key == "userAssignedIdentities":
569
+ suggest = "user_assigned_identities"
570
+
571
+ if suggest:
572
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
573
+
574
+ def __getitem__(self, key: str) -> Any:
575
+ ManagedServiceIdentityResponse.__key_warning(key)
576
+ return super().__getitem__(key)
577
+
578
+ def get(self, key: str, default = None) -> Any:
579
+ ManagedServiceIdentityResponse.__key_warning(key)
580
+ return super().get(key, default)
581
+
582
+ def __init__(__self__, *,
583
+ principal_id: str,
584
+ tenant_id: str,
585
+ type: str,
586
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
587
+ """
588
+ Managed service identity (system assigned and/or user assigned identities)
589
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
590
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
591
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
592
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
593
+ """
594
+ pulumi.set(__self__, "principal_id", principal_id)
595
+ pulumi.set(__self__, "tenant_id", tenant_id)
596
+ pulumi.set(__self__, "type", type)
597
+ if user_assigned_identities is not None:
598
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
599
+
600
+ @property
601
+ @pulumi.getter(name="principalId")
602
+ def principal_id(self) -> str:
603
+ """
604
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
605
+ """
606
+ return pulumi.get(self, "principal_id")
607
+
608
+ @property
609
+ @pulumi.getter(name="tenantId")
610
+ def tenant_id(self) -> str:
611
+ """
612
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
613
+ """
614
+ return pulumi.get(self, "tenant_id")
615
+
616
+ @property
617
+ @pulumi.getter
618
+ def type(self) -> str:
619
+ """
620
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
621
+ """
622
+ return pulumi.get(self, "type")
623
+
624
+ @property
625
+ @pulumi.getter(name="userAssignedIdentities")
626
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
627
+ """
628
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
629
+ """
630
+ return pulumi.get(self, "user_assigned_identities")
631
+
632
+
633
+ @pulumi.output_type
634
+ class MsixPackageApplicationsResponse(dict):
635
+ """
636
+ Schema for MSIX Package Application properties.
637
+ """
638
+ @staticmethod
639
+ def __key_warning(key: str):
640
+ suggest = None
641
+ if key == "appId":
642
+ suggest = "app_id"
643
+ elif key == "appUserModelID":
644
+ suggest = "app_user_model_id"
645
+ elif key == "friendlyName":
646
+ suggest = "friendly_name"
647
+ elif key == "iconImageName":
648
+ suggest = "icon_image_name"
649
+ elif key == "rawIcon":
650
+ suggest = "raw_icon"
651
+ elif key == "rawPng":
652
+ suggest = "raw_png"
653
+
654
+ if suggest:
655
+ pulumi.log.warn(f"Key '{key}' not found in MsixPackageApplicationsResponse. Access the value via the '{suggest}' property getter instead.")
656
+
657
+ def __getitem__(self, key: str) -> Any:
658
+ MsixPackageApplicationsResponse.__key_warning(key)
659
+ return super().__getitem__(key)
660
+
661
+ def get(self, key: str, default = None) -> Any:
662
+ MsixPackageApplicationsResponse.__key_warning(key)
663
+ return super().get(key, default)
664
+
665
+ def __init__(__self__, *,
666
+ app_id: Optional[str] = None,
667
+ app_user_model_id: Optional[str] = None,
668
+ description: Optional[str] = None,
669
+ friendly_name: Optional[str] = None,
670
+ icon_image_name: Optional[str] = None,
671
+ raw_icon: Optional[str] = None,
672
+ raw_png: Optional[str] = None):
673
+ """
674
+ Schema for MSIX Package Application properties.
675
+ :param str app_id: Package Application Id, found in appxmanifest.xml.
676
+ :param str app_user_model_id: Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.
677
+ :param str description: Description of Package Application.
678
+ :param str friendly_name: User friendly name.
679
+ :param str icon_image_name: User friendly name.
680
+ :param str raw_icon: the icon a 64 bit string as a byte array.
681
+ :param str raw_png: the icon a 64 bit string as a byte array.
682
+ """
683
+ if app_id is not None:
684
+ pulumi.set(__self__, "app_id", app_id)
685
+ if app_user_model_id is not None:
686
+ pulumi.set(__self__, "app_user_model_id", app_user_model_id)
687
+ if description is not None:
688
+ pulumi.set(__self__, "description", description)
689
+ if friendly_name is not None:
690
+ pulumi.set(__self__, "friendly_name", friendly_name)
691
+ if icon_image_name is not None:
692
+ pulumi.set(__self__, "icon_image_name", icon_image_name)
693
+ if raw_icon is not None:
694
+ pulumi.set(__self__, "raw_icon", raw_icon)
695
+ if raw_png is not None:
696
+ pulumi.set(__self__, "raw_png", raw_png)
697
+
698
+ @property
699
+ @pulumi.getter(name="appId")
700
+ def app_id(self) -> Optional[str]:
701
+ """
702
+ Package Application Id, found in appxmanifest.xml.
703
+ """
704
+ return pulumi.get(self, "app_id")
705
+
706
+ @property
707
+ @pulumi.getter(name="appUserModelID")
708
+ def app_user_model_id(self) -> Optional[str]:
709
+ """
710
+ Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.
711
+ """
712
+ return pulumi.get(self, "app_user_model_id")
713
+
714
+ @property
715
+ @pulumi.getter
716
+ def description(self) -> Optional[str]:
717
+ """
718
+ Description of Package Application.
719
+ """
720
+ return pulumi.get(self, "description")
721
+
722
+ @property
723
+ @pulumi.getter(name="friendlyName")
724
+ def friendly_name(self) -> Optional[str]:
725
+ """
726
+ User friendly name.
727
+ """
728
+ return pulumi.get(self, "friendly_name")
729
+
730
+ @property
731
+ @pulumi.getter(name="iconImageName")
732
+ def icon_image_name(self) -> Optional[str]:
733
+ """
734
+ User friendly name.
735
+ """
736
+ return pulumi.get(self, "icon_image_name")
737
+
738
+ @property
739
+ @pulumi.getter(name="rawIcon")
740
+ def raw_icon(self) -> Optional[str]:
741
+ """
742
+ the icon a 64 bit string as a byte array.
743
+ """
744
+ return pulumi.get(self, "raw_icon")
745
+
746
+ @property
747
+ @pulumi.getter(name="rawPng")
748
+ def raw_png(self) -> Optional[str]:
749
+ """
750
+ the icon a 64 bit string as a byte array.
751
+ """
752
+ return pulumi.get(self, "raw_png")
753
+
754
+
755
+ @pulumi.output_type
756
+ class MsixPackageDependenciesResponse(dict):
757
+ """
758
+ Schema for MSIX Package Dependencies properties.
759
+ """
760
+ @staticmethod
761
+ def __key_warning(key: str):
762
+ suggest = None
763
+ if key == "dependencyName":
764
+ suggest = "dependency_name"
765
+ elif key == "minVersion":
766
+ suggest = "min_version"
767
+
768
+ if suggest:
769
+ pulumi.log.warn(f"Key '{key}' not found in MsixPackageDependenciesResponse. Access the value via the '{suggest}' property getter instead.")
770
+
771
+ def __getitem__(self, key: str) -> Any:
772
+ MsixPackageDependenciesResponse.__key_warning(key)
773
+ return super().__getitem__(key)
774
+
775
+ def get(self, key: str, default = None) -> Any:
776
+ MsixPackageDependenciesResponse.__key_warning(key)
777
+ return super().get(key, default)
778
+
779
+ def __init__(__self__, *,
780
+ dependency_name: Optional[str] = None,
781
+ min_version: Optional[str] = None,
782
+ publisher: Optional[str] = None):
783
+ """
784
+ Schema for MSIX Package Dependencies properties.
785
+ :param str dependency_name: Name of the package dependency. For Msix packages, this is the other packages this package depends upon, for APP-V packages this is the locations of the user and deployment config files
786
+ :param str min_version: Dependency version required.
787
+ :param str publisher: Name of dependency publisher.
788
+ """
789
+ if dependency_name is not None:
790
+ pulumi.set(__self__, "dependency_name", dependency_name)
791
+ if min_version is not None:
792
+ pulumi.set(__self__, "min_version", min_version)
793
+ if publisher is not None:
794
+ pulumi.set(__self__, "publisher", publisher)
795
+
796
+ @property
797
+ @pulumi.getter(name="dependencyName")
798
+ def dependency_name(self) -> Optional[str]:
799
+ """
800
+ Name of the package dependency. For Msix packages, this is the other packages this package depends upon, for APP-V packages this is the locations of the user and deployment config files
801
+ """
802
+ return pulumi.get(self, "dependency_name")
803
+
804
+ @property
805
+ @pulumi.getter(name="minVersion")
806
+ def min_version(self) -> Optional[str]:
807
+ """
808
+ Dependency version required.
809
+ """
810
+ return pulumi.get(self, "min_version")
811
+
812
+ @property
813
+ @pulumi.getter
814
+ def publisher(self) -> Optional[str]:
815
+ """
816
+ Name of dependency publisher.
817
+ """
818
+ return pulumi.get(self, "publisher")
819
+
820
+
821
+ @pulumi.output_type
822
+ class PlanResponse(dict):
823
+ """
824
+ Plan for the resource.
825
+ """
826
+ @staticmethod
827
+ def __key_warning(key: str):
828
+ suggest = None
829
+ if key == "promotionCode":
830
+ suggest = "promotion_code"
831
+
832
+ if suggest:
833
+ pulumi.log.warn(f"Key '{key}' not found in PlanResponse. Access the value via the '{suggest}' property getter instead.")
834
+
835
+ def __getitem__(self, key: str) -> Any:
836
+ PlanResponse.__key_warning(key)
837
+ return super().__getitem__(key)
838
+
839
+ def get(self, key: str, default = None) -> Any:
840
+ PlanResponse.__key_warning(key)
841
+ return super().get(key, default)
842
+
843
+ def __init__(__self__, *,
844
+ name: str,
845
+ product: str,
846
+ publisher: str,
847
+ promotion_code: Optional[str] = None,
848
+ version: Optional[str] = None):
849
+ """
850
+ Plan for the resource.
851
+ :param str name: A user defined name of the 3rd Party Artifact that is being procured.
852
+ :param str product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
853
+ :param str publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
854
+ :param str promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
855
+ :param str version: The version of the desired product/artifact.
856
+ """
857
+ pulumi.set(__self__, "name", name)
858
+ pulumi.set(__self__, "product", product)
859
+ pulumi.set(__self__, "publisher", publisher)
860
+ if promotion_code is not None:
861
+ pulumi.set(__self__, "promotion_code", promotion_code)
862
+ if version is not None:
863
+ pulumi.set(__self__, "version", version)
864
+
865
+ @property
866
+ @pulumi.getter
867
+ def name(self) -> str:
868
+ """
869
+ A user defined name of the 3rd Party Artifact that is being procured.
870
+ """
871
+ return pulumi.get(self, "name")
872
+
873
+ @property
874
+ @pulumi.getter
875
+ def product(self) -> str:
876
+ """
877
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
878
+ """
879
+ return pulumi.get(self, "product")
880
+
881
+ @property
882
+ @pulumi.getter
883
+ def publisher(self) -> str:
884
+ """
885
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
886
+ """
887
+ return pulumi.get(self, "publisher")
888
+
889
+ @property
890
+ @pulumi.getter(name="promotionCode")
891
+ def promotion_code(self) -> Optional[str]:
892
+ """
893
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
894
+ """
895
+ return pulumi.get(self, "promotion_code")
896
+
897
+ @property
898
+ @pulumi.getter
899
+ def version(self) -> Optional[str]:
900
+ """
901
+ The version of the desired product/artifact.
902
+ """
903
+ return pulumi.get(self, "version")
904
+
905
+
906
+ @pulumi.output_type
907
+ class PrivateEndpointConnectionResponse(dict):
908
+ """
909
+ The private endpoint connection resource.
910
+ """
911
+ @staticmethod
912
+ def __key_warning(key: str):
913
+ suggest = None
914
+ if key == "groupIds":
915
+ suggest = "group_ids"
916
+ elif key == "privateLinkServiceConnectionState":
917
+ suggest = "private_link_service_connection_state"
918
+ elif key == "provisioningState":
919
+ suggest = "provisioning_state"
920
+ elif key == "systemData":
921
+ suggest = "system_data"
922
+ elif key == "privateEndpoint":
923
+ suggest = "private_endpoint"
924
+
925
+ if suggest:
926
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
927
+
928
+ def __getitem__(self, key: str) -> Any:
929
+ PrivateEndpointConnectionResponse.__key_warning(key)
930
+ return super().__getitem__(key)
931
+
932
+ def get(self, key: str, default = None) -> Any:
933
+ PrivateEndpointConnectionResponse.__key_warning(key)
934
+ return super().get(key, default)
935
+
936
+ def __init__(__self__, *,
937
+ group_ids: Sequence[str],
938
+ id: str,
939
+ name: str,
940
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
941
+ provisioning_state: str,
942
+ system_data: 'outputs.SystemDataResponse',
943
+ type: str,
944
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
945
+ """
946
+ The private endpoint connection resource.
947
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
948
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
949
+ :param str name: The name of the resource
950
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
951
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
952
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
953
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
954
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
955
+ """
956
+ pulumi.set(__self__, "group_ids", group_ids)
957
+ pulumi.set(__self__, "id", id)
958
+ pulumi.set(__self__, "name", name)
959
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
960
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
961
+ pulumi.set(__self__, "system_data", system_data)
962
+ pulumi.set(__self__, "type", type)
963
+ if private_endpoint is not None:
964
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
965
+
966
+ @property
967
+ @pulumi.getter(name="groupIds")
968
+ def group_ids(self) -> Sequence[str]:
969
+ """
970
+ The group ids for the private endpoint resource.
971
+ """
972
+ return pulumi.get(self, "group_ids")
973
+
974
+ @property
975
+ @pulumi.getter
976
+ def id(self) -> str:
977
+ """
978
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
979
+ """
980
+ return pulumi.get(self, "id")
981
+
982
+ @property
983
+ @pulumi.getter
984
+ def name(self) -> str:
985
+ """
986
+ The name of the resource
987
+ """
988
+ return pulumi.get(self, "name")
989
+
990
+ @property
991
+ @pulumi.getter(name="privateLinkServiceConnectionState")
992
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
993
+ """
994
+ A collection of information about the state of the connection between service consumer and provider.
995
+ """
996
+ return pulumi.get(self, "private_link_service_connection_state")
997
+
998
+ @property
999
+ @pulumi.getter(name="provisioningState")
1000
+ def provisioning_state(self) -> str:
1001
+ """
1002
+ The provisioning state of the private endpoint connection resource.
1003
+ """
1004
+ return pulumi.get(self, "provisioning_state")
1005
+
1006
+ @property
1007
+ @pulumi.getter(name="systemData")
1008
+ def system_data(self) -> 'outputs.SystemDataResponse':
1009
+ """
1010
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1011
+ """
1012
+ return pulumi.get(self, "system_data")
1013
+
1014
+ @property
1015
+ @pulumi.getter
1016
+ def type(self) -> str:
1017
+ """
1018
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1019
+ """
1020
+ return pulumi.get(self, "type")
1021
+
1022
+ @property
1023
+ @pulumi.getter(name="privateEndpoint")
1024
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1025
+ """
1026
+ The private endpoint resource.
1027
+ """
1028
+ return pulumi.get(self, "private_endpoint")
1029
+
1030
+
1031
+ @pulumi.output_type
1032
+ class PrivateEndpointResponse(dict):
1033
+ """
1034
+ The private endpoint resource.
1035
+ """
1036
+ def __init__(__self__, *,
1037
+ id: str):
1038
+ """
1039
+ The private endpoint resource.
1040
+ :param str id: The ARM identifier for private endpoint.
1041
+ """
1042
+ pulumi.set(__self__, "id", id)
1043
+
1044
+ @property
1045
+ @pulumi.getter
1046
+ def id(self) -> str:
1047
+ """
1048
+ The ARM identifier for private endpoint.
1049
+ """
1050
+ return pulumi.get(self, "id")
1051
+
1052
+
1053
+ @pulumi.output_type
1054
+ class PrivateLinkServiceConnectionStateResponse(dict):
1055
+ """
1056
+ A collection of information about the state of the connection between service consumer and provider.
1057
+ """
1058
+ @staticmethod
1059
+ def __key_warning(key: str):
1060
+ suggest = None
1061
+ if key == "actionsRequired":
1062
+ suggest = "actions_required"
1063
+
1064
+ if suggest:
1065
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1066
+
1067
+ def __getitem__(self, key: str) -> Any:
1068
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1069
+ return super().__getitem__(key)
1070
+
1071
+ def get(self, key: str, default = None) -> Any:
1072
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1073
+ return super().get(key, default)
1074
+
1075
+ def __init__(__self__, *,
1076
+ actions_required: Optional[str] = None,
1077
+ description: Optional[str] = None,
1078
+ status: Optional[str] = None):
1079
+ """
1080
+ A collection of information about the state of the connection between service consumer and provider.
1081
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1082
+ :param str description: The reason for approval/rejection of the connection.
1083
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1084
+ """
1085
+ if actions_required is not None:
1086
+ pulumi.set(__self__, "actions_required", actions_required)
1087
+ if description is not None:
1088
+ pulumi.set(__self__, "description", description)
1089
+ if status is not None:
1090
+ pulumi.set(__self__, "status", status)
1091
+
1092
+ @property
1093
+ @pulumi.getter(name="actionsRequired")
1094
+ def actions_required(self) -> Optional[str]:
1095
+ """
1096
+ A message indicating if changes on the service provider require any updates on the consumer.
1097
+ """
1098
+ return pulumi.get(self, "actions_required")
1099
+
1100
+ @property
1101
+ @pulumi.getter
1102
+ def description(self) -> Optional[str]:
1103
+ """
1104
+ The reason for approval/rejection of the connection.
1105
+ """
1106
+ return pulumi.get(self, "description")
1107
+
1108
+ @property
1109
+ @pulumi.getter
1110
+ def status(self) -> Optional[str]:
1111
+ """
1112
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1113
+ """
1114
+ return pulumi.get(self, "status")
1115
+
1116
+
1117
+ @pulumi.output_type
1118
+ class RegistrationInfoResponse(dict):
1119
+ """
1120
+ Represents a RegistrationInfo definition. This is not returned on HostPool GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
1121
+ """
1122
+ @staticmethod
1123
+ def __key_warning(key: str):
1124
+ suggest = None
1125
+ if key == "expirationTime":
1126
+ suggest = "expiration_time"
1127
+ elif key == "registrationTokenOperation":
1128
+ suggest = "registration_token_operation"
1129
+
1130
+ if suggest:
1131
+ pulumi.log.warn(f"Key '{key}' not found in RegistrationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1132
+
1133
+ def __getitem__(self, key: str) -> Any:
1134
+ RegistrationInfoResponse.__key_warning(key)
1135
+ return super().__getitem__(key)
1136
+
1137
+ def get(self, key: str, default = None) -> Any:
1138
+ RegistrationInfoResponse.__key_warning(key)
1139
+ return super().get(key, default)
1140
+
1141
+ def __init__(__self__, *,
1142
+ expiration_time: Optional[str] = None,
1143
+ registration_token_operation: Optional[str] = None,
1144
+ token: Optional[str] = None):
1145
+ """
1146
+ Represents a RegistrationInfo definition. This is not returned on HostPool GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
1147
+ :param str expiration_time: Expiration time of registration token.
1148
+ :param str registration_token_operation: The type of resetting the token.
1149
+ :param str token: The registration token base64 encoded string.
1150
+ """
1151
+ if expiration_time is not None:
1152
+ pulumi.set(__self__, "expiration_time", expiration_time)
1153
+ if registration_token_operation is not None:
1154
+ pulumi.set(__self__, "registration_token_operation", registration_token_operation)
1155
+ if token is not None:
1156
+ pulumi.set(__self__, "token", token)
1157
+
1158
+ @property
1159
+ @pulumi.getter(name="expirationTime")
1160
+ def expiration_time(self) -> Optional[str]:
1161
+ """
1162
+ Expiration time of registration token.
1163
+ """
1164
+ return pulumi.get(self, "expiration_time")
1165
+
1166
+ @property
1167
+ @pulumi.getter(name="registrationTokenOperation")
1168
+ def registration_token_operation(self) -> Optional[str]:
1169
+ """
1170
+ The type of resetting the token.
1171
+ """
1172
+ return pulumi.get(self, "registration_token_operation")
1173
+
1174
+ @property
1175
+ @pulumi.getter
1176
+ def token(self) -> Optional[str]:
1177
+ """
1178
+ The registration token base64 encoded string.
1179
+ """
1180
+ return pulumi.get(self, "token")
1181
+
1182
+
1183
+ @pulumi.output_type
1184
+ class RegistrationTokenMinimalResponse(dict):
1185
+ """
1186
+ Represents a Minimal set of properties for RegistrationToken definition.
1187
+ """
1188
+ def __init__(__self__, *,
1189
+ expiration_time: Optional[str] = None,
1190
+ token: Optional[str] = None):
1191
+ """
1192
+ Represents a Minimal set of properties for RegistrationToken definition.
1193
+ :param str expiration_time: Expiration time of registration token.
1194
+ :param str token: The registration token base64 encoded string.
1195
+ """
1196
+ if expiration_time is not None:
1197
+ pulumi.set(__self__, "expiration_time", expiration_time)
1198
+ if token is not None:
1199
+ pulumi.set(__self__, "token", token)
1200
+
1201
+ @property
1202
+ @pulumi.getter(name="expirationTime")
1203
+ def expiration_time(self) -> Optional[str]:
1204
+ """
1205
+ Expiration time of registration token.
1206
+ """
1207
+ return pulumi.get(self, "expiration_time")
1208
+
1209
+ @property
1210
+ @pulumi.getter
1211
+ def token(self) -> Optional[str]:
1212
+ """
1213
+ The registration token base64 encoded string.
1214
+ """
1215
+ return pulumi.get(self, "token")
1216
+
1217
+
1218
+ @pulumi.output_type
1219
+ class ScalingHostPoolReferenceResponse(dict):
1220
+ """
1221
+ Scaling plan reference to hostpool.
1222
+ """
1223
+ @staticmethod
1224
+ def __key_warning(key: str):
1225
+ suggest = None
1226
+ if key == "hostPoolArmPath":
1227
+ suggest = "host_pool_arm_path"
1228
+ elif key == "scalingPlanEnabled":
1229
+ suggest = "scaling_plan_enabled"
1230
+
1231
+ if suggest:
1232
+ pulumi.log.warn(f"Key '{key}' not found in ScalingHostPoolReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1233
+
1234
+ def __getitem__(self, key: str) -> Any:
1235
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1236
+ return super().__getitem__(key)
1237
+
1238
+ def get(self, key: str, default = None) -> Any:
1239
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1240
+ return super().get(key, default)
1241
+
1242
+ def __init__(__self__, *,
1243
+ host_pool_arm_path: Optional[str] = None,
1244
+ scaling_plan_enabled: Optional[bool] = None):
1245
+ """
1246
+ Scaling plan reference to hostpool.
1247
+ :param str host_pool_arm_path: Arm path of referenced hostpool.
1248
+ :param bool scaling_plan_enabled: Is the scaling plan enabled for this hostpool.
1249
+ """
1250
+ if host_pool_arm_path is not None:
1251
+ pulumi.set(__self__, "host_pool_arm_path", host_pool_arm_path)
1252
+ if scaling_plan_enabled is not None:
1253
+ pulumi.set(__self__, "scaling_plan_enabled", scaling_plan_enabled)
1254
+
1255
+ @property
1256
+ @pulumi.getter(name="hostPoolArmPath")
1257
+ def host_pool_arm_path(self) -> Optional[str]:
1258
+ """
1259
+ Arm path of referenced hostpool.
1260
+ """
1261
+ return pulumi.get(self, "host_pool_arm_path")
1262
+
1263
+ @property
1264
+ @pulumi.getter(name="scalingPlanEnabled")
1265
+ def scaling_plan_enabled(self) -> Optional[bool]:
1266
+ """
1267
+ Is the scaling plan enabled for this hostpool.
1268
+ """
1269
+ return pulumi.get(self, "scaling_plan_enabled")
1270
+
1271
+
1272
+ @pulumi.output_type
1273
+ class ScalingScheduleResponse(dict):
1274
+ """
1275
+ A ScalingPlanPooledSchedule.
1276
+ """
1277
+ @staticmethod
1278
+ def __key_warning(key: str):
1279
+ suggest = None
1280
+ if key == "daysOfWeek":
1281
+ suggest = "days_of_week"
1282
+ elif key == "offPeakLoadBalancingAlgorithm":
1283
+ suggest = "off_peak_load_balancing_algorithm"
1284
+ elif key == "offPeakStartTime":
1285
+ suggest = "off_peak_start_time"
1286
+ elif key == "peakLoadBalancingAlgorithm":
1287
+ suggest = "peak_load_balancing_algorithm"
1288
+ elif key == "peakStartTime":
1289
+ suggest = "peak_start_time"
1290
+ elif key == "rampDownCapacityThresholdPct":
1291
+ suggest = "ramp_down_capacity_threshold_pct"
1292
+ elif key == "rampDownForceLogoffUsers":
1293
+ suggest = "ramp_down_force_logoff_users"
1294
+ elif key == "rampDownLoadBalancingAlgorithm":
1295
+ suggest = "ramp_down_load_balancing_algorithm"
1296
+ elif key == "rampDownMinimumHostsPct":
1297
+ suggest = "ramp_down_minimum_hosts_pct"
1298
+ elif key == "rampDownNotificationMessage":
1299
+ suggest = "ramp_down_notification_message"
1300
+ elif key == "rampDownStartTime":
1301
+ suggest = "ramp_down_start_time"
1302
+ elif key == "rampDownStopHostsWhen":
1303
+ suggest = "ramp_down_stop_hosts_when"
1304
+ elif key == "rampDownWaitTimeMinutes":
1305
+ suggest = "ramp_down_wait_time_minutes"
1306
+ elif key == "rampUpCapacityThresholdPct":
1307
+ suggest = "ramp_up_capacity_threshold_pct"
1308
+ elif key == "rampUpLoadBalancingAlgorithm":
1309
+ suggest = "ramp_up_load_balancing_algorithm"
1310
+ elif key == "rampUpMinimumHostsPct":
1311
+ suggest = "ramp_up_minimum_hosts_pct"
1312
+ elif key == "rampUpStartTime":
1313
+ suggest = "ramp_up_start_time"
1314
+
1315
+ if suggest:
1316
+ pulumi.log.warn(f"Key '{key}' not found in ScalingScheduleResponse. Access the value via the '{suggest}' property getter instead.")
1317
+
1318
+ def __getitem__(self, key: str) -> Any:
1319
+ ScalingScheduleResponse.__key_warning(key)
1320
+ return super().__getitem__(key)
1321
+
1322
+ def get(self, key: str, default = None) -> Any:
1323
+ ScalingScheduleResponse.__key_warning(key)
1324
+ return super().get(key, default)
1325
+
1326
+ def __init__(__self__, *,
1327
+ days_of_week: Optional[Sequence[str]] = None,
1328
+ name: Optional[str] = None,
1329
+ off_peak_load_balancing_algorithm: Optional[str] = None,
1330
+ off_peak_start_time: Optional['outputs.TimeResponse'] = None,
1331
+ peak_load_balancing_algorithm: Optional[str] = None,
1332
+ peak_start_time: Optional['outputs.TimeResponse'] = None,
1333
+ ramp_down_capacity_threshold_pct: Optional[int] = None,
1334
+ ramp_down_force_logoff_users: Optional[bool] = None,
1335
+ ramp_down_load_balancing_algorithm: Optional[str] = None,
1336
+ ramp_down_minimum_hosts_pct: Optional[int] = None,
1337
+ ramp_down_notification_message: Optional[str] = None,
1338
+ ramp_down_start_time: Optional['outputs.TimeResponse'] = None,
1339
+ ramp_down_stop_hosts_when: Optional[str] = None,
1340
+ ramp_down_wait_time_minutes: Optional[int] = None,
1341
+ ramp_up_capacity_threshold_pct: Optional[int] = None,
1342
+ ramp_up_load_balancing_algorithm: Optional[str] = None,
1343
+ ramp_up_minimum_hosts_pct: Optional[int] = None,
1344
+ ramp_up_start_time: Optional['outputs.TimeResponse'] = None):
1345
+ """
1346
+ A ScalingPlanPooledSchedule.
1347
+ :param Sequence[str] days_of_week: Set of days of the week on which this schedule is active.
1348
+ :param str name: Name of the ScalingPlanPooledSchedule.
1349
+ :param str off_peak_load_balancing_algorithm: Load balancing algorithm for off-peak period.
1350
+ :param 'TimeResponse' off_peak_start_time: Starting time for off-peak period.
1351
+ :param str peak_load_balancing_algorithm: Load balancing algorithm for peak period.
1352
+ :param 'TimeResponse' peak_start_time: Starting time for peak period.
1353
+ :param int ramp_down_capacity_threshold_pct: Capacity threshold for ramp down period.
1354
+ :param bool ramp_down_force_logoff_users: Should users be logged off forcefully from hosts.
1355
+ :param str ramp_down_load_balancing_algorithm: Load balancing algorithm for ramp down period.
1356
+ :param int ramp_down_minimum_hosts_pct: Minimum host percentage for ramp down period.
1357
+ :param str ramp_down_notification_message: Notification message for users during ramp down period.
1358
+ :param 'TimeResponse' ramp_down_start_time: Starting time for ramp down period.
1359
+ :param str ramp_down_stop_hosts_when: Specifies when to stop hosts during ramp down period.
1360
+ :param int ramp_down_wait_time_minutes: Number of minutes to wait to stop hosts during ramp down period.
1361
+ :param int ramp_up_capacity_threshold_pct: Capacity threshold for ramp up period.
1362
+ :param str ramp_up_load_balancing_algorithm: Load balancing algorithm for ramp up period.
1363
+ :param int ramp_up_minimum_hosts_pct: Minimum host percentage for ramp up period.
1364
+ :param 'TimeResponse' ramp_up_start_time: Starting time for ramp up period.
1365
+ """
1366
+ if days_of_week is not None:
1367
+ pulumi.set(__self__, "days_of_week", days_of_week)
1368
+ if name is not None:
1369
+ pulumi.set(__self__, "name", name)
1370
+ if off_peak_load_balancing_algorithm is not None:
1371
+ pulumi.set(__self__, "off_peak_load_balancing_algorithm", off_peak_load_balancing_algorithm)
1372
+ if off_peak_start_time is not None:
1373
+ pulumi.set(__self__, "off_peak_start_time", off_peak_start_time)
1374
+ if peak_load_balancing_algorithm is not None:
1375
+ pulumi.set(__self__, "peak_load_balancing_algorithm", peak_load_balancing_algorithm)
1376
+ if peak_start_time is not None:
1377
+ pulumi.set(__self__, "peak_start_time", peak_start_time)
1378
+ if ramp_down_capacity_threshold_pct is not None:
1379
+ pulumi.set(__self__, "ramp_down_capacity_threshold_pct", ramp_down_capacity_threshold_pct)
1380
+ if ramp_down_force_logoff_users is not None:
1381
+ pulumi.set(__self__, "ramp_down_force_logoff_users", ramp_down_force_logoff_users)
1382
+ if ramp_down_load_balancing_algorithm is not None:
1383
+ pulumi.set(__self__, "ramp_down_load_balancing_algorithm", ramp_down_load_balancing_algorithm)
1384
+ if ramp_down_minimum_hosts_pct is not None:
1385
+ pulumi.set(__self__, "ramp_down_minimum_hosts_pct", ramp_down_minimum_hosts_pct)
1386
+ if ramp_down_notification_message is not None:
1387
+ pulumi.set(__self__, "ramp_down_notification_message", ramp_down_notification_message)
1388
+ if ramp_down_start_time is not None:
1389
+ pulumi.set(__self__, "ramp_down_start_time", ramp_down_start_time)
1390
+ if ramp_down_stop_hosts_when is not None:
1391
+ pulumi.set(__self__, "ramp_down_stop_hosts_when", ramp_down_stop_hosts_when)
1392
+ if ramp_down_wait_time_minutes is not None:
1393
+ pulumi.set(__self__, "ramp_down_wait_time_minutes", ramp_down_wait_time_minutes)
1394
+ if ramp_up_capacity_threshold_pct is not None:
1395
+ pulumi.set(__self__, "ramp_up_capacity_threshold_pct", ramp_up_capacity_threshold_pct)
1396
+ if ramp_up_load_balancing_algorithm is not None:
1397
+ pulumi.set(__self__, "ramp_up_load_balancing_algorithm", ramp_up_load_balancing_algorithm)
1398
+ if ramp_up_minimum_hosts_pct is not None:
1399
+ pulumi.set(__self__, "ramp_up_minimum_hosts_pct", ramp_up_minimum_hosts_pct)
1400
+ if ramp_up_start_time is not None:
1401
+ pulumi.set(__self__, "ramp_up_start_time", ramp_up_start_time)
1402
+
1403
+ @property
1404
+ @pulumi.getter(name="daysOfWeek")
1405
+ def days_of_week(self) -> Optional[Sequence[str]]:
1406
+ """
1407
+ Set of days of the week on which this schedule is active.
1408
+ """
1409
+ return pulumi.get(self, "days_of_week")
1410
+
1411
+ @property
1412
+ @pulumi.getter
1413
+ def name(self) -> Optional[str]:
1414
+ """
1415
+ Name of the ScalingPlanPooledSchedule.
1416
+ """
1417
+ return pulumi.get(self, "name")
1418
+
1419
+ @property
1420
+ @pulumi.getter(name="offPeakLoadBalancingAlgorithm")
1421
+ def off_peak_load_balancing_algorithm(self) -> Optional[str]:
1422
+ """
1423
+ Load balancing algorithm for off-peak period.
1424
+ """
1425
+ return pulumi.get(self, "off_peak_load_balancing_algorithm")
1426
+
1427
+ @property
1428
+ @pulumi.getter(name="offPeakStartTime")
1429
+ def off_peak_start_time(self) -> Optional['outputs.TimeResponse']:
1430
+ """
1431
+ Starting time for off-peak period.
1432
+ """
1433
+ return pulumi.get(self, "off_peak_start_time")
1434
+
1435
+ @property
1436
+ @pulumi.getter(name="peakLoadBalancingAlgorithm")
1437
+ def peak_load_balancing_algorithm(self) -> Optional[str]:
1438
+ """
1439
+ Load balancing algorithm for peak period.
1440
+ """
1441
+ return pulumi.get(self, "peak_load_balancing_algorithm")
1442
+
1443
+ @property
1444
+ @pulumi.getter(name="peakStartTime")
1445
+ def peak_start_time(self) -> Optional['outputs.TimeResponse']:
1446
+ """
1447
+ Starting time for peak period.
1448
+ """
1449
+ return pulumi.get(self, "peak_start_time")
1450
+
1451
+ @property
1452
+ @pulumi.getter(name="rampDownCapacityThresholdPct")
1453
+ def ramp_down_capacity_threshold_pct(self) -> Optional[int]:
1454
+ """
1455
+ Capacity threshold for ramp down period.
1456
+ """
1457
+ return pulumi.get(self, "ramp_down_capacity_threshold_pct")
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="rampDownForceLogoffUsers")
1461
+ def ramp_down_force_logoff_users(self) -> Optional[bool]:
1462
+ """
1463
+ Should users be logged off forcefully from hosts.
1464
+ """
1465
+ return pulumi.get(self, "ramp_down_force_logoff_users")
1466
+
1467
+ @property
1468
+ @pulumi.getter(name="rampDownLoadBalancingAlgorithm")
1469
+ def ramp_down_load_balancing_algorithm(self) -> Optional[str]:
1470
+ """
1471
+ Load balancing algorithm for ramp down period.
1472
+ """
1473
+ return pulumi.get(self, "ramp_down_load_balancing_algorithm")
1474
+
1475
+ @property
1476
+ @pulumi.getter(name="rampDownMinimumHostsPct")
1477
+ def ramp_down_minimum_hosts_pct(self) -> Optional[int]:
1478
+ """
1479
+ Minimum host percentage for ramp down period.
1480
+ """
1481
+ return pulumi.get(self, "ramp_down_minimum_hosts_pct")
1482
+
1483
+ @property
1484
+ @pulumi.getter(name="rampDownNotificationMessage")
1485
+ def ramp_down_notification_message(self) -> Optional[str]:
1486
+ """
1487
+ Notification message for users during ramp down period.
1488
+ """
1489
+ return pulumi.get(self, "ramp_down_notification_message")
1490
+
1491
+ @property
1492
+ @pulumi.getter(name="rampDownStartTime")
1493
+ def ramp_down_start_time(self) -> Optional['outputs.TimeResponse']:
1494
+ """
1495
+ Starting time for ramp down period.
1496
+ """
1497
+ return pulumi.get(self, "ramp_down_start_time")
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="rampDownStopHostsWhen")
1501
+ def ramp_down_stop_hosts_when(self) -> Optional[str]:
1502
+ """
1503
+ Specifies when to stop hosts during ramp down period.
1504
+ """
1505
+ return pulumi.get(self, "ramp_down_stop_hosts_when")
1506
+
1507
+ @property
1508
+ @pulumi.getter(name="rampDownWaitTimeMinutes")
1509
+ def ramp_down_wait_time_minutes(self) -> Optional[int]:
1510
+ """
1511
+ Number of minutes to wait to stop hosts during ramp down period.
1512
+ """
1513
+ return pulumi.get(self, "ramp_down_wait_time_minutes")
1514
+
1515
+ @property
1516
+ @pulumi.getter(name="rampUpCapacityThresholdPct")
1517
+ def ramp_up_capacity_threshold_pct(self) -> Optional[int]:
1518
+ """
1519
+ Capacity threshold for ramp up period.
1520
+ """
1521
+ return pulumi.get(self, "ramp_up_capacity_threshold_pct")
1522
+
1523
+ @property
1524
+ @pulumi.getter(name="rampUpLoadBalancingAlgorithm")
1525
+ def ramp_up_load_balancing_algorithm(self) -> Optional[str]:
1526
+ """
1527
+ Load balancing algorithm for ramp up period.
1528
+ """
1529
+ return pulumi.get(self, "ramp_up_load_balancing_algorithm")
1530
+
1531
+ @property
1532
+ @pulumi.getter(name="rampUpMinimumHostsPct")
1533
+ def ramp_up_minimum_hosts_pct(self) -> Optional[int]:
1534
+ """
1535
+ Minimum host percentage for ramp up period.
1536
+ """
1537
+ return pulumi.get(self, "ramp_up_minimum_hosts_pct")
1538
+
1539
+ @property
1540
+ @pulumi.getter(name="rampUpStartTime")
1541
+ def ramp_up_start_time(self) -> Optional['outputs.TimeResponse']:
1542
+ """
1543
+ Starting time for ramp up period.
1544
+ """
1545
+ return pulumi.get(self, "ramp_up_start_time")
1546
+
1547
+
1548
+ @pulumi.output_type
1549
+ class SkuResponse(dict):
1550
+ """
1551
+ The resource model definition representing SKU
1552
+ """
1553
+ def __init__(__self__, *,
1554
+ name: str,
1555
+ capacity: Optional[int] = None,
1556
+ family: Optional[str] = None,
1557
+ size: Optional[str] = None,
1558
+ tier: Optional[str] = None):
1559
+ """
1560
+ The resource model definition representing SKU
1561
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
1562
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1563
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1564
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1565
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1566
+ """
1567
+ pulumi.set(__self__, "name", name)
1568
+ if capacity is not None:
1569
+ pulumi.set(__self__, "capacity", capacity)
1570
+ if family is not None:
1571
+ pulumi.set(__self__, "family", family)
1572
+ if size is not None:
1573
+ pulumi.set(__self__, "size", size)
1574
+ if tier is not None:
1575
+ pulumi.set(__self__, "tier", tier)
1576
+
1577
+ @property
1578
+ @pulumi.getter
1579
+ def name(self) -> str:
1580
+ """
1581
+ The name of the SKU. E.g. P3. It is typically a letter+number code
1582
+ """
1583
+ return pulumi.get(self, "name")
1584
+
1585
+ @property
1586
+ @pulumi.getter
1587
+ def capacity(self) -> Optional[int]:
1588
+ """
1589
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1590
+ """
1591
+ return pulumi.get(self, "capacity")
1592
+
1593
+ @property
1594
+ @pulumi.getter
1595
+ def family(self) -> Optional[str]:
1596
+ """
1597
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1598
+ """
1599
+ return pulumi.get(self, "family")
1600
+
1601
+ @property
1602
+ @pulumi.getter
1603
+ def size(self) -> Optional[str]:
1604
+ """
1605
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1606
+ """
1607
+ return pulumi.get(self, "size")
1608
+
1609
+ @property
1610
+ @pulumi.getter
1611
+ def tier(self) -> Optional[str]:
1612
+ """
1613
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1614
+ """
1615
+ return pulumi.get(self, "tier")
1616
+
1617
+
1618
+ @pulumi.output_type
1619
+ class SystemDataResponse(dict):
1620
+ """
1621
+ Metadata pertaining to creation and last modification of the resource.
1622
+ """
1623
+ @staticmethod
1624
+ def __key_warning(key: str):
1625
+ suggest = None
1626
+ if key == "createdAt":
1627
+ suggest = "created_at"
1628
+ elif key == "createdBy":
1629
+ suggest = "created_by"
1630
+ elif key == "createdByType":
1631
+ suggest = "created_by_type"
1632
+ elif key == "lastModifiedAt":
1633
+ suggest = "last_modified_at"
1634
+ elif key == "lastModifiedBy":
1635
+ suggest = "last_modified_by"
1636
+ elif key == "lastModifiedByType":
1637
+ suggest = "last_modified_by_type"
1638
+
1639
+ if suggest:
1640
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1641
+
1642
+ def __getitem__(self, key: str) -> Any:
1643
+ SystemDataResponse.__key_warning(key)
1644
+ return super().__getitem__(key)
1645
+
1646
+ def get(self, key: str, default = None) -> Any:
1647
+ SystemDataResponse.__key_warning(key)
1648
+ return super().get(key, default)
1649
+
1650
+ def __init__(__self__, *,
1651
+ created_at: Optional[str] = None,
1652
+ created_by: Optional[str] = None,
1653
+ created_by_type: Optional[str] = None,
1654
+ last_modified_at: Optional[str] = None,
1655
+ last_modified_by: Optional[str] = None,
1656
+ last_modified_by_type: Optional[str] = None):
1657
+ """
1658
+ Metadata pertaining to creation and last modification of the resource.
1659
+ :param str created_at: The timestamp of resource creation (UTC).
1660
+ :param str created_by: The identity that created the resource.
1661
+ :param str created_by_type: The type of identity that created the resource.
1662
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1663
+ :param str last_modified_by: The identity that last modified the resource.
1664
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1665
+ """
1666
+ if created_at is not None:
1667
+ pulumi.set(__self__, "created_at", created_at)
1668
+ if created_by is not None:
1669
+ pulumi.set(__self__, "created_by", created_by)
1670
+ if created_by_type is not None:
1671
+ pulumi.set(__self__, "created_by_type", created_by_type)
1672
+ if last_modified_at is not None:
1673
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1674
+ if last_modified_by is not None:
1675
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1676
+ if last_modified_by_type is not None:
1677
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1678
+
1679
+ @property
1680
+ @pulumi.getter(name="createdAt")
1681
+ def created_at(self) -> Optional[str]:
1682
+ """
1683
+ The timestamp of resource creation (UTC).
1684
+ """
1685
+ return pulumi.get(self, "created_at")
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="createdBy")
1689
+ def created_by(self) -> Optional[str]:
1690
+ """
1691
+ The identity that created the resource.
1692
+ """
1693
+ return pulumi.get(self, "created_by")
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="createdByType")
1697
+ def created_by_type(self) -> Optional[str]:
1698
+ """
1699
+ The type of identity that created the resource.
1700
+ """
1701
+ return pulumi.get(self, "created_by_type")
1702
+
1703
+ @property
1704
+ @pulumi.getter(name="lastModifiedAt")
1705
+ def last_modified_at(self) -> Optional[str]:
1706
+ """
1707
+ The timestamp of resource last modification (UTC)
1708
+ """
1709
+ return pulumi.get(self, "last_modified_at")
1710
+
1711
+ @property
1712
+ @pulumi.getter(name="lastModifiedBy")
1713
+ def last_modified_by(self) -> Optional[str]:
1714
+ """
1715
+ The identity that last modified the resource.
1716
+ """
1717
+ return pulumi.get(self, "last_modified_by")
1718
+
1719
+ @property
1720
+ @pulumi.getter(name="lastModifiedByType")
1721
+ def last_modified_by_type(self) -> Optional[str]:
1722
+ """
1723
+ The type of identity that last modified the resource.
1724
+ """
1725
+ return pulumi.get(self, "last_modified_by_type")
1726
+
1727
+
1728
+ @pulumi.output_type
1729
+ class TimeResponse(dict):
1730
+ """
1731
+ The time for a scaling action to occur.
1732
+ """
1733
+ def __init__(__self__, *,
1734
+ hour: int,
1735
+ minute: int):
1736
+ """
1737
+ The time for a scaling action to occur.
1738
+ :param int hour: The hour.
1739
+ :param int minute: The minute.
1740
+ """
1741
+ pulumi.set(__self__, "hour", hour)
1742
+ pulumi.set(__self__, "minute", minute)
1743
+
1744
+ @property
1745
+ @pulumi.getter
1746
+ def hour(self) -> int:
1747
+ """
1748
+ The hour.
1749
+ """
1750
+ return pulumi.get(self, "hour")
1751
+
1752
+ @property
1753
+ @pulumi.getter
1754
+ def minute(self) -> int:
1755
+ """
1756
+ The minute.
1757
+ """
1758
+ return pulumi.get(self, "minute")
1759
+
1760
+
1761
+ @pulumi.output_type
1762
+ class UserAssignedIdentityResponse(dict):
1763
+ """
1764
+ User assigned identity properties
1765
+ """
1766
+ @staticmethod
1767
+ def __key_warning(key: str):
1768
+ suggest = None
1769
+ if key == "clientId":
1770
+ suggest = "client_id"
1771
+ elif key == "principalId":
1772
+ suggest = "principal_id"
1773
+
1774
+ if suggest:
1775
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1776
+
1777
+ def __getitem__(self, key: str) -> Any:
1778
+ UserAssignedIdentityResponse.__key_warning(key)
1779
+ return super().__getitem__(key)
1780
+
1781
+ def get(self, key: str, default = None) -> Any:
1782
+ UserAssignedIdentityResponse.__key_warning(key)
1783
+ return super().get(key, default)
1784
+
1785
+ def __init__(__self__, *,
1786
+ client_id: str,
1787
+ principal_id: str):
1788
+ """
1789
+ User assigned identity properties
1790
+ :param str client_id: The client ID of the assigned identity.
1791
+ :param str principal_id: The principal ID of the assigned identity.
1792
+ """
1793
+ pulumi.set(__self__, "client_id", client_id)
1794
+ pulumi.set(__self__, "principal_id", principal_id)
1795
+
1796
+ @property
1797
+ @pulumi.getter(name="clientId")
1798
+ def client_id(self) -> str:
1799
+ """
1800
+ The client ID of the assigned identity.
1801
+ """
1802
+ return pulumi.get(self, "client_id")
1803
+
1804
+ @property
1805
+ @pulumi.getter(name="principalId")
1806
+ def principal_id(self) -> str:
1807
+ """
1808
+ The principal ID of the assigned identity.
1809
+ """
1810
+ return pulumi.get(self, "principal_id")
1811
+
1812
+