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