pulumi-azure-native 3.7.1__py3-none-any.whl → 3.8.0a1755549300__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 (368) hide show
  1. pulumi_azure_native/__init__.py +2 -0
  2. pulumi_azure_native/apimanagement/__init__.py +5 -0
  3. pulumi_azure_native/apimanagement/api.py +3 -3
  4. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  5. pulumi_azure_native/apimanagement/api_gateway.py +3 -3
  6. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
  7. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  8. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  9. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  10. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  11. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  12. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  13. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  14. pulumi_azure_native/apimanagement/api_release.py +3 -3
  15. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  16. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  17. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  18. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  19. pulumi_azure_native/apimanagement/authorization.py +3 -3
  20. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  23. pulumi_azure_native/apimanagement/backend.py +3 -3
  24. pulumi_azure_native/apimanagement/cache.py +3 -3
  25. pulumi_azure_native/apimanagement/certificate.py +3 -3
  26. pulumi_azure_native/apimanagement/client_application.py +314 -0
  27. pulumi_azure_native/apimanagement/client_application_product_link.py +246 -0
  28. pulumi_azure_native/apimanagement/content_item.py +3 -3
  29. pulumi_azure_native/apimanagement/content_type.py +3 -3
  30. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  31. pulumi_azure_native/apimanagement/documentation.py +3 -3
  32. pulumi_azure_native/apimanagement/email_template.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  35. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  36. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  37. pulumi_azure_native/apimanagement/get_api.py +2 -2
  38. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  39. pulumi_azure_native/apimanagement/get_api_gateway.py +2 -2
  40. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
  41. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  53. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  54. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  58. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  59. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  60. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  61. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  62. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  63. pulumi_azure_native/apimanagement/get_client_application.py +223 -0
  64. pulumi_azure_native/apimanagement/get_client_application_product_link.py +159 -0
  65. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  66. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  67. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  68. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  69. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  70. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  71. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  72. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  73. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  74. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  75. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  76. pulumi_azure_native/apimanagement/get_group.py +2 -2
  77. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  78. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  79. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  80. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  81. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  82. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  83. pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
  84. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product.py +2 -2
  86. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  87. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  88. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  89. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  90. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  94. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  95. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  96. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  97. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  98. pulumi_azure_native/apimanagement/get_user.py +2 -2
  99. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  101. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  106. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  107. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  108. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  109. pulumi_azure_native/apimanagement/get_workspace_backend.py +2 -2
  110. pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
  111. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  113. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_logger.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  123. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  124. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  125. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  126. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  127. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  128. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  129. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  130. pulumi_azure_native/apimanagement/group.py +3 -3
  131. pulumi_azure_native/apimanagement/group_user.py +3 -3
  132. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  133. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  134. pulumi_azure_native/apimanagement/list_client_application_secrets.py +98 -0
  135. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  136. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  137. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  138. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  139. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  140. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  141. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  142. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  143. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  144. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  145. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  146. pulumi_azure_native/apimanagement/logger.py +3 -3
  147. pulumi_azure_native/apimanagement/named_value.py +3 -3
  148. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  149. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  150. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  151. pulumi_azure_native/apimanagement/outputs.py +35 -0
  152. pulumi_azure_native/apimanagement/policy.py +3 -3
  153. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  154. pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
  155. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  156. pulumi_azure_native/apimanagement/product.py +3 -3
  157. pulumi_azure_native/apimanagement/product_api.py +3 -3
  158. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  159. pulumi_azure_native/apimanagement/product_group.py +3 -3
  160. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  161. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  162. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  163. pulumi_azure_native/apimanagement/schema.py +1 -1
  164. pulumi_azure_native/apimanagement/subscription.py +3 -3
  165. pulumi_azure_native/apimanagement/tag.py +3 -3
  166. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  167. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  168. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  169. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  170. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  171. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  172. pulumi_azure_native/apimanagement/user.py +3 -3
  173. pulumi_azure_native/apimanagement/workspace.py +3 -3
  174. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  175. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +3 -3
  176. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  177. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  178. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  179. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  180. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  181. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  182. pulumi_azure_native/apimanagement/workspace_backend.py +3 -3
  183. pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
  184. pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
  185. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  186. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  187. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  188. pulumi_azure_native/apimanagement/workspace_logger.py +3 -3
  189. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  190. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  191. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  192. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  193. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  194. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  195. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  196. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  197. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  198. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  199. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  200. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  201. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  202. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  203. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  204. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  205. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  206. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  207. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
  208. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
  209. pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
  210. pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
  211. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  212. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  213. pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +6 -6
  214. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  215. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  216. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  217. pulumi_azure_native/azuredatatransfer/outputs.py +18 -18
  218. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  219. pulumi_azure_native/azurefleet/fleet.py +3 -3
  220. pulumi_azure_native/azurefleet/get_fleet.py +2 -2
  221. pulumi_azure_native/containerservice/deployment_safeguard.py +3 -3
  222. pulumi_azure_native/containerservice/get_deployment_safeguard.py +2 -2
  223. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
  224. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
  225. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  226. pulumi_azure_native/datamigration/file.py +3 -3
  227. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
  228. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
  229. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  230. pulumi_azure_native/datamigration/get_file.py +2 -2
  231. pulumi_azure_native/datamigration/get_migration_service.py +2 -2
  232. pulumi_azure_native/datamigration/get_project.py +2 -2
  233. pulumi_azure_native/datamigration/get_service.py +2 -2
  234. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  235. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  236. pulumi_azure_native/datamigration/get_task.py +2 -2
  237. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  238. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  239. pulumi_azure_native/datamigration/migration_service.py +3 -3
  240. pulumi_azure_native/datamigration/project.py +3 -3
  241. pulumi_azure_native/datamigration/service.py +3 -3
  242. pulumi_azure_native/datamigration/service_task.py +3 -3
  243. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  244. pulumi_azure_native/datamigration/task.py +3 -3
  245. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  246. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  247. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  249. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  250. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  261. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  262. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  264. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  269. pulumi_azure_native/edge/config_template.py +5 -1
  270. pulumi_azure_native/edge/configuration.py +5 -1
  271. pulumi_azure_native/edge/configuration_reference.py +5 -1
  272. pulumi_azure_native/edge/context.py +5 -1
  273. pulumi_azure_native/edge/diagnostic.py +5 -1
  274. pulumi_azure_native/edge/dynamic_configuration.py +5 -1
  275. pulumi_azure_native/edge/dynamic_configuration_version.py +5 -1
  276. pulumi_azure_native/edge/dynamic_schema.py +5 -1
  277. pulumi_azure_native/edge/dynamic_schema_version.py +26 -22
  278. pulumi_azure_native/edge/execution.py +5 -1
  279. pulumi_azure_native/edge/get_config_template.py +4 -0
  280. pulumi_azure_native/edge/get_configuration.py +4 -0
  281. pulumi_azure_native/edge/get_configuration_reference.py +4 -0
  282. pulumi_azure_native/edge/get_context.py +4 -0
  283. pulumi_azure_native/edge/get_diagnostic.py +4 -0
  284. pulumi_azure_native/edge/get_dynamic_configuration.py +4 -0
  285. pulumi_azure_native/edge/get_dynamic_configuration_version.py +4 -0
  286. pulumi_azure_native/edge/get_dynamic_schema.py +4 -0
  287. pulumi_azure_native/edge/get_dynamic_schema_version.py +10 -6
  288. pulumi_azure_native/edge/get_execution.py +4 -0
  289. pulumi_azure_native/edge/get_instance.py +4 -0
  290. pulumi_azure_native/edge/get_schema.py +4 -0
  291. pulumi_azure_native/edge/get_schema_version.py +4 -0
  292. pulumi_azure_native/edge/get_site_reference.py +4 -0
  293. pulumi_azure_native/edge/get_solution.py +4 -0
  294. pulumi_azure_native/edge/get_solution_template.py +4 -0
  295. pulumi_azure_native/edge/get_solution_version.py +4 -0
  296. pulumi_azure_native/edge/get_target.py +4 -0
  297. pulumi_azure_native/edge/get_workflow.py +4 -0
  298. pulumi_azure_native/edge/get_workflow_version.py +4 -0
  299. pulumi_azure_native/edge/instance.py +5 -1
  300. pulumi_azure_native/edge/schema.py +5 -1
  301. pulumi_azure_native/edge/schema_version.py +5 -1
  302. pulumi_azure_native/edge/site_reference.py +5 -1
  303. pulumi_azure_native/edge/solution.py +5 -1
  304. pulumi_azure_native/edge/solution_template.py +5 -1
  305. pulumi_azure_native/edge/solution_version.py +5 -1
  306. pulumi_azure_native/edge/target.py +5 -1
  307. pulumi_azure_native/edge/workflow.py +5 -1
  308. pulumi_azure_native/edge/workflow_version.py +5 -1
  309. pulumi_azure_native/healthdataaiservices/deid_service.py +0 -4
  310. pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -4
  311. pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -4
  312. pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -4
  313. pulumi_azure_native/loadtestservice/_enums.py +3 -3
  314. pulumi_azure_native/loadtestservice/get_playwright_workspace.py +25 -7
  315. pulumi_azure_native/loadtestservice/playwright_workspace.py +24 -10
  316. pulumi_azure_native/netapp/account.py +3 -3
  317. pulumi_azure_native/netapp/backup.py +3 -3
  318. pulumi_azure_native/netapp/backup_policy.py +3 -3
  319. pulumi_azure_native/netapp/backup_vault.py +3 -3
  320. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  321. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  322. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  323. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  324. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  325. pulumi_azure_native/netapp/get_account.py +2 -2
  326. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  327. pulumi_azure_native/netapp/get_backup.py +2 -2
  328. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  329. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  330. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  331. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  332. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  333. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  334. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  335. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  336. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  337. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  338. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  339. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  340. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  341. pulumi_azure_native/netapp/volume_group.py +3 -3
  342. pulumi_azure_native/pulumi-plugin.json +1 -1
  343. pulumi_azure_native/servicefabric/application.py +3 -3
  344. pulumi_azure_native/servicefabric/application_type.py +3 -3
  345. pulumi_azure_native/servicefabric/application_type_version.py +3 -3
  346. pulumi_azure_native/servicefabric/get_application.py +2 -2
  347. pulumi_azure_native/servicefabric/get_application_type.py +2 -2
  348. pulumi_azure_native/servicefabric/get_application_type_version.py +2 -2
  349. pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
  350. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  351. pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +2 -2
  352. pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
  353. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  354. pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +2 -2
  355. pulumi_azure_native/servicefabric/get_service.py +2 -2
  356. pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +2 -2
  357. pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +2 -2
  358. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  359. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  360. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  361. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  362. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  363. pulumi_azure_native/servicefabric/node_type.py +3 -3
  364. pulumi_azure_native/servicefabric/service.py +3 -3
  365. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0a1755549300.dist-info}/METADATA +1 -1
  366. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0a1755549300.dist-info}/RECORD +368 -363
  367. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0a1755549300.dist-info}/WHEEL +0 -0
  368. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0a1755549300.dist-info}/top_level.txt +0 -0
