pulumi-azure-native 2.59.0__py3-none-any.whl → 2.59.0a1724845184__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 (357) hide show
  1. pulumi_azure_native/__init__.py +0 -51
  2. pulumi_azure_native/azureplaywrightservice/__init__.py +0 -3
  3. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  4. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  5. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  6. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  7. pulumi_azure_native/azurestackhci/__init__.py +0 -3
  8. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  9. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_network_security_group.py +0 -4
  15. pulumi_azure_native/azurestackhci/get_security_rule.py +0 -4
  16. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  17. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  19. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  20. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  21. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  22. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  23. pulumi_azure_native/azurestackhci/network_security_group.py +1 -5
  24. pulumi_azure_native/azurestackhci/security_rule.py +1 -5
  25. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  26. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  69. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  70. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  71. pulumi_azure_native/containerservice/__init__.py +0 -3
  72. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  73. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  74. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  75. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  76. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  77. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  78. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  79. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  80. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  81. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  82. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  83. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  84. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  85. pulumi_azure_native/containerservice/snapshot.py +3 -3
  86. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  87. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  88. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  89. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  91. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  92. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  93. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  94. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  95. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  96. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  97. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  103. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  104. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  105. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  106. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  107. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  108. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  109. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  110. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  111. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  112. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  115. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  116. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  117. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  118. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  119. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  120. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  121. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  122. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  123. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  124. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  126. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  127. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  128. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  129. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  130. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  131. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  132. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  133. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  134. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  136. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  137. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  138. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  139. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  140. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  151. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  152. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  153. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  155. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  156. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  157. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  159. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  161. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  162. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  163. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  164. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  165. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  166. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  167. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  168. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  169. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  170. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  171. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  172. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  173. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  174. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  175. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  176. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  177. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  178. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  179. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  180. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  181. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  182. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  184. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  185. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  186. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  187. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  188. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  190. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  191. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  192. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  193. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  194. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  197. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  198. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  199. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  200. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  201. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  202. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  203. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  204. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  205. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  206. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  207. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  208. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  209. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  210. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  211. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  212. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  213. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  214. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  215. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  216. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  217. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  218. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  219. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  220. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  221. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  222. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  223. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  224. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  225. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  226. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  227. pulumi_azure_native/pulumi-plugin.json +1 -1
  228. pulumi_azure_native/servicefabric/__init__.py +0 -3
  229. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  230. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  231. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  232. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  233. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  234. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  235. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  236. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  237. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  238. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  239. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  240. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  241. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  242. pulumi_azure_native/servicefabric/node_type.py +3 -3
  243. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  244. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  245. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  247. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  248. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  249. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  250. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  251. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  252. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  264. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  265. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  266. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  267. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  268. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  269. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  270. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  271. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  272. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  273. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  274. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  275. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  276. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  277. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  278. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  279. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  280. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  281. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  282. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  283. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  284. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  285. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  286. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  287. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  288. {pulumi_azure_native-2.59.0.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  289. {pulumi_azure_native-2.59.0.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +291 -357
  290. pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +0 -11
  291. pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +0 -23
  292. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +0 -380
  293. pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +0 -227
  294. pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +0 -131
  295. pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +0 -30
  296. pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +0 -321
  297. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +0 -2265
  298. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +0 -511
  299. pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +0 -292
  300. pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +0 -170
  301. pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +0 -227
  302. pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +0 -266
  303. pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +0 -240
  304. pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +0 -214
  305. pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +0 -271
  306. pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +0 -201
  307. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +0 -305
  308. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +0 -300
  309. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +0 -229
  310. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +0 -365
  311. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +0 -453
  312. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +0 -394
  313. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +0 -298
  314. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +0 -3744
  315. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +0 -496
  316. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +0 -308
  317. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +0 -539
  318. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +0 -462
  319. pulumi_azure_native/containerservice/v20240701/__init__.py +0 -25
  320. pulumi_azure_native/containerservice/v20240701/_enums.py +0 -628
  321. pulumi_azure_native/containerservice/v20240701/_inputs.py +0 -7532
  322. pulumi_azure_native/containerservice/v20240701/agent_pool.py +0 -1420
  323. pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +0 -687
  324. pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +0 -167
  325. pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +0 -721
  326. pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +0 -154
  327. pulumi_azure_native/containerservice/v20240701/get_snapshot.py +0 -253
  328. pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +0 -167
  329. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +0 -89
  330. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +0 -89
  331. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +0 -94
  332. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +0 -279
  333. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +0 -1353
  334. pulumi_azure_native/containerservice/v20240701/outputs.py +0 -6472
  335. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +0 -251
  336. pulumi_azure_native/containerservice/v20240701/snapshot.py +0 -347
  337. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +0 -260
  338. pulumi_azure_native/servicefabric/v20240601preview/__init__.py +0 -24
  339. pulumi_azure_native/servicefabric/v20240601preview/_enums.py +0 -511
  340. pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +0 -5399
  341. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +0 -708
  342. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +0 -233
  343. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +0 -167
  344. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +0 -185
  345. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +0 -172
  346. pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +0 -804
  347. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +0 -97
  348. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +0 -161
  349. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +0 -1339
  350. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +0 -409
  351. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +0 -258
  352. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +0 -309
  353. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +0 -300
  354. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +0 -1695
  355. pulumi_azure_native/servicefabric/v20240601preview/outputs.py +0 -4591
  356. {pulumi_azure_native-2.59.0.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +0 -0
  357. {pulumi_azure_native-2.59.0.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -1,11 +0,0 @@
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
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .account import *
10
- from .get_account import *
11
- from . import outputs
@@ -1,23 +0,0 @@
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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'EnablementStatus',
9
- ]
10
-
11
-
12
- class EnablementStatus(str, Enum):
13
- """
14
- When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
15
- """
16
- ENABLED = "Enabled"
17
- """
18
- The feature is Enabled.
19
- """
20
- DISABLED = "Disabled"
21
- """
22
- The feature is Disabled.
23
- """
@@ -1,380 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
- from ._enums import *
18
-
19
- __all__ = ['AccountArgs', 'Account']
20
-
21
- @pulumi.input_type
22
- class AccountArgs:
23
- def __init__(__self__, *,
24
- resource_group_name: pulumi.Input[str],
25
- account_name: Optional[pulumi.Input[str]] = None,
26
- local_auth: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
27
- location: Optional[pulumi.Input[str]] = None,
28
- regional_affinity: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
29
- reporting: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
30
- scalable_execution: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
31
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
32
- """
33
- The set of arguments for constructing a Account resource.
34
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
35
- :param pulumi.Input[str] account_name: Name of account.
36
- :param pulumi.Input[Union[str, 'EnablementStatus']] local_auth: When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
37
- :param pulumi.Input[str] location: The geo-location where the resource lives
38
- :param pulumi.Input[Union[str, 'EnablementStatus']] regional_affinity: This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
39
- :param pulumi.Input[Union[str, 'EnablementStatus']] reporting: When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
40
- :param pulumi.Input[Union[str, 'EnablementStatus']] scalable_execution: When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
41
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
42
- """
43
- pulumi.set(__self__, "resource_group_name", resource_group_name)
44
- if account_name is not None:
45
- pulumi.set(__self__, "account_name", account_name)
46
- if local_auth is None:
47
- local_auth = 'Disabled'
48
- if local_auth is not None:
49
- pulumi.set(__self__, "local_auth", local_auth)
50
- if location is not None:
51
- pulumi.set(__self__, "location", location)
52
- if regional_affinity is None:
53
- regional_affinity = 'Enabled'
54
- if regional_affinity is not None:
55
- pulumi.set(__self__, "regional_affinity", regional_affinity)
56
- if reporting is None:
57
- reporting = 'Enabled'
58
- if reporting is not None:
59
- pulumi.set(__self__, "reporting", reporting)
60
- if scalable_execution is None:
61
- scalable_execution = 'Enabled'
62
- if scalable_execution is not None:
63
- pulumi.set(__self__, "scalable_execution", scalable_execution)
64
- if tags is not None:
65
- pulumi.set(__self__, "tags", tags)
66
-
67
- @property
68
- @pulumi.getter(name="resourceGroupName")
69
- def resource_group_name(self) -> pulumi.Input[str]:
70
- """
71
- The name of the resource group. The name is case insensitive.
72
- """
73
- return pulumi.get(self, "resource_group_name")
74
-
75
- @resource_group_name.setter
76
- def resource_group_name(self, value: pulumi.Input[str]):
77
- pulumi.set(self, "resource_group_name", value)
78
-
79
- @property
80
- @pulumi.getter(name="accountName")
81
- def account_name(self) -> Optional[pulumi.Input[str]]:
82
- """
83
- Name of account.
84
- """
85
- return pulumi.get(self, "account_name")
86
-
87
- @account_name.setter
88
- def account_name(self, value: Optional[pulumi.Input[str]]):
89
- pulumi.set(self, "account_name", value)
90
-
91
- @property
92
- @pulumi.getter(name="localAuth")
93
- def local_auth(self) -> Optional[pulumi.Input[Union[str, 'EnablementStatus']]]:
94
- """
95
- When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
96
- """
97
- return pulumi.get(self, "local_auth")
98
-
99
- @local_auth.setter
100
- def local_auth(self, value: Optional[pulumi.Input[Union[str, 'EnablementStatus']]]):
101
- pulumi.set(self, "local_auth", value)
102
-
103
- @property
104
- @pulumi.getter
105
- def location(self) -> Optional[pulumi.Input[str]]:
106
- """
107
- The geo-location where the resource lives
108
- """
109
- return pulumi.get(self, "location")
110
-
111
- @location.setter
112
- def location(self, value: Optional[pulumi.Input[str]]):
113
- pulumi.set(self, "location", value)
114
-
115
- @property
116
- @pulumi.getter(name="regionalAffinity")
117
- def regional_affinity(self) -> Optional[pulumi.Input[Union[str, 'EnablementStatus']]]:
118
- """
119
- This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
120
- """
121
- return pulumi.get(self, "regional_affinity")
122
-
123
- @regional_affinity.setter
124
- def regional_affinity(self, value: Optional[pulumi.Input[Union[str, 'EnablementStatus']]]):
125
- pulumi.set(self, "regional_affinity", value)
126
-
127
- @property
128
- @pulumi.getter
129
- def reporting(self) -> Optional[pulumi.Input[Union[str, 'EnablementStatus']]]:
130
- """
131
- When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
132
- """
133
- return pulumi.get(self, "reporting")
134
-
135
- @reporting.setter
136
- def reporting(self, value: Optional[pulumi.Input[Union[str, 'EnablementStatus']]]):
137
- pulumi.set(self, "reporting", value)
138
-
139
- @property
140
- @pulumi.getter(name="scalableExecution")
141
- def scalable_execution(self) -> Optional[pulumi.Input[Union[str, 'EnablementStatus']]]:
142
- """
143
- When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
144
- """
145
- return pulumi.get(self, "scalable_execution")
146
-
147
- @scalable_execution.setter
148
- def scalable_execution(self, value: Optional[pulumi.Input[Union[str, 'EnablementStatus']]]):
149
- pulumi.set(self, "scalable_execution", value)
150
-
151
- @property
152
- @pulumi.getter
153
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
154
- """
155
- Resource tags.
156
- """
157
- return pulumi.get(self, "tags")
158
-
159
- @tags.setter
160
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
161
- pulumi.set(self, "tags", value)
162
-
163
-
164
- class Account(pulumi.CustomResource):
165
- @overload
166
- def __init__(__self__,
167
- resource_name: str,
168
- opts: Optional[pulumi.ResourceOptions] = None,
169
- account_name: Optional[pulumi.Input[str]] = None,
170
- local_auth: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
171
- location: Optional[pulumi.Input[str]] = None,
172
- regional_affinity: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
173
- reporting: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
174
- resource_group_name: Optional[pulumi.Input[str]] = None,
175
- scalable_execution: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
176
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
177
- __props__=None):
178
- """
179
- A Playwright service account resource.
180
-
181
- :param str resource_name: The name of the resource.
182
- :param pulumi.ResourceOptions opts: Options for the resource.
183
- :param pulumi.Input[str] account_name: Name of account.
184
- :param pulumi.Input[Union[str, 'EnablementStatus']] local_auth: When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
185
- :param pulumi.Input[str] location: The geo-location where the resource lives
186
- :param pulumi.Input[Union[str, 'EnablementStatus']] regional_affinity: This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
187
- :param pulumi.Input[Union[str, 'EnablementStatus']] reporting: When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
188
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
189
- :param pulumi.Input[Union[str, 'EnablementStatus']] scalable_execution: When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
190
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
191
- """
192
- ...
193
- @overload
194
- def __init__(__self__,
195
- resource_name: str,
196
- args: AccountArgs,
197
- opts: Optional[pulumi.ResourceOptions] = None):
198
- """
199
- A Playwright service account resource.
200
-
201
- :param str resource_name: The name of the resource.
202
- :param AccountArgs args: The arguments to use to populate this resource's properties.
203
- :param pulumi.ResourceOptions opts: Options for the resource.
204
- """
205
- ...
206
- def __init__(__self__, resource_name: str, *args, **kwargs):
207
- resource_args, opts = _utilities.get_resource_args_opts(AccountArgs, pulumi.ResourceOptions, *args, **kwargs)
208
- if resource_args is not None:
209
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
210
- else:
211
- __self__._internal_init(resource_name, *args, **kwargs)
212
-
213
- def _internal_init(__self__,
214
- resource_name: str,
215
- opts: Optional[pulumi.ResourceOptions] = None,
216
- account_name: Optional[pulumi.Input[str]] = None,
217
- local_auth: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
218
- location: Optional[pulumi.Input[str]] = None,
219
- regional_affinity: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
220
- reporting: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
221
- resource_group_name: Optional[pulumi.Input[str]] = None,
222
- scalable_execution: Optional[pulumi.Input[Union[str, 'EnablementStatus']]] = None,
223
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
224
- __props__=None):
225
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
226
- if not isinstance(opts, pulumi.ResourceOptions):
227
- raise TypeError('Expected resource options to be a ResourceOptions instance')
228
- if opts.id is None:
229
- if __props__ is not None:
230
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
231
- __props__ = AccountArgs.__new__(AccountArgs)
232
-
233
- __props__.__dict__["account_name"] = account_name
234
- if local_auth is None:
235
- local_auth = 'Disabled'
236
- __props__.__dict__["local_auth"] = local_auth
237
- __props__.__dict__["location"] = location
238
- if regional_affinity is None:
239
- regional_affinity = 'Enabled'
240
- __props__.__dict__["regional_affinity"] = regional_affinity
241
- if reporting is None:
242
- reporting = 'Enabled'
243
- __props__.__dict__["reporting"] = reporting
244
- if resource_group_name is None and not opts.urn:
245
- raise TypeError("Missing required property 'resource_group_name'")
246
- __props__.__dict__["resource_group_name"] = resource_group_name
247
- if scalable_execution is None:
248
- scalable_execution = 'Enabled'
249
- __props__.__dict__["scalable_execution"] = scalable_execution
250
- __props__.__dict__["tags"] = tags
251
- __props__.__dict__["dashboard_uri"] = None
252
- __props__.__dict__["name"] = None
253
- __props__.__dict__["provisioning_state"] = None
254
- __props__.__dict__["system_data"] = None
255
- __props__.__dict__["type"] = None
256
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azureplaywrightservice:Account"), pulumi.Alias(type_="azure-native:azureplaywrightservice/v20231001preview:Account"), pulumi.Alias(type_="azure-native:azureplaywrightservice/v20240201preview:Account")])
257
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
258
- super(Account, __self__).__init__(
259
- 'azure-native:azureplaywrightservice/v20240801preview:Account',
260
- resource_name,
261
- __props__,
262
- opts)
263
-
264
- @staticmethod
265
- def get(resource_name: str,
266
- id: pulumi.Input[str],
267
- opts: Optional[pulumi.ResourceOptions] = None) -> 'Account':
268
- """
269
- Get an existing Account resource's state with the given name, id, and optional extra
270
- properties used to qualify the lookup.
271
-
272
- :param str resource_name: The unique name of the resulting resource.
273
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
274
- :param pulumi.ResourceOptions opts: Options for the resource.
275
- """
276
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
277
-
278
- __props__ = AccountArgs.__new__(AccountArgs)
279
-
280
- __props__.__dict__["dashboard_uri"] = None
281
- __props__.__dict__["local_auth"] = None
282
- __props__.__dict__["location"] = None
283
- __props__.__dict__["name"] = None
284
- __props__.__dict__["provisioning_state"] = None
285
- __props__.__dict__["regional_affinity"] = None
286
- __props__.__dict__["reporting"] = None
287
- __props__.__dict__["scalable_execution"] = None
288
- __props__.__dict__["system_data"] = None
289
- __props__.__dict__["tags"] = None
290
- __props__.__dict__["type"] = None
291
- return Account(resource_name, opts=opts, __props__=__props__)
292
-
293
- @property
294
- @pulumi.getter(name="dashboardUri")
295
- def dashboard_uri(self) -> pulumi.Output[str]:
296
- """
297
- The Playwright testing dashboard URI for the account resource.
298
- """
299
- return pulumi.get(self, "dashboard_uri")
300
-
301
- @property
302
- @pulumi.getter(name="localAuth")
303
- def local_auth(self) -> pulumi.Output[Optional[str]]:
304
- """
305
- When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
306
- """
307
- return pulumi.get(self, "local_auth")
308
-
309
- @property
310
- @pulumi.getter
311
- def location(self) -> pulumi.Output[str]:
312
- """
313
- The geo-location where the resource lives
314
- """
315
- return pulumi.get(self, "location")
316
-
317
- @property
318
- @pulumi.getter
319
- def name(self) -> pulumi.Output[str]:
320
- """
321
- The name of the resource
322
- """
323
- return pulumi.get(self, "name")
324
-
325
- @property
326
- @pulumi.getter(name="provisioningState")
327
- def provisioning_state(self) -> pulumi.Output[str]:
328
- """
329
- The status of the last operation.
330
- """
331
- return pulumi.get(self, "provisioning_state")
332
-
333
- @property
334
- @pulumi.getter(name="regionalAffinity")
335
- def regional_affinity(self) -> pulumi.Output[Optional[str]]:
336
- """
337
- This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
338
- """
339
- return pulumi.get(self, "regional_affinity")
340
-
341
- @property
342
- @pulumi.getter
343
- def reporting(self) -> pulumi.Output[Optional[str]]:
344
- """
345
- When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
346
- """
347
- return pulumi.get(self, "reporting")
348
-
349
- @property
350
- @pulumi.getter(name="scalableExecution")
351
- def scalable_execution(self) -> pulumi.Output[Optional[str]]:
352
- """
353
- When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
354
- """
355
- return pulumi.get(self, "scalable_execution")
356
-
357
- @property
358
- @pulumi.getter(name="systemData")
359
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
360
- """
361
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
362
- """
363
- return pulumi.get(self, "system_data")
364
-
365
- @property
366
- @pulumi.getter
367
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
368
- """
369
- Resource tags.
370
- """
371
- return pulumi.get(self, "tags")
372
-
373
- @property
374
- @pulumi.getter
375
- def type(self) -> pulumi.Output[str]:
376
- """
377
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
378
- """
379
- return pulumi.get(self, "type")
380
-
@@ -1,227 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetAccountResult',
20
- 'AwaitableGetAccountResult',
21
- 'get_account',
22
- 'get_account_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetAccountResult:
27
- """
28
- A Playwright service account resource.
29
- """
30
- def __init__(__self__, dashboard_uri=None, id=None, local_auth=None, location=None, name=None, provisioning_state=None, regional_affinity=None, reporting=None, scalable_execution=None, system_data=None, tags=None, type=None):
31
- if dashboard_uri and not isinstance(dashboard_uri, str):
32
- raise TypeError("Expected argument 'dashboard_uri' to be a str")
33
- pulumi.set(__self__, "dashboard_uri", dashboard_uri)
34
- if id and not isinstance(id, str):
35
- raise TypeError("Expected argument 'id' to be a str")
36
- pulumi.set(__self__, "id", id)
37
- if local_auth and not isinstance(local_auth, str):
38
- raise TypeError("Expected argument 'local_auth' to be a str")
39
- pulumi.set(__self__, "local_auth", local_auth)
40
- if location and not isinstance(location, str):
41
- raise TypeError("Expected argument 'location' to be a str")
42
- pulumi.set(__self__, "location", location)
43
- if name and not isinstance(name, str):
44
- raise TypeError("Expected argument 'name' to be a str")
45
- pulumi.set(__self__, "name", name)
46
- if provisioning_state and not isinstance(provisioning_state, str):
47
- raise TypeError("Expected argument 'provisioning_state' to be a str")
48
- pulumi.set(__self__, "provisioning_state", provisioning_state)
49
- if regional_affinity and not isinstance(regional_affinity, str):
50
- raise TypeError("Expected argument 'regional_affinity' to be a str")
51
- pulumi.set(__self__, "regional_affinity", regional_affinity)
52
- if reporting and not isinstance(reporting, str):
53
- raise TypeError("Expected argument 'reporting' to be a str")
54
- pulumi.set(__self__, "reporting", reporting)
55
- if scalable_execution and not isinstance(scalable_execution, str):
56
- raise TypeError("Expected argument 'scalable_execution' to be a str")
57
- pulumi.set(__self__, "scalable_execution", scalable_execution)
58
- if system_data and not isinstance(system_data, dict):
59
- raise TypeError("Expected argument 'system_data' to be a dict")
60
- pulumi.set(__self__, "system_data", system_data)
61
- if tags and not isinstance(tags, dict):
62
- raise TypeError("Expected argument 'tags' to be a dict")
63
- pulumi.set(__self__, "tags", tags)
64
- if type and not isinstance(type, str):
65
- raise TypeError("Expected argument 'type' to be a str")
66
- pulumi.set(__self__, "type", type)
67
-
68
- @property
69
- @pulumi.getter(name="dashboardUri")
70
- def dashboard_uri(self) -> str:
71
- """
72
- The Playwright testing dashboard URI for the account resource.
73
- """
74
- return pulumi.get(self, "dashboard_uri")
75
-
76
- @property
77
- @pulumi.getter
78
- def id(self) -> str:
79
- """
80
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
81
- """
82
- return pulumi.get(self, "id")
83
-
84
- @property
85
- @pulumi.getter(name="localAuth")
86
- def local_auth(self) -> Optional[str]:
87
- """
88
- When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
89
- """
90
- return pulumi.get(self, "local_auth")
91
-
92
- @property
93
- @pulumi.getter
94
- def location(self) -> str:
95
- """
96
- The geo-location where the resource lives
97
- """
98
- return pulumi.get(self, "location")
99
-
100
- @property
101
- @pulumi.getter
102
- def name(self) -> str:
103
- """
104
- The name of the resource
105
- """
106
- return pulumi.get(self, "name")
107
-
108
- @property
109
- @pulumi.getter(name="provisioningState")
110
- def provisioning_state(self) -> str:
111
- """
112
- The status of the last operation.
113
- """
114
- return pulumi.get(self, "provisioning_state")
115
-
116
- @property
117
- @pulumi.getter(name="regionalAffinity")
118
- def regional_affinity(self) -> Optional[str]:
119
- """
120
- This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
121
- """
122
- return pulumi.get(self, "regional_affinity")
123
-
124
- @property
125
- @pulumi.getter
126
- def reporting(self) -> Optional[str]:
127
- """
128
- When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
129
- """
130
- return pulumi.get(self, "reporting")
131
-
132
- @property
133
- @pulumi.getter(name="scalableExecution")
134
- def scalable_execution(self) -> Optional[str]:
135
- """
136
- When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
137
- """
138
- return pulumi.get(self, "scalable_execution")
139
-
140
- @property
141
- @pulumi.getter(name="systemData")
142
- def system_data(self) -> 'outputs.SystemDataResponse':
143
- """
144
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
145
- """
146
- return pulumi.get(self, "system_data")
147
-
148
- @property
149
- @pulumi.getter
150
- def tags(self) -> Optional[Mapping[str, str]]:
151
- """
152
- Resource tags.
153
- """
154
- return pulumi.get(self, "tags")
155
-
156
- @property
157
- @pulumi.getter
158
- def type(self) -> str:
159
- """
160
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
161
- """
162
- return pulumi.get(self, "type")
163
-
164
-
165
- class AwaitableGetAccountResult(GetAccountResult):
166
- # pylint: disable=using-constant-test
167
- def __await__(self):
168
- if False:
169
- yield self
170
- return GetAccountResult(
171
- dashboard_uri=self.dashboard_uri,
172
- id=self.id,
173
- local_auth=self.local_auth,
174
- location=self.location,
175
- name=self.name,
176
- provisioning_state=self.provisioning_state,
177
- regional_affinity=self.regional_affinity,
178
- reporting=self.reporting,
179
- scalable_execution=self.scalable_execution,
180
- system_data=self.system_data,
181
- tags=self.tags,
182
- type=self.type)
183
-
184
-
185
- def get_account(account_name: Optional[str] = None,
186
- resource_group_name: Optional[str] = None,
187
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountResult:
188
- """
189
- Get a Account
190
-
191
-
192
- :param str account_name: Name of account.
193
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
194
- """
195
- __args__ = dict()
196
- __args__['accountName'] = account_name
197
- __args__['resourceGroupName'] = resource_group_name
198
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
199
- __ret__ = pulumi.runtime.invoke('azure-native:azureplaywrightservice/v20240801preview:getAccount', __args__, opts=opts, typ=GetAccountResult).value
200
-
201
- return AwaitableGetAccountResult(
202
- dashboard_uri=pulumi.get(__ret__, 'dashboard_uri'),
203
- id=pulumi.get(__ret__, 'id'),
204
- local_auth=pulumi.get(__ret__, 'local_auth'),
205
- location=pulumi.get(__ret__, 'location'),
206
- name=pulumi.get(__ret__, 'name'),
207
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
208
- regional_affinity=pulumi.get(__ret__, 'regional_affinity'),
209
- reporting=pulumi.get(__ret__, 'reporting'),
210
- scalable_execution=pulumi.get(__ret__, 'scalable_execution'),
211
- system_data=pulumi.get(__ret__, 'system_data'),
212
- tags=pulumi.get(__ret__, 'tags'),
213
- type=pulumi.get(__ret__, 'type'))
214
-
215
-
216
- @_utilities.lift_output_func(get_account)
217
- def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
218
- resource_group_name: Optional[pulumi.Input[str]] = None,
219
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
220
- """
221
- Get a Account
222
-
223
-
224
- :param str account_name: Name of account.
225
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
226
- """
227
- ...