pulumi-azure-native 2.60.0__py3-none-any.whl → 2.60.0a1725525310__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 (920) hide show
  1. pulumi_azure_native/__init__.py +4 -121
  2. pulumi_azure_native/apimanagement/__init__.py +0 -3
  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 +1 -5
  6. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +1 -5
  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/content_item.py +3 -3
  27. pulumi_azure_native/apimanagement/content_type.py +3 -3
  28. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  29. pulumi_azure_native/apimanagement/documentation.py +3 -3
  30. pulumi_azure_native/apimanagement/email_template.py +3 -3
  31. pulumi_azure_native/apimanagement/gateway.py +3 -3
  32. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  35. pulumi_azure_native/apimanagement/get_api.py +2 -2
  36. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  37. pulumi_azure_native/apimanagement/get_api_gateway.py +0 -4
  38. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +0 -4
  39. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  40. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  41. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  53. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  54. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  58. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  59. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  60. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  61. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  62. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  63. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  64. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  65. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  66. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  67. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  68. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  69. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  70. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  71. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  72. pulumi_azure_native/apimanagement/get_group.py +2 -2
  73. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  74. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  75. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  76. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  77. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  78. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  79. pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
  80. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  81. pulumi_azure_native/apimanagement/get_product.py +2 -2
  82. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  83. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  84. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  86. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  87. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  88. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  89. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  90. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  94. pulumi_azure_native/apimanagement/get_user.py +2 -2
  95. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  96. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  97. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  98. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +0 -4
  99. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  101. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_backend.py +0 -4
  106. pulumi_azure_native/apimanagement/get_workspace_certificate.py +0 -4
  107. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +0 -4
  108. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  109. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  110. pulumi_azure_native/apimanagement/get_workspace_logger.py +0 -4
  111. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  113. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  123. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  124. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  125. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  126. pulumi_azure_native/apimanagement/group.py +3 -3
  127. pulumi_azure_native/apimanagement/group_user.py +3 -3
  128. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  129. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  130. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  131. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  132. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  133. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  134. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  135. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  136. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  137. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  138. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  139. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  140. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  141. pulumi_azure_native/apimanagement/logger.py +3 -3
  142. pulumi_azure_native/apimanagement/named_value.py +3 -3
  143. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  144. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  145. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  146. pulumi_azure_native/apimanagement/policy.py +3 -3
  147. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  148. pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
  149. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  150. pulumi_azure_native/apimanagement/product.py +3 -3
  151. pulumi_azure_native/apimanagement/product_api.py +3 -3
  152. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  153. pulumi_azure_native/apimanagement/product_group.py +3 -3
  154. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  155. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  156. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  157. pulumi_azure_native/apimanagement/schema.py +1 -1
  158. pulumi_azure_native/apimanagement/subscription.py +3 -3
  159. pulumi_azure_native/apimanagement/tag.py +3 -3
  160. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  161. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  162. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  163. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  164. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  165. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  166. pulumi_azure_native/apimanagement/user.py +3 -3
  167. pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
  168. pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
  169. pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
  170. pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
  171. pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
  172. pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
  173. pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
  174. pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
  175. pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
  176. pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
  177. pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
  178. pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
  179. pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
  180. pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
  181. pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
  182. pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
  183. pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
  184. pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
  185. pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
  186. pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
  187. pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
  188. pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
  189. pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
  190. pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
  191. pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
  192. pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
  193. pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
  194. pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
  195. pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
  196. pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
  197. pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
  198. pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
  199. pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
  200. pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
  201. pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
  202. pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
  203. pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
  204. pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
  205. pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
  206. pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
  207. pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
  208. pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
  209. pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
  210. pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
  211. pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
  212. pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
  213. pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
  214. pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
  215. pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
  216. pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
  217. pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
  218. pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
  219. pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
  220. pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
  221. pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
  222. pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
  223. pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
  224. pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
  225. pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
  226. pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
  227. pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
  228. pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
  229. pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
  230. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
  231. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
  232. pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
  233. pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
  234. pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
  235. pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
  236. pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
  237. pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
  238. pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
  239. pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
  240. pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
  241. pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
  242. pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
  243. pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
  244. pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
  245. pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
  246. pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
  247. pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
  248. pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
  249. pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
  250. pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
  251. pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
  252. pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
  253. pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
  254. pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
  255. pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
  256. pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
  257. pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
  258. pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
  259. pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
  260. pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
  261. pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
  262. pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
  263. pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
  264. pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
  265. pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
  266. pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
  267. pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
  268. pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
  269. pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
  270. pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
  271. pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
  272. pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
  273. pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
  274. pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
  275. pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
  276. pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
  277. pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
  278. pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
  279. pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
  280. pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
  281. pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
  282. pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
  283. pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
  284. pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
  285. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
  286. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
  287. pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
  288. pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
  289. pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
  290. pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
  291. pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
  292. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
  293. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
  294. pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
  295. pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
  296. pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
  297. pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
  298. pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
  299. pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
  300. pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
  301. pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
  302. pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
  303. pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
  304. pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
  305. pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
  306. pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
  307. pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
  308. pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
  309. pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
  310. pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
  311. pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
  312. pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
  313. pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
  314. pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
  315. pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
  316. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
  317. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
  318. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
  319. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
  320. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
  321. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
  322. pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
  323. pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
  324. pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
  325. pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
  326. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
  327. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
  328. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
  329. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
  330. pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
  331. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
  332. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
  333. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
  334. pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
  335. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
  336. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
  337. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
  338. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
  339. pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
  340. pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
  341. pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
  342. pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
  343. pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
  344. pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
  345. pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
  346. pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
  347. pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
  348. pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
  349. pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
  350. pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
  351. pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
  352. pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
  353. pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
  354. pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
  355. pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
  356. pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
  357. pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
  358. pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
  359. pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
  360. pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
  361. pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
  362. pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
  363. pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
  364. pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
  365. pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
  366. pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
  367. pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
  368. pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
  369. pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
  370. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
  371. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
  372. pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
  373. pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
  374. pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
  375. pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
  376. pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
  377. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
  378. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
  379. pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
  380. pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
  381. pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
  382. pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
  383. pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
  384. pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
  385. pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
  386. pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
  387. pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
  388. pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
  389. pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
  390. pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
  391. pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
  392. pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
  393. pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
  394. pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
  395. pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
  396. pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
  397. pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
  398. pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
  399. pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
  400. pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
  401. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
  402. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
  403. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
  404. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
  405. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
  406. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
  407. pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
  408. pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
  409. pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
  410. pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
  411. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
  412. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
  413. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
  414. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
  415. pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
  416. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
  417. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
  418. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
  419. pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
  420. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
  421. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
  422. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
  423. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
  424. pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
  425. pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
  426. pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
  427. pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
  428. pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
  429. pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
  430. pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
  431. pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
  432. pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
  433. pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
  434. pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
  435. pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
  436. pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
  437. pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
  438. pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
  439. pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
  440. pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
  441. pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
  442. pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
  443. pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
  444. pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
  445. pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
  446. pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
  447. pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
  448. pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
  449. pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
  450. pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
  451. pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
  452. pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
  453. pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
  454. pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
  455. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
  456. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
  457. pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
  458. pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
  459. pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
  460. pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
  461. pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
  462. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
  463. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
  464. pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
  465. pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
  466. pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
  467. pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
  468. pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
  469. pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
  470. pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
  471. pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
  472. pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
  473. pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
  474. pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
  475. pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
  476. pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
  477. pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
  478. pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
  479. pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
  480. pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
  481. pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
  482. pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
  483. pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
  484. pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
  485. pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
  486. pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
  487. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
  488. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
  489. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
  490. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
  491. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
  492. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
  493. pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
  494. pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
  495. pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
  496. pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
  497. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
  498. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
  499. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
  500. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
  501. pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
  502. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
  503. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
  504. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
  505. pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
  506. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
  507. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
  508. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
  509. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
  510. pulumi_azure_native/apimanagement/v20230901preview/api.py +1 -1
  511. pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +1 -1
  512. pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +1 -1
  513. pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +1 -1
  514. pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +1 -1
  515. pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +1 -1
  516. pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +1 -1
  517. pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1 -1
  518. pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +1 -1
  519. pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +1 -1
  520. pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +1 -1
  521. pulumi_azure_native/apimanagement/v20230901preview/api_release.py +1 -1
  522. pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +1 -1
  523. pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +1 -1
  524. pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +1 -1
  525. pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +1 -1
  526. pulumi_azure_native/apimanagement/v20230901preview/authorization.py +1 -1
  527. pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +1 -1
  528. pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +1 -1
  529. pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +1 -1
  530. pulumi_azure_native/apimanagement/v20230901preview/backend.py +1 -1
  531. pulumi_azure_native/apimanagement/v20230901preview/cache.py +1 -1
  532. pulumi_azure_native/apimanagement/v20230901preview/certificate.py +1 -1
  533. pulumi_azure_native/apimanagement/v20230901preview/content_item.py +1 -1
  534. pulumi_azure_native/apimanagement/v20230901preview/content_type.py +1 -1
  535. pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +1 -1
  536. pulumi_azure_native/apimanagement/v20230901preview/documentation.py +1 -1
  537. pulumi_azure_native/apimanagement/v20230901preview/email_template.py +1 -1
  538. pulumi_azure_native/apimanagement/v20230901preview/gateway.py +1 -1
  539. pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +1 -1
  540. pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +1 -1
  541. pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +1 -1
  542. pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +1 -1
  543. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +1 -1
  544. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +1 -1
  545. pulumi_azure_native/apimanagement/v20230901preview/group.py +1 -1
  546. pulumi_azure_native/apimanagement/v20230901preview/group_user.py +1 -1
  547. pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +1 -1
  548. pulumi_azure_native/apimanagement/v20230901preview/logger.py +1 -1
  549. pulumi_azure_native/apimanagement/v20230901preview/named_value.py +1 -1
  550. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +1 -1
  551. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +1 -1
  552. pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +1 -1
  553. pulumi_azure_native/apimanagement/v20230901preview/policy.py +1 -1
  554. pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +1 -1
  555. pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +1 -1
  556. pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +1 -1
  557. pulumi_azure_native/apimanagement/v20230901preview/product.py +1 -1
  558. pulumi_azure_native/apimanagement/v20230901preview/product_api.py +1 -1
  559. pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +1 -1
  560. pulumi_azure_native/apimanagement/v20230901preview/product_group.py +1 -1
  561. pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +1 -1
  562. pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +1 -1
  563. pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +1 -1
  564. pulumi_azure_native/apimanagement/v20230901preview/subscription.py +1 -1
  565. pulumi_azure_native/apimanagement/v20230901preview/tag.py +1 -1
  566. pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +1 -1
  567. pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +1 -1
  568. pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +1 -1
  569. pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +1 -1
  570. pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +1 -1
  571. pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +1 -1
  572. pulumi_azure_native/apimanagement/v20230901preview/user.py +1 -1
  573. pulumi_azure_native/apimanagement/v20230901preview/workspace.py +1 -1
  574. pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +1 -1
  575. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +1 -1
  576. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +1 -1
  577. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +1 -1
  578. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +1 -1
  579. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +1 -1
  580. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +1 -1
  581. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +1 -1
  582. pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +1 -1
  583. pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +1 -1
  584. pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +1 -1
  585. pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +1 -1
  586. pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +1 -1
  587. pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +1 -1
  588. pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +1 -1
  589. pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +1 -1
  590. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +1 -1
  591. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +1 -1
  592. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +1 -1
  593. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +1 -1
  594. pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +1 -1
  595. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +1 -1
  596. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +1 -1
  597. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +1 -1
  598. pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +1 -1
  599. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +1 -1
  600. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +1 -1
  601. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +1 -1
  602. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +1 -1
  603. pulumi_azure_native/apimanagement/workspace.py +3 -3
  604. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  605. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +1 -5
  606. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  607. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  608. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  609. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  610. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  611. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  612. pulumi_azure_native/apimanagement/workspace_backend.py +1 -5
  613. pulumi_azure_native/apimanagement/workspace_certificate.py +1 -5
  614. pulumi_azure_native/apimanagement/workspace_diagnostic.py +1 -5
  615. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  616. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  617. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  618. pulumi_azure_native/apimanagement/workspace_logger.py +1 -5
  619. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  620. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  621. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  622. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  623. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  624. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  625. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  626. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  627. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  628. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  629. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  630. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  631. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  632. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  633. pulumi_azure_native/azureactivedirectory/_enums.py +0 -11
  634. pulumi_azure_native/azureactivedirectory/_inputs.py +1 -20
  635. pulumi_azure_native/azureactivedirectory/outputs.py +1 -12
  636. pulumi_azure_native/azureactivedirectory/v20230517preview/_enums.py +0 -11
  637. pulumi_azure_native/azureactivedirectory/v20230517preview/_inputs.py +1 -20
  638. pulumi_azure_native/azureactivedirectory/v20230517preview/outputs.py +1 -12
  639. pulumi_azure_native/cache/__init__.py +0 -3
  640. pulumi_azure_native/cache/access_policy_assignment.py +2 -2
  641. pulumi_azure_native/cache/database.py +3 -3
  642. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  643. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  644. pulumi_azure_native/cache/get_database.py +2 -2
  645. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  646. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  647. pulumi_azure_native/cache/list_database_keys.py +2 -2
  648. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  649. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  650. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  651. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  652. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  653. pulumi_azure_native/cache/v20230701/database.py +1 -1
  654. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  655. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  656. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  657. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  658. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  659. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  660. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  661. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  662. pulumi_azure_native/cache/v20231101/database.py +1 -1
  663. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  664. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  665. pulumi_azure_native/cache/v20240201/database.py +1 -1
  666. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  667. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  668. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  669. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  670. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  671. pulumi_azure_native/cache/v20240601preview/database.py +1 -1
  672. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
  673. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
  674. pulumi_azure_native/datafactory/_inputs.py +8 -486
  675. pulumi_azure_native/datafactory/dataset.py +7 -7
  676. pulumi_azure_native/datafactory/outputs.py +3 -344
  677. pulumi_azure_native/datafactory/v20180601/_inputs.py +8 -486
  678. pulumi_azure_native/datafactory/v20180601/dataset.py +7 -7
  679. pulumi_azure_native/datafactory/v20180601/outputs.py +3 -344
  680. pulumi_azure_native/hybridconnectivity/__init__.py +0 -4
  681. pulumi_azure_native/hybridconnectivity/_enums.py +0 -11
  682. pulumi_azure_native/hybridconnectivity/_inputs.py +0 -192
  683. pulumi_azure_native/hybridconnectivity/outputs.py +0 -212
  684. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +0 -4
  685. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +0 -11
  686. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +0 -192
  687. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +0 -212
  688. pulumi_azure_native/pulumi-plugin.json +1 -1
  689. pulumi_azure_native/subscription/__init__.py +0 -2
  690. pulumi_azure_native/subscription/_inputs.py +0 -58
  691. pulumi_azure_native/subscription/outputs.py +0 -77
  692. pulumi_azure_native/subscription/v20240801preview/__init__.py +0 -2
  693. pulumi_azure_native/subscription/v20240801preview/_inputs.py +0 -58
  694. pulumi_azure_native/subscription/v20240801preview/outputs.py +0 -77
  695. {pulumi_azure_native-2.60.0.dist-info → pulumi_azure_native-2.60.0a1725525310.dist-info}/METADATA +1 -1
  696. {pulumi_azure_native-2.60.0.dist-info → pulumi_azure_native-2.60.0a1725525310.dist-info}/RECORD +698 -920
  697. pulumi_azure_native/apimanagement/v20240501/__init__.py +0 -203
  698. pulumi_azure_native/apimanagement/v20240501/_enums.py +0 -836
  699. pulumi_azure_native/apimanagement/v20240501/_inputs.py +0 -4310
  700. pulumi_azure_native/apimanagement/v20240501/api.py +0 -898
  701. pulumi_azure_native/apimanagement/v20240501/api_diagnostic.py +0 -494
  702. pulumi_azure_native/apimanagement/v20240501/api_gateway.py +0 -377
  703. pulumi_azure_native/apimanagement/v20240501/api_gateway_config_connection.py +0 -267
  704. pulumi_azure_native/apimanagement/v20240501/api_issue.py +0 -358
  705. pulumi_azure_native/apimanagement/v20240501/api_issue_attachment.py +0 -311
  706. pulumi_azure_native/apimanagement/v20240501/api_issue_comment.py +0 -310
  707. pulumi_azure_native/apimanagement/v20240501/api_management_service.py +0 -1067
  708. pulumi_azure_native/apimanagement/v20240501/api_operation.py +0 -437
  709. pulumi_azure_native/apimanagement/v20240501/api_operation_policy.py +0 -285
  710. pulumi_azure_native/apimanagement/v20240501/api_policy.py +0 -264
  711. pulumi_azure_native/apimanagement/v20240501/api_release.py +0 -258
  712. pulumi_azure_native/apimanagement/v20240501/api_schema.py +0 -327
  713. pulumi_azure_native/apimanagement/v20240501/api_tag_description.py +0 -307
  714. pulumi_azure_native/apimanagement/v20240501/api_version_set.py +0 -327
  715. pulumi_azure_native/apimanagement/v20240501/api_wiki.py +0 -211
  716. pulumi_azure_native/apimanagement/v20240501/authorization.py +0 -348
  717. pulumi_azure_native/apimanagement/v20240501/authorization_access_policy.py +0 -308
  718. pulumi_azure_native/apimanagement/v20240501/authorization_provider.py +0 -268
  719. pulumi_azure_native/apimanagement/v20240501/authorization_server.py +0 -709
  720. pulumi_azure_native/apimanagement/v20240501/backend.py +0 -514
  721. pulumi_azure_native/apimanagement/v20240501/cache.py +0 -297
  722. pulumi_azure_native/apimanagement/v20240501/certificate.py +0 -280
  723. pulumi_azure_native/apimanagement/v20240501/content_item.py +0 -229
  724. pulumi_azure_native/apimanagement/v20240501/content_type.py +0 -305
  725. pulumi_azure_native/apimanagement/v20240501/diagnostic.py +0 -473
  726. pulumi_azure_native/apimanagement/v20240501/documentation.py +0 -237
  727. pulumi_azure_native/apimanagement/v20240501/email_template.py +0 -336
  728. pulumi_azure_native/apimanagement/v20240501/gateway.py +0 -239
  729. pulumi_azure_native/apimanagement/v20240501/gateway_api_entity_tag.py +0 -441
  730. pulumi_azure_native/apimanagement/v20240501/gateway_certificate_authority.py +0 -229
  731. pulumi_azure_native/apimanagement/v20240501/gateway_hostname_configuration.py +0 -374
  732. pulumi_azure_native/apimanagement/v20240501/get_api.py +0 -401
  733. pulumi_azure_native/apimanagement/v20240501/get_api_diagnostic.py +0 -250
  734. pulumi_azure_native/apimanagement/v20240501/get_api_gateway.py +0 -266
  735. pulumi_azure_native/apimanagement/v20240501/get_api_gateway_config_connection.py +0 -179
  736. pulumi_azure_native/apimanagement/v20240501/get_api_issue.py +0 -202
  737. pulumi_azure_native/apimanagement/v20240501/get_api_issue_attachment.py +0 -163
  738. pulumi_azure_native/apimanagement/v20240501/get_api_issue_comment.py +0 -163
  739. pulumi_azure_native/apimanagement/v20240501/get_api_management_service.py +0 -630
  740. pulumi_azure_native/apimanagement/v20240501/get_api_management_service_domain_ownership_identifier.py +0 -69
  741. pulumi_azure_native/apimanagement/v20240501/get_api_management_service_sso_token.py +0 -83
  742. pulumi_azure_native/apimanagement/v20240501/get_api_operation.py +0 -224
  743. pulumi_azure_native/apimanagement/v20240501/get_api_operation_policy.py +0 -155
  744. pulumi_azure_native/apimanagement/v20240501/get_api_policy.py +0 -150
  745. pulumi_azure_native/apimanagement/v20240501/get_api_release.py +0 -171
  746. pulumi_azure_native/apimanagement/v20240501/get_api_schema.py +0 -184
  747. pulumi_azure_native/apimanagement/v20240501/get_api_tag_description.py +0 -184
  748. pulumi_azure_native/apimanagement/v20240501/get_api_version_set.py +0 -179
  749. pulumi_azure_native/apimanagement/v20240501/get_api_wiki.py +0 -128
  750. pulumi_azure_native/apimanagement/v20240501/get_authorization.py +0 -185
  751. pulumi_azure_native/apimanagement/v20240501/get_authorization_access_policy.py +0 -163
  752. pulumi_azure_native/apimanagement/v20240501/get_authorization_login_link_post.py +0 -98
  753. pulumi_azure_native/apimanagement/v20240501/get_authorization_provider.py +0 -154
  754. pulumi_azure_native/apimanagement/v20240501/get_authorization_server.py +0 -349
  755. pulumi_azure_native/apimanagement/v20240501/get_backend.py +0 -255
  756. pulumi_azure_native/apimanagement/v20240501/get_cache.py +0 -166
  757. pulumi_azure_native/apimanagement/v20240501/get_certificate.py +0 -167
  758. pulumi_azure_native/apimanagement/v20240501/get_content_item.py +0 -132
  759. pulumi_azure_native/apimanagement/v20240501/get_content_type.py +0 -153
  760. pulumi_azure_native/apimanagement/v20240501/get_diagnostic.py +0 -245
  761. pulumi_azure_native/apimanagement/v20240501/get_documentation.py +0 -140
  762. pulumi_azure_native/apimanagement/v20240501/get_email_template.py +0 -193
  763. pulumi_azure_native/apimanagement/v20240501/get_gateway.py +0 -141
  764. pulumi_azure_native/apimanagement/v20240501/get_gateway_certificate_authority.py +0 -132
  765. pulumi_azure_native/apimanagement/v20240501/get_gateway_hostname_configuration.py +0 -197
  766. pulumi_azure_native/apimanagement/v20240501/get_global_schema.py +0 -166
  767. pulumi_azure_native/apimanagement/v20240501/get_graph_ql_api_resolver.py +0 -158
  768. pulumi_azure_native/apimanagement/v20240501/get_graph_ql_api_resolver_policy.py +0 -155
  769. pulumi_azure_native/apimanagement/v20240501/get_group.py +0 -166
  770. pulumi_azure_native/apimanagement/v20240501/get_identity_provider.py +0 -244
  771. pulumi_azure_native/apimanagement/v20240501/get_logger.py +0 -180
  772. pulumi_azure_native/apimanagement/v20240501/get_named_value.py +0 -193
  773. pulumi_azure_native/apimanagement/v20240501/get_open_id_connect_provider.py +0 -205
  774. pulumi_azure_native/apimanagement/v20240501/get_policy.py +0 -145
  775. pulumi_azure_native/apimanagement/v20240501/get_policy_fragment.py +0 -171
  776. pulumi_azure_native/apimanagement/v20240501/get_policy_restriction.py +0 -140
  777. pulumi_azure_native/apimanagement/v20240501/get_private_endpoint_connection_by_name.py +0 -154
  778. pulumi_azure_native/apimanagement/v20240501/get_product.py +0 -205
  779. pulumi_azure_native/apimanagement/v20240501/get_product_api_link.py +0 -132
  780. pulumi_azure_native/apimanagement/v20240501/get_product_group_link.py +0 -132
  781. pulumi_azure_native/apimanagement/v20240501/get_product_policy.py +0 -150
  782. pulumi_azure_native/apimanagement/v20240501/get_product_wiki.py +0 -128
  783. pulumi_azure_native/apimanagement/v20240501/get_subscription.py +0 -283
  784. pulumi_azure_native/apimanagement/v20240501/get_tag.py +0 -127
  785. pulumi_azure_native/apimanagement/v20240501/get_tag_api_link.py +0 -132
  786. pulumi_azure_native/apimanagement/v20240501/get_tag_by_api.py +0 -132
  787. pulumi_azure_native/apimanagement/v20240501/get_tag_by_operation.py +0 -137
  788. pulumi_azure_native/apimanagement/v20240501/get_tag_by_product.py +0 -132
  789. pulumi_azure_native/apimanagement/v20240501/get_tag_operation_link.py +0 -132
  790. pulumi_azure_native/apimanagement/v20240501/get_tag_product_link.py +0 -132
  791. pulumi_azure_native/apimanagement/v20240501/get_user.py +0 -219
  792. pulumi_azure_native/apimanagement/v20240501/get_user_shared_access_token.py +0 -99
  793. pulumi_azure_native/apimanagement/v20240501/get_workspace.py +0 -140
  794. pulumi_azure_native/apimanagement/v20240501/get_workspace_api.py +0 -406
  795. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_diagnostic.py +0 -255
  796. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_operation.py +0 -229
  797. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_operation_policy.py +0 -160
  798. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_policy.py +0 -155
  799. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_release.py +0 -176
  800. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_schema.py +0 -189
  801. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_version_set.py +0 -184
  802. pulumi_azure_native/apimanagement/v20240501/get_workspace_backend.py +0 -260
  803. pulumi_azure_native/apimanagement/v20240501/get_workspace_certificate.py +0 -172
  804. pulumi_azure_native/apimanagement/v20240501/get_workspace_diagnostic.py +0 -250
  805. pulumi_azure_native/apimanagement/v20240501/get_workspace_global_schema.py +0 -171
  806. pulumi_azure_native/apimanagement/v20240501/get_workspace_group.py +0 -171
  807. pulumi_azure_native/apimanagement/v20240501/get_workspace_logger.py +0 -185
  808. pulumi_azure_native/apimanagement/v20240501/get_workspace_named_value.py +0 -198
  809. pulumi_azure_native/apimanagement/v20240501/get_workspace_policy.py +0 -150
  810. pulumi_azure_native/apimanagement/v20240501/get_workspace_policy_fragment.py +0 -176
  811. pulumi_azure_native/apimanagement/v20240501/get_workspace_product.py +0 -210
  812. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_api_link.py +0 -137
  813. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_group_link.py +0 -137
  814. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_policy.py +0 -155
  815. pulumi_azure_native/apimanagement/v20240501/get_workspace_subscription.py +0 -288
  816. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag.py +0 -132
  817. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_api_link.py +0 -137
  818. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_operation_link.py +0 -137
  819. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_product_link.py +0 -137
  820. pulumi_azure_native/apimanagement/v20240501/global_schema.py +0 -278
  821. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver.py +0 -287
  822. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver_policy.py +0 -285
  823. pulumi_azure_native/apimanagement/v20240501/group.py +0 -297
  824. pulumi_azure_native/apimanagement/v20240501/group_user.py +0 -281
  825. pulumi_azure_native/apimanagement/v20240501/identity_provider.py +0 -491
  826. pulumi_azure_native/apimanagement/v20240501/list_authorization_server_secrets.py +0 -114
  827. pulumi_azure_native/apimanagement/v20240501/list_gateway_debug_credentials.py +0 -104
  828. pulumi_azure_native/apimanagement/v20240501/list_gateway_keys.py +0 -101
  829. pulumi_azure_native/apimanagement/v20240501/list_identity_provider_secrets.py +0 -88
  830. pulumi_azure_native/apimanagement/v20240501/list_named_value.py +0 -88
  831. pulumi_azure_native/apimanagement/v20240501/list_open_id_connect_provider_secrets.py +0 -88
  832. pulumi_azure_native/apimanagement/v20240501/list_policy_fragment_references.py +0 -125
  833. pulumi_azure_native/apimanagement/v20240501/list_subscription_secrets.py +0 -101
  834. pulumi_azure_native/apimanagement/v20240501/list_tenant_access_secrets.py +0 -140
  835. pulumi_azure_native/apimanagement/v20240501/list_workspace_named_value.py +0 -93
  836. pulumi_azure_native/apimanagement/v20240501/list_workspace_policy_fragment_references.py +0 -130
  837. pulumi_azure_native/apimanagement/v20240501/list_workspace_subscription_secrets.py +0 -106
  838. pulumi_azure_native/apimanagement/v20240501/logger.py +0 -330
  839. pulumi_azure_native/apimanagement/v20240501/named_value.py +0 -337
  840. pulumi_azure_native/apimanagement/v20240501/notification_recipient_email.py +0 -209
  841. pulumi_azure_native/apimanagement/v20240501/notification_recipient_user.py +0 -209
  842. pulumi_azure_native/apimanagement/v20240501/open_id_connect_provider.py +0 -385
  843. pulumi_azure_native/apimanagement/v20240501/outputs.py +0 -3822
  844. pulumi_azure_native/apimanagement/v20240501/policy.py +0 -243
  845. pulumi_azure_native/apimanagement/v20240501/policy_fragment.py +0 -282
  846. pulumi_azure_native/apimanagement/v20240501/policy_restriction.py +0 -242
  847. pulumi_azure_native/apimanagement/v20240501/private_endpoint_connection_by_name.py +0 -252
  848. pulumi_azure_native/apimanagement/v20240501/product.py +0 -384
  849. pulumi_azure_native/apimanagement/v20240501/product_api.py +0 -421
  850. pulumi_azure_native/apimanagement/v20240501/product_api_link.py +0 -230
  851. pulumi_azure_native/apimanagement/v20240501/product_group.py +0 -240
  852. pulumi_azure_native/apimanagement/v20240501/product_group_link.py +0 -230
  853. pulumi_azure_native/apimanagement/v20240501/product_policy.py +0 -264
  854. pulumi_azure_native/apimanagement/v20240501/product_wiki.py +0 -211
  855. pulumi_azure_native/apimanagement/v20240501/subscription.py +0 -491
  856. pulumi_azure_native/apimanagement/v20240501/tag.py +0 -209
  857. pulumi_azure_native/apimanagement/v20240501/tag_api_link.py +0 -230
  858. pulumi_azure_native/apimanagement/v20240501/tag_by_api.py +0 -210
  859. pulumi_azure_native/apimanagement/v20240501/tag_by_operation.py +0 -231
  860. pulumi_azure_native/apimanagement/v20240501/tag_by_product.py +0 -210
  861. pulumi_azure_native/apimanagement/v20240501/tag_operation_link.py +0 -230
  862. pulumi_azure_native/apimanagement/v20240501/tag_product_link.py +0 -230
  863. pulumi_azure_native/apimanagement/v20240501/user.py +0 -463
  864. pulumi_azure_native/apimanagement/v20240501/workspace.py +0 -238
  865. pulumi_azure_native/apimanagement/v20240501/workspace_api.py +0 -919
  866. pulumi_azure_native/apimanagement/v20240501/workspace_api_diagnostic.py +0 -515
  867. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation.py +0 -458
  868. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation_policy.py +0 -306
  869. pulumi_azure_native/apimanagement/v20240501/workspace_api_policy.py +0 -285
  870. pulumi_azure_native/apimanagement/v20240501/workspace_api_release.py +0 -279
  871. pulumi_azure_native/apimanagement/v20240501/workspace_api_schema.py +0 -348
  872. pulumi_azure_native/apimanagement/v20240501/workspace_api_version_set.py +0 -348
  873. pulumi_azure_native/apimanagement/v20240501/workspace_backend.py +0 -535
  874. pulumi_azure_native/apimanagement/v20240501/workspace_certificate.py +0 -301
  875. pulumi_azure_native/apimanagement/v20240501/workspace_diagnostic.py +0 -494
  876. pulumi_azure_native/apimanagement/v20240501/workspace_global_schema.py +0 -299
  877. pulumi_azure_native/apimanagement/v20240501/workspace_group.py +0 -318
  878. pulumi_azure_native/apimanagement/v20240501/workspace_group_user.py +0 -302
  879. pulumi_azure_native/apimanagement/v20240501/workspace_logger.py +0 -351
  880. pulumi_azure_native/apimanagement/v20240501/workspace_named_value.py +0 -358
  881. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_email.py +0 -230
  882. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_user.py +0 -230
  883. pulumi_azure_native/apimanagement/v20240501/workspace_policy.py +0 -264
  884. pulumi_azure_native/apimanagement/v20240501/workspace_policy_fragment.py +0 -303
  885. pulumi_azure_native/apimanagement/v20240501/workspace_product.py +0 -405
  886. pulumi_azure_native/apimanagement/v20240501/workspace_product_api_link.py +0 -251
  887. pulumi_azure_native/apimanagement/v20240501/workspace_product_group_link.py +0 -251
  888. pulumi_azure_native/apimanagement/v20240501/workspace_product_policy.py +0 -285
  889. pulumi_azure_native/apimanagement/v20240501/workspace_subscription.py +0 -512
  890. pulumi_azure_native/apimanagement/v20240501/workspace_tag.py +0 -230
  891. pulumi_azure_native/apimanagement/v20240501/workspace_tag_api_link.py +0 -251
  892. pulumi_azure_native/apimanagement/v20240501/workspace_tag_operation_link.py +0 -251
  893. pulumi_azure_native/apimanagement/v20240501/workspace_tag_product_link.py +0 -251
  894. pulumi_azure_native/cache/v20240901preview/__init__.py +0 -19
  895. pulumi_azure_native/cache/v20240901preview/_enums.py +0 -195
  896. pulumi_azure_native/cache/v20240901preview/_inputs.py +0 -657
  897. pulumi_azure_native/cache/v20240901preview/access_policy_assignment.py +0 -270
  898. pulumi_azure_native/cache/v20240901preview/database.py +0 -483
  899. pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +0 -232
  900. pulumi_azure_native/cache/v20240901preview/get_access_policy_assignment.py +0 -159
  901. pulumi_azure_native/cache/v20240901preview/get_database.py +0 -284
  902. pulumi_azure_native/cache/v20240901preview/get_enterprise_private_endpoint_connection.py +0 -154
  903. pulumi_azure_native/cache/v20240901preview/get_redis_enterprise.py +0 -292
  904. pulumi_azure_native/cache/v20240901preview/list_database_keys.py +0 -101
  905. pulumi_azure_native/cache/v20240901preview/outputs.py +0 -897
  906. pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +0 -454
  907. pulumi_azure_native/hybridconnectivity/get_public_cloud_connector.py +0 -164
  908. pulumi_azure_native/hybridconnectivity/get_solution_configuration.py +0 -138
  909. pulumi_azure_native/hybridconnectivity/public_cloud_connector.py +0 -260
  910. pulumi_azure_native/hybridconnectivity/solution_configuration.py +0 -201
  911. pulumi_azure_native/hybridconnectivity/v20241201/get_public_cloud_connector.py +0 -162
  912. pulumi_azure_native/hybridconnectivity/v20241201/get_solution_configuration.py +0 -136
  913. pulumi_azure_native/hybridconnectivity/v20241201/public_cloud_connector.py +0 -258
  914. pulumi_azure_native/hybridconnectivity/v20241201/solution_configuration.py +0 -199
  915. pulumi_azure_native/subscription/get_subscription_tar_directory.py +0 -120
  916. pulumi_azure_native/subscription/subscription_tar_directory.py +0 -170
  917. pulumi_azure_native/subscription/v20240801preview/get_subscription_tar_directory.py +0 -118
  918. pulumi_azure_native/subscription/v20240801preview/subscription_tar_directory.py +0 -168
  919. {pulumi_azure_native-2.60.0.dist-info → pulumi_azure_native-2.60.0a1725525310.dist-info}/WHEEL +0 -0
  920. {pulumi_azure_native-2.60.0.dist-info → pulumi_azure_native-2.60.0a1725525310.dist-info}/top_level.txt +0 -0