@@ -215,7 +215,7 @@ def get_identity_provider(identity_provider_name: Optional[builtins.str] = None,
215
215
 
216
216
  Uses Azure REST API version 2022-09-01-preview.
217
217
 
218
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
219
219
 
220
220
 
221
221
  :param builtins.str identity_provider_name: Identity Provider Type identifier.
@@ -253,7 +253,7 @@ def get_identity_provider_output(identity_provider_name: Optional[pulumi.Input[b
253
253
 
254
254
  Uses Azure REST API version 2022-09-01-preview.
255
255
 
256
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
256
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
257
257
 
258
258
 
259
259
  :param builtins.str identity_provider_name: Identity Provider Type identifier.
@@ -156,7 +156,7 @@ def get_logger(logger_id: Optional[builtins.str] = None,
156
156
 
157
157
  Uses Azure REST API version 2022-09-01-preview.
158
158
 
159
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
160
 
161
161
 
162
162
  :param builtins.str logger_id: Logger identifier. Must be unique in the API Management service instance.
@@ -189,7 +189,7 @@ def get_logger_output(logger_id: Optional[pulumi.Input[builtins.str]] = None,
189
189
 
190
190
  Uses Azure REST API version 2022-09-01-preview.
191
191
 
192
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
193
193
 
194
194
 
195
195
  :param builtins.str logger_id: Logger identifier. Must be unique in the API Management service instance.
@@ -156,7 +156,7 @@ def get_named_value(named_value_id: Optional[builtins.str] = None,
156
156
 
157
157
  Uses Azure REST API version 2022-09-01-preview.
158
158
 
159
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
160
 
161
161
 
162
162
  :param builtins.str named_value_id: Identifier of the NamedValue.
@@ -189,7 +189,7 @@ def get_named_value_output(named_value_id: Optional[pulumi.Input[builtins.str]]
189
189
 
190
190
  Uses Azure REST API version 2022-09-01-preview.
191
191
 
192
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
193
193
 
194
194
 
195
195
  :param builtins.str named_value_id: Identifier of the NamedValue.
@@ -179,7 +179,7 @@ def get_open_id_connect_provider(opid: Optional[builtins.str] = None,
179
179
 
180
180
  Uses Azure REST API version 2022-09-01-preview.
181
181
 
182
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
182
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
183
183
 
184
184
 
185
185
  :param builtins.str opid: Identifier of the OpenID Connect Provider.
@@ -214,7 +214,7 @@ def get_open_id_connect_provider_output(opid: Optional[pulumi.Input[builtins.str
214
214
 
215
215
  Uses Azure REST API version 2022-09-01-preview.
216
216
 
217
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
217
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
218
 
219
219
 
220
220
  :param builtins.str opid: Identifier of the OpenID Connect Provider.
@@ -120,7 +120,7 @@ def get_policy(format: Optional[builtins.str] = None,
120
120
 
121
121
  Uses Azure REST API version 2022-09-01-preview.
122
122
 
123
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
124
 
125
125
 
126
126
  :param builtins.str format: Policy Export Format.
@@ -153,7 +153,7 @@ def get_policy_output(format: Optional[pulumi.Input[Optional[builtins.str]]] = N
153
153
 
154
154
  Uses Azure REST API version 2022-09-01-preview.
155
155
 
156
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
156
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
157
157
 
158
158
 
159
159
  :param builtins.str format: Policy Export Format.
@@ -132,7 +132,7 @@ def get_policy_fragment(format: Optional[builtins.str] = None,
132
132
 
133
133
  Uses Azure REST API version 2022-09-01-preview.
134
134
 
135
- Other available API versions: 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
135
+ Other available API versions: 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
136
136
 
137
137
 
138
138
  :param builtins.str format: Policy fragment content format.
@@ -166,7 +166,7 @@ def get_policy_fragment_output(format: Optional[pulumi.Input[Optional[builtins.s
166
166
 
167
167
  Uses Azure REST API version 2022-09-01-preview.
168
168
 
169
- Other available API versions: 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
169
+ Other available API versions: 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
170
170
 
171
171
 
172
172
  :param builtins.str format: Policy fragment content format.
@@ -119,7 +119,7 @@ def get_policy_restriction(policy_restriction_id: Optional[builtins.str] = None,
119
119
 
120
120
  Uses Azure REST API version 2024-06-01-preview.
121
121
 
122
- Other available API versions: 2023-05-01-preview, 2023-09-01-preview, 2024-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
122
+ Other available API versions: 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
123
 
124
124
 
125
125
  :param builtins.str policy_restriction_id: Policy restrictions after an entity level
@@ -149,7 +149,7 @@ def get_policy_restriction_output(policy_restriction_id: Optional[pulumi.Input[b
149
149
 
150
150
  Uses Azure REST API version 2024-06-01-preview.
151
151
 
152
- Other available API versions: 2023-05-01-preview, 2023-09-01-preview, 2024-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
152
+ Other available API versions: 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
153
 
154
154
 
155
155
  :param builtins.str policy_restriction_id: Policy restrictions after an entity level
@@ -132,7 +132,7 @@ def get_private_endpoint_connection_by_name(private_endpoint_connection_name: Op
132
132
 
133
133
  Uses Azure REST API version 2022-09-01-preview.
134
134
 
135
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
135
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
136
136
 
137
137
 
138
138
  :param builtins.str private_endpoint_connection_name: Name of the private endpoint connection.
@@ -163,7 +163,7 @@ def get_private_endpoint_connection_by_name_output(private_endpoint_connection_n
163
163
 
164
164
  Uses Azure REST API version 2022-09-01-preview.
165
165
 
166
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
166
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
167
167
 
168
168
 
169
169
  :param builtins.str private_endpoint_connection_name: Name of the private endpoint connection.
@@ -179,7 +179,7 @@ def get_product(product_id: Optional[builtins.str] = None,
179
179
 
180
180
  Uses Azure REST API version 2022-09-01-preview.
181
181
 
182
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
182
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
183
183
 
184
184
 
185
185
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -214,7 +214,7 @@ def get_product_output(product_id: Optional[pulumi.Input[builtins.str]] = None,
214
214
 
215
215
  Uses Azure REST API version 2022-09-01-preview.
216
216
 
217
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
217
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
218
 
219
219
 
220
220
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -108,7 +108,7 @@ def get_product_api_link(api_link_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str api_link_id: Product-API link identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_product_api_link_output(api_link_id: Optional[pulumi.Input[builtins.str]
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str api_link_id: Product-API link identifier. Must be unique in the current API Management service instance.
@@ -108,7 +108,7 @@ def get_product_group_link(group_link_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str group_link_id: Product-Group link identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_product_group_link_output(group_link_id: Optional[pulumi.Input[builtins.
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str group_link_id: Product-Group link identifier. Must be unique in the current API Management service instance.
@@ -121,7 +121,7 @@ def get_product_policy(format: Optional[builtins.str] = None,
121
121
 
122
122
  Uses Azure REST API version 2022-09-01-preview.
123
123
 
124
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
125
125
 
126
126
 
127
127
  :param builtins.str format: Policy Export Format.
@@ -157,7 +157,7 @@ def get_product_policy_output(format: Optional[pulumi.Input[Optional[builtins.st
157
157
 
158
158
  Uses Azure REST API version 2022-09-01-preview.
159
159
 
160
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
161
161
 
162
162
 
163
163
  :param builtins.str format: Policy Export Format.
@@ -108,7 +108,7 @@ def get_product_wiki(product_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -137,7 +137,7 @@ def get_product_wiki_output(product_id: Optional[pulumi.Input[builtins.str]] = N
137
137
 
138
138
  Uses Azure REST API version 2022-09-01-preview.
139
139
 
140
- Other available API versions: 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
140
+ Other available API versions: 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
141
141
 
142
142
 
143
143
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -251,7 +251,7 @@ def get_subscription(resource_group_name: Optional[builtins.str] = None,
251
251
 
252
252
  Uses Azure REST API version 2022-09-01-preview.
253
253
 
254
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
254
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
255
255
 
256
256
 
257
257
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -292,7 +292,7 @@ def get_subscription_output(resource_group_name: Optional[pulumi.Input[builtins.
292
292
 
293
293
  Uses Azure REST API version 2022-09-01-preview.
294
294
 
295
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
295
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
296
296
 
297
297
 
298
298
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -107,7 +107,7 @@ def get_tag(resource_group_name: Optional[builtins.str] = None,
107
107
 
108
108
  Uses Azure REST API version 2022-09-01-preview.
109
109
 
110
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
110
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
111
 
112
112
 
113
113
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -136,7 +136,7 @@ def get_tag_output(resource_group_name: Optional[pulumi.Input[builtins.str]] = N
136
136
 
137
137
  Uses Azure REST API version 2022-09-01-preview.
138
138
 
139
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
139
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
140
140
 
141
141
 
142
142
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -108,7 +108,7 @@ def get_tag_api_link(api_link_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str api_link_id: Tag-API link identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_tag_api_link_output(api_link_id: Optional[pulumi.Input[builtins.str]] =
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str api_link_id: Tag-API link identifier. Must be unique in the current API Management service instance.
@@ -108,7 +108,7 @@ def get_tag_by_api(api_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -140,7 +140,7 @@ def get_tag_by_api_output(api_id: Optional[pulumi.Input[builtins.str]] = None,
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -109,7 +109,7 @@ def get_tag_by_operation(api_id: Optional[builtins.str] = None,
109
109
 
110
110
  Uses Azure REST API version 2022-09-01-preview.
111
111
 
112
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
113
113
 
114
114
 
115
115
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -144,7 +144,7 @@ def get_tag_by_operation_output(api_id: Optional[pulumi.Input[builtins.str]] = N
144
144
 
145
145
  Uses Azure REST API version 2022-09-01-preview.
146
146
 
147
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
147
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
148
148
 
149
149
 
150
150
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -108,7 +108,7 @@ def get_tag_by_product(product_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_tag_by_product_output(product_id: Optional[pulumi.Input[builtins.str]] =
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str product_id: Product identifier. Must be unique in the current API Management service instance.
@@ -108,7 +108,7 @@ def get_tag_operation_link(operation_link_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str operation_link_id: Tag-operation link identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_tag_operation_link_output(operation_link_id: Optional[pulumi.Input[built
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str operation_link_id: Tag-operation link identifier. Must be unique in the current API Management service instance.
@@ -108,7 +108,7 @@ def get_tag_product_link(product_link_id: Optional[builtins.str] = None,
108
108
 
109
109
  Uses Azure REST API version 2022-09-01-preview.
110
110
 
111
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str product_link_id: Tag-product link identifier. Must be unique in the current API Management service instance.
@@ -140,7 +140,7 @@ def get_tag_product_link_output(product_link_id: Optional[pulumi.Input[builtins.
140
140
 
141
141
  Uses Azure REST API version 2022-09-01-preview.
142
142
 
143
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
144
144
 
145
145
 
146
146
  :param builtins.str product_link_id: Tag-product link identifier. Must be unique in the current API Management service instance.
@@ -192,7 +192,7 @@ def get_user(resource_group_name: Optional[builtins.str] = None,
192
192
 
193
193
  Uses Azure REST API version 2022-09-01-preview.
194
194
 
195
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
195
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
196
196
 
197
197
 
198
198
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -228,7 +228,7 @@ def get_user_output(resource_group_name: Optional[pulumi.Input[builtins.str]] =
228
228
 
229
229
  Uses Azure REST API version 2022-09-01-preview.
230
230
 
231
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
231
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
232
232
 
233
233
 
234
234
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -62,7 +62,7 @@ def get_user_shared_access_token(expiry: Optional[builtins.str] = None,
62
62
 
63
63
  Uses Azure REST API version 2022-09-01-preview.
64
64
 
65
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
65
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
66
66
 
67
67
 
68
68
  :param builtins.str expiry: The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
@@ -93,7 +93,7 @@ def get_user_shared_access_token_output(expiry: Optional[pulumi.Input[builtins.s
93
93
 
94
94
  Uses Azure REST API version 2022-09-01-preview.
95
95
 
96
- Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
96
+ Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
97
97
 
98
98
 
99
99
  :param builtins.str expiry: The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
@@ -119,7 +119,7 @@ def get_workspace(resource_group_name: Optional[builtins.str] = None,
119
119
 
120
120
  Uses Azure REST API version 2022-09-01-preview.
121
121
 
122
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
122
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
123
 
124
124
 
125
125
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -149,7 +149,7 @@ def get_workspace_output(resource_group_name: Optional[pulumi.Input[builtins.str
149
149
 
150
150
  Uses Azure REST API version 2022-09-01-preview.
151
151
 
152
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
152
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
153
 
154
154
 
155
155
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -349,7 +349,7 @@ def get_workspace_api(api_id: Optional[builtins.str] = None,
349
349
 
350
350
  Uses Azure REST API version 2022-09-01-preview.
351
351
 
352
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
352
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
353
353
 
354
354
 
355
355
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -401,7 +401,7 @@ def get_workspace_api_output(api_id: Optional[pulumi.Input[builtins.str]] = None
401
401
 
402
402
  Uses Azure REST API version 2022-09-01-preview.
403
403
 
404
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
404
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
405
405
 
406
406
 
407
407
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -230,7 +230,7 @@ def get_workspace_api_diagnostic(api_id: Optional[builtins.str] = None,
230
230
 
231
231
  Uses Azure REST API version 2024-06-01-preview.
232
232
 
233
- Other available API versions: 2023-09-01-preview, 2024-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
233
+ Other available API versions: 2023-09-01-preview, 2024-05-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
234
234
 
235
235
 
236
236
  :param builtins.str api_id: API identifier. Must be unique in the current API Management service instance.
@@ -275,7 +275,7 @@ def get_workspace_api_diagnostic_output(api_id: Optional[pulumi.Input[builtins.s
275
275
 
276
276
  Uses Azure REST API version 2024-06-01-preview.
277
277
 
278
- Other available API versions: 2023-09-01-preview, 2024-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
278
+ Other available API versions: 2023-09-01-preview, 2024-05-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
279
279
 
280
280
 
281
281
  :param builtins.str api_id: API identifier. Must be unique in the current API Management service instance.
@@ -194,7 +194,7 @@ def get_workspace_api_operation(api_id: Optional[builtins.str] = None,
194
194
 
195
195
  Uses Azure REST API version 2022-09-01-preview.
196
196
 
197
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
197
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
198
198
 
199
199
 
200
200
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -236,7 +236,7 @@ def get_workspace_api_operation_output(api_id: Optional[pulumi.Input[builtins.st
236
236
 
237
237
  Uses Azure REST API version 2022-09-01-preview.
238
238
 
239
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
239
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
240
240
 
241
241
 
242
242
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -123,7 +123,7 @@ def get_workspace_api_operation_policy(api_id: Optional[builtins.str] = None,
123
123
 
124
124
  Uses Azure REST API version 2022-09-01-preview.
125
125
 
126
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
126
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
127
127
 
128
128
 
129
129
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
@@ -165,7 +165,7 @@ def get_workspace_api_operation_policy_output(api_id: Optional[pulumi.Input[buil
165
165
 
166
166
  Uses Azure REST API version 2022-09-01-preview.
167
167
 
168
- Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
168
+ Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native apimanagement [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
169
169
 
170
170
 
171
171
  :param builtins.str api_id: API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.