pulumi-azure-native 2.76.0__py3-none-any.whl → 2.76.0a1733162443__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 (974) hide show
  1. pulumi_azure_native/__init__.py +2 -86
  2. pulumi_azure_native/aad/domain_service.py +4 -0
  3. pulumi_azure_native/aad/get_domain_service.py +4 -0
  4. pulumi_azure_native/advisor/get_suppression.py +4 -0
  5. pulumi_azure_native/advisor/suppression.py +4 -0
  6. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +4 -0
  7. pulumi_azure_native/alertsmanagement/get_action_rule_by_name.py +4 -0
  8. pulumi_azure_native/apimanagement/api.py +2 -2
  9. pulumi_azure_native/apimanagement/api_management_service.py +2 -2
  10. pulumi_azure_native/apimanagement/api_operation.py +2 -2
  11. pulumi_azure_native/apimanagement/authorization_server.py +2 -2
  12. pulumi_azure_native/apimanagement/backend.py +2 -2
  13. pulumi_azure_native/apimanagement/certificate.py +2 -2
  14. pulumi_azure_native/apimanagement/get_api.py +2 -2
  15. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  16. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  17. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  18. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  19. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  20. pulumi_azure_native/apimanagement/get_group.py +2 -2
  21. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  22. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  23. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  24. pulumi_azure_native/apimanagement/get_product.py +2 -2
  25. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  26. pulumi_azure_native/apimanagement/get_user.py +2 -2
  27. pulumi_azure_native/apimanagement/group.py +2 -2
  28. pulumi_azure_native/apimanagement/identity_provider.py +2 -2
  29. pulumi_azure_native/apimanagement/logger.py +2 -2
  30. pulumi_azure_native/apimanagement/open_id_connect_provider.py +2 -2
  31. pulumi_azure_native/apimanagement/product.py +2 -2
  32. pulumi_azure_native/apimanagement/subscription.py +2 -2
  33. pulumi_azure_native/apimanagement/user.py +2 -2
  34. pulumi_azure_native/appconfiguration/configuration_store.py +2 -2
  35. pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
  36. pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
  37. pulumi_azure_native/authorization/get_management_lock_at_resource_group_level.py +4 -0
  38. pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
  39. pulumi_azure_native/authorization/get_policy_definition.py +2 -2
  40. pulumi_azure_native/authorization/get_role_assignment.py +2 -2
  41. pulumi_azure_native/authorization/management_lock_at_resource_group_level.py +4 -0
  42. pulumi_azure_native/authorization/policy_assignment.py +2 -2
  43. pulumi_azure_native/authorization/policy_definition.py +2 -2
  44. pulumi_azure_native/authorization/role_assignment.py +2 -2
  45. pulumi_azure_native/batch/application.py +2 -2
  46. pulumi_azure_native/batch/application_package.py +2 -2
  47. pulumi_azure_native/batch/batch_account.py +2 -2
  48. pulumi_azure_native/batch/get_application.py +2 -2
  49. pulumi_azure_native/batch/get_application_package.py +2 -2
  50. pulumi_azure_native/batch/get_batch_account.py +2 -2
  51. pulumi_azure_native/batch/get_pool.py +2 -2
  52. pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
  53. pulumi_azure_native/batch/pool.py +2 -2
  54. pulumi_azure_native/blueprint/assignment.py +4 -0
  55. pulumi_azure_native/blueprint/blueprint.py +4 -0
  56. pulumi_azure_native/blueprint/get_assignment.py +4 -0
  57. pulumi_azure_native/blueprint/get_blueprint.py +4 -0
  58. pulumi_azure_native/blueprint/get_published_blueprint.py +4 -0
  59. pulumi_azure_native/blueprint/published_blueprint.py +4 -0
  60. pulumi_azure_native/botservice/list_bot_connection_service_providers.py +2 -2
  61. pulumi_azure_native/cache/get_redis.py +2 -2
  62. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  63. pulumi_azure_native/cache/redis.py +2 -2
  64. pulumi_azure_native/cdn/custom_domain.py +2 -2
  65. pulumi_azure_native/cdn/endpoint.py +2 -2
  66. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  67. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  68. pulumi_azure_native/cdn/get_profile.py +2 -2
  69. pulumi_azure_native/cdn/profile.py +2 -2
  70. pulumi_azure_native/compute/availability_set.py +2 -2
  71. pulumi_azure_native/compute/disk.py +2 -2
  72. pulumi_azure_native/compute/disk_encryption_set.py +2 -2
  73. pulumi_azure_native/compute/gallery_image_version.py +2 -2
  74. pulumi_azure_native/compute/get_availability_set.py +2 -2
  75. pulumi_azure_native/compute/get_disk.py +2 -2
  76. pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
  77. pulumi_azure_native/compute/get_gallery_image_version.py +2 -2
  78. pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
  79. pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
  80. pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
  81. pulumi_azure_native/compute/get_snapshot.py +2 -2
  82. pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
  83. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
  84. pulumi_azure_native/compute/proximity_placement_group.py +2 -2
  85. pulumi_azure_native/compute/snapshot.py +2 -2
  86. pulumi_azure_native/compute/virtual_machine_scale_set.py +2 -2
  87. pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +2 -2
  88. pulumi_azure_native/consumption/budget.py +2 -2
  89. pulumi_azure_native/consumption/get_budget.py +2 -2
  90. pulumi_azure_native/containerinstance/container_group.py +2 -2
  91. pulumi_azure_native/containerinstance/get_container_group.py +2 -2
  92. pulumi_azure_native/containerregistry/__init__.py +0 -3
  93. pulumi_azure_native/containerregistry/archife.py +3 -3
  94. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  95. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  96. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  97. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  98. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  99. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  100. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  101. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  102. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  103. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  104. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  105. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  106. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  107. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  108. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  109. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  110. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  111. pulumi_azure_native/containerregistry/get_token.py +2 -2
  112. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  113. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  114. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  115. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  116. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  117. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  118. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  119. pulumi_azure_native/containerregistry/registry.py +3 -3
  120. pulumi_azure_native/containerregistry/replication.py +3 -3
  121. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  122. pulumi_azure_native/containerregistry/token.py +3 -3
  123. pulumi_azure_native/containerregistry/v20170301/registry.py +1 -1
  124. pulumi_azure_native/containerregistry/v20190501/registry.py +1 -1
  125. pulumi_azure_native/containerregistry/v20221201/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerregistry/v20221201/registry.py +1 -1
  127. pulumi_azure_native/containerregistry/v20221201/replication.py +1 -1
  128. pulumi_azure_native/containerregistry/v20221201/scope_map.py +1 -1
  129. pulumi_azure_native/containerregistry/v20221201/token.py +1 -1
  130. pulumi_azure_native/containerregistry/v20221201/webhook.py +1 -1
  131. pulumi_azure_native/containerregistry/v20230101preview/cache_rule.py +1 -1
  132. pulumi_azure_native/containerregistry/v20230101preview/connected_registry.py +1 -1
  133. pulumi_azure_native/containerregistry/v20230101preview/credential_set.py +1 -1
  134. pulumi_azure_native/containerregistry/v20230101preview/export_pipeline.py +1 -1
  135. pulumi_azure_native/containerregistry/v20230101preview/import_pipeline.py +1 -1
  136. pulumi_azure_native/containerregistry/v20230101preview/pipeline_run.py +1 -1
  137. pulumi_azure_native/containerregistry/v20230101preview/private_endpoint_connection.py +1 -1
  138. pulumi_azure_native/containerregistry/v20230101preview/registry.py +1 -1
  139. pulumi_azure_native/containerregistry/v20230101preview/replication.py +1 -1
  140. pulumi_azure_native/containerregistry/v20230101preview/scope_map.py +1 -1
  141. pulumi_azure_native/containerregistry/v20230101preview/token.py +1 -1
  142. pulumi_azure_native/containerregistry/v20230101preview/webhook.py +1 -1
  143. pulumi_azure_native/containerregistry/v20230601preview/archife.py +1 -1
  144. pulumi_azure_native/containerregistry/v20230601preview/archive_version.py +1 -1
  145. pulumi_azure_native/containerregistry/v20230601preview/cache_rule.py +1 -1
  146. pulumi_azure_native/containerregistry/v20230601preview/connected_registry.py +1 -1
  147. pulumi_azure_native/containerregistry/v20230601preview/credential_set.py +1 -1
  148. pulumi_azure_native/containerregistry/v20230601preview/export_pipeline.py +1 -1
  149. pulumi_azure_native/containerregistry/v20230601preview/import_pipeline.py +1 -1
  150. pulumi_azure_native/containerregistry/v20230601preview/pipeline_run.py +1 -1
  151. pulumi_azure_native/containerregistry/v20230601preview/private_endpoint_connection.py +1 -1
  152. pulumi_azure_native/containerregistry/v20230601preview/registry.py +1 -1
  153. pulumi_azure_native/containerregistry/v20230601preview/replication.py +1 -1
  154. pulumi_azure_native/containerregistry/v20230601preview/scope_map.py +1 -1
  155. pulumi_azure_native/containerregistry/v20230601preview/token.py +1 -1
  156. pulumi_azure_native/containerregistry/v20230601preview/webhook.py +1 -1
  157. pulumi_azure_native/containerregistry/v20230701/cache_rule.py +1 -1
  158. pulumi_azure_native/containerregistry/v20230701/credential_set.py +1 -1
  159. pulumi_azure_native/containerregistry/v20230701/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/containerregistry/v20230701/registry.py +1 -1
  161. pulumi_azure_native/containerregistry/v20230701/replication.py +1 -1
  162. pulumi_azure_native/containerregistry/v20230701/scope_map.py +1 -1
  163. pulumi_azure_native/containerregistry/v20230701/token.py +1 -1
  164. pulumi_azure_native/containerregistry/v20230701/webhook.py +1 -1
  165. pulumi_azure_native/containerregistry/v20230801preview/archife.py +1 -1
  166. pulumi_azure_native/containerregistry/v20230801preview/archive_version.py +1 -1
  167. pulumi_azure_native/containerregistry/v20230801preview/cache_rule.py +1 -1
  168. pulumi_azure_native/containerregistry/v20230801preview/connected_registry.py +1 -1
  169. pulumi_azure_native/containerregistry/v20230801preview/credential_set.py +1 -1
  170. pulumi_azure_native/containerregistry/v20230801preview/export_pipeline.py +1 -1
  171. pulumi_azure_native/containerregistry/v20230801preview/import_pipeline.py +1 -1
  172. pulumi_azure_native/containerregistry/v20230801preview/pipeline_run.py +1 -1
  173. pulumi_azure_native/containerregistry/v20230801preview/private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/containerregistry/v20230801preview/registry.py +1 -1
  175. pulumi_azure_native/containerregistry/v20230801preview/replication.py +1 -1
  176. pulumi_azure_native/containerregistry/v20230801preview/scope_map.py +1 -1
  177. pulumi_azure_native/containerregistry/v20230801preview/token.py +1 -1
  178. pulumi_azure_native/containerregistry/v20230801preview/webhook.py +1 -1
  179. pulumi_azure_native/containerregistry/v20231101preview/archife.py +1 -1
  180. pulumi_azure_native/containerregistry/v20231101preview/archive_version.py +1 -1
  181. pulumi_azure_native/containerregistry/v20231101preview/cache_rule.py +1 -1
  182. pulumi_azure_native/containerregistry/v20231101preview/connected_registry.py +1 -1
  183. pulumi_azure_native/containerregistry/v20231101preview/credential_set.py +1 -1
  184. pulumi_azure_native/containerregistry/v20231101preview/export_pipeline.py +1 -1
  185. pulumi_azure_native/containerregistry/v20231101preview/import_pipeline.py +1 -1
  186. pulumi_azure_native/containerregistry/v20231101preview/pipeline_run.py +1 -1
  187. pulumi_azure_native/containerregistry/v20231101preview/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/containerregistry/v20231101preview/registry.py +1 -1
  189. pulumi_azure_native/containerregistry/v20231101preview/replication.py +1 -1
  190. pulumi_azure_native/containerregistry/v20231101preview/scope_map.py +1 -1
  191. pulumi_azure_native/containerregistry/v20231101preview/token.py +1 -1
  192. pulumi_azure_native/containerregistry/v20231101preview/webhook.py +1 -1
  193. pulumi_azure_native/containerregistry/webhook.py +3 -3
  194. pulumi_azure_native/containerservice/agent_pool.py +2 -2
  195. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  196. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  197. pulumi_azure_native/containerservice/get_open_shift_managed_cluster.py +4 -0
  198. pulumi_azure_native/containerservice/list_managed_cluster_access_profile.py +2 -2
  199. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  200. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  201. pulumi_azure_native/containerservice/managed_cluster.py +2 -2
  202. pulumi_azure_native/containerservice/open_shift_managed_cluster.py +4 -0
  203. pulumi_azure_native/customerinsights/get_link.py +4 -0
  204. pulumi_azure_native/customerinsights/get_relationship_link.py +4 -0
  205. pulumi_azure_native/customerinsights/link.py +4 -0
  206. pulumi_azure_native/customerinsights/relationship_link.py +4 -0
  207. pulumi_azure_native/databox/get_job.py +2 -2
  208. pulumi_azure_native/databox/job.py +2 -2
  209. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  210. pulumi_azure_native/databoxedge/device.py +2 -2
  211. pulumi_azure_native/databoxedge/get_device.py +2 -2
  212. pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
  213. pulumi_azure_native/databoxedge/get_order.py +2 -2
  214. pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
  215. pulumi_azure_native/databoxedge/get_user.py +2 -2
  216. pulumi_azure_native/databoxedge/order.py +2 -2
  217. pulumi_azure_native/databoxedge/storage_account.py +2 -2
  218. pulumi_azure_native/databoxedge/user.py +2 -2
  219. pulumi_azure_native/datafactory/factory.py +4 -0
  220. pulumi_azure_native/datafactory/get_factory.py +4 -0
  221. pulumi_azure_native/datalakeanalytics/account.py +4 -0
  222. pulumi_azure_native/datalakeanalytics/get_account.py +4 -0
  223. pulumi_azure_native/datamigration/get_project.py +2 -2
  224. pulumi_azure_native/datamigration/project.py +2 -2
  225. pulumi_azure_native/datashare/get_share_subscription.py +4 -0
  226. pulumi_azure_native/datashare/share_subscription.py +4 -0
  227. pulumi_azure_native/dbforpostgresql/configuration.py +1 -1
  228. pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +1 -1
  229. pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
  230. pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
  231. pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +1 -1
  232. pulumi_azure_native/dbforpostgresql/v20240301preview/configuration.py +1 -1
  233. pulumi_azure_native/dbforpostgresql/v20240801/_enums.py +0 -1
  234. pulumi_azure_native/dbforpostgresql/v20240801/configuration.py +1 -1
  235. pulumi_azure_native/dbforpostgresql/v20241101preview/configuration.py +1 -1
  236. pulumi_azure_native/desktopvirtualization/application_group.py +2 -2
  237. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  238. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  239. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  240. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  241. pulumi_azure_native/desktopvirtualization/host_pool.py +2 -2
  242. pulumi_azure_native/desktopvirtualization/scaling_plan.py +2 -2
  243. pulumi_azure_native/desktopvirtualization/workspace.py +2 -2
  244. pulumi_azure_native/devices/get_iot_hub_resource.py +2 -2
  245. pulumi_azure_native/devices/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
  246. pulumi_azure_native/devices/iot_hub_resource.py +2 -2
  247. pulumi_azure_native/devices/iot_hub_resource_event_hub_consumer_group.py +2 -2
  248. pulumi_azure_native/devices/list_iot_hub_resource_keys.py +2 -2
  249. pulumi_azure_native/devices/list_iot_hub_resource_keys_for_key_name.py +2 -2
  250. pulumi_azure_native/devtestlab/artifact_source.py +4 -0
  251. pulumi_azure_native/devtestlab/custom_image.py +4 -0
  252. pulumi_azure_native/devtestlab/disk.py +4 -0
  253. pulumi_azure_native/devtestlab/environment.py +4 -0
  254. pulumi_azure_native/devtestlab/formula.py +4 -0
  255. pulumi_azure_native/devtestlab/get_artifact_source.py +4 -0
  256. pulumi_azure_native/devtestlab/get_custom_image.py +4 -0
  257. pulumi_azure_native/devtestlab/get_disk.py +4 -0
  258. pulumi_azure_native/devtestlab/get_environment.py +4 -0
  259. pulumi_azure_native/devtestlab/get_formula.py +4 -0
  260. pulumi_azure_native/devtestlab/get_global_schedule.py +4 -0
  261. pulumi_azure_native/devtestlab/get_lab.py +4 -0
  262. pulumi_azure_native/devtestlab/get_notification_channel.py +4 -0
  263. pulumi_azure_native/devtestlab/get_policy.py +4 -0
  264. pulumi_azure_native/devtestlab/get_schedule.py +4 -0
  265. pulumi_azure_native/devtestlab/get_secret.py +4 -0
  266. pulumi_azure_native/devtestlab/get_user.py +4 -0
  267. pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -0
  268. pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +4 -0
  269. pulumi_azure_native/devtestlab/get_virtual_network.py +4 -0
  270. pulumi_azure_native/devtestlab/global_schedule.py +4 -0
  271. pulumi_azure_native/devtestlab/lab.py +4 -0
  272. pulumi_azure_native/devtestlab/list_lab_vhds.py +4 -0
  273. pulumi_azure_native/devtestlab/list_schedule_applicable.py +4 -0
  274. pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -0
  275. pulumi_azure_native/devtestlab/notification_channel.py +4 -0
  276. pulumi_azure_native/devtestlab/policy.py +4 -0
  277. pulumi_azure_native/devtestlab/schedule.py +4 -0
  278. pulumi_azure_native/devtestlab/secret.py +4 -0
  279. pulumi_azure_native/devtestlab/user.py +4 -0
  280. pulumi_azure_native/devtestlab/virtual_machine.py +4 -0
  281. pulumi_azure_native/devtestlab/virtual_machine_schedule.py +4 -0
  282. pulumi_azure_native/devtestlab/virtual_network.py +4 -0
  283. pulumi_azure_native/digitaltwins/digital_twin.py +4 -0
  284. pulumi_azure_native/digitaltwins/digital_twins_endpoint.py +4 -0
  285. pulumi_azure_native/digitaltwins/get_digital_twin.py +4 -0
  286. pulumi_azure_native/digitaltwins/get_digital_twins_endpoint.py +4 -0
  287. pulumi_azure_native/documentdb/__init__.py +0 -3
  288. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +2 -2
  289. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +2 -2
  290. pulumi_azure_native/documentdb/database_account.py +2 -2
  291. pulumi_azure_native/documentdb/firewall_rule.py +3 -3
  292. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  293. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  294. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  295. pulumi_azure_native/documentdb/get_firewall_rule.py +2 -2
  296. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  297. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  298. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  299. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  300. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  301. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  302. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  303. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  304. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  305. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  306. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  307. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  308. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +2 -2
  309. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +2 -2
  310. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  311. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  312. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  313. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  314. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  315. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +2 -2
  316. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +2 -2
  317. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  318. pulumi_azure_native/documentdb/sql_resource_sql_container.py +2 -2
  319. pulumi_azure_native/documentdb/sql_resource_sql_database.py +2 -2
  320. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +2 -2
  321. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +2 -2
  322. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +2 -2
  323. pulumi_azure_native/documentdb/table_resource_table.py +2 -2
  324. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  325. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  326. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  327. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  328. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  329. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  330. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  331. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  332. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  333. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  334. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +1 -1
  335. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +1 -1
  336. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +1 -1
  337. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +1 -1
  339. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +1 -1
  340. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +1 -1
  341. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  342. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  343. pulumi_azure_native/edgeorder/list_configurations.py +4 -0
  344. pulumi_azure_native/edgeorder/list_product_families.py +4 -0
  345. pulumi_azure_native/eventgrid/__init__.py +0 -3
  346. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  347. pulumi_azure_native/eventgrid/channel.py +3 -3
  348. pulumi_azure_native/eventgrid/client.py +3 -3
  349. pulumi_azure_native/eventgrid/client_group.py +3 -3
  350. pulumi_azure_native/eventgrid/domain.py +3 -3
  351. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  352. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  353. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  354. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  355. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  356. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  357. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  358. pulumi_azure_native/eventgrid/get_client.py +2 -2
  359. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  360. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  361. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  362. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  363. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  364. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  365. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  366. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  367. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  368. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  369. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  370. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  371. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  372. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  373. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  374. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  375. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +0 -4
  376. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  377. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  378. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  379. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  380. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  381. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  382. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  383. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  384. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  385. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  386. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  387. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  388. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  389. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  390. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  391. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  392. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  393. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  394. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  395. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  396. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  397. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  398. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  399. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  400. pulumi_azure_native/eventgrid/namespace.py +3 -3
  401. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  402. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  403. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  404. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  405. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  406. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  407. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  408. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  409. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  410. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  411. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  412. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  413. pulumi_azure_native/eventgrid/topic.py +3 -3
  414. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  415. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  416. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  417. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  418. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  419. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  420. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  421. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  422. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  423. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  424. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  425. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  426. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  427. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  428. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  429. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  430. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  431. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  432. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  433. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  434. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  435. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  436. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  437. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  438. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  439. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  440. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  441. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  442. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  443. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  444. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  445. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  446. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  447. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  448. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  449. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  450. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  451. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  452. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  453. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  454. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  455. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  456. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  457. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  458. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  459. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  460. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  461. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  462. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  463. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  464. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  465. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  466. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  467. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  468. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  469. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  470. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  471. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  472. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  473. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  474. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  475. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  476. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  477. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  478. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  479. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  480. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  481. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  482. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  483. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  484. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  485. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  486. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
  487. pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
  488. pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
  489. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
  490. pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
  491. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
  492. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
  493. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
  494. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
  495. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
  496. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
  497. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
  498. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
  499. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +1 -1
  500. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
  501. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
  502. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
  503. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
  504. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
  505. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
  506. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
  507. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
  508. pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
  509. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
  510. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
  511. pulumi_azure_native/eventhub/consumer_group.py +2 -2
  512. pulumi_azure_native/eventhub/event_hub.py +2 -2
  513. pulumi_azure_native/eventhub/event_hub_authorization_rule.py +2 -2
  514. pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
  515. pulumi_azure_native/eventhub/get_event_hub.py +2 -2
  516. pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
  517. pulumi_azure_native/eventhub/get_namespace.py +2 -2
  518. pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
  519. pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
  520. pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
  521. pulumi_azure_native/eventhub/namespace.py +2 -2
  522. pulumi_azure_native/eventhub/namespace_authorization_rule.py +2 -2
  523. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  524. pulumi_azure_native/healthcareapis/service.py +2 -2
  525. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  526. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  527. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  528. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  529. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  530. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  531. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  532. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  533. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  534. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  535. pulumi_azure_native/hybridcompute/license.py +3 -3
  536. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  537. pulumi_azure_native/hybridcompute/machine.py +3 -3
  538. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  539. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  540. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  541. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  542. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  543. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  544. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  545. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  546. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  547. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  548. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  549. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  550. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  551. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  552. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  553. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  554. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  555. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  556. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  557. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  558. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  559. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  560. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  561. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  562. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  563. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  564. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  565. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  566. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  567. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  568. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  569. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  570. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  571. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  572. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  573. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  574. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  575. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  576. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  577. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  578. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  579. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  580. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  581. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  582. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  583. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  584. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  585. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  586. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  587. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  588. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
  589. pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
  590. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
  591. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
  592. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
  593. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
  594. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
  595. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
  596. pulumi_azure_native/hybridcompute/v20240910preview/gateway.py +1 -1
  597. pulumi_azure_native/hybridcompute/v20240910preview/license.py +1 -1
  598. pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +1 -1
  599. pulumi_azure_native/hybridcompute/v20240910preview/machine.py +1 -1
  600. pulumi_azure_native/hybridcompute/v20240910preview/machine_extension.py +1 -1
  601. pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +1 -1
  602. pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +1 -1
  603. pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +1 -1
  604. pulumi_azure_native/insights/__init__.py +2 -0
  605. pulumi_azure_native/insights/_enums.py +12 -0
  606. pulumi_azure_native/insights/_inputs.py +1117 -84
  607. pulumi_azure_native/insights/alert_rule.py +427 -0
  608. pulumi_azure_native/insights/get_alert_rule.py +243 -0
  609. pulumi_azure_native/insights/outputs.py +831 -0
  610. pulumi_azure_native/insights/v20160301/__init__.py +3 -0
  611. pulumi_azure_native/insights/v20160301/_enums.py +31 -0
  612. pulumi_azure_native/insights/v20160301/_inputs.py +1034 -0
  613. pulumi_azure_native/insights/v20160301/alert_rule.py +425 -0
  614. pulumi_azure_native/insights/v20160301/get_alert_rule.py +241 -0
  615. pulumi_azure_native/insights/v20160301/outputs.py +833 -0
  616. pulumi_azure_native/iotcentral/app.py +2 -2
  617. pulumi_azure_native/iotcentral/get_app.py +2 -2
  618. pulumi_azure_native/keyvault/get_vault.py +2 -2
  619. pulumi_azure_native/keyvault/vault.py +2 -2
  620. pulumi_azure_native/kubernetes/connected_cluster.py +2 -2
  621. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  622. pulumi_azure_native/kubernetes/list_connected_cluster_user_credentials.py +4 -0
  623. pulumi_azure_native/kubernetesconfiguration/get_source_control_configuration.py +4 -0
  624. pulumi_azure_native/kubernetesconfiguration/source_control_configuration.py +4 -0
  625. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  626. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  627. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +110 -2
  628. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +104 -2
  629. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +110 -2
  630. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +104 -2
  631. pulumi_azure_native/machinelearningservices/workspace.py +2 -2
  632. pulumi_azure_native/managedidentity/get_user_assigned_identity.py +2 -2
  633. pulumi_azure_native/managedidentity/user_assigned_identity.py +2 -2
  634. pulumi_azure_native/management/get_entity.py +2 -2
  635. pulumi_azure_native/management/get_management_group.py +2 -2
  636. pulumi_azure_native/management/management_group.py +2 -2
  637. pulumi_azure_native/migrate/assessment.py +2 -2
  638. pulumi_azure_native/migrate/get_assessment.py +2 -2
  639. pulumi_azure_native/mixedreality/get_spatial_anchors_account.py +2 -2
  640. pulumi_azure_native/mixedreality/spatial_anchors_account.py +2 -2
  641. pulumi_azure_native/netapp/account.py +2 -2
  642. pulumi_azure_native/netapp/get_account.py +2 -2
  643. pulumi_azure_native/netapp/get_pool.py +2 -2
  644. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  645. pulumi_azure_native/netapp/get_volume.py +2 -2
  646. pulumi_azure_native/netapp/pool.py +2 -2
  647. pulumi_azure_native/netapp/snapshot.py +2 -2
  648. pulumi_azure_native/netapp/volume.py +2 -2
  649. pulumi_azure_native/network/application_gateway.py +2 -2
  650. pulumi_azure_native/network/ddos_protection_plan.py +2 -2
  651. pulumi_azure_native/network/endpoint.py +2 -2
  652. pulumi_azure_native/network/express_route_circuit.py +2 -2
  653. pulumi_azure_native/network/express_route_circuit_peering.py +2 -2
  654. pulumi_azure_native/network/get_application_gateway.py +2 -2
  655. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  656. pulumi_azure_native/network/get_endpoint.py +2 -2
  657. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  658. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  659. pulumi_azure_native/network/get_load_balancer.py +2 -2
  660. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  661. pulumi_azure_native/network/get_network_interface.py +2 -2
  662. pulumi_azure_native/network/get_network_security_group.py +2 -2
  663. pulumi_azure_native/network/get_network_watcher.py +2 -2
  664. pulumi_azure_native/network/get_packet_capture.py +2 -2
  665. pulumi_azure_native/network/get_profile.py +2 -2
  666. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  667. pulumi_azure_native/network/get_record_set.py +2 -2
  668. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  669. pulumi_azure_native/network/get_route_table.py +2 -2
  670. pulumi_azure_native/network/get_security_rule.py +2 -2
  671. pulumi_azure_native/network/get_subnet.py +2 -2
  672. pulumi_azure_native/network/get_traffic_manager_user_metrics_key.py +2 -2
  673. pulumi_azure_native/network/get_virtual_network.py +2 -2
  674. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  675. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  676. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  677. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  678. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  679. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  680. pulumi_azure_native/network/get_zone.py +2 -2
  681. pulumi_azure_native/network/load_balancer.py +2 -2
  682. pulumi_azure_native/network/local_network_gateway.py +2 -2
  683. pulumi_azure_native/network/network_interface.py +2 -2
  684. pulumi_azure_native/network/network_security_group.py +2 -2
  685. pulumi_azure_native/network/network_watcher.py +2 -2
  686. pulumi_azure_native/network/packet_capture.py +2 -2
  687. pulumi_azure_native/network/profile.py +2 -2
  688. pulumi_azure_native/network/public_ip_address.py +2 -2
  689. pulumi_azure_native/network/record_set.py +2 -2
  690. pulumi_azure_native/network/route_filter_rule.py +2 -2
  691. pulumi_azure_native/network/route_table.py +2 -2
  692. pulumi_azure_native/network/security_rule.py +2 -2
  693. pulumi_azure_native/network/subnet.py +2 -2
  694. pulumi_azure_native/network/traffic_manager_user_metrics_key.py +2 -2
  695. pulumi_azure_native/network/virtual_network.py +2 -2
  696. pulumi_azure_native/network/virtual_network_gateway.py +2 -2
  697. pulumi_azure_native/network/virtual_network_gateway_connection.py +2 -2
  698. pulumi_azure_native/network/vpn_connection.py +2 -2
  699. pulumi_azure_native/network/zone.py +2 -2
  700. pulumi_azure_native/notificationhubs/get_namespace.py +2 -2
  701. pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +2 -2
  702. pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
  703. pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +2 -2
  704. pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +2 -2
  705. pulumi_azure_native/notificationhubs/list_namespace_keys.py +2 -2
  706. pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +2 -2
  707. pulumi_azure_native/notificationhubs/namespace.py +2 -2
  708. pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +2 -2
  709. pulumi_azure_native/notificationhubs/notification_hub.py +2 -2
  710. pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +2 -2
  711. pulumi_azure_native/operationalinsights/get_saved_search.py +2 -2
  712. pulumi_azure_native/operationalinsights/saved_search.py +2 -2
  713. pulumi_azure_native/peering/get_peer_asn.py +2 -2
  714. pulumi_azure_native/peering/peer_asn.py +2 -2
  715. pulumi_azure_native/policyinsights/get_remediation_at_management_group.py +2 -2
  716. pulumi_azure_native/policyinsights/get_remediation_at_resource.py +2 -2
  717. pulumi_azure_native/policyinsights/get_remediation_at_resource_group.py +2 -2
  718. pulumi_azure_native/policyinsights/get_remediation_at_subscription.py +2 -2
  719. pulumi_azure_native/policyinsights/list_remediation_deployments_at_management_group.py +2 -2
  720. pulumi_azure_native/policyinsights/list_remediation_deployments_at_resource.py +2 -2
  721. pulumi_azure_native/policyinsights/list_remediation_deployments_at_resource_group.py +2 -2
  722. pulumi_azure_native/policyinsights/list_remediation_deployments_at_subscription.py +2 -2
  723. pulumi_azure_native/policyinsights/remediation_at_management_group.py +2 -2
  724. pulumi_azure_native/policyinsights/remediation_at_resource.py +2 -2
  725. pulumi_azure_native/policyinsights/remediation_at_resource_group.py +2 -2
  726. pulumi_azure_native/policyinsights/remediation_at_subscription.py +2 -2
  727. pulumi_azure_native/powerbidedicated/capacity_details.py +4 -0
  728. pulumi_azure_native/powerbidedicated/get_capacity_details.py +4 -0
  729. pulumi_azure_native/pulumi-plugin.json +1 -1
  730. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  731. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  732. pulumi_azure_native/recoveryservices/protected_item.py +2 -2
  733. pulumi_azure_native/recoveryservices/protection_policy.py +2 -2
  734. pulumi_azure_native/relay/get_wcf_relay.py +2 -2
  735. pulumi_azure_native/relay/wcf_relay.py +2 -2
  736. pulumi_azure_native/resources/deployment.py +2 -2
  737. pulumi_azure_native/resources/get_deployment.py +2 -2
  738. pulumi_azure_native/resources/get_resource.py +2 -2
  739. pulumi_azure_native/resources/get_resource_group.py +2 -2
  740. pulumi_azure_native/resources/resource.py +2 -2
  741. pulumi_azure_native/resources/resource_group.py +2 -2
  742. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  743. pulumi_azure_native/search/list_admin_key.py +2 -2
  744. pulumi_azure_native/search/private_endpoint_connection.py +2 -2
  745. pulumi_azure_native/security/__init__.py +0 -3
  746. pulumi_azure_native/security/get_security_connector.py +2 -2
  747. pulumi_azure_native/security/security_connector.py +3 -3
  748. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  749. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  750. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  751. pulumi_azure_native/security/v20240301preview/security_connector.py +1 -1
  752. pulumi_azure_native/security/v20240701preview/security_connector.py +1 -1
  753. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  754. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  755. pulumi_azure_native/servicebus/get_queue.py +2 -2
  756. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  757. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  758. pulumi_azure_native/servicebus/get_topic.py +2 -2
  759. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  760. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  761. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  762. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  763. pulumi_azure_native/servicebus/namespace.py +2 -2
  764. pulumi_azure_native/servicebus/namespace_authorization_rule.py +2 -2
  765. pulumi_azure_native/servicebus/queue.py +2 -2
  766. pulumi_azure_native/servicebus/queue_authorization_rule.py +2 -2
  767. pulumi_azure_native/servicebus/subscription.py +2 -2
  768. pulumi_azure_native/servicebus/topic.py +2 -2
  769. pulumi_azure_native/servicebus/topic_authorization_rule.py +2 -2
  770. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  771. pulumi_azure_native/servicefabric/node_type.py +2 -2
  772. pulumi_azure_native/servicefabricmesh/application.py +4 -0
  773. pulumi_azure_native/servicefabricmesh/get_application.py +4 -0
  774. pulumi_azure_native/servicefabricmesh/get_network.py +4 -0
  775. pulumi_azure_native/servicefabricmesh/get_volume.py +4 -0
  776. pulumi_azure_native/servicefabricmesh/network.py +4 -0
  777. pulumi_azure_native/servicefabricmesh/volume.py +4 -0
  778. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  779. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  780. pulumi_azure_native/signalrservice/signal_r.py +2 -2
  781. pulumi_azure_native/solutions/application.py +2 -2
  782. pulumi_azure_native/solutions/application_definition.py +2 -2
  783. pulumi_azure_native/solutions/get_application.py +2 -2
  784. pulumi_azure_native/solutions/get_application_definition.py +2 -2
  785. pulumi_azure_native/solutions/list_application_tokens.py +2 -2
  786. pulumi_azure_native/storage/blob_container_immutability_policy.py +2 -2
  787. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  788. pulumi_azure_native/storage/get_management_policy.py +2 -2
  789. pulumi_azure_native/storage/get_storage_account.py +2 -2
  790. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  791. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  792. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  793. pulumi_azure_native/storage/management_policy.py +2 -2
  794. pulumi_azure_native/storage/storage_account.py +2 -2
  795. pulumi_azure_native/storagecache/cache.py +2 -2
  796. pulumi_azure_native/storagecache/get_cache.py +2 -2
  797. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  798. pulumi_azure_native/storagecache/storage_target.py +2 -2
  799. pulumi_azure_native/storagesync/cloud_endpoint.py +2 -2
  800. pulumi_azure_native/storagesync/get_cloud_endpoint.py +2 -2
  801. pulumi_azure_native/storagesync/get_registered_server.py +2 -2
  802. pulumi_azure_native/storagesync/get_server_endpoint.py +2 -2
  803. pulumi_azure_native/storagesync/get_storage_sync_service.py +2 -2
  804. pulumi_azure_native/storagesync/get_sync_group.py +2 -2
  805. pulumi_azure_native/storagesync/registered_server.py +2 -2
  806. pulumi_azure_native/storagesync/server_endpoint.py +2 -2
  807. pulumi_azure_native/storagesync/storage_sync_service.py +2 -2
  808. pulumi_azure_native/storagesync/sync_group.py +2 -2
  809. pulumi_azure_native/storsimple/get_manager.py +4 -0
  810. pulumi_azure_native/storsimple/get_storage_account_credential.py +4 -0
  811. pulumi_azure_native/storsimple/manager.py +4 -0
  812. pulumi_azure_native/storsimple/storage_account_credential.py +4 -0
  813. pulumi_azure_native/timeseriesinsights/access_policy.py +2 -2
  814. pulumi_azure_native/timeseriesinsights/get_access_policy.py +2 -2
  815. pulumi_azure_native/timeseriesinsights/get_reference_data_set.py +2 -2
  816. pulumi_azure_native/timeseriesinsights/reference_data_set.py +2 -2
  817. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  818. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +2 -2
  819. pulumi_azure_native/web/certificate.py +2 -2
  820. pulumi_azure_native/web/get_certificate.py +2 -2
  821. pulumi_azure_native/windowsiot/get_service.py +4 -0
  822. pulumi_azure_native/windowsiot/service.py +4 -0
  823. pulumi_azure_native/workloads/v20240901/_inputs.py +8 -8
  824. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  825. {pulumi_azure_native-2.76.0.dist-info → pulumi_azure_native-2.76.0a1733162443.dist-info}/METADATA +1 -1
  826. {pulumi_azure_native-2.76.0.dist-info → pulumi_azure_native-2.76.0a1733162443.dist-info}/RECORD +828 -969
  827. pulumi_azure_native/containerregistry/v20241101preview/__init__.py +0 -41
  828. pulumi_azure_native/containerregistry/v20241101preview/_enums.py +0 -290
  829. pulumi_azure_native/containerregistry/v20241101preview/_inputs.py +0 -2010
  830. pulumi_azure_native/containerregistry/v20241101preview/archife.py +0 -309
  831. pulumi_azure_native/containerregistry/v20241101preview/archive_version.py +0 -252
  832. pulumi_azure_native/containerregistry/v20241101preview/cache_rule.py +0 -301
  833. pulumi_azure_native/containerregistry/v20241101preview/connected_registry.py +0 -438
  834. pulumi_azure_native/containerregistry/v20241101preview/credential_set.py +0 -303
  835. pulumi_azure_native/containerregistry/v20241101preview/export_pipeline.py +0 -319
  836. pulumi_azure_native/containerregistry/v20241101preview/get_archife.py +0 -205
  837. pulumi_azure_native/containerregistry/v20241101preview/get_archive_version.py +0 -175
  838. pulumi_azure_native/containerregistry/v20241101preview/get_cache_rule.py +0 -206
  839. pulumi_azure_native/containerregistry/v20241101preview/get_connected_registry.py +0 -317
  840. pulumi_azure_native/containerregistry/v20241101preview/get_credential_set.py +0 -206
  841. pulumi_azure_native/containerregistry/v20241101preview/get_export_pipeline.py +0 -205
  842. pulumi_azure_native/containerregistry/v20241101preview/get_import_pipeline.py +0 -219
  843. pulumi_azure_native/containerregistry/v20241101preview/get_pipeline_run.py +0 -191
  844. pulumi_azure_native/containerregistry/v20241101preview/get_private_endpoint_connection.py +0 -177
  845. pulumi_azure_native/containerregistry/v20241101preview/get_registry.py +0 -423
  846. pulumi_azure_native/containerregistry/v20241101preview/get_replication.py +0 -219
  847. pulumi_azure_native/containerregistry/v20241101preview/get_scope_map.py +0 -193
  848. pulumi_azure_native/containerregistry/v20241101preview/get_token.py +0 -205
  849. pulumi_azure_native/containerregistry/v20241101preview/get_webhook.py +0 -219
  850. pulumi_azure_native/containerregistry/v20241101preview/get_webhook_callback_config.py +0 -106
  851. pulumi_azure_native/containerregistry/v20241101preview/import_pipeline.py +0 -348
  852. pulumi_azure_native/containerregistry/v20241101preview/list_registry_credentials.py +0 -101
  853. pulumi_azure_native/containerregistry/v20241101preview/list_webhook_events.py +0 -107
  854. pulumi_azure_native/containerregistry/v20241101preview/outputs.py +0 -3171
  855. pulumi_azure_native/containerregistry/v20241101preview/pipeline_run.py +0 -270
  856. pulumi_azure_native/containerregistry/v20241101preview/private_endpoint_connection.py +0 -260
  857. pulumi_azure_native/containerregistry/v20241101preview/registry.py +0 -695
  858. pulumi_azure_native/containerregistry/v20241101preview/replication.py +0 -335
  859. pulumi_azure_native/containerregistry/v20241101preview/scope_map.py +0 -277
  860. pulumi_azure_native/containerregistry/v20241101preview/token.py +0 -299
  861. pulumi_azure_native/containerregistry/v20241101preview/webhook.py +0 -388
  862. pulumi_azure_native/documentdb/v20241001preview/__init__.py +0 -17
  863. pulumi_azure_native/documentdb/v20241001preview/_enums.py +0 -101
  864. pulumi_azure_native/documentdb/v20241001preview/_inputs.py +0 -813
  865. pulumi_azure_native/documentdb/v20241001preview/firewall_rule.py +0 -220
  866. pulumi_azure_native/documentdb/v20241001preview/get_firewall_rule.py +0 -149
  867. pulumi_azure_native/documentdb/v20241001preview/get_mongo_cluster.py +0 -171
  868. pulumi_azure_native/documentdb/v20241001preview/get_private_endpoint_connection.py +0 -149
  869. pulumi_azure_native/documentdb/v20241001preview/list_mongo_cluster_connection_strings.py +0 -87
  870. pulumi_azure_native/documentdb/v20241001preview/mongo_cluster.py +0 -258
  871. pulumi_azure_native/documentdb/v20241001preview/outputs.py +0 -1086
  872. pulumi_azure_native/documentdb/v20241001preview/private_endpoint_connection.py +0 -221
  873. pulumi_azure_native/eventgrid/v20241215preview/__init__.py +0 -80
  874. pulumi_azure_native/eventgrid/v20241215preview/_enums.py +0 -473
  875. pulumi_azure_native/eventgrid/v20241215preview/_inputs.py +0 -7786
  876. pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +0 -278
  877. pulumi_azure_native/eventgrid/v20241215preview/channel.py +0 -399
  878. pulumi_azure_native/eventgrid/v20241215preview/client.py +0 -359
  879. pulumi_azure_native/eventgrid/v20241215preview/client_group.py +0 -262
  880. pulumi_azure_native/eventgrid/v20241215preview/domain.py +0 -693
  881. pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +0 -493
  882. pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +0 -200
  883. pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +0 -514
  884. pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +0 -472
  885. pulumi_azure_native/eventgrid/v20241215preview/get_ca_certificate.py +0 -205
  886. pulumi_azure_native/eventgrid/v20241215preview/get_channel.py +0 -234
  887. pulumi_azure_native/eventgrid/v20241215preview/get_channel_full_url.py +0 -92
  888. pulumi_azure_native/eventgrid/v20241215preview/get_client.py +0 -221
  889. pulumi_azure_native/eventgrid/v20241215preview/get_client_group.py +0 -178
  890. pulumi_azure_native/eventgrid/v20241215preview/get_domain.py +0 -395
  891. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription.py +0 -293
  892. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_delivery_attributes.py +0 -93
  893. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_full_url.py +0 -92
  894. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic.py +0 -149
  895. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription.py +0 -299
  896. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_delivery_attributes.py +0 -99
  897. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_full_url.py +0 -98
  898. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription.py +0 -287
  899. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_delivery_attributes.py +0 -87
  900. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_full_url.py +0 -86
  901. pulumi_azure_native/eventgrid/v20241215preview/get_namespace.py +0 -302
  902. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic.py +0 -192
  903. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription.py +0 -225
  904. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_delivery_attributes.py +0 -99
  905. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_full_url.py +0 -98
  906. pulumi_azure_native/eventgrid/v20241215preview/get_partner_configuration.py +0 -179
  907. pulumi_azure_native/eventgrid/v20241215preview/get_partner_destination.py +0 -256
  908. pulumi_azure_native/eventgrid/v20241215preview/get_partner_namespace.py +0 -286
  909. pulumi_azure_native/eventgrid/v20241215preview/get_partner_registration.py +0 -186
  910. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic.py +0 -285
  911. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription.py +0 -293
  912. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_delivery_attributes.py +0 -93
  913. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_full_url.py +0 -92
  914. pulumi_azure_native/eventgrid/v20241215preview/get_permission_binding.py +0 -207
  915. pulumi_azure_native/eventgrid/v20241215preview/get_private_endpoint_connection.py +0 -180
  916. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic.py +0 -227
  917. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription.py +0 -293
  918. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_delivery_attributes.py +0 -93
  919. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_full_url.py +0 -92
  920. pulumi_azure_native/eventgrid/v20241215preview/get_topic.py +0 -383
  921. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription.py +0 -293
  922. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_delivery_attributes.py +0 -93
  923. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_full_url.py +0 -92
  924. pulumi_azure_native/eventgrid/v20241215preview/get_topic_space.py +0 -181
  925. pulumi_azure_native/eventgrid/v20241215preview/list_domain_shared_access_keys.py +0 -100
  926. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_shared_access_keys.py +0 -100
  927. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_topic_shared_access_keys.py +0 -106
  928. pulumi_azure_native/eventgrid/v20241215preview/list_partner_namespace_shared_access_keys.py +0 -100
  929. pulumi_azure_native/eventgrid/v20241215preview/list_topic_shared_access_keys.py +0 -100
  930. pulumi_azure_native/eventgrid/v20241215preview/namespace.py +0 -520
  931. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +0 -296
  932. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +0 -368
  933. pulumi_azure_native/eventgrid/v20241215preview/outputs.py +0 -6635
  934. pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +0 -267
  935. pulumi_azure_native/eventgrid/v20241215preview/partner_destination.py +0 -416
  936. pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +0 -457
  937. pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +0 -270
  938. pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +0 -479
  939. pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +0 -493
  940. pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +0 -325
  941. pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +0 -317
  942. pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +0 -336
  943. pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +0 -493
  944. pulumi_azure_native/eventgrid/v20241215preview/topic.py +0 -641
  945. pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +0 -493
  946. pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +0 -274
  947. pulumi_azure_native/hybridcompute/v20241110preview/__init__.py +0 -26
  948. pulumi_azure_native/hybridcompute/v20241110preview/_enums.py +0 -172
  949. pulumi_azure_native/hybridcompute/v20241110preview/_inputs.py +0 -1924
  950. pulumi_azure_native/hybridcompute/v20241110preview/gateway.py +0 -316
  951. pulumi_azure_native/hybridcompute/v20241110preview/get_gateway.py +0 -227
  952. pulumi_azure_native/hybridcompute/v20241110preview/get_license.py +0 -213
  953. pulumi_azure_native/hybridcompute/v20241110preview/get_license_profile.py +0 -387
  954. pulumi_azure_native/hybridcompute/v20241110preview/get_machine.py +0 -681
  955. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_extension.py +0 -177
  956. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_run_command.py +0 -345
  957. pulumi_azure_native/hybridcompute/v20241110preview/get_private_endpoint_connection.py +0 -149
  958. pulumi_azure_native/hybridcompute/v20241110preview/get_private_link_scope.py +0 -171
  959. pulumi_azure_native/hybridcompute/v20241110preview/license.py +0 -326
  960. pulumi_azure_native/hybridcompute/v20241110preview/license_profile.py +0 -505
  961. pulumi_azure_native/hybridcompute/v20241110preview/machine.py +0 -885
  962. pulumi_azure_native/hybridcompute/v20241110preview/machine_extension.py +0 -279
  963. pulumi_azure_native/hybridcompute/v20241110preview/machine_run_command.py +0 -592
  964. pulumi_azure_native/hybridcompute/v20241110preview/outputs.py +0 -3556
  965. pulumi_azure_native/hybridcompute/v20241110preview/private_endpoint_connection.py +0 -220
  966. pulumi_azure_native/hybridcompute/v20241110preview/private_link_scope.py +0 -258
  967. pulumi_azure_native/security/v20240801preview/__init__.py +0 -12
  968. pulumi_azure_native/security/v20240801preview/_enums.py +0 -106
  969. pulumi_azure_native/security/v20240801preview/_inputs.py +0 -5542
  970. pulumi_azure_native/security/v20240801preview/get_security_connector.py +0 -255
  971. pulumi_azure_native/security/v20240801preview/outputs.py +0 -5097
  972. pulumi_azure_native/security/v20240801preview/security_connector.py +0 -394
  973. {pulumi_azure_native-2.76.0.dist-info → pulumi_azure_native-2.76.0a1733162443.dist-info}/WHEEL +0 -0
  974. {pulumi_azure_native-2.76.0.dist-info → pulumi_azure_native-2.76.0a1733162443.dist-info}/top_level.txt +0 -0
