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