pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761591364__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 (1204) hide show
  1. pulumi_azure_native/__init__.py +25 -34
  2. pulumi_azure_native/apimanagement/_enums.py +1 -1
  3. pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
  4. pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
  5. pulumi_azure_native/app/certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environment.py +3 -3
  7. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  8. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  9. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  10. pulumi_azure_native/app/container_app.py +3 -3
  11. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  12. pulumi_azure_native/app/container_apps_session_pool.py +3 -3
  13. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  14. pulumi_azure_native/app/dapr_component.py +3 -3
  15. pulumi_azure_native/app/get_certificate.py +2 -2
  16. pulumi_azure_native/app/get_connected_environment.py +2 -2
  17. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  18. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  19. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  20. pulumi_azure_native/app/get_container_app.py +2 -2
  21. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  22. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  23. pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
  24. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  25. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  26. pulumi_azure_native/app/get_dapr_component.py +2 -2
  27. pulumi_azure_native/app/get_http_route_config.py +2 -2
  28. pulumi_azure_native/app/get_java_component.py +2 -2
  29. pulumi_azure_native/app/get_job.py +2 -2
  30. pulumi_azure_native/app/get_logic_app.py +2 -2
  31. pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
  32. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  33. pulumi_azure_native/app/get_managed_environment.py +2 -2
  34. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  35. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
  36. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  37. pulumi_azure_native/app/http_route_config.py +3 -3
  38. pulumi_azure_native/app/java_component.py +3 -3
  39. pulumi_azure_native/app/job.py +3 -3
  40. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  41. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  42. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  43. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  44. pulumi_azure_native/app/list_job_secrets.py +2 -2
  45. pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
  46. pulumi_azure_native/app/logic_app.py +3 -3
  47. pulumi_azure_native/app/maintenance_configuration.py +3 -3
  48. pulumi_azure_native/app/managed_certificate.py +3 -3
  49. pulumi_azure_native/app/managed_environment.py +3 -3
  50. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
  51. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  52. pulumi_azure_native/azurearcdata/_enums.py +135 -0
  53. pulumi_azure_native/azurearcdata/_inputs.py +729 -7
  54. pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
  55. pulumi_azure_native/azurearcdata/data_controller.py +4 -4
  56. pulumi_azure_native/azurearcdata/failover_group.py +4 -4
  57. pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
  58. pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
  59. pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
  60. pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
  61. pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
  62. pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
  63. pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
  64. pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
  65. pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
  66. pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
  67. pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
  68. pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
  69. pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
  70. pulumi_azure_native/azurearcdata/outputs.py +2070 -76
  71. pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
  72. pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
  73. pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
  74. pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
  75. pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
  76. pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
  77. pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
  78. pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
  79. pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
  80. pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
  81. pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
  82. pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
  83. pulumi_azure_native/azuredatatransfer/outputs.py +600 -0
  84. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  85. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  86. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  87. pulumi_azure_native/azurestackhci/extension.py +3 -3
  88. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  89. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  90. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  91. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  92. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  93. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  94. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  95. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  96. pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
  97. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  98. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  99. pulumi_azure_native/azurestackhci/update.py +3 -3
  100. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  101. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  102. pulumi_azure_native/batch/_enums.py +1 -1
  103. pulumi_azure_native/billingbenefits/_enums.py +55 -0
  104. pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
  105. pulumi_azure_native/billingbenefits/discount.py +26 -234
  106. pulumi_azure_native/billingbenefits/get_discount.py +12 -166
  107. pulumi_azure_native/billingbenefits/outputs.py +1489 -4
  108. pulumi_azure_native/cdn/__init__.py +6 -0
  109. pulumi_azure_native/cdn/_enums.py +85 -2
  110. pulumi_azure_native/cdn/_inputs.py +310 -99
  111. pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
  112. pulumi_azure_native/cdn/afd_endpoint.py +18 -18
  113. pulumi_azure_native/cdn/afd_origin.py +37 -38
  114. pulumi_azure_native/cdn/afd_origin_group.py +43 -14
  115. pulumi_azure_native/cdn/custom_domain.py +14 -14
  116. pulumi_azure_native/cdn/endpoint.py +20 -20
  117. pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
  118. pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
  119. pulumi_azure_native/cdn/get_afd_origin.py +15 -15
  120. pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
  121. pulumi_azure_native/cdn/get_custom_domain.py +12 -12
  122. pulumi_azure_native/cdn/get_endpoint.py +15 -15
  123. pulumi_azure_native/cdn/get_key_group.py +2 -2
  124. pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
  125. pulumi_azure_native/cdn/get_origin.py +12 -12
  126. pulumi_azure_native/cdn/get_origin_group.py +13 -13
  127. pulumi_azure_native/cdn/get_policy.py +14 -11
  128. pulumi_azure_native/cdn/get_profile.py +12 -12
  129. pulumi_azure_native/cdn/get_profile_agent.py +196 -0
  130. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
  131. pulumi_azure_native/cdn/get_route.py +13 -13
  132. pulumi_azure_native/cdn/get_rule.py +16 -16
  133. pulumi_azure_native/cdn/get_rule_set.py +12 -12
  134. pulumi_azure_native/cdn/get_secret.py +12 -12
  135. pulumi_azure_native/cdn/get_security_policy.py +12 -12
  136. pulumi_azure_native/cdn/get_web_agent.py +246 -0
  137. pulumi_azure_native/cdn/key_group.py +3 -3
  138. pulumi_azure_native/cdn/knowledge_source.py +345 -0
  139. pulumi_azure_native/cdn/origin.py +17 -17
  140. pulumi_azure_native/cdn/origin_group.py +31 -32
  141. pulumi_azure_native/cdn/outputs.py +262 -82
  142. pulumi_azure_native/cdn/policy.py +18 -15
  143. pulumi_azure_native/cdn/profile.py +19 -19
  144. pulumi_azure_native/cdn/profile_agent.py +277 -0
  145. pulumi_azure_native/cdn/route.py +31 -32
  146. pulumi_azure_native/cdn/rule.py +50 -52
  147. pulumi_azure_native/cdn/rule_set.py +17 -17
  148. pulumi_azure_native/cdn/secret.py +14 -14
  149. pulumi_azure_native/cdn/security_policy.py +14 -14
  150. pulumi_azure_native/cdn/web_agent.py +352 -0
  151. pulumi_azure_native/codesigning/certificate_profile.py +3 -3
  152. pulumi_azure_native/codesigning/code_signing_account.py +3 -3
  153. pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
  154. pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
  155. pulumi_azure_native/cognitiveservices/__init__.py +2 -0
  156. pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
  157. pulumi_azure_native/cognitiveservices/account.py +3 -3
  158. pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
  159. pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
  160. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  161. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  162. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  163. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  164. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  165. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
  166. pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
  167. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  168. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  169. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  170. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  171. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/cognitiveservices/get_project.py +2 -2
  173. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
  174. pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
  175. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  176. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  177. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  178. pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
  179. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  180. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  181. pulumi_azure_native/cognitiveservices/outputs.py +135 -0
  182. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  183. pulumi_azure_native/cognitiveservices/project.py +3 -3
  184. pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
  185. pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
  186. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  187. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  188. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  189. pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
  190. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  191. pulumi_azure_native/compute/_enums.py +1 -1
  192. pulumi_azure_native/compute/_inputs.py +19 -19
  193. pulumi_azure_native/compute/availability_set.py +3 -3
  194. pulumi_azure_native/compute/capacity_reservation.py +7 -7
  195. pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
  196. pulumi_azure_native/compute/dedicated_host.py +3 -3
  197. pulumi_azure_native/compute/dedicated_host_group.py +3 -3
  198. pulumi_azure_native/compute/get_availability_set.py +2 -2
  199. pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
  200. pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
  201. pulumi_azure_native/compute/get_dedicated_host.py +2 -2
  202. pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
  203. pulumi_azure_native/compute/get_image.py +2 -2
  204. pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
  205. pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
  206. pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
  207. pulumi_azure_native/compute/get_restore_point.py +2 -2
  208. pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
  209. pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
  210. pulumi_azure_native/compute/get_virtual_machine.py +2 -2
  211. pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
  212. pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
  213. pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
  214. pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
  215. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
  216. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
  217. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
  218. pulumi_azure_native/compute/image.py +3 -3
  219. pulumi_azure_native/compute/outputs.py +14 -14
  220. pulumi_azure_native/compute/proximity_placement_group.py +3 -3
  221. pulumi_azure_native/compute/restore_point.py +3 -3
  222. pulumi_azure_native/compute/restore_point_collection.py +3 -3
  223. pulumi_azure_native/compute/ssh_public_key.py +3 -3
  224. pulumi_azure_native/compute/virtual_machine.py +3 -3
  225. pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
  226. pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
  227. pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
  228. pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
  229. pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
  230. pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
  231. pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
  232. pulumi_azure_native/confluent/connector.py +3 -3
  233. pulumi_azure_native/confluent/get_connector.py +2 -2
  234. pulumi_azure_native/confluent/get_organization.py +2 -2
  235. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
  236. pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
  237. pulumi_azure_native/confluent/get_topic.py +2 -2
  238. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  239. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  240. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  241. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  242. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  243. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  244. pulumi_azure_native/confluent/list_access_users.py +2 -2
  245. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  246. pulumi_azure_native/confluent/organization.py +3 -3
  247. pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
  248. pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
  249. pulumi_azure_native/confluent/topic.py +3 -3
  250. pulumi_azure_native/containerinstance/__init__.py +2 -0
  251. pulumi_azure_native/containerinstance/_enums.py +30 -1
  252. pulumi_azure_native/containerinstance/_inputs.py +1153 -5
  253. pulumi_azure_native/containerinstance/cg_profile.py +47 -79
  254. pulumi_azure_native/containerinstance/container_group.py +3 -3
  255. pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
  256. pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
  257. pulumi_azure_native/containerinstance/get_container_group.py +2 -2
  258. pulumi_azure_native/containerinstance/get_n_group.py +278 -0
  259. pulumi_azure_native/containerinstance/n_group.py +433 -0
  260. pulumi_azure_native/containerinstance/outputs.py +1044 -11
  261. pulumi_azure_native/containerservice/__init__.py +4 -0
  262. pulumi_azure_native/containerservice/_enums.py +33 -0
  263. pulumi_azure_native/containerservice/_inputs.py +581 -0
  264. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  265. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  266. pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
  267. pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
  268. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  269. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  270. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  271. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  272. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  273. pulumi_azure_native/containerservice/get_node_customization.py +208 -0
  274. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  275. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  276. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  277. pulumi_azure_native/containerservice/identity_binding.py +5 -1
  278. pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
  279. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  280. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  281. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  282. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  283. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  284. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  285. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  286. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  287. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  288. pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
  289. pulumi_azure_native/containerservice/outputs.py +507 -22
  290. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  291. pulumi_azure_native/containerservice/snapshot.py +3 -3
  292. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  293. pulumi_azure_native/dashboard/dashboard.py +5 -1
  294. pulumi_azure_native/dashboard/get_dashboard.py +4 -0
  295. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  296. pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
  297. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  298. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  299. pulumi_azure_native/dashboard/grafana.py +3 -3
  300. pulumi_azure_native/dashboard/integration_fabric.py +3 -3
  301. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  302. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  303. pulumi_azure_native/datafactory/_enums.py +33 -0
  304. pulumi_azure_native/datafactory/_inputs.py +200 -0
  305. pulumi_azure_native/datafactory/outputs.py +134 -0
  306. pulumi_azure_native/datamigration/__init__.py +4 -0
  307. pulumi_azure_native/datamigration/_enums.py +28 -0
  308. pulumi_azure_native/datamigration/_inputs.py +981 -56
  309. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
  310. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
  311. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  312. pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
  313. pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
  314. pulumi_azure_native/datamigration/file.py +3 -3
  315. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
  316. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
  317. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  318. pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
  319. pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
  320. pulumi_azure_native/datamigration/get_file.py +2 -2
  321. pulumi_azure_native/datamigration/get_migration_service.py +2 -2
  322. pulumi_azure_native/datamigration/get_project.py +2 -2
  323. pulumi_azure_native/datamigration/get_service.py +2 -2
  324. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  325. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  326. pulumi_azure_native/datamigration/get_task.py +2 -2
  327. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  328. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  329. pulumi_azure_native/datamigration/migration_service.py +3 -3
  330. pulumi_azure_native/datamigration/outputs.py +2194 -696
  331. pulumi_azure_native/datamigration/project.py +3 -3
  332. pulumi_azure_native/datamigration/service.py +3 -3
  333. pulumi_azure_native/datamigration/service_task.py +3 -3
  334. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  335. pulumi_azure_native/datamigration/task.py +3 -3
  336. pulumi_azure_native/dataprotection/_inputs.py +3 -3
  337. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  338. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  339. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  340. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  341. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  342. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  343. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  344. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  345. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  346. pulumi_azure_native/dataprotection/outputs.py +2 -2
  347. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  348. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  349. pulumi_azure_native/dbformysql/configuration.py +3 -3
  350. pulumi_azure_native/dbformysql/database.py +3 -3
  351. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  352. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  353. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  354. pulumi_azure_native/dbformysql/get_database.py +2 -2
  355. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  356. pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
  357. pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
  358. pulumi_azure_native/dbformysql/get_server.py +2 -2
  359. pulumi_azure_native/dbformysql/outputs.py +3 -3
  360. pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
  361. pulumi_azure_native/dbformysql/server.py +3 -3
  362. pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
  363. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  364. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  365. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  366. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  367. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  368. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  369. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  370. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  371. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  372. pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
  373. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  374. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  375. pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
  376. pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
  377. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  378. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  379. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  380. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  381. pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
  382. pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
  383. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  384. pulumi_azure_native/dependencymap/__init__.py +2 -0
  385. pulumi_azure_native/dependencymap/_inputs.py +117 -0
  386. pulumi_azure_native/dependencymap/discovery_source.py +3 -3
  387. pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
  388. pulumi_azure_native/dependencymap/get_map.py +2 -2
  389. pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
  390. pulumi_azure_native/dependencymap/map.py +3 -3
  391. pulumi_azure_native/dependencymap/outputs.py +125 -0
  392. pulumi_azure_native/deviceregistry/asset.py +3 -3
  393. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
  394. pulumi_azure_native/deviceregistry/get_asset.py +2 -2
  395. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
  396. pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
  397. pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
  398. pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
  399. pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
  400. pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
  401. pulumi_azure_native/deviceregistry/get_schema.py +2 -2
  402. pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
  403. pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
  404. pulumi_azure_native/deviceregistry/namespace.py +5 -1
  405. pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
  406. pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
  407. pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
  408. pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
  409. pulumi_azure_native/deviceregistry/schema.py +3 -3
  410. pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
  411. pulumi_azure_native/deviceregistry/schema_version.py +3 -3
  412. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  413. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  414. pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
  415. pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
  416. pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
  417. pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
  418. pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
  419. pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
  420. pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
  421. pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
  422. pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
  423. pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
  424. pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
  425. pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
  426. pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
  427. pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
  428. pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
  429. pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
  430. pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
  431. pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
  432. pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
  433. pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
  434. pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
  435. pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
  436. pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
  437. pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
  438. pulumi_azure_native/durabletask/get_scheduler.py +2 -2
  439. pulumi_azure_native/durabletask/get_task_hub.py +2 -2
  440. pulumi_azure_native/durabletask/retention_policy.py +5 -1
  441. pulumi_azure_native/durabletask/scheduler.py +3 -3
  442. pulumi_azure_native/durabletask/task_hub.py +3 -3
  443. pulumi_azure_native/edge/__init__.py +2 -0
  444. pulumi_azure_native/edge/_inputs.py +39 -2
  445. pulumi_azure_native/edge/get_schema_reference.py +180 -0
  446. pulumi_azure_native/edge/get_site.py +2 -2
  447. pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
  448. pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
  449. pulumi_azure_native/edge/outputs.py +55 -2
  450. pulumi_azure_native/edge/schema_reference.py +229 -0
  451. pulumi_azure_native/edge/site.py +3 -3
  452. pulumi_azure_native/edge/sites_by_service_group.py +3 -3
  453. pulumi_azure_native/edge/sites_by_subscription.py +3 -3
  454. pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
  455. pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
  456. pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
  457. pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
  458. pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
  459. pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
  460. pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
  461. pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
  462. pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
  463. pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
  464. pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
  465. pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
  466. pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
  467. pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
  468. pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
  469. pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
  470. pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
  471. pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
  472. pulumi_azure_native/iothub/certificate.py +3 -3
  473. pulumi_azure_native/iothub/get_certificate.py +2 -2
  474. pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
  475. pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
  476. pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
  477. pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
  478. pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
  479. pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
  480. pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
  481. pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
  482. pulumi_azure_native/iotoperations/akri_connector.py +5 -1
  483. pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
  484. pulumi_azure_native/iotoperations/broker.py +3 -3
  485. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  486. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  487. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  488. pulumi_azure_native/iotoperations/dataflow.py +3 -3
  489. pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
  490. pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
  491. pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
  492. pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
  493. pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
  494. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  495. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  496. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  497. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  498. pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
  499. pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
  500. pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
  501. pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
  502. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  503. pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
  504. pulumi_azure_native/iotoperations/instance.py +3 -3
  505. pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
  506. pulumi_azure_native/keyvault/get_key.py +2 -2
  507. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  508. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  509. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  510. pulumi_azure_native/keyvault/get_secret.py +2 -2
  511. pulumi_azure_native/keyvault/get_vault.py +2 -2
  512. pulumi_azure_native/keyvault/key.py +3 -3
  513. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  514. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  515. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  516. pulumi_azure_native/keyvault/secret.py +3 -3
  517. pulumi_azure_native/keyvault/vault.py +3 -3
  518. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  519. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  520. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  521. pulumi_azure_native/machinelearningservices/_enums.py +24 -0
  522. pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
  523. pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
  524. pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
  525. pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
  526. pulumi_azure_native/machinelearningservices/code_container.py +5 -5
  527. pulumi_azure_native/machinelearningservices/code_version.py +5 -5
  528. pulumi_azure_native/machinelearningservices/component_container.py +5 -5
  529. pulumi_azure_native/machinelearningservices/component_version.py +5 -5
  530. pulumi_azure_native/machinelearningservices/compute.py +5 -5
  531. pulumi_azure_native/machinelearningservices/data_container.py +5 -5
  532. pulumi_azure_native/machinelearningservices/data_version.py +5 -5
  533. pulumi_azure_native/machinelearningservices/datastore.py +5 -5
  534. pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
  535. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  536. pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
  537. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
  538. pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
  539. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
  540. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
  541. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
  542. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
  543. pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
  544. pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
  545. pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
  546. pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
  547. pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
  548. pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
  549. pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
  550. pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
  551. pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
  552. pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
  553. pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
  554. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
  555. pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
  556. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
  557. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
  558. pulumi_azure_native/machinelearningservices/get_job.py +4 -4
  559. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
  560. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
  561. pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
  562. pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
  563. pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
  564. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
  565. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
  566. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
  567. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
  568. pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
  569. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
  570. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
  571. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
  572. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
  573. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
  574. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
  575. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
  576. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
  577. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
  578. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
  579. pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
  580. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
  581. pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
  582. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
  583. pulumi_azure_native/machinelearningservices/job.py +5 -5
  584. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
  585. pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
  586. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
  587. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
  588. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
  589. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
  590. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
  591. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
  592. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
  593. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
  594. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
  595. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  596. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
  597. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
  598. pulumi_azure_native/machinelearningservices/model_container.py +5 -5
  599. pulumi_azure_native/machinelearningservices/model_version.py +5 -5
  600. pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
  601. pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
  602. pulumi_azure_native/machinelearningservices/outputs.py +209 -74
  603. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
  604. pulumi_azure_native/machinelearningservices/registry.py +5 -5
  605. pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
  606. pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
  607. pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
  608. pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
  609. pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
  610. pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
  611. pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
  612. pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
  613. pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
  614. pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
  615. pulumi_azure_native/machinelearningservices/schedule.py +5 -5
  616. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
  617. pulumi_azure_native/machinelearningservices/workspace.py +84 -5
  618. pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
  619. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  620. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  621. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  622. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  623. pulumi_azure_native/mongocluster/get_user.py +2 -2
  624. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  625. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  626. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  627. pulumi_azure_native/mongocluster/user.py +3 -3
  628. pulumi_azure_native/monitor/__init__.py +16 -0
  629. pulumi_azure_native/monitor/_enums.py +260 -0
  630. pulumi_azure_native/monitor/_inputs.py +2492 -79
  631. pulumi_azure_native/monitor/authentication_setting.py +257 -0
  632. pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
  633. pulumi_azure_native/monitor/data_collection_rule.py +5 -1
  634. pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
  635. pulumi_azure_native/monitor/discovery_rule.py +258 -0
  636. pulumi_azure_native/monitor/entity.py +258 -0
  637. pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
  638. pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
  639. pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
  640. pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
  641. pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
  642. pulumi_azure_native/monitor/get_entity.py +174 -0
  643. pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
  644. pulumi_azure_native/monitor/get_issue.py +168 -0
  645. pulumi_azure_native/monitor/get_metric_alert.py +4 -0
  646. pulumi_azure_native/monitor/get_relationship.py +174 -0
  647. pulumi_azure_native/monitor/get_signal_definition.py +174 -0
  648. pulumi_azure_native/monitor/health_model.py +324 -0
  649. pulumi_azure_native/monitor/issue.py +277 -0
  650. pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
  651. pulumi_azure_native/monitor/list_issue_resources.py +118 -0
  652. pulumi_azure_native/monitor/metric_alert.py +5 -1
  653. pulumi_azure_native/monitor/outputs.py +2829 -100
  654. pulumi_azure_native/monitor/relationship.py +257 -0
  655. pulumi_azure_native/monitor/signal_definition.py +258 -0
  656. pulumi_azure_native/netapp/account.py +3 -3
  657. pulumi_azure_native/netapp/backup.py +3 -3
  658. pulumi_azure_native/netapp/backup_policy.py +3 -3
  659. pulumi_azure_native/netapp/backup_vault.py +3 -3
  660. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  661. pulumi_azure_native/netapp/capacity_pool_bucket.py +3 -3
  662. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  663. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  664. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  665. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  666. pulumi_azure_native/netapp/get_account.py +2 -2
  667. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  668. pulumi_azure_native/netapp/get_backup.py +2 -2
  669. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  670. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  671. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  672. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +2 -2
  673. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  674. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  675. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  676. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  677. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  678. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  679. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  680. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  681. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  682. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  683. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  684. pulumi_azure_native/netapp/volume_group.py +3 -3
  685. pulumi_azure_native/network/__init__.py +2 -0
  686. pulumi_azure_native/network/admin_rule.py +3 -3
  687. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  688. pulumi_azure_native/network/application_gateway.py +3 -3
  689. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  690. pulumi_azure_native/network/application_security_group.py +3 -3
  691. pulumi_azure_native/network/azure_firewall.py +3 -3
  692. pulumi_azure_native/network/bastion_host.py +3 -3
  693. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  694. pulumi_azure_native/network/connection_monitor.py +3 -3
  695. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  696. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  697. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  698. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  699. pulumi_azure_native/network/default_admin_rule.py +1 -1
  700. pulumi_azure_native/network/default_user_rule.py +1 -1
  701. pulumi_azure_native/network/dscp_configuration.py +3 -3
  702. pulumi_azure_native/network/express_route_circuit.py +3 -3
  703. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  704. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  705. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  706. pulumi_azure_native/network/express_route_connection.py +3 -3
  707. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  708. pulumi_azure_native/network/express_route_gateway.py +3 -3
  709. pulumi_azure_native/network/express_route_port.py +3 -3
  710. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  711. pulumi_azure_native/network/firewall_policy.py +3 -3
  712. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  713. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  714. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  715. pulumi_azure_native/network/flow_log.py +3 -3
  716. pulumi_azure_native/network/get_active_sessions.py +2 -2
  717. pulumi_azure_native/network/get_admin_rule.py +2 -2
  718. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  719. pulumi_azure_native/network/get_application_gateway.py +2 -2
  720. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  721. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  722. pulumi_azure_native/network/get_application_security_group.py +2 -2
  723. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  724. pulumi_azure_native/network/get_bastion_host.py +2 -2
  725. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  726. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  727. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  728. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  729. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  730. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  731. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  732. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  733. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  734. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  735. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  736. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  737. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  738. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  739. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  740. pulumi_azure_native/network/get_express_route_port.py +2 -2
  741. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  742. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  743. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  744. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  745. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  746. pulumi_azure_native/network/get_flow_log.py +2 -2
  747. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  748. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  749. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  750. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  751. pulumi_azure_native/network/get_ip_group.py +2 -2
  752. pulumi_azure_native/network/get_ipam_pool.py +2 -2
  753. pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
  754. pulumi_azure_native/network/get_load_balancer.py +2 -2
  755. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  756. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  757. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  758. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  759. pulumi_azure_native/network/get_nat_rule.py +2 -2
  760. pulumi_azure_native/network/get_network_group.py +2 -2
  761. pulumi_azure_native/network/get_network_interface.py +2 -2
  762. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  763. pulumi_azure_native/network/get_network_manager.py +2 -2
  764. pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
  765. pulumi_azure_native/network/get_network_profile.py +2 -2
  766. pulumi_azure_native/network/get_network_security_group.py +2 -2
  767. pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
  768. pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
  769. pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
  770. pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
  771. pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
  772. pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
  773. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  774. pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
  775. pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
  776. pulumi_azure_native/network/get_network_watcher.py +2 -2
  777. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  778. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  779. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  780. pulumi_azure_native/network/get_packet_capture.py +2 -2
  781. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  782. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  783. pulumi_azure_native/network/get_private_link_service.py +2 -2
  784. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  785. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  786. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  787. pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
  788. pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
  789. pulumi_azure_native/network/get_route.py +2 -2
  790. pulumi_azure_native/network/get_route_filter.py +2 -2
  791. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  792. pulumi_azure_native/network/get_route_map.py +2 -2
  793. pulumi_azure_native/network/get_route_table.py +2 -2
  794. pulumi_azure_native/network/get_routing_intent.py +2 -2
  795. pulumi_azure_native/network/get_routing_rule.py +2 -2
  796. pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
  797. pulumi_azure_native/network/get_scope_connection.py +2 -2
  798. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  799. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  800. pulumi_azure_native/network/get_security_rule.py +2 -2
  801. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  802. pulumi_azure_native/network/get_security_user_rule.py +2 -2
  803. pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
  804. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  805. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  806. pulumi_azure_native/network/get_static_cidr.py +2 -2
  807. pulumi_azure_native/network/get_static_member.py +2 -2
  808. pulumi_azure_native/network/get_subnet.py +2 -2
  809. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  810. pulumi_azure_native/network/get_verifier_workspace.py +2 -2
  811. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  812. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  813. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  814. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  815. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  816. pulumi_azure_native/network/get_virtual_network.py +2 -2
  817. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  818. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  819. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  820. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  821. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  822. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  823. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  824. pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
  825. pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
  826. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  827. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  828. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  829. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  830. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  831. pulumi_azure_native/network/get_virtual_router.py +2 -2
  832. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  833. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  834. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  835. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  836. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  837. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  838. pulumi_azure_native/network/get_vpn_site.py +2 -2
  839. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  840. pulumi_azure_native/network/hub_route_table.py +3 -3
  841. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  842. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  843. pulumi_azure_native/network/interface_endpoint.py +1 -1
  844. pulumi_azure_native/network/ip_allocation.py +3 -3
  845. pulumi_azure_native/network/ip_group.py +3 -3
  846. pulumi_azure_native/network/ipam_pool.py +3 -3
  847. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  848. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  849. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  850. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  851. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
  852. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  853. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  854. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  855. pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
  856. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
  857. pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
  858. pulumi_azure_native/network/load_balancer.py +3 -3
  859. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  860. pulumi_azure_native/network/local_network_gateway.py +3 -3
  861. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  862. pulumi_azure_native/network/nat_gateway.py +3 -3
  863. pulumi_azure_native/network/nat_rule.py +3 -3
  864. pulumi_azure_native/network/network_group.py +3 -3
  865. pulumi_azure_native/network/network_interface.py +3 -3
  866. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  867. pulumi_azure_native/network/network_manager.py +3 -3
  868. pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
  869. pulumi_azure_native/network/network_profile.py +3 -3
  870. pulumi_azure_native/network/network_security_group.py +3 -3
  871. pulumi_azure_native/network/network_security_perimeter.py +3 -3
  872. pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
  873. pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
  874. pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
  875. pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
  876. pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
  877. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  878. pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
  879. pulumi_azure_native/network/network_watcher.py +3 -3
  880. pulumi_azure_native/network/nsp_access_rule.py +1 -1
  881. pulumi_azure_native/network/nsp_association.py +1 -1
  882. pulumi_azure_native/network/nsp_link.py +1 -1
  883. pulumi_azure_native/network/nsp_profile.py +1 -1
  884. pulumi_azure_native/network/outputs.py +36 -0
  885. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  886. pulumi_azure_native/network/packet_capture.py +3 -3
  887. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  888. pulumi_azure_native/network/private_endpoint.py +3 -3
  889. pulumi_azure_native/network/private_link_service.py +3 -3
  890. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  891. pulumi_azure_native/network/public_ip_address.py +3 -3
  892. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  893. pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
  894. pulumi_azure_native/network/reachability_analysis_run.py +3 -3
  895. pulumi_azure_native/network/route.py +3 -3
  896. pulumi_azure_native/network/route_filter.py +3 -3
  897. pulumi_azure_native/network/route_filter_rule.py +3 -3
  898. pulumi_azure_native/network/route_map.py +3 -3
  899. pulumi_azure_native/network/route_table.py +3 -3
  900. pulumi_azure_native/network/routing_intent.py +3 -3
  901. pulumi_azure_native/network/routing_rule.py +3 -3
  902. pulumi_azure_native/network/routing_rule_collection.py +3 -3
  903. pulumi_azure_native/network/scope_connection.py +3 -3
  904. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  905. pulumi_azure_native/network/security_partner_provider.py +3 -3
  906. pulumi_azure_native/network/security_rule.py +3 -3
  907. pulumi_azure_native/network/security_user_configuration.py +3 -3
  908. pulumi_azure_native/network/security_user_rule.py +3 -3
  909. pulumi_azure_native/network/security_user_rule_collection.py +3 -3
  910. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  911. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  912. pulumi_azure_native/network/static_cidr.py +3 -3
  913. pulumi_azure_native/network/static_member.py +3 -3
  914. pulumi_azure_native/network/subnet.py +3 -3
  915. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  916. pulumi_azure_native/network/user_rule.py +1 -1
  917. pulumi_azure_native/network/user_rule_collection.py +1 -1
  918. pulumi_azure_native/network/verifier_workspace.py +3 -3
  919. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  920. pulumi_azure_native/network/virtual_hub.py +3 -3
  921. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  922. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  923. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  924. pulumi_azure_native/network/virtual_network.py +3 -3
  925. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  926. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  927. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  928. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  929. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  930. pulumi_azure_native/network/virtual_router.py +3 -3
  931. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  932. pulumi_azure_native/network/virtual_wan.py +3 -3
  933. pulumi_azure_native/network/vpn_connection.py +3 -3
  934. pulumi_azure_native/network/vpn_gateway.py +3 -3
  935. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  936. pulumi_azure_native/network/vpn_site.py +3 -3
  937. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  938. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  939. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  940. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  941. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  942. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  943. pulumi_azure_native/networkcloud/cluster.py +3 -3
  944. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  945. pulumi_azure_native/networkcloud/console.py +3 -3
  946. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  947. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  948. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  949. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  950. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  951. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  952. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  953. pulumi_azure_native/networkcloud/get_console.py +2 -2
  954. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  955. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  956. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  957. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  958. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  959. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  960. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  961. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  962. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  963. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  964. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  965. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  966. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  967. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  968. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  969. pulumi_azure_native/networkcloud/rack.py +3 -3
  970. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  971. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  972. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  973. pulumi_azure_native/networkcloud/volume.py +3 -3
  974. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  975. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  976. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  977. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  978. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  979. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  980. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  981. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  982. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  983. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  984. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  985. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  986. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  987. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  988. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  989. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  990. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  991. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  992. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  993. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  994. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  995. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  996. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  997. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  998. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  999. pulumi_azure_native/offazure/site.py +1 -1
  1000. pulumi_azure_native/offazure/sites_controller.py +3 -3
  1001. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  1002. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  1003. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  1004. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  1005. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  1006. pulumi_azure_native/pulumi-plugin.json +1 -1
  1007. pulumi_azure_native/quantum/get_workspace.py +2 -2
  1008. pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
  1009. pulumi_azure_native/quantum/workspace.py +3 -3
  1010. pulumi_azure_native/quota/get_group_quota.py +2 -2
  1011. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  1012. pulumi_azure_native/quota/group_quota.py +3 -3
  1013. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  1014. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  1015. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1016. pulumi_azure_native/redis/_enums.py +52 -1
  1017. pulumi_azure_native/redis/_inputs.py +9 -9
  1018. pulumi_azure_native/redis/access_policy.py +11 -0
  1019. pulumi_azure_native/redis/access_policy_assignment.py +11 -0
  1020. pulumi_azure_native/redis/firewall_rule.py +11 -0
  1021. pulumi_azure_native/redis/get_access_policy.py +17 -2
  1022. pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
  1023. pulumi_azure_native/redis/get_firewall_rule.py +17 -2
  1024. pulumi_azure_native/redis/get_linked_server.py +19 -4
  1025. pulumi_azure_native/redis/get_patch_schedule.py +18 -4
  1026. pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
  1027. pulumi_azure_native/redis/get_redis.py +22 -8
  1028. pulumi_azure_native/redis/linked_server.py +17 -6
  1029. pulumi_azure_native/redis/list_redis_keys.py +2 -2
  1030. pulumi_azure_native/redis/outputs.py +159 -22
  1031. pulumi_azure_native/redis/patch_schedule.py +16 -6
  1032. pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
  1033. pulumi_azure_native/redis/redis.py +20 -14
  1034. pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
  1035. pulumi_azure_native/redisenterprise/database.py +3 -3
  1036. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
  1037. pulumi_azure_native/redisenterprise/get_database.py +2 -2
  1038. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
  1039. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
  1040. pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
  1041. pulumi_azure_native/redisenterprise/list_redis_enterprise_skus_for_scaling.py +4 -0
  1042. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
  1043. pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
  1044. pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
  1045. pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
  1046. pulumi_azure_native/relay/get_namespace.py +7 -7
  1047. pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
  1048. pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
  1049. pulumi_azure_native/relay/get_wcf_relay.py +4 -4
  1050. pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
  1051. pulumi_azure_native/relay/hybrid_connection.py +5 -5
  1052. pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
  1053. pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
  1054. pulumi_azure_native/relay/list_namespace_keys.py +2 -2
  1055. pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
  1056. pulumi_azure_native/relay/namespace.py +10 -10
  1057. pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
  1058. pulumi_azure_native/relay/outputs.py +4 -4
  1059. pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
  1060. pulumi_azure_native/relay/wcf_relay.py +5 -5
  1061. pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
  1062. pulumi_azure_native/resources/_enums.py +6 -0
  1063. pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
  1064. pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
  1065. pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
  1066. pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
  1067. pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
  1068. pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
  1069. pulumi_azure_native/resources/outputs.py +6 -6
  1070. pulumi_azure_native/search/_enums.py +9 -9
  1071. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  1072. pulumi_azure_native/search/get_service.py +4 -4
  1073. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  1074. pulumi_azure_native/search/list_admin_key.py +2 -2
  1075. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  1076. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  1077. pulumi_azure_native/search/service.py +15 -15
  1078. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  1079. pulumi_azure_native/security/defender_for_storage.py +3 -3
  1080. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  1081. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  1082. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  1083. pulumi_azure_native/securityinsights/action.py +3 -3
  1084. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  1085. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  1086. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  1087. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  1088. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  1089. pulumi_azure_native/securityinsights/content_package.py +3 -3
  1090. pulumi_azure_native/securityinsights/content_template.py +3 -3
  1091. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  1092. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  1093. pulumi_azure_native/securityinsights/get_action.py +2 -2
  1094. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  1095. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  1096. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  1097. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  1098. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  1099. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  1100. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  1101. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  1102. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  1103. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  1104. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  1105. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  1106. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  1107. pulumi_azure_native/securityinsights/incident.py +3 -3
  1108. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  1109. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  1110. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  1111. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  1112. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  1113. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  1114. pulumi_azure_native/securityinsights/metadata.py +3 -3
  1115. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  1116. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  1117. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  1118. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1119. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  1120. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  1121. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  1122. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  1123. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  1124. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1125. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1126. pulumi_azure_native/storagecache/__init__.py +2 -0
  1127. pulumi_azure_native/storagecache/_enums.py +10 -0
  1128. pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
  1129. pulumi_azure_native/storagecache/auto_export_job.py +5 -1
  1130. pulumi_azure_native/storagecache/auto_import_job.py +632 -0
  1131. pulumi_azure_native/storagecache/cache.py +3 -3
  1132. pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
  1133. pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
  1134. pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
  1135. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1136. pulumi_azure_native/storagecache/get_import_job.py +2 -2
  1137. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1138. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1139. pulumi_azure_native/storagecache/import_job.py +3 -3
  1140. pulumi_azure_native/storagecache/outputs.py +194 -0
  1141. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1142. pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
  1143. pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
  1144. pulumi_azure_native/storagemover/agent.py +3 -3
  1145. pulumi_azure_native/storagemover/endpoint.py +3 -3
  1146. pulumi_azure_native/storagemover/get_agent.py +2 -2
  1147. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  1148. pulumi_azure_native/storagemover/get_job_definition.py +3 -3
  1149. pulumi_azure_native/storagemover/get_project.py +2 -2
  1150. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  1151. pulumi_azure_native/storagemover/job_definition.py +7 -7
  1152. pulumi_azure_native/storagemover/project.py +3 -3
  1153. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  1154. pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
  1155. pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
  1156. pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
  1157. pulumi_azure_native/storagesync/server_endpoint.py +12 -0
  1158. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  1159. pulumi_azure_native/web/__init__.py +4 -0
  1160. pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
  1161. pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
  1162. pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
  1163. pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
  1164. pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
  1165. pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
  1166. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/METADATA +1 -1
  1167. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/RECORD +1169 -1153
  1168. pulumi_azure_native/hybriddata/__init__.py +0 -17
  1169. pulumi_azure_native/hybriddata/_enums.py +0 -78
  1170. pulumi_azure_native/hybriddata/_inputs.py +0 -214
  1171. pulumi_azure_native/hybriddata/data_store.py +0 -345
  1172. pulumi_azure_native/hybriddata/get_data_store.py +0 -210
  1173. pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
  1174. pulumi_azure_native/hybriddata/job_definition.py +0 -487
  1175. pulumi_azure_native/hybriddata/outputs.py +0 -174
  1176. pulumi_azure_native/storsimple/__init__.py +0 -34
  1177. pulumi_azure_native/storsimple/_enums.py +0 -134
  1178. pulumi_azure_native/storsimple/_inputs.py +0 -418
  1179. pulumi_azure_native/storsimple/access_control_record.py +0 -265
  1180. pulumi_azure_native/storsimple/backup_policy.py +0 -336
  1181. pulumi_azure_native/storsimple/backup_schedule.py +0 -429
  1182. pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
  1183. pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
  1184. pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
  1185. pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
  1186. pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
  1187. pulumi_azure_native/storsimple/get_manager.py +0 -218
  1188. pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
  1189. pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
  1190. pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
  1191. pulumi_azure_native/storsimple/get_volume.py +0 -291
  1192. pulumi_azure_native/storsimple/get_volume_container.py +0 -272
  1193. pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
  1194. pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
  1195. pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
  1196. pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
  1197. pulumi_azure_native/storsimple/manager.py +0 -332
  1198. pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
  1199. pulumi_azure_native/storsimple/outputs.py +0 -750
  1200. pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
  1201. pulumi_azure_native/storsimple/volume.py +0 -457
  1202. pulumi_azure_native/storsimple/volume_container.py +0 -405
  1203. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/WHEEL +0 -0
  1204. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/top_level.txt +0 -0
