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