@@ -1,1067 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
- from ._enums import *
18
- from ._inputs import *
19
-
20
- __all__ = ['ApiManagementServiceArgs', 'ApiManagementService']
21
-
22
- @pulumi.input_type
23
- class ApiManagementServiceArgs:
24
- def __init__(__self__, *,
25
- publisher_email: pulumi.Input[str],
26
- publisher_name: pulumi.Input[str],
27
- resource_group_name: pulumi.Input[str],
28
- sku: pulumi.Input['ApiManagementServiceSkuPropertiesArgs'],
29
- additional_locations: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalLocationArgs']]]] = None,
30
- api_version_constraint: Optional[pulumi.Input['ApiVersionConstraintArgs']] = None,
31
- certificates: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateConfigurationArgs']]]] = None,
32
- configuration_api: Optional[pulumi.Input['ConfigurationApiArgs']] = None,
33
- custom_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34
- developer_portal_status: Optional[pulumi.Input[Union[str, 'DeveloperPortalStatus']]] = None,
35
- disable_gateway: Optional[pulumi.Input[bool]] = None,
36
- enable_client_certificate: Optional[pulumi.Input[bool]] = None,
37
- hostname_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['HostnameConfigurationArgs']]]] = None,
38
- identity: Optional[pulumi.Input['ApiManagementServiceIdentityArgs']] = None,
39
- legacy_portal_status: Optional[pulumi.Input[Union[str, 'LegacyPortalStatus']]] = None,
40
- location: Optional[pulumi.Input[str]] = None,
41
- nat_gateway_state: Optional[pulumi.Input[Union[str, 'NatGatewayState']]] = None,
42
- notification_sender_email: Optional[pulumi.Input[str]] = None,
43
- private_endpoint_connections: Optional[pulumi.Input[Sequence[pulumi.Input['RemotePrivateEndpointConnectionWrapperArgs']]]] = None,
44
- public_ip_address_id: Optional[pulumi.Input[str]] = None,
45
- public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
46
- restore: Optional[pulumi.Input[bool]] = None,
47
- service_name: Optional[pulumi.Input[str]] = None,
48
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
49
- virtual_network_configuration: Optional[pulumi.Input['VirtualNetworkConfigurationArgs']] = None,
50
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None,
51
- zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
52
- """
53
- The set of arguments for constructing a ApiManagementService resource.
54
- :param pulumi.Input[str] publisher_email: Publisher email.
55
- :param pulumi.Input[str] publisher_name: Publisher name.
56
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
57
- :param pulumi.Input['ApiManagementServiceSkuPropertiesArgs'] sku: SKU properties of the API Management service.
58
- :param pulumi.Input[Sequence[pulumi.Input['AdditionalLocationArgs']]] additional_locations: Additional datacenter locations of the API Management service.
59
- :param pulumi.Input['ApiVersionConstraintArgs'] api_version_constraint: Control Plane Apis version constraint for the API Management service.
60
- :param pulumi.Input[Sequence[pulumi.Input['CertificateConfigurationArgs']]] certificates: List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
61
- :param pulumi.Input['ConfigurationApiArgs'] configuration_api: Configuration API configuration of the API Management service.
62
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_properties: Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
63
- :param pulumi.Input[Union[str, 'DeveloperPortalStatus']] developer_portal_status: Status of developer portal in this API Management service.
64
- :param pulumi.Input[bool] disable_gateway: Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
65
- :param pulumi.Input[bool] enable_client_certificate: Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
66
- :param pulumi.Input[Sequence[pulumi.Input['HostnameConfigurationArgs']]] hostname_configurations: Custom hostname configuration of the API Management service.
67
- :param pulumi.Input['ApiManagementServiceIdentityArgs'] identity: Managed service identity of the Api Management service.
68
- :param pulumi.Input[Union[str, 'LegacyPortalStatus']] legacy_portal_status: Status of legacy portal in the API Management service.
69
- :param pulumi.Input[str] location: Resource location.
70
- :param pulumi.Input[Union[str, 'NatGatewayState']] nat_gateway_state: Property can be used to enable NAT Gateway for this API Management service.
71
- :param pulumi.Input[str] notification_sender_email: Email address from which the notification will be sent.
72
- :param pulumi.Input[Sequence[pulumi.Input['RemotePrivateEndpointConnectionWrapperArgs']]] private_endpoint_connections: List of Private Endpoint Connections of this service.
73
- :param pulumi.Input[str] public_ip_address_id: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
74
- :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
75
- :param pulumi.Input[bool] restore: Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
76
- :param pulumi.Input[str] service_name: The name of the API Management service.
77
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
78
- :param pulumi.Input['VirtualNetworkConfigurationArgs'] virtual_network_configuration: Virtual network configuration of the API Management service.
79
- :param pulumi.Input[Union[str, 'VirtualNetworkType']] virtual_network_type: The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
80
- :param pulumi.Input[Sequence[pulumi.Input[str]]] zones: A list of availability zones denoting where the resource needs to come from.
81
- """
82
- pulumi.set(__self__, "publisher_email", publisher_email)
83
- pulumi.set(__self__, "publisher_name", publisher_name)
84
- pulumi.set(__self__, "resource_group_name", resource_group_name)
85
- pulumi.set(__self__, "sku", sku)
86
- if additional_locations is not None:
87
- pulumi.set(__self__, "additional_locations", additional_locations)
88
- if api_version_constraint is not None:
89
- pulumi.set(__self__, "api_version_constraint", api_version_constraint)
90
- if certificates is not None:
91
- pulumi.set(__self__, "certificates", certificates)
92
- if configuration_api is not None:
93
- pulumi.set(__self__, "configuration_api", configuration_api)
94
- if custom_properties is not None:
95
- pulumi.set(__self__, "custom_properties", custom_properties)
96
- if developer_portal_status is None:
97
- developer_portal_status = 'Enabled'
98
- if developer_portal_status is not None:
99
- pulumi.set(__self__, "developer_portal_status", developer_portal_status)
100
- if disable_gateway is None:
101
- disable_gateway = False
102
- if disable_gateway is not None:
103
- pulumi.set(__self__, "disable_gateway", disable_gateway)
104
- if enable_client_certificate is None:
105
- enable_client_certificate = False
106
- if enable_client_certificate is not None:
107
- pulumi.set(__self__, "enable_client_certificate", enable_client_certificate)
108
- if hostname_configurations is not None:
109
- pulumi.set(__self__, "hostname_configurations", hostname_configurations)
110
- if identity is not None:
111
- pulumi.set(__self__, "identity", identity)
112
- if legacy_portal_status is None:
113
- legacy_portal_status = 'Enabled'
114
- if legacy_portal_status is not None:
115
- pulumi.set(__self__, "legacy_portal_status", legacy_portal_status)
116
- if location is not None:
117
- pulumi.set(__self__, "location", location)
118
- if nat_gateway_state is None:
119
- nat_gateway_state = 'Disabled'
120
- if nat_gateway_state is not None:
121
- pulumi.set(__self__, "nat_gateway_state", nat_gateway_state)
122
- if notification_sender_email is not None:
123
- pulumi.set(__self__, "notification_sender_email", notification_sender_email)
124
- if private_endpoint_connections is not None:
125
- pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
126
- if public_ip_address_id is not None:
127
- pulumi.set(__self__, "public_ip_address_id", public_ip_address_id)
128
- if public_network_access is not None:
129
- pulumi.set(__self__, "public_network_access", public_network_access)
130
- if restore is None:
131
- restore = False
132
- if restore is not None:
133
- pulumi.set(__self__, "restore", restore)
134
- if service_name is not None:
135
- pulumi.set(__self__, "service_name", service_name)
136
- if tags is not None:
137
- pulumi.set(__self__, "tags", tags)
138
- if virtual_network_configuration is not None:
139
- pulumi.set(__self__, "virtual_network_configuration", virtual_network_configuration)
140
- if virtual_network_type is None:
141
- virtual_network_type = 'None'
142
- if virtual_network_type is not None:
143
- pulumi.set(__self__, "virtual_network_type", virtual_network_type)
144
- if zones is not None:
145
- pulumi.set(__self__, "zones", zones)
146
-
147
- @property
148
- @pulumi.getter(name="publisherEmail")
149
- def publisher_email(self) -> pulumi.Input[str]:
150
- """
151
- Publisher email.
152
- """
153
- return pulumi.get(self, "publisher_email")
154
-
155
- @publisher_email.setter
156
- def publisher_email(self, value: pulumi.Input[str]):
157
- pulumi.set(self, "publisher_email", value)
158
-
159
- @property
160
- @pulumi.getter(name="publisherName")
161
- def publisher_name(self) -> pulumi.Input[str]:
162
- """
163
- Publisher name.
164
- """
165
- return pulumi.get(self, "publisher_name")
166
-
167
- @publisher_name.setter
168
- def publisher_name(self, value: pulumi.Input[str]):
169
- pulumi.set(self, "publisher_name", value)
170
-
171
- @property
172
- @pulumi.getter(name="resourceGroupName")
173
- def resource_group_name(self) -> pulumi.Input[str]:
174
- """
175
- The name of the resource group. The name is case insensitive.
176
- """
177
- return pulumi.get(self, "resource_group_name")
178
-
179
- @resource_group_name.setter
180
- def resource_group_name(self, value: pulumi.Input[str]):
181
- pulumi.set(self, "resource_group_name", value)
182
-
183
- @property
184
- @pulumi.getter
185
- def sku(self) -> pulumi.Input['ApiManagementServiceSkuPropertiesArgs']:
186
- """
187
- SKU properties of the API Management service.
188
- """
189
- return pulumi.get(self, "sku")
190
-
191
- @sku.setter
192
- def sku(self, value: pulumi.Input['ApiManagementServiceSkuPropertiesArgs']):
193
- pulumi.set(self, "sku", value)
194
-
195
- @property
196
- @pulumi.getter(name="additionalLocations")
197
- def additional_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalLocationArgs']]]]:
198
- """
199
- Additional datacenter locations of the API Management service.
200
- """
201
- return pulumi.get(self, "additional_locations")
202
-
203
- @additional_locations.setter
204
- def additional_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalLocationArgs']]]]):
205
- pulumi.set(self, "additional_locations", value)
206
-
207
- @property
208
- @pulumi.getter(name="apiVersionConstraint")
209
- def api_version_constraint(self) -> Optional[pulumi.Input['ApiVersionConstraintArgs']]:
210
- """
211
- Control Plane Apis version constraint for the API Management service.
212
- """
213
- return pulumi.get(self, "api_version_constraint")
214
-
215
- @api_version_constraint.setter
216
- def api_version_constraint(self, value: Optional[pulumi.Input['ApiVersionConstraintArgs']]):
217
- pulumi.set(self, "api_version_constraint", value)
218
-
219
- @property
220
- @pulumi.getter
221
- def certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateConfigurationArgs']]]]:
222
- """
223
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
224
- """
225
- return pulumi.get(self, "certificates")
226
-
227
- @certificates.setter
228
- def certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateConfigurationArgs']]]]):
229
- pulumi.set(self, "certificates", value)
230
-
231
- @property
232
- @pulumi.getter(name="configurationApi")
233
- def configuration_api(self) -> Optional[pulumi.Input['ConfigurationApiArgs']]:
234
- """
235
- Configuration API configuration of the API Management service.
236
- """
237
- return pulumi.get(self, "configuration_api")
238
-
239
- @configuration_api.setter
240
- def configuration_api(self, value: Optional[pulumi.Input['ConfigurationApiArgs']]):
241
- pulumi.set(self, "configuration_api", value)
242
-
243
- @property
244
- @pulumi.getter(name="customProperties")
245
- def custom_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
246
- """
247
- Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
248
- """
249
- return pulumi.get(self, "custom_properties")
250
-
251
- @custom_properties.setter
252
- def custom_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
253
- pulumi.set(self, "custom_properties", value)
254
-
255
- @property
256
- @pulumi.getter(name="developerPortalStatus")
257
- def developer_portal_status(self) -> Optional[pulumi.Input[Union[str, 'DeveloperPortalStatus']]]:
258
- """
259
- Status of developer portal in this API Management service.
260
- """
261
- return pulumi.get(self, "developer_portal_status")
262
-
263
- @developer_portal_status.setter
264
- def developer_portal_status(self, value: Optional[pulumi.Input[Union[str, 'DeveloperPortalStatus']]]):
265
- pulumi.set(self, "developer_portal_status", value)
266
-
267
- @property
268
- @pulumi.getter(name="disableGateway")
269
- def disable_gateway(self) -> Optional[pulumi.Input[bool]]:
270
- """
271
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
272
- """
273
- return pulumi.get(self, "disable_gateway")
274
-
275
- @disable_gateway.setter
276
- def disable_gateway(self, value: Optional[pulumi.Input[bool]]):
277
- pulumi.set(self, "disable_gateway", value)
278
-
279
- @property
280
- @pulumi.getter(name="enableClientCertificate")
281
- def enable_client_certificate(self) -> Optional[pulumi.Input[bool]]:
282
- """
283
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
284
- """
285
- return pulumi.get(self, "enable_client_certificate")
286
-
287
- @enable_client_certificate.setter
288
- def enable_client_certificate(self, value: Optional[pulumi.Input[bool]]):
289
- pulumi.set(self, "enable_client_certificate", value)
290
-
291
- @property
292
- @pulumi.getter(name="hostnameConfigurations")
293
- def hostname_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HostnameConfigurationArgs']]]]:
294
- """
295
- Custom hostname configuration of the API Management service.
296
- """
297
- return pulumi.get(self, "hostname_configurations")
298
-
299
- @hostname_configurations.setter
300
- def hostname_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['HostnameConfigurationArgs']]]]):
301
- pulumi.set(self, "hostname_configurations", value)
302
-
303
- @property
304
- @pulumi.getter
305
- def identity(self) -> Optional[pulumi.Input['ApiManagementServiceIdentityArgs']]:
306
- """
307
- Managed service identity of the Api Management service.
308
- """
309
- return pulumi.get(self, "identity")
310
-
311
- @identity.setter
312
- def identity(self, value: Optional[pulumi.Input['ApiManagementServiceIdentityArgs']]):
313
- pulumi.set(self, "identity", value)
314
-
315
- @property
316
- @pulumi.getter(name="legacyPortalStatus")
317
- def legacy_portal_status(self) -> Optional[pulumi.Input[Union[str, 'LegacyPortalStatus']]]:
318
- """
319
- Status of legacy portal in the API Management service.
320
- """
321
- return pulumi.get(self, "legacy_portal_status")
322
-
323
- @legacy_portal_status.setter
324
- def legacy_portal_status(self, value: Optional[pulumi.Input[Union[str, 'LegacyPortalStatus']]]):
325
- pulumi.set(self, "legacy_portal_status", value)
326
-
327
- @property
328
- @pulumi.getter
329
- def location(self) -> Optional[pulumi.Input[str]]:
330
- """
331
- Resource location.
332
- """
333
- return pulumi.get(self, "location")
334
-
335
- @location.setter
336
- def location(self, value: Optional[pulumi.Input[str]]):
337
- pulumi.set(self, "location", value)
338
-
339
- @property
340
- @pulumi.getter(name="natGatewayState")
341
- def nat_gateway_state(self) -> Optional[pulumi.Input[Union[str, 'NatGatewayState']]]:
342
- """
343
- Property can be used to enable NAT Gateway for this API Management service.
344
- """
345
- return pulumi.get(self, "nat_gateway_state")
346
-
347
- @nat_gateway_state.setter
348
- def nat_gateway_state(self, value: Optional[pulumi.Input[Union[str, 'NatGatewayState']]]):
349
- pulumi.set(self, "nat_gateway_state", value)
350
-
351
- @property
352
- @pulumi.getter(name="notificationSenderEmail")
353
- def notification_sender_email(self) -> Optional[pulumi.Input[str]]:
354
- """
355
- Email address from which the notification will be sent.
356
- """
357
- return pulumi.get(self, "notification_sender_email")
358
-
359
- @notification_sender_email.setter
360
- def notification_sender_email(self, value: Optional[pulumi.Input[str]]):
361
- pulumi.set(self, "notification_sender_email", value)
362
-
363
- @property
364
- @pulumi.getter(name="privateEndpointConnections")
365
- def private_endpoint_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RemotePrivateEndpointConnectionWrapperArgs']]]]:
366
- """
367
- List of Private Endpoint Connections of this service.
368
- """
369
- return pulumi.get(self, "private_endpoint_connections")
370
-
371
- @private_endpoint_connections.setter
372
- def private_endpoint_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RemotePrivateEndpointConnectionWrapperArgs']]]]):
373
- pulumi.set(self, "private_endpoint_connections", value)
374
-
375
- @property
376
- @pulumi.getter(name="publicIpAddressId")
377
- def public_ip_address_id(self) -> Optional[pulumi.Input[str]]:
378
- """
379
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
380
- """
381
- return pulumi.get(self, "public_ip_address_id")
382
-
383
- @public_ip_address_id.setter
384
- def public_ip_address_id(self, value: Optional[pulumi.Input[str]]):
385
- pulumi.set(self, "public_ip_address_id", value)
386
-
387
- @property
388
- @pulumi.getter(name="publicNetworkAccess")
389
- def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
390
- """
391
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
392
- """
393
- return pulumi.get(self, "public_network_access")
394
-
395
- @public_network_access.setter
396
- def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
397
- pulumi.set(self, "public_network_access", value)
398
-
399
- @property
400
- @pulumi.getter
401
- def restore(self) -> Optional[pulumi.Input[bool]]:
402
- """
403
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
404
- """
405
- return pulumi.get(self, "restore")
406
-
407
- @restore.setter
408
- def restore(self, value: Optional[pulumi.Input[bool]]):
409
- pulumi.set(self, "restore", value)
410
-
411
- @property
412
- @pulumi.getter(name="serviceName")
413
- def service_name(self) -> Optional[pulumi.Input[str]]:
414
- """
415
- The name of the API Management service.
416
- """
417
- return pulumi.get(self, "service_name")
418
-
419
- @service_name.setter
420
- def service_name(self, value: Optional[pulumi.Input[str]]):
421
- pulumi.set(self, "service_name", value)
422
-
423
- @property
424
- @pulumi.getter
425
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
426
- """
427
- Resource tags.
428
- """
429
- return pulumi.get(self, "tags")
430
-
431
- @tags.setter
432
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
433
- pulumi.set(self, "tags", value)
434
-
435
- @property
436
- @pulumi.getter(name="virtualNetworkConfiguration")
437
- def virtual_network_configuration(self) -> Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]:
438
- """
439
- Virtual network configuration of the API Management service.
440
- """
441
- return pulumi.get(self, "virtual_network_configuration")
442
-
443
- @virtual_network_configuration.setter
444
- def virtual_network_configuration(self, value: Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]):
445
- pulumi.set(self, "virtual_network_configuration", value)
446
-
447
- @property
448
- @pulumi.getter(name="virtualNetworkType")
449
- def virtual_network_type(self) -> Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]]:
450
- """
451
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
452
- """
453
- return pulumi.get(self, "virtual_network_type")
454
-
455
- @virtual_network_type.setter
456
- def virtual_network_type(self, value: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]]):
457
- pulumi.set(self, "virtual_network_type", value)
458
-
459
- @property
460
- @pulumi.getter
461
- def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
462
- """
463
- A list of availability zones denoting where the resource needs to come from.
464
- """
465
- return pulumi.get(self, "zones")
466
-
467
- @zones.setter
468
- def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
469
- pulumi.set(self, "zones", value)
470
-
471
-
472
- class ApiManagementService(pulumi.CustomResource):
473
- @overload
474
- def __init__(__self__,
475
- resource_name: str,
476
- opts: Optional[pulumi.ResourceOptions] = None,
477
- additional_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AdditionalLocationArgs', 'AdditionalLocationArgsDict']]]]] = None,
478
- api_version_constraint: Optional[pulumi.Input[Union['ApiVersionConstraintArgs', 'ApiVersionConstraintArgsDict']]] = None,
479
- certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertificateConfigurationArgs', 'CertificateConfigurationArgsDict']]]]] = None,
480
- configuration_api: Optional[pulumi.Input[Union['ConfigurationApiArgs', 'ConfigurationApiArgsDict']]] = None,
481
- custom_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
482
- developer_portal_status: Optional[pulumi.Input[Union[str, 'DeveloperPortalStatus']]] = None,
483
- disable_gateway: Optional[pulumi.Input[bool]] = None,
484
- enable_client_certificate: Optional[pulumi.Input[bool]] = None,
485
- hostname_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['HostnameConfigurationArgs', 'HostnameConfigurationArgsDict']]]]] = None,
486
- identity: Optional[pulumi.Input[Union['ApiManagementServiceIdentityArgs', 'ApiManagementServiceIdentityArgsDict']]] = None,
487
- legacy_portal_status: Optional[pulumi.Input[Union[str, 'LegacyPortalStatus']]] = None,
488
- location: Optional[pulumi.Input[str]] = None,
489
- nat_gateway_state: Optional[pulumi.Input[Union[str, 'NatGatewayState']]] = None,
490
- notification_sender_email: Optional[pulumi.Input[str]] = None,
491
- private_endpoint_connections: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RemotePrivateEndpointConnectionWrapperArgs', 'RemotePrivateEndpointConnectionWrapperArgsDict']]]]] = None,
492
- public_ip_address_id: Optional[pulumi.Input[str]] = None,
493
- public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
494
- publisher_email: Optional[pulumi.Input[str]] = None,
495
- publisher_name: Optional[pulumi.Input[str]] = None,
496
- resource_group_name: Optional[pulumi.Input[str]] = None,
497
- restore: Optional[pulumi.Input[bool]] = None,
498
- service_name: Optional[pulumi.Input[str]] = None,
499
- sku: Optional[pulumi.Input[Union['ApiManagementServiceSkuPropertiesArgs', 'ApiManagementServiceSkuPropertiesArgsDict']]] = None,
500
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
501
- virtual_network_configuration: Optional[pulumi.Input[Union['VirtualNetworkConfigurationArgs', 'VirtualNetworkConfigurationArgsDict']]] = None,
502
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None,
503
- zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
504
- __props__=None):
505
- """
506
- A single API Management service resource in List or Get response.
507
-
508
- :param str resource_name: The name of the resource.
509
- :param pulumi.ResourceOptions opts: Options for the resource.
510
- :param pulumi.Input[Sequence[pulumi.Input[Union['AdditionalLocationArgs', 'AdditionalLocationArgsDict']]]] additional_locations: Additional datacenter locations of the API Management service.
511
- :param pulumi.Input[Union['ApiVersionConstraintArgs', 'ApiVersionConstraintArgsDict']] api_version_constraint: Control Plane Apis version constraint for the API Management service.
512
- :param pulumi.Input[Sequence[pulumi.Input[Union['CertificateConfigurationArgs', 'CertificateConfigurationArgsDict']]]] certificates: List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
513
- :param pulumi.Input[Union['ConfigurationApiArgs', 'ConfigurationApiArgsDict']] configuration_api: Configuration API configuration of the API Management service.
514
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_properties: Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
515
- :param pulumi.Input[Union[str, 'DeveloperPortalStatus']] developer_portal_status: Status of developer portal in this API Management service.
516
- :param pulumi.Input[bool] disable_gateway: Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
517
- :param pulumi.Input[bool] enable_client_certificate: Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
518
- :param pulumi.Input[Sequence[pulumi.Input[Union['HostnameConfigurationArgs', 'HostnameConfigurationArgsDict']]]] hostname_configurations: Custom hostname configuration of the API Management service.
519
- :param pulumi.Input[Union['ApiManagementServiceIdentityArgs', 'ApiManagementServiceIdentityArgsDict']] identity: Managed service identity of the Api Management service.
520
- :param pulumi.Input[Union[str, 'LegacyPortalStatus']] legacy_portal_status: Status of legacy portal in the API Management service.
521
- :param pulumi.Input[str] location: Resource location.
522
- :param pulumi.Input[Union[str, 'NatGatewayState']] nat_gateway_state: Property can be used to enable NAT Gateway for this API Management service.
523
- :param pulumi.Input[str] notification_sender_email: Email address from which the notification will be sent.
524
- :param pulumi.Input[Sequence[pulumi.Input[Union['RemotePrivateEndpointConnectionWrapperArgs', 'RemotePrivateEndpointConnectionWrapperArgsDict']]]] private_endpoint_connections: List of Private Endpoint Connections of this service.
525
- :param pulumi.Input[str] public_ip_address_id: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
526
- :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
527
- :param pulumi.Input[str] publisher_email: Publisher email.
528
- :param pulumi.Input[str] publisher_name: Publisher name.
529
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
530
- :param pulumi.Input[bool] restore: Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
531
- :param pulumi.Input[str] service_name: The name of the API Management service.
532
- :param pulumi.Input[Union['ApiManagementServiceSkuPropertiesArgs', 'ApiManagementServiceSkuPropertiesArgsDict']] sku: SKU properties of the API Management service.
533
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
534
- :param pulumi.Input[Union['VirtualNetworkConfigurationArgs', 'VirtualNetworkConfigurationArgsDict']] virtual_network_configuration: Virtual network configuration of the API Management service.
535
- :param pulumi.Input[Union[str, 'VirtualNetworkType']] virtual_network_type: The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
536
- :param pulumi.Input[Sequence[pulumi.Input[str]]] zones: A list of availability zones denoting where the resource needs to come from.
537
- """
538
- ...
539
- @overload
540
- def __init__(__self__,
541
- resource_name: str,
542
- args: ApiManagementServiceArgs,
543
- opts: Optional[pulumi.ResourceOptions] = None):
544
- """
545
- A single API Management service resource in List or Get response.
546
-
547
- :param str resource_name: The name of the resource.
548
- :param ApiManagementServiceArgs args: The arguments to use to populate this resource's properties.
549
- :param pulumi.ResourceOptions opts: Options for the resource.
550
- """
551
- ...
552
- def __init__(__self__, resource_name: str, *args, **kwargs):
553
- resource_args, opts = _utilities.get_resource_args_opts(ApiManagementServiceArgs, pulumi.ResourceOptions, *args, **kwargs)
554
- if resource_args is not None:
555
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
556
- else:
557
- __self__._internal_init(resource_name, *args, **kwargs)
558
-
559
- def _internal_init(__self__,
560
- resource_name: str,
561
- opts: Optional[pulumi.ResourceOptions] = None,
562
- additional_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AdditionalLocationArgs', 'AdditionalLocationArgsDict']]]]] = None,
563
- api_version_constraint: Optional[pulumi.Input[Union['ApiVersionConstraintArgs', 'ApiVersionConstraintArgsDict']]] = None,
564
- certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CertificateConfigurationArgs', 'CertificateConfigurationArgsDict']]]]] = None,
565
- configuration_api: Optional[pulumi.Input[Union['ConfigurationApiArgs', 'ConfigurationApiArgsDict']]] = None,
566
- custom_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
567
- developer_portal_status: Optional[pulumi.Input[Union[str, 'DeveloperPortalStatus']]] = None,
568
- disable_gateway: Optional[pulumi.Input[bool]] = None,
569
- enable_client_certificate: Optional[pulumi.Input[bool]] = None,
570
- hostname_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['HostnameConfigurationArgs', 'HostnameConfigurationArgsDict']]]]] = None,
571
- identity: Optional[pulumi.Input[Union['ApiManagementServiceIdentityArgs', 'ApiManagementServiceIdentityArgsDict']]] = None,
572
- legacy_portal_status: Optional[pulumi.Input[Union[str, 'LegacyPortalStatus']]] = None,
573
- location: Optional[pulumi.Input[str]] = None,
574
- nat_gateway_state: Optional[pulumi.Input[Union[str, 'NatGatewayState']]] = None,
575
- notification_sender_email: Optional[pulumi.Input[str]] = None,
576
- private_endpoint_connections: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RemotePrivateEndpointConnectionWrapperArgs', 'RemotePrivateEndpointConnectionWrapperArgsDict']]]]] = None,
577
- public_ip_address_id: Optional[pulumi.Input[str]] = None,
578
- public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
579
- publisher_email: Optional[pulumi.Input[str]] = None,
580
- publisher_name: Optional[pulumi.Input[str]] = None,
581
- resource_group_name: Optional[pulumi.Input[str]] = None,
582
- restore: Optional[pulumi.Input[bool]] = None,
583
- service_name: Optional[pulumi.Input[str]] = None,
584
- sku: Optional[pulumi.Input[Union['ApiManagementServiceSkuPropertiesArgs', 'ApiManagementServiceSkuPropertiesArgsDict']]] = None,
585
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
586
- virtual_network_configuration: Optional[pulumi.Input[Union['VirtualNetworkConfigurationArgs', 'VirtualNetworkConfigurationArgsDict']]] = None,
587
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None,
588
- zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
589
- __props__=None):
590
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
591
- if not isinstance(opts, pulumi.ResourceOptions):
592
- raise TypeError('Expected resource options to be a ResourceOptions instance')
593
- if opts.id is None:
594
- if __props__ is not None:
595
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
596
- __props__ = ApiManagementServiceArgs.__new__(ApiManagementServiceArgs)
597
-
598
- __props__.__dict__["additional_locations"] = additional_locations
599
- __props__.__dict__["api_version_constraint"] = api_version_constraint
600
- __props__.__dict__["certificates"] = certificates
601
- __props__.__dict__["configuration_api"] = configuration_api
602
- __props__.__dict__["custom_properties"] = custom_properties
603
- if developer_portal_status is None:
604
- developer_portal_status = 'Enabled'
605
- __props__.__dict__["developer_portal_status"] = developer_portal_status
606
- if disable_gateway is None:
607
- disable_gateway = False
608
- __props__.__dict__["disable_gateway"] = disable_gateway
609
- if enable_client_certificate is None:
610
- enable_client_certificate = False
611
- __props__.__dict__["enable_client_certificate"] = enable_client_certificate
612
- __props__.__dict__["hostname_configurations"] = hostname_configurations
613
- __props__.__dict__["identity"] = identity
614
- if legacy_portal_status is None:
615
- legacy_portal_status = 'Enabled'
616
- __props__.__dict__["legacy_portal_status"] = legacy_portal_status
617
- __props__.__dict__["location"] = location
618
- if nat_gateway_state is None:
619
- nat_gateway_state = 'Disabled'
620
- __props__.__dict__["nat_gateway_state"] = nat_gateway_state
621
- __props__.__dict__["notification_sender_email"] = notification_sender_email
622
- __props__.__dict__["private_endpoint_connections"] = private_endpoint_connections
623
- __props__.__dict__["public_ip_address_id"] = public_ip_address_id
624
- __props__.__dict__["public_network_access"] = public_network_access
625
- if publisher_email is None and not opts.urn:
626
- raise TypeError("Missing required property 'publisher_email'")
627
- __props__.__dict__["publisher_email"] = publisher_email
628
- if publisher_name is None and not opts.urn:
629
- raise TypeError("Missing required property 'publisher_name'")
630
- __props__.__dict__["publisher_name"] = publisher_name
631
- if resource_group_name is None and not opts.urn:
632
- raise TypeError("Missing required property 'resource_group_name'")
633
- __props__.__dict__["resource_group_name"] = resource_group_name
634
- if restore is None:
635
- restore = False
636
- __props__.__dict__["restore"] = restore
637
- __props__.__dict__["service_name"] = service_name
638
- if sku is None and not opts.urn:
639
- raise TypeError("Missing required property 'sku'")
640
- __props__.__dict__["sku"] = sku
641
- __props__.__dict__["tags"] = tags
642
- __props__.__dict__["virtual_network_configuration"] = virtual_network_configuration
643
- if virtual_network_type is None:
644
- virtual_network_type = 'None'
645
- __props__.__dict__["virtual_network_type"] = virtual_network_type
646
- __props__.__dict__["zones"] = zones
647
- __props__.__dict__["created_at_utc"] = None
648
- __props__.__dict__["developer_portal_url"] = None
649
- __props__.__dict__["etag"] = None
650
- __props__.__dict__["gateway_regional_url"] = None
651
- __props__.__dict__["gateway_url"] = None
652
- __props__.__dict__["management_api_url"] = None
653
- __props__.__dict__["name"] = None
654
- __props__.__dict__["outbound_public_ip_addresses"] = None
655
- __props__.__dict__["platform_version"] = None
656
- __props__.__dict__["portal_url"] = None
657
- __props__.__dict__["private_ip_addresses"] = None
658
- __props__.__dict__["provisioning_state"] = None
659
- __props__.__dict__["public_ip_addresses"] = None
660
- __props__.__dict__["scm_url"] = None
661
- __props__.__dict__["system_data"] = None
662
- __props__.__dict__["target_provisioning_state"] = None
663
- __props__.__dict__["type"] = None
664
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:apimanagement:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20160707:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20161010:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20170301:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20180101:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20180601preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20190101:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20191201:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20191201preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20200601preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20201201:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20210101preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20210401preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20210801:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20211201preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20220401preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20220801:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20220901preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20230301preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20230501preview:ApiManagementService"), pulumi.Alias(type_="azure-native:apimanagement/v20230901preview:ApiManagementService")])
665
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
666
- super(ApiManagementService, __self__).__init__(
667
- 'azure-native:apimanagement/v20240501:ApiManagementService',
668
- resource_name,
669
- __props__,
670
- opts)
671
-
672
- @staticmethod
673
- def get(resource_name: str,
674
- id: pulumi.Input[str],
675
- opts: Optional[pulumi.ResourceOptions] = None) -> 'ApiManagementService':
676
- """
677
- Get an existing ApiManagementService resource's state with the given name, id, and optional extra
678
- properties used to qualify the lookup.
679
-
680
- :param str resource_name: The unique name of the resulting resource.
681
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
682
- :param pulumi.ResourceOptions opts: Options for the resource.
683
- """
684
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
685
-
686
- __props__ = ApiManagementServiceArgs.__new__(ApiManagementServiceArgs)
687
-
688
- __props__.__dict__["additional_locations"] = None
689
- __props__.__dict__["api_version_constraint"] = None
690
- __props__.__dict__["certificates"] = None
691
- __props__.__dict__["configuration_api"] = None
692
- __props__.__dict__["created_at_utc"] = None
693
- __props__.__dict__["custom_properties"] = None
694
- __props__.__dict__["developer_portal_status"] = None
695
- __props__.__dict__["developer_portal_url"] = None
696
- __props__.__dict__["disable_gateway"] = None
697
- __props__.__dict__["enable_client_certificate"] = None
698
- __props__.__dict__["etag"] = None
699
- __props__.__dict__["gateway_regional_url"] = None
700
- __props__.__dict__["gateway_url"] = None
701
- __props__.__dict__["hostname_configurations"] = None
702
- __props__.__dict__["identity"] = None
703
- __props__.__dict__["legacy_portal_status"] = None
704
- __props__.__dict__["location"] = None
705
- __props__.__dict__["management_api_url"] = None
706
- __props__.__dict__["name"] = None
707
- __props__.__dict__["nat_gateway_state"] = None
708
- __props__.__dict__["notification_sender_email"] = None
709
- __props__.__dict__["outbound_public_ip_addresses"] = None
710
- __props__.__dict__["platform_version"] = None
711
- __props__.__dict__["portal_url"] = None
712
- __props__.__dict__["private_endpoint_connections"] = None
713
- __props__.__dict__["private_ip_addresses"] = None
714
- __props__.__dict__["provisioning_state"] = None
715
- __props__.__dict__["public_ip_addresses"] = None
716
- __props__.__dict__["public_ip_address_id"] = None
717
- __props__.__dict__["public_network_access"] = None
718
- __props__.__dict__["publisher_email"] = None
719
- __props__.__dict__["publisher_name"] = None
720
- __props__.__dict__["restore"] = None
721
- __props__.__dict__["scm_url"] = None
722
- __props__.__dict__["sku"] = None
723
- __props__.__dict__["system_data"] = None
724
- __props__.__dict__["tags"] = None
725
- __props__.__dict__["target_provisioning_state"] = None
726
- __props__.__dict__["type"] = None
727
- __props__.__dict__["virtual_network_configuration"] = None
728
- __props__.__dict__["virtual_network_type"] = None
729
- __props__.__dict__["zones"] = None
730
- return ApiManagementService(resource_name, opts=opts, __props__=__props__)
731
-
732
- @property
733
- @pulumi.getter(name="additionalLocations")
734
- def additional_locations(self) -> pulumi.Output[Optional[Sequence['outputs.AdditionalLocationResponse']]]:
735
- """
736
- Additional datacenter locations of the API Management service.
737
- """
738
- return pulumi.get(self, "additional_locations")
739
-
740
- @property
741
- @pulumi.getter(name="apiVersionConstraint")
742
- def api_version_constraint(self) -> pulumi.Output[Optional['outputs.ApiVersionConstraintResponse']]:
743
- """
744
- Control Plane Apis version constraint for the API Management service.
745
- """
746
- return pulumi.get(self, "api_version_constraint")
747
-
748
- @property
749
- @pulumi.getter
750
- def certificates(self) -> pulumi.Output[Optional[Sequence['outputs.CertificateConfigurationResponse']]]:
751
- """
752
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
753
- """
754
- return pulumi.get(self, "certificates")
755
-
756
- @property
757
- @pulumi.getter(name="configurationApi")
758
- def configuration_api(self) -> pulumi.Output[Optional['outputs.ConfigurationApiResponse']]:
759
- """
760
- Configuration API configuration of the API Management service.
761
- """
762
- return pulumi.get(self, "configuration_api")
763
-
764
- @property
765
- @pulumi.getter(name="createdAtUtc")
766
- def created_at_utc(self) -> pulumi.Output[str]:
767
- """
768
- Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
769
- """
770
- return pulumi.get(self, "created_at_utc")
771
-
772
- @property
773
- @pulumi.getter(name="customProperties")
774
- def custom_properties(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
775
- """
776
- Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
777
- """
778
- return pulumi.get(self, "custom_properties")
779
-
780
- @property
781
- @pulumi.getter(name="developerPortalStatus")
782
- def developer_portal_status(self) -> pulumi.Output[Optional[str]]:
783
- """
784
- Status of developer portal in this API Management service.
785
- """
786
- return pulumi.get(self, "developer_portal_status")
787
-
788
- @property
789
- @pulumi.getter(name="developerPortalUrl")
790
- def developer_portal_url(self) -> pulumi.Output[str]:
791
- """
792
- DEveloper Portal endpoint URL of the API Management service.
793
- """
794
- return pulumi.get(self, "developer_portal_url")
795
-
796
- @property
797
- @pulumi.getter(name="disableGateway")
798
- def disable_gateway(self) -> pulumi.Output[Optional[bool]]:
799
- """
800
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
801
- """
802
- return pulumi.get(self, "disable_gateway")
803
-
804
- @property
805
- @pulumi.getter(name="enableClientCertificate")
806
- def enable_client_certificate(self) -> pulumi.Output[Optional[bool]]:
807
- """
808
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
809
- """
810
- return pulumi.get(self, "enable_client_certificate")
811
-
812
- @property
813
- @pulumi.getter
814
- def etag(self) -> pulumi.Output[str]:
815
- """
816
- ETag of the resource.
817
- """
818
- return pulumi.get(self, "etag")
819
-
820
- @property
821
- @pulumi.getter(name="gatewayRegionalUrl")
822
- def gateway_regional_url(self) -> pulumi.Output[str]:
823
- """
824
- Gateway URL of the API Management service in the Default Region.
825
- """
826
- return pulumi.get(self, "gateway_regional_url")
827
-
828
- @property
829
- @pulumi.getter(name="gatewayUrl")
830
- def gateway_url(self) -> pulumi.Output[str]:
831
- """
832
- Gateway URL of the API Management service.
833
- """
834
- return pulumi.get(self, "gateway_url")
835
-
836
- @property
837
- @pulumi.getter(name="hostnameConfigurations")
838
- def hostname_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.HostnameConfigurationResponse']]]:
839
- """
840
- Custom hostname configuration of the API Management service.
841
- """
842
- return pulumi.get(self, "hostname_configurations")
843
-
844
- @property
845
- @pulumi.getter
846
- def identity(self) -> pulumi.Output[Optional['outputs.ApiManagementServiceIdentityResponse']]:
847
- """
848
- Managed service identity of the Api Management service.
849
- """
850
- return pulumi.get(self, "identity")
851
-
852
- @property
853
- @pulumi.getter(name="legacyPortalStatus")
854
- def legacy_portal_status(self) -> pulumi.Output[Optional[str]]:
855
- """
856
- Status of legacy portal in the API Management service.
857
- """
858
- return pulumi.get(self, "legacy_portal_status")
859
-
860
- @property
861
- @pulumi.getter
862
- def location(self) -> pulumi.Output[str]:
863
- """
864
- Resource location.
865
- """
866
- return pulumi.get(self, "location")
867
-
868
- @property
869
- @pulumi.getter(name="managementApiUrl")
870
- def management_api_url(self) -> pulumi.Output[str]:
871
- """
872
- Management API endpoint URL of the API Management service.
873
- """
874
- return pulumi.get(self, "management_api_url")
875
-
876
- @property
877
- @pulumi.getter
878
- def name(self) -> pulumi.Output[str]:
879
- """
880
- Resource name.
881
- """
882
- return pulumi.get(self, "name")
883
-
884
- @property
885
- @pulumi.getter(name="natGatewayState")
886
- def nat_gateway_state(self) -> pulumi.Output[Optional[str]]:
887
- """
888
- Property can be used to enable NAT Gateway for this API Management service.
889
- """
890
- return pulumi.get(self, "nat_gateway_state")
891
-
892
- @property
893
- @pulumi.getter(name="notificationSenderEmail")
894
- def notification_sender_email(self) -> pulumi.Output[Optional[str]]:
895
- """
896
- Email address from which the notification will be sent.
897
- """
898
- return pulumi.get(self, "notification_sender_email")
899
-
900
- @property
901
- @pulumi.getter(name="outboundPublicIPAddresses")
902
- def outbound_public_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
903
- """
904
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
905
- """
906
- return pulumi.get(self, "outbound_public_ip_addresses")
907
-
908
- @property
909
- @pulumi.getter(name="platformVersion")
910
- def platform_version(self) -> pulumi.Output[str]:
911
- """
912
- Compute Platform Version running the service in this location.
913
- """
914
- return pulumi.get(self, "platform_version")
915
-
916
- @property
917
- @pulumi.getter(name="portalUrl")
918
- def portal_url(self) -> pulumi.Output[str]:
919
- """
920
- Publisher portal endpoint Url of the API Management service.
921
- """
922
- return pulumi.get(self, "portal_url")
923
-
924
- @property
925
- @pulumi.getter(name="privateEndpointConnections")
926
- def private_endpoint_connections(self) -> pulumi.Output[Optional[Sequence['outputs.RemotePrivateEndpointConnectionWrapperResponse']]]:
927
- """
928
- List of Private Endpoint Connections of this service.
929
- """
930
- return pulumi.get(self, "private_endpoint_connections")
931
-
932
- @property
933
- @pulumi.getter(name="privateIPAddresses")
934
- def private_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
935
- """
936
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
937
- """
938
- return pulumi.get(self, "private_ip_addresses")
939
-
940
- @property
941
- @pulumi.getter(name="provisioningState")
942
- def provisioning_state(self) -> pulumi.Output[str]:
943
- """
944
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
945
- """
946
- return pulumi.get(self, "provisioning_state")
947
-
948
- @property
949
- @pulumi.getter(name="publicIPAddresses")
950
- def public_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
951
- """
952
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
953
- """
954
- return pulumi.get(self, "public_ip_addresses")
955
-
956
- @property
957
- @pulumi.getter(name="publicIpAddressId")
958
- def public_ip_address_id(self) -> pulumi.Output[Optional[str]]:
959
- """
960
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
961
- """
962
- return pulumi.get(self, "public_ip_address_id")
963
-
964
- @property
965
- @pulumi.getter(name="publicNetworkAccess")
966
- def public_network_access(self) -> pulumi.Output[Optional[str]]:
967
- """
968
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
969
- """
970
- return pulumi.get(self, "public_network_access")
971
-
972
- @property
973
- @pulumi.getter(name="publisherEmail")
974
- def publisher_email(self) -> pulumi.Output[str]:
975
- """
976
- Publisher email.
977
- """
978
- return pulumi.get(self, "publisher_email")
979
-
980
- @property
981
- @pulumi.getter(name="publisherName")
982
- def publisher_name(self) -> pulumi.Output[str]:
983
- """
984
- Publisher name.
985
- """
986
- return pulumi.get(self, "publisher_name")
987
-
988
- @property
989
- @pulumi.getter
990
- def restore(self) -> pulumi.Output[Optional[bool]]:
991
- """
992
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
993
- """
994
- return pulumi.get(self, "restore")
995
-
996
- @property
997
- @pulumi.getter(name="scmUrl")
998
- def scm_url(self) -> pulumi.Output[str]:
999
- """
1000
- SCM endpoint URL of the API Management service.
1001
- """
1002
- return pulumi.get(self, "scm_url")
1003
-
1004
- @property
1005
- @pulumi.getter
1006
- def sku(self) -> pulumi.Output['outputs.ApiManagementServiceSkuPropertiesResponse']:
1007
- """
1008
- SKU properties of the API Management service.
1009
- """
1010
- return pulumi.get(self, "sku")
1011
-
1012
- @property
1013
- @pulumi.getter(name="systemData")
1014
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
1015
- """
1016
- Metadata pertaining to creation and last modification of the resource.
1017
- """
1018
- return pulumi.get(self, "system_data")
1019
-
1020
- @property
1021
- @pulumi.getter
1022
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1023
- """
1024
- Resource tags.
1025
- """
1026
- return pulumi.get(self, "tags")
1027
-
1028
- @property
1029
- @pulumi.getter(name="targetProvisioningState")
1030
- def target_provisioning_state(self) -> pulumi.Output[str]:
1031
- """
1032
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
1033
- """
1034
- return pulumi.get(self, "target_provisioning_state")
1035
-
1036
- @property
1037
- @pulumi.getter
1038
- def type(self) -> pulumi.Output[str]:
1039
- """
1040
- Resource type for API Management resource is set to Microsoft.ApiManagement.
1041
- """
1042
- return pulumi.get(self, "type")
1043
-
1044
- @property
1045
- @pulumi.getter(name="virtualNetworkConfiguration")
1046
- def virtual_network_configuration(self) -> pulumi.Output[Optional['outputs.VirtualNetworkConfigurationResponse']]:
1047
- """
1048
- Virtual network configuration of the API Management service.
1049
- """
1050
- return pulumi.get(self, "virtual_network_configuration")
1051
-
1052
- @property
1053
- @pulumi.getter(name="virtualNetworkType")
1054
- def virtual_network_type(self) -> pulumi.Output[Optional[str]]:
1055
- """
1056
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
1057
- """
1058
- return pulumi.get(self, "virtual_network_type")
1059
-
1060
- @property
1061
- @pulumi.getter
1062
- def zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
1063
- """
1064
- A list of availability zones denoting where the resource needs to come from.
1065
- """
1066
- return pulumi.get(self, "zones")
1067
-