@@ -202,7 +202,7 @@ def get_project(group_name: Optional[str] = None,
202
202
  The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.
203
203
  Azure REST API version: 2021-06-30.
204
204
 
205
- Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
205
+ Other available API versions: 2017-11-15-preview, 2018-03-31-preview, 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
206
206
 
207
207
 
208
208
  :param str group_name: Name of the resource group
@@ -238,7 +238,7 @@ def get_project_output(group_name: Optional[pulumi.Input[str]] = None,
238
238
  The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.
239
239
  Azure REST API version: 2021-06-30.
240
240
 
241
- Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
241
+ Other available API versions: 2017-11-15-preview, 2018-03-31-preview, 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
242
242
 
243
243
 
244
244
  :param str group_name: Name of the resource group
@@ -203,7 +203,7 @@ class Project(pulumi.CustomResource):
203
203
  A project resource
204
204
  Azure REST API version: 2021-06-30. Prior API version in Azure Native 1.x: 2018-04-19.
205
205
 
206
- Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
206
+ Other available API versions: 2017-11-15-preview, 2018-03-31-preview, 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
207
207
 
208
208
  :param str resource_name: The name of the resource.
209
209
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -228,7 +228,7 @@ class Project(pulumi.CustomResource):
228
228
  A project resource
229
229
  Azure REST API version: 2021-06-30. Prior API version in Azure Native 1.x: 2018-04-19.
230
230
 
231
- Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
231
+ Other available API versions: 2017-11-15-preview, 2018-03-31-preview, 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
232
232
 
233
233
  :param str resource_name: The name of the resource.
234
234
  :param ProjectArgs args: The arguments to use to populate this resource's properties.
@@ -274,6 +274,8 @@ def get_share_subscription(account_name: Optional[str] = None,
274
274
  Get a shareSubscription in an account
275
275
  Azure REST API version: 2021-08-01.
276
276
 
277
+ Other available API versions: 2018-11-01-preview.
278
+
277
279
 
278
280
  :param str account_name: The name of the share account.
279
281
  :param str resource_group_name: The resource group name.
@@ -314,6 +316,8 @@ def get_share_subscription_output(account_name: Optional[pulumi.Input[str]] = No
314
316
  Get a shareSubscription in an account
315
317
  Azure REST API version: 2021-08-01.
316
318
 
319
+ Other available API versions: 2018-11-01-preview.
320
+
317
321
 
318
322
  :param str account_name: The name of the share account.
319
323
  :param str resource_group_name: The resource group name.
@@ -133,6 +133,8 @@ class ShareSubscription(pulumi.CustomResource):
133
133
  A share subscription data transfer object.
134
134
  Azure REST API version: 2021-08-01. Prior API version in Azure Native 1.x: 2020-09-01.
135
135
 
136
+ Other available API versions: 2018-11-01-preview.
137
+
136
138
  :param str resource_name: The name of the resource.
137
139
  :param pulumi.ResourceOptions opts: Options for the resource.
138
140
  :param pulumi.Input[str] account_name: The name of the share account.
@@ -152,6 +154,8 @@ class ShareSubscription(pulumi.CustomResource):
152
154
  A share subscription data transfer object.
153
155
  Azure REST API version: 2021-08-01. Prior API version in Azure Native 1.x: 2020-09-01.
154
156
 
157
+ Other available API versions: 2018-11-01-preview.
158
+
155
159
  :param str resource_name: The name of the resource.
156
160
  :param ShareSubscriptionArgs args: The arguments to use to populate this resource's properties.
157
161
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -190,7 +190,7 @@ class Configuration(pulumi.CustomResource):
190
190
  __props__.__dict__["system_data"] = None
191
191
  __props__.__dict__["type"] = None
192
192
  __props__.__dict__["unit"] = None
193
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
193
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
194
194
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
195
195
  super(Configuration, __self__).__init__(
196
196
  'azure-native:dbforpostgresql:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20221201:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20230301preview:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20230601preview:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20231201preview:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20240301preview:Configuration',
@@ -118,7 +118,6 @@ class IdentityType(str, Enum):
118
118
  """
119
119
  NONE = "None"
120
120
  USER_ASSIGNED = "UserAssigned"
121
- SYSTEM_ASSIGNED = "SystemAssigned"
122
121
 
123
122
 
124
123
  class KeyStatusEnum(str, Enum):
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20241101preview:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20240801:Configuration',
@@ -184,7 +184,7 @@ class Configuration(pulumi.CustomResource):
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
186
  __props__.__dict__["unit"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dbforpostgresql:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20200214privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210410privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20210615privatepreview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220120preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20220308preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20221201:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20230601preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20231201preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240301preview:Configuration"), pulumi.Alias(type_="azure-native:dbforpostgresql/v20240801:Configuration")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(Configuration, __self__).__init__(
190
190
  'azure-native:dbforpostgresql/v20241101preview:Configuration',
@@ -243,7 +243,7 @@ class ApplicationGroup(pulumi.CustomResource):
243
243
  Represents a ApplicationGroup definition.
244
244
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
245
245
 
246
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
246
+ Other available API versions: 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
247
247
 
248
248
  :param str resource_name: The name of the resource.
249
249
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -268,7 +268,7 @@ class ApplicationGroup(pulumi.CustomResource):
268
268
  Represents a ApplicationGroup definition.
269
269
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
270
270
 
271
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
271
+ Other available API versions: 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
272
272
 
273
273
  :param str resource_name: The name of the resource.
274
274
  :param ApplicationGroupArgs args: The arguments to use to populate this resource's properties.
@@ -264,7 +264,7 @@ def get_application_group(application_group_name: Optional[str] = None,
264
264
  Get an application group.
265
265
  Azure REST API version: 2022-09-09.
266
266
 
267
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
267
+ Other available API versions: 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
268
268
 
269
269
 
270
270
  :param str application_group_name: The name of the application group
@@ -303,7 +303,7 @@ def get_application_group_output(application_group_name: Optional[pulumi.Input[s
303
303
  Get an application group.
304
304
  Azure REST API version: 2022-09-09.
305
305
 
306
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
306
+ Other available API versions: 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
307
307
 
308
308
 
309
309
  :param str application_group_name: The name of the application group
@@ -432,7 +432,7 @@ def get_host_pool(host_pool_name: Optional[str] = None,
432
432
  Get a host pool.
433
433
  Azure REST API version: 2022-09-09.
434
434
 
435
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
435
+ Other available API versions: 2020-11-02-preview, 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
436
436
 
437
437
 
438
438
  :param str host_pool_name: The name of the host pool within the specified resource group
@@ -485,7 +485,7 @@ def get_host_pool_output(host_pool_name: Optional[pulumi.Input[str]] = None,
485
485
  Get a host pool.
486
486
  Azure REST API version: 2022-09-09.
487
487
 
488
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
488
+ Other available API versions: 2020-11-02-preview, 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
489
489
 
490
490
 
491
491
  :param str host_pool_name: The name of the host pool within the specified resource group
@@ -276,7 +276,7 @@ def get_scaling_plan(resource_group_name: Optional[str] = None,
276
276
  Get a scaling plan.
277
277
  Azure REST API version: 2022-09-09.
278
278
 
279
- Other available API versions: 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
279
+ Other available API versions: 2020-11-10-preview, 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
280
280
 
281
281
 
282
282
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -316,7 +316,7 @@ def get_scaling_plan_output(resource_group_name: Optional[pulumi.Input[str]] = N
316
316
  Get a scaling plan.
317
317
  Azure REST API version: 2022-09-09.
318
318
 
319
- Other available API versions: 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
319
+ Other available API versions: 2020-11-10-preview, 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
320
320
 
321
321
 
322
322
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -240,7 +240,7 @@ def get_workspace(resource_group_name: Optional[str] = None,
240
240
  Get a workspace.
241
241
  Azure REST API version: 2022-09-09.
242
242
 
243
- Other available API versions: 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
243
+ Other available API versions: 2020-11-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
244
244
 
245
245
 
246
246
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -277,7 +277,7 @@ def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None
277
277
  Get a workspace.
278
278
  Azure REST API version: 2022-09-09.
279
279
 
280
- Other available API versions: 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
280
+ Other available API versions: 2020-11-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
281
281
 
282
282
 
283
283
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -480,7 +480,7 @@ class HostPool(pulumi.CustomResource):
480
480
  Represents a HostPool definition.
481
481
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
482
482
 
483
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
483
+ Other available API versions: 2020-11-02-preview, 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
484
484
 
485
485
  :param str resource_name: The name of the resource.
486
486
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -519,7 +519,7 @@ class HostPool(pulumi.CustomResource):
519
519
  Represents a HostPool definition.
520
520
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
521
521
 
522
- Other available API versions: 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
522
+ Other available API versions: 2020-11-02-preview, 2020-11-10-preview, 2022-04-01-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
523
523
 
524
524
  :param str resource_name: The name of the resource.
525
525
  :param HostPoolArgs args: The arguments to use to populate this resource's properties.
@@ -297,7 +297,7 @@ class ScalingPlan(pulumi.CustomResource):
297
297
  Represents a scaling plan definition.
298
298
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
299
299
 
300
- Other available API versions: 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
300
+ Other available API versions: 2020-11-10-preview, 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
301
301
 
302
302
  :param str resource_name: The name of the resource.
303
303
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -325,7 +325,7 @@ class ScalingPlan(pulumi.CustomResource):
325
325
  Represents a scaling plan definition.
326
326
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
327
327
 
328
- Other available API versions: 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
328
+ Other available API versions: 2020-11-10-preview, 2021-02-01-preview, 2022-02-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
329
329
 
330
330
  :param str resource_name: The name of the resource.
331
331
  :param ScalingPlanArgs args: The arguments to use to populate this resource's properties.
@@ -228,7 +228,7 @@ class Workspace(pulumi.CustomResource):
228
228
  Represents a Workspace definition.
229
229
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
230
230
 
231
- Other available API versions: 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
231
+ Other available API versions: 2020-11-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
232
232
 
233
233
  :param str resource_name: The name of the resource.
234
234
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -252,7 +252,7 @@ class Workspace(pulumi.CustomResource):
252
252
  Represents a Workspace definition.
253
253
  Azure REST API version: 2022-09-09. Prior API version in Azure Native 1.x: 2021-02-01-preview.
254
254
 
255
- Other available API versions: 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
255
+ Other available API versions: 2020-11-10-preview, 2022-10-14-preview, 2023-07-07-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview.
256
256
 
257
257
  :param str resource_name: The name of the resource.
258
258
  :param WorkspaceArgs args: The arguments to use to populate this resource's properties.
@@ -165,7 +165,7 @@ def get_iot_hub_resource(resource_group_name: Optional[str] = None,
165
165
  Get the non-security related metadata of an IoT hub.
166
166
  Azure REST API version: 2022-04-30-preview.
167
167
 
168
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
168
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
169
169
 
170
170
 
171
171
  :param str resource_group_name: The name of the resource group that contains the IoT hub.
@@ -195,7 +195,7 @@ def get_iot_hub_resource_output(resource_group_name: Optional[pulumi.Input[str]]
195
195
  Get the non-security related metadata of an IoT hub.
196
196
  Azure REST API version: 2022-04-30-preview.
197
197
 
198
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
198
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
199
199
 
200
200
 
201
201
  :param str resource_group_name: The name of the resource group that contains the IoT hub.
@@ -106,7 +106,7 @@ def get_iot_hub_resource_event_hub_consumer_group(event_hub_endpoint_name: Optio
106
106
  Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub.
107
107
  Azure REST API version: 2022-04-30-preview.
108
108
 
109
- Other available API versions: 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
109
+ Other available API versions: 2017-07-01, 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
110
110
 
111
111
 
112
112
  :param str event_hub_endpoint_name: The name of the Event Hub-compatible endpoint in the IoT hub.
@@ -137,7 +137,7 @@ def get_iot_hub_resource_event_hub_consumer_group_output(event_hub_endpoint_name
137
137
  Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub.
138
138
  Azure REST API version: 2022-04-30-preview.
139
139
 
140
- Other available API versions: 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
140
+ Other available API versions: 2017-07-01, 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
141
141
 
142
142
 
143
143
  :param str event_hub_endpoint_name: The name of the Event Hub-compatible endpoint in the IoT hub.
@@ -154,7 +154,7 @@ class IotHubResource(pulumi.CustomResource):
154
154
  The description of the IoT hub.
155
155
  Azure REST API version: 2022-04-30-preview. Prior API version in Azure Native 1.x: 2020-08-31.
156
156
 
157
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
157
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
158
158
 
159
159
  :param str resource_name: The name of the resource.
160
160
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -176,7 +176,7 @@ class IotHubResource(pulumi.CustomResource):
176
176
  The description of the IoT hub.
177
177
  Azure REST API version: 2022-04-30-preview. Prior API version in Azure Native 1.x: 2020-08-31.
178
178
 
179
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
179
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
180
180
 
181
181
  :param str resource_name: The name of the resource.
182
182
  :param IotHubResourceArgs args: The arguments to use to populate this resource's properties.
@@ -116,7 +116,7 @@ class IotHubResourceEventHubConsumerGroup(pulumi.CustomResource):
116
116
  The properties of the EventHubConsumerGroupInfo object.
117
117
  Azure REST API version: 2022-04-30-preview. Prior API version in Azure Native 1.x: 2020-08-31.
118
118
 
119
- Other available API versions: 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
119
+ Other available API versions: 2017-07-01, 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
120
120
 
121
121
  :param str resource_name: The name of the resource.
122
122
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -136,7 +136,7 @@ class IotHubResourceEventHubConsumerGroup(pulumi.CustomResource):
136
136
  The properties of the EventHubConsumerGroupInfo object.
137
137
  Azure REST API version: 2022-04-30-preview. Prior API version in Azure Native 1.x: 2020-08-31.
138
138
 
139
- Other available API versions: 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
139
+ Other available API versions: 2017-07-01, 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
140
140
 
141
141
  :param str resource_name: The name of the resource.
142
142
  :param IotHubResourceEventHubConsumerGroupArgs args: The arguments to use to populate this resource's properties.
@@ -69,7 +69,7 @@ def list_iot_hub_resource_keys(resource_group_name: Optional[str] = None,
69
69
  Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
70
70
  Azure REST API version: 2022-04-30-preview.
71
71
 
72
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
72
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
73
73
 
74
74
 
75
75
  :param str resource_group_name: The name of the resource group that contains the IoT hub.
@@ -91,7 +91,7 @@ def list_iot_hub_resource_keys_output(resource_group_name: Optional[pulumi.Input
91
91
  Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
92
92
  Azure REST API version: 2022-04-30-preview.
93
93
 
94
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
94
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
95
95
 
96
96
 
97
97
  :param str resource_group_name: The name of the resource group that contains the IoT hub.
@@ -93,7 +93,7 @@ def list_iot_hub_resource_keys_for_key_name(key_name: Optional[str] = None,
93
93
  Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
94
94
  Azure REST API version: 2022-04-30-preview.
95
95
 
96
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
96
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
97
97
 
98
98
 
99
99
  :param str key_name: The name of the shared access policy.
@@ -120,7 +120,7 @@ def list_iot_hub_resource_keys_for_key_name_output(key_name: Optional[pulumi.Inp
120
120
  Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
121
121
  Azure REST API version: 2022-04-30-preview.
122
122
 
123
- Other available API versions: 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
123
+ Other available API versions: 2017-07-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
124
124
 
125
125
 
126
126
  :param str key_name: The name of the shared access policy.
@@ -254,6 +254,8 @@ class ArtifactSource(pulumi.CustomResource):
254
254
  Properties of an artifact source.
255
255
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
256
256
 
257
+ Other available API versions: 2016-05-15.
258
+
257
259
  :param str resource_name: The name of the resource.
258
260
  :param pulumi.ResourceOptions opts: Options for the resource.
259
261
  :param pulumi.Input[str] arm_template_folder_path: The folder containing Azure Resource Manager templates.
@@ -280,6 +282,8 @@ class ArtifactSource(pulumi.CustomResource):
280
282
  Properties of an artifact source.
281
283
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
282
284
 
285
+ Other available API versions: 2016-05-15.
286
+
283
287
  :param str resource_name: The name of the resource.
284
288
  :param ArtifactSourceArgs args: The arguments to use to populate this resource's properties.
285
289
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -273,6 +273,8 @@ class CustomImage(pulumi.CustomResource):
273
273
  A custom image.
274
274
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
275
275
 
276
+ Other available API versions: 2016-05-15.
277
+
276
278
  :param str resource_name: The name of the resource.
277
279
  :param pulumi.ResourceOptions opts: Options for the resource.
278
280
  :param pulumi.Input[str] author: The author of the custom image.
@@ -300,6 +302,8 @@ class CustomImage(pulumi.CustomResource):
300
302
  A custom image.
301
303
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
302
304
 
305
+ Other available API versions: 2016-05-15.
306
+
303
307
  :param str resource_name: The name of the resource.
304
308
  :param CustomImageArgs args: The arguments to use to populate this resource's properties.
305
309
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -270,6 +270,8 @@ class Disk(pulumi.CustomResource):
270
270
  A Disk.
271
271
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
272
272
 
273
+ Other available API versions: 2016-05-15.
274
+
273
275
  :param str resource_name: The name of the resource.
274
276
  :param pulumi.ResourceOptions opts: Options for the resource.
275
277
  :param pulumi.Input[str] disk_blob_name: When backed by a blob, the name of the VHD blob without extension.
@@ -297,6 +299,8 @@ class Disk(pulumi.CustomResource):
297
299
  A Disk.
298
300
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
299
301
 
302
+ Other available API versions: 2016-05-15.
303
+
300
304
  :param str resource_name: The name of the resource.
301
305
  :param DiskArgs args: The arguments to use to populate this resource's properties.
302
306
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -169,6 +169,8 @@ class Environment(pulumi.CustomResource):
169
169
  An environment, which is essentially an ARM template deployment.
170
170
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
171
171
 
172
+ Other available API versions: 2016-05-15.
173
+
172
174
  :param str resource_name: The name of the resource.
173
175
  :param pulumi.ResourceOptions opts: Options for the resource.
174
176
  :param pulumi.Input[str] arm_template_display_name: The display name of the Azure Resource Manager template that produced the environment.
@@ -190,6 +192,8 @@ class Environment(pulumi.CustomResource):
190
192
  An environment, which is essentially an ARM template deployment.
191
193
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
192
194
 
195
+ Other available API versions: 2016-05-15.
196
+
193
197
  :param str resource_name: The name of the resource.
194
198
  :param EnvironmentArgs args: The arguments to use to populate this resource's properties.
195
199
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -188,6 +188,8 @@ class Formula(pulumi.CustomResource):
188
188
  A formula for creating a VM, specifying an image base and other parameters
189
189
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
190
190
 
191
+ Other available API versions: 2016-05-15.
192
+
191
193
  :param str resource_name: The name of the resource.
192
194
  :param pulumi.ResourceOptions opts: Options for the resource.
193
195
  :param pulumi.Input[str] description: The description of the formula.
@@ -210,6 +212,8 @@ class Formula(pulumi.CustomResource):
210
212
  A formula for creating a VM, specifying an image base and other parameters
211
213
  Azure REST API version: 2018-09-15. Prior API version in Azure Native 1.x: 2018-09-15.
212
214
 
215
+ Other available API versions: 2016-05-15.
216
+
213
217
  :param str resource_name: The name of the resource.
214
218
  :param FormulaArgs args: The arguments to use to populate this resource's properties.
215
219
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -238,6 +238,8 @@ def get_artifact_source(expand: Optional[str] = None,
238
238
  Get artifact source.
239
239
  Azure REST API version: 2018-09-15.
240
240
 
241
+ Other available API versions: 2016-05-15.
242
+
241
243
 
242
244
  :param str expand: Specify the $expand query. Example: 'properties($select=displayName)'
243
245
  :param str lab_name: The name of the lab.
@@ -278,6 +280,8 @@ def get_artifact_source_output(expand: Optional[pulumi.Input[Optional[str]]] = N
278
280
  Get artifact source.
279
281
  Azure REST API version: 2018-09-15.
280
282
 
283
+ Other available API versions: 2016-05-15.
284
+
281
285
 
282
286
  :param str expand: Specify the $expand query. Example: 'properties($select=displayName)'
283
287
  :param str lab_name: The name of the lab.
@@ -251,6 +251,8 @@ def get_custom_image(expand: Optional[str] = None,
251
251
  Get custom image.
252
252
  Azure REST API version: 2018-09-15.
253
253
 
254
+ Other available API versions: 2016-05-15.
255
+
254
256
 
255
257
  :param str expand: Specify the $expand query. Example: 'properties($select=vm)'
256
258
  :param str lab_name: The name of the lab.
@@ -292,6 +294,8 @@ def get_custom_image_output(expand: Optional[pulumi.Input[Optional[str]]] = None
292
294
  Get custom image.
293
295
  Azure REST API version: 2018-09-15.
294
296
 
297
+ Other available API versions: 2016-05-15.
298
+
295
299
 
296
300
  :param str expand: Specify the $expand query. Example: 'properties($select=vm)'
297
301
  :param str lab_name: The name of the lab.