@@ -117,7 +117,7 @@ class GetPrivateEndpointConnectionResult:
117
117
  @pulumi.getter(name="systemData")
118
118
  def system_data(self) -> 'outputs.SystemDataResponse':
119
119
  """
120
- The system meta data relating to this resource.
120
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
121
121
  """
122
122
  return pulumi.get(self, "system_data")
123
123
 
@@ -125,7 +125,7 @@ class GetPrivateEndpointConnectionResult:
125
125
  @pulumi.getter
126
126
  def type(self) -> builtins.str:
127
127
  """
128
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
128
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
129
129
  """
130
130
  return pulumi.get(self, "type")
131
131
 
@@ -161,7 +161,7 @@ def get_private_endpoint_connection(namespace_name: Optional[builtins.str] = Non
161
161
 
162
162
  :param builtins.str namespace_name: The namespace name
163
163
  :param builtins.str private_endpoint_connection_name: The PrivateEndpointConnection name
164
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
164
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
165
165
  """
166
166
  __args__ = dict()
167
167
  __args__['namespaceName'] = namespace_name
@@ -194,7 +194,7 @@ def get_private_endpoint_connection_output(namespace_name: Optional[pulumi.Input
194
194
 
195
195
  :param builtins.str namespace_name: The namespace name
196
196
  :param builtins.str private_endpoint_connection_name: The PrivateEndpointConnection name
197
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
197
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
198
198
  """
199
199
  __args__ = dict()
200
200
  __args__['namespaceName'] = namespace_name
@@ -156,7 +156,7 @@ class GetWCFRelayResult:
156
156
  @pulumi.getter(name="systemData")
157
157
  def system_data(self) -> 'outputs.SystemDataResponse':
158
158
  """
159
- The system meta data relating to this resource.
159
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
160
160
  """
161
161
  return pulumi.get(self, "system_data")
162
162
 
@@ -164,7 +164,7 @@ class GetWCFRelayResult:
164
164
  @pulumi.getter
165
165
  def type(self) -> builtins.str:
166
166
  """
167
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
167
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
168
168
  """
169
169
  return pulumi.get(self, "type")
170
170
 
@@ -221,7 +221,7 @@ def get_wcf_relay(namespace_name: Optional[builtins.str] = None,
221
221
 
222
222
  :param builtins.str namespace_name: The namespace name
223
223
  :param builtins.str relay_name: The relay name.
224
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
224
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
225
225
  """
226
226
  __args__ = dict()
227
227
  __args__['namespaceName'] = namespace_name
@@ -259,7 +259,7 @@ def get_wcf_relay_output(namespace_name: Optional[pulumi.Input[builtins.str]] =
259
259
 
260
260
  :param builtins.str namespace_name: The namespace name
261
261
  :param builtins.str relay_name: The relay name.
262
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
262
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
263
263
  """
264
264
  __args__ = dict()
265
265
  __args__['namespaceName'] = namespace_name
@@ -95,7 +95,7 @@ class GetWCFRelayAuthorizationRuleResult:
95
95
  @pulumi.getter(name="systemData")
96
96
  def system_data(self) -> 'outputs.SystemDataResponse':
97
97
  """
98
- The system meta data relating to this resource.
98
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
99
99
  """
100
100
  return pulumi.get(self, "system_data")
101
101
 
@@ -103,7 +103,7 @@ class GetWCFRelayAuthorizationRuleResult:
103
103
  @pulumi.getter
104
104
  def type(self) -> builtins.str:
105
105
  """
106
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
106
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
107
107
  """
108
108
  return pulumi.get(self, "type")
109
109
 
@@ -139,7 +139,7 @@ def get_wcf_relay_authorization_rule(authorization_rule_name: Optional[builtins.
139
139
  :param builtins.str authorization_rule_name: The authorization rule name.
140
140
  :param builtins.str namespace_name: The namespace name
141
141
  :param builtins.str relay_name: The relay name.
142
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
142
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
143
143
  """
144
144
  __args__ = dict()
145
145
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -173,7 +173,7 @@ def get_wcf_relay_authorization_rule_output(authorization_rule_name: Optional[pu
173
173
  :param builtins.str authorization_rule_name: The authorization rule name.
174
174
  :param builtins.str namespace_name: The namespace name
175
175
  :param builtins.str relay_name: The relay name.
176
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
176
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
177
177
  """
178
178
  __args__ = dict()
179
179
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -29,7 +29,7 @@ class HybridConnectionArgs:
29
29
  """
30
30
  The set of arguments for constructing a HybridConnection resource.
31
31
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
32
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
32
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
33
33
  :param pulumi.Input[builtins.str] hybrid_connection_name: The hybrid connection name.
34
34
  :param pulumi.Input[builtins.bool] requires_client_authorization: Returns true if client authorization is needed for this hybrid connection; otherwise, false.
35
35
  :param pulumi.Input[builtins.str] user_metadata: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.
@@ -59,7 +59,7 @@ class HybridConnectionArgs:
59
59
  @pulumi.getter(name="resourceGroupName")
60
60
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
61
61
  """
62
- Name of the Resource group within the Azure subscription.
62
+ The name of the resource group. The name is case insensitive.
63
63
  """
64
64
  return pulumi.get(self, "resource_group_name")
65
65
 
@@ -128,7 +128,7 @@ class HybridConnection(pulumi.CustomResource):
128
128
  :param pulumi.Input[builtins.str] hybrid_connection_name: The hybrid connection name.
129
129
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
130
130
  :param pulumi.Input[builtins.bool] requires_client_authorization: Returns true if client authorization is needed for this hybrid connection; otherwise, false.
131
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
131
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
132
132
  :param pulumi.Input[builtins.str] user_metadata: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.
133
133
  """
134
134
  ...
@@ -278,7 +278,7 @@ class HybridConnection(pulumi.CustomResource):
278
278
  @pulumi.getter(name="systemData")
279
279
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
280
280
  """
281
- The system meta data relating to this resource.
281
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
282
282
  """
283
283
  return pulumi.get(self, "system_data")
284
284
 
@@ -286,7 +286,7 @@ class HybridConnection(pulumi.CustomResource):
286
286
  @pulumi.getter
287
287
  def type(self) -> pulumi.Output[builtins.str]:
288
288
  """
289
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
289
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
290
290
  """
291
291
  return pulumi.get(self, "type")
292
292
 
@@ -31,7 +31,7 @@ class HybridConnectionAuthorizationRuleArgs:
31
31
  The set of arguments for constructing a HybridConnectionAuthorizationRule resource.
32
32
  :param pulumi.Input[builtins.str] hybrid_connection_name: The hybrid connection name.
33
33
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
34
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
34
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
35
35
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
36
36
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
37
37
  """
@@ -70,7 +70,7 @@ class HybridConnectionAuthorizationRuleArgs:
70
70
  @pulumi.getter(name="resourceGroupName")
71
71
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
72
72
  """
73
- Name of the Resource group within the Azure subscription.
73
+ The name of the resource group. The name is case insensitive.
74
74
  """
75
75
  return pulumi.get(self, "resource_group_name")
76
76
 
@@ -127,7 +127,7 @@ class HybridConnectionAuthorizationRule(pulumi.CustomResource):
127
127
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
128
128
  :param pulumi.Input[builtins.str] hybrid_connection_name: The hybrid connection name.
129
129
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
130
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
130
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
131
131
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
132
132
  """
133
133
  ...
@@ -258,7 +258,7 @@ class HybridConnectionAuthorizationRule(pulumi.CustomResource):
258
258
  @pulumi.getter(name="systemData")
259
259
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
260
260
  """
261
- The system meta data relating to this resource.
261
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
262
262
  """
263
263
  return pulumi.get(self, "system_data")
264
264
 
@@ -266,7 +266,7 @@ class HybridConnectionAuthorizationRule(pulumi.CustomResource):
266
266
  @pulumi.getter
267
267
  def type(self) -> pulumi.Output[builtins.str]:
268
268
  """
269
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
269
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
270
270
  """
271
271
  return pulumi.get(self, "type")
272
272
 
@@ -114,7 +114,7 @@ def list_hybrid_connection_keys(authorization_rule_name: Optional[builtins.str]
114
114
  :param builtins.str authorization_rule_name: The authorization rule name.
115
115
  :param builtins.str hybrid_connection_name: The hybrid connection name.
116
116
  :param builtins.str namespace_name: The namespace name
117
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
117
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
118
118
  """
119
119
  __args__ = dict()
120
120
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -146,7 +146,7 @@ def list_hybrid_connection_keys_output(authorization_rule_name: Optional[pulumi.
146
146
  :param builtins.str authorization_rule_name: The authorization rule name.
147
147
  :param builtins.str hybrid_connection_name: The hybrid connection name.
148
148
  :param builtins.str namespace_name: The namespace name
149
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
149
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
150
150
  """
151
151
  __args__ = dict()
152
152
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -112,7 +112,7 @@ def list_namespace_keys(authorization_rule_name: Optional[builtins.str] = None,
112
112
 
113
113
  :param builtins.str authorization_rule_name: The authorization rule name.
114
114
  :param builtins.str namespace_name: The namespace name
115
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
115
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
116
116
  """
117
117
  __args__ = dict()
118
118
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -141,7 +141,7 @@ def list_namespace_keys_output(authorization_rule_name: Optional[pulumi.Input[bu
141
141
 
142
142
  :param builtins.str authorization_rule_name: The authorization rule name.
143
143
  :param builtins.str namespace_name: The namespace name
144
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
144
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
145
145
  """
146
146
  __args__ = dict()
147
147
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -114,7 +114,7 @@ def list_wcf_relay_keys(authorization_rule_name: Optional[builtins.str] = None,
114
114
  :param builtins.str authorization_rule_name: The authorization rule name.
115
115
  :param builtins.str namespace_name: The namespace name
116
116
  :param builtins.str relay_name: The relay name.
117
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
117
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
118
118
  """
119
119
  __args__ = dict()
120
120
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -146,7 +146,7 @@ def list_wcf_relay_keys_output(authorization_rule_name: Optional[pulumi.Input[bu
146
146
  :param builtins.str authorization_rule_name: The authorization rule name.
147
147
  :param builtins.str namespace_name: The namespace name
148
148
  :param builtins.str relay_name: The relay name.
149
- :param builtins.str resource_group_name: Name of the Resource group within the Azure subscription.
149
+ :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
150
150
  """
151
151
  __args__ = dict()
152
152
  __args__['authorizationRuleName'] = authorization_rule_name
@@ -32,8 +32,8 @@ class NamespaceArgs:
32
32
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
33
33
  """
34
34
  The set of arguments for constructing a Namespace resource.
35
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
36
- :param pulumi.Input[builtins.str] location: Resource location.
35
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
36
+ :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
37
37
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
38
38
  :param pulumi.Input[Sequence[pulumi.Input['PrivateEndpointConnectionArgs']]] private_endpoint_connections: List of private endpoint connections.
39
39
  These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
@@ -61,7 +61,7 @@ class NamespaceArgs:
61
61
  @pulumi.getter(name="resourceGroupName")
62
62
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
63
63
  """
64
- Name of the Resource group within the Azure subscription.
64
+ The name of the resource group. The name is case insensitive.
65
65
  """
66
66
  return pulumi.get(self, "resource_group_name")
67
67
 
@@ -73,7 +73,7 @@ class NamespaceArgs:
73
73
  @pulumi.getter
74
74
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
75
75
  """
76
- Resource location.
76
+ The geo-location where the resource lives
77
77
  """
78
78
  return pulumi.get(self, "location")
79
79
 
@@ -166,12 +166,12 @@ class Namespace(pulumi.CustomResource):
166
166
 
167
167
  :param str resource_name: The name of the resource.
168
168
  :param pulumi.ResourceOptions opts: Options for the resource.
169
- :param pulumi.Input[builtins.str] location: Resource location.
169
+ :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
170
170
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
171
171
  :param pulumi.Input[Sequence[pulumi.Input[Union['PrivateEndpointConnectionArgs', 'PrivateEndpointConnectionArgsDict']]]] private_endpoint_connections: List of private endpoint connections.
172
172
  These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
173
173
  :param pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']] public_network_access: This determines if traffic is allowed over public network. By default it is enabled.
174
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
174
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
175
175
  :param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: SKU of the namespace.
176
176
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
177
177
  """
@@ -301,7 +301,7 @@ class Namespace(pulumi.CustomResource):
301
301
  @pulumi.getter
302
302
  def location(self) -> pulumi.Output[builtins.str]:
303
303
  """
304
- Resource location.
304
+ The geo-location where the resource lives
305
305
  """
306
306
  return pulumi.get(self, "location")
307
307
 
@@ -317,7 +317,7 @@ class Namespace(pulumi.CustomResource):
317
317
  @pulumi.getter
318
318
  def name(self) -> pulumi.Output[builtins.str]:
319
319
  """
320
- Resource name.
320
+ The name of the resource
321
321
  """
322
322
  return pulumi.get(self, "name")
323
323
 
@@ -373,7 +373,7 @@ class Namespace(pulumi.CustomResource):
373
373
  @pulumi.getter(name="systemData")
374
374
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
375
375
  """
376
- The system meta data relating to this resource.
376
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
377
377
  """
378
378
  return pulumi.get(self, "system_data")
379
379
 
@@ -389,7 +389,7 @@ class Namespace(pulumi.CustomResource):
389
389
  @pulumi.getter
390
390
  def type(self) -> pulumi.Output[builtins.str]:
391
391
  """
392
- Resource type.
392
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
393
393
  """
394
394
  return pulumi.get(self, "type")
395
395
 
@@ -29,7 +29,7 @@ class NamespaceAuthorizationRuleArgs:
29
29
  """
30
30
  The set of arguments for constructing a NamespaceAuthorizationRule resource.
31
31
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
32
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
32
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
33
33
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
34
34
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
35
35
  """
@@ -55,7 +55,7 @@ class NamespaceAuthorizationRuleArgs:
55
55
  @pulumi.getter(name="resourceGroupName")
56
56
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
57
57
  """
58
- Name of the Resource group within the Azure subscription.
58
+ The name of the resource group. The name is case insensitive.
59
59
  """
60
60
  return pulumi.get(self, "resource_group_name")
61
61
 
@@ -110,7 +110,7 @@ class NamespaceAuthorizationRule(pulumi.CustomResource):
110
110
  :param pulumi.ResourceOptions opts: Options for the resource.
111
111
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
112
112
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
113
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
113
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
114
114
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
115
115
  """
116
116
  ...
@@ -237,7 +237,7 @@ class NamespaceAuthorizationRule(pulumi.CustomResource):
237
237
  @pulumi.getter(name="systemData")
238
238
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
239
239
  """
240
- The system meta data relating to this resource.
240
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
241
241
  """
242
242
  return pulumi.get(self, "system_data")
243
243
 
@@ -245,7 +245,7 @@ class NamespaceAuthorizationRule(pulumi.CustomResource):
245
245
  @pulumi.getter
246
246
  def type(self) -> pulumi.Output[builtins.str]:
247
247
  """
248
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
248
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
249
249
  """
250
250
  return pulumi.get(self, "type")
251
251
 
@@ -102,8 +102,8 @@ class PrivateEndpointConnectionResponse(dict):
102
102
  :param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
103
103
  :param builtins.str location: The geo-location where the resource lives
104
104
  :param builtins.str name: The name of the resource
105
- :param 'SystemDataResponse' system_data: The system meta data relating to this resource.
106
- :param builtins.str type: The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
105
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
106
+ :param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
107
107
  :param 'PrivateEndpointResponse' private_endpoint: The Private Endpoint resource for this Connection.
108
108
  :param 'ConnectionStateResponse' private_link_service_connection_state: Details about the state of the connection.
109
109
  :param builtins.str provisioning_state: Provisioning state of the Private Endpoint Connection.
@@ -148,7 +148,7 @@ class PrivateEndpointConnectionResponse(dict):
148
148
  @pulumi.getter(name="systemData")
149
149
  def system_data(self) -> 'outputs.SystemDataResponse':
150
150
  """
151
- The system meta data relating to this resource.
151
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
152
152
  """
153
153
  return pulumi.get(self, "system_data")
154
154
 
@@ -156,7 +156,7 @@ class PrivateEndpointConnectionResponse(dict):
156
156
  @pulumi.getter
157
157
  def type(self) -> builtins.str:
158
158
  """
159
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
159
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
160
160
  """
161
161
  return pulumi.get(self, "type")
162
162
 
@@ -32,7 +32,7 @@ class PrivateEndpointConnectionInitArgs:
32
32
  """
33
33
  The set of arguments for constructing a PrivateEndpointConnection resource.
34
34
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
35
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
35
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input['PrivateEndpointArgs'] private_endpoint: The Private Endpoint resource for this Connection.
37
37
  :param pulumi.Input[builtins.str] private_endpoint_connection_name: The PrivateEndpointConnection name
38
38
  :param pulumi.Input['ConnectionStateArgs'] private_link_service_connection_state: Details about the state of the connection.
@@ -65,7 +65,7 @@ class PrivateEndpointConnectionInitArgs:
65
65
  @pulumi.getter(name="resourceGroupName")
66
66
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
67
67
  """
68
- Name of the Resource group within the Azure subscription.
68
+ The name of the resource group. The name is case insensitive.
69
69
  """
70
70
  return pulumi.get(self, "resource_group_name")
71
71
 
@@ -149,7 +149,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
149
149
  :param pulumi.Input[builtins.str] private_endpoint_connection_name: The PrivateEndpointConnection name
150
150
  :param pulumi.Input[Union['ConnectionStateArgs', 'ConnectionStateArgsDict']] private_link_service_connection_state: Details about the state of the connection.
151
151
  :param pulumi.Input[Union[builtins.str, 'EndPointProvisioningState']] provisioning_state: Provisioning state of the Private Endpoint Connection.
152
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
152
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
153
153
  """
154
154
  ...
155
155
  @overload
@@ -295,7 +295,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
295
295
  @pulumi.getter(name="systemData")
296
296
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
297
297
  """
298
- The system meta data relating to this resource.
298
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
299
299
  """
300
300
  return pulumi.get(self, "system_data")
301
301
 
@@ -303,7 +303,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
303
303
  @pulumi.getter
304
304
  def type(self) -> pulumi.Output[builtins.str]:
305
305
  """
306
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
306
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
307
307
  """
308
308
  return pulumi.get(self, "type")
309
309
 
@@ -32,7 +32,7 @@ class WCFRelayArgs:
32
32
  """
33
33
  The set of arguments for constructing a WCFRelay resource.
34
34
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
35
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
35
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input[builtins.str] relay_name: The relay name.
37
37
  :param pulumi.Input['Relaytype'] relay_type: WCF relay type.
38
38
  :param pulumi.Input[builtins.bool] requires_client_authorization: Returns true if client authorization is needed for this relay; otherwise, false.
@@ -68,7 +68,7 @@ class WCFRelayArgs:
68
68
  @pulumi.getter(name="resourceGroupName")
69
69
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
70
70
  """
71
- Name of the Resource group within the Azure subscription.
71
+ The name of the resource group. The name is case insensitive.
72
72
  """
73
73
  return pulumi.get(self, "resource_group_name")
74
74
 
@@ -165,7 +165,7 @@ class WCFRelay(pulumi.CustomResource):
165
165
  :param pulumi.Input['Relaytype'] relay_type: WCF relay type.
166
166
  :param pulumi.Input[builtins.bool] requires_client_authorization: Returns true if client authorization is needed for this relay; otherwise, false.
167
167
  :param pulumi.Input[builtins.bool] requires_transport_security: Returns true if transport security is needed for this relay; otherwise, false.
168
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
168
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
169
169
  :param pulumi.Input[builtins.str] user_metadata: The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored.
170
170
  """
171
171
  ...
@@ -347,7 +347,7 @@ class WCFRelay(pulumi.CustomResource):
347
347
  @pulumi.getter(name="systemData")
348
348
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
349
349
  """
350
- The system meta data relating to this resource.
350
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
351
351
  """
352
352
  return pulumi.get(self, "system_data")
353
353
 
@@ -355,7 +355,7 @@ class WCFRelay(pulumi.CustomResource):
355
355
  @pulumi.getter
356
356
  def type(self) -> pulumi.Output[builtins.str]:
357
357
  """
358
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
358
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
359
359
  """
360
360
  return pulumi.get(self, "type")
361
361
 
@@ -31,7 +31,7 @@ class WCFRelayAuthorizationRuleArgs:
31
31
  The set of arguments for constructing a WCFRelayAuthorizationRule resource.
32
32
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
33
33
  :param pulumi.Input[builtins.str] relay_name: The relay name.
34
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
34
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
35
35
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
36
36
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
37
37
  """
@@ -70,7 +70,7 @@ class WCFRelayAuthorizationRuleArgs:
70
70
  @pulumi.getter(name="resourceGroupName")
71
71
  def resource_group_name(self) -> pulumi.Input[builtins.str]:
72
72
  """
73
- Name of the Resource group within the Azure subscription.
73
+ The name of the resource group. The name is case insensitive.
74
74
  """
75
75
  return pulumi.get(self, "resource_group_name")
76
76
 
@@ -127,7 +127,7 @@ class WCFRelayAuthorizationRule(pulumi.CustomResource):
127
127
  :param pulumi.Input[builtins.str] authorization_rule_name: The authorization rule name.
128
128
  :param pulumi.Input[builtins.str] namespace_name: The namespace name
129
129
  :param pulumi.Input[builtins.str] relay_name: The relay name.
130
- :param pulumi.Input[builtins.str] resource_group_name: Name of the Resource group within the Azure subscription.
130
+ :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
131
131
  :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AccessRights']]]] rights: The rights associated with the rule.
132
132
  """
133
133
  ...
@@ -258,7 +258,7 @@ class WCFRelayAuthorizationRule(pulumi.CustomResource):
258
258
  @pulumi.getter(name="systemData")
259
259
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
260
260
  """
261
- The system meta data relating to this resource.
261
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
262
262
  """
263
263
  return pulumi.get(self, "system_data")
264
264
 
@@ -266,7 +266,7 @@ class WCFRelayAuthorizationRule(pulumi.CustomResource):
266
266
  @pulumi.getter
267
267
  def type(self) -> pulumi.Output[builtins.str]:
268
268
  """
269
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
269
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
270
270
  """
271
271
  return pulumi.get(self, "type")
272
272
 
@@ -64,7 +64,13 @@ class DeploymentStacksDeleteDetachEnum(builtins.str, Enum):
64
64
  Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
65
65
  """
66
66
  DELETE = "delete"
67
+ """
68
+ Delete the specified resources from Azure
69
+ """
67
70
  DETACH = "detach"
71
+ """
72
+ Keep the specified resources in Azure
73
+ """
68
74
 
69
75
 
70
76
  @pulumi.type_token("azure-native:resources:ExpressionEvaluationOptionsScopeType")