pulumi-azure-native 2.60.0a1725532600__py3-none-any.whl → 2.60.0a1725868360__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.0a1725868360.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.60.0a1725532600.dist-info → pulumi_azure_native-2.60.0a1725868360.dist-info}/RECORD +914 -692
- {pulumi_azure_native-2.60.0a1725532600.dist-info → pulumi_azure_native-2.60.0a1725868360.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.60.0a1725532600.dist-info → pulumi_azure_native-2.60.0a1725868360.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,630 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetApiManagementServiceResult',
|
|
20
|
+
'AwaitableGetApiManagementServiceResult',
|
|
21
|
+
'get_api_management_service',
|
|
22
|
+
'get_api_management_service_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetApiManagementServiceResult:
|
|
27
|
+
"""
|
|
28
|
+
A single API Management service resource in List or Get response.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, additional_locations=None, api_version_constraint=None, certificates=None, configuration_api=None, created_at_utc=None, custom_properties=None, developer_portal_status=None, developer_portal_url=None, disable_gateway=None, enable_client_certificate=None, etag=None, gateway_regional_url=None, gateway_url=None, hostname_configurations=None, id=None, identity=None, legacy_portal_status=None, location=None, management_api_url=None, name=None, nat_gateway_state=None, notification_sender_email=None, outbound_public_ip_addresses=None, platform_version=None, portal_url=None, private_endpoint_connections=None, private_ip_addresses=None, provisioning_state=None, public_ip_addresses=None, public_ip_address_id=None, public_network_access=None, publisher_email=None, publisher_name=None, restore=None, scm_url=None, sku=None, system_data=None, tags=None, target_provisioning_state=None, type=None, virtual_network_configuration=None, virtual_network_type=None, zones=None):
|
|
31
|
+
if additional_locations and not isinstance(additional_locations, list):
|
|
32
|
+
raise TypeError("Expected argument 'additional_locations' to be a list")
|
|
33
|
+
pulumi.set(__self__, "additional_locations", additional_locations)
|
|
34
|
+
if api_version_constraint and not isinstance(api_version_constraint, dict):
|
|
35
|
+
raise TypeError("Expected argument 'api_version_constraint' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "api_version_constraint", api_version_constraint)
|
|
37
|
+
if certificates and not isinstance(certificates, list):
|
|
38
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
39
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
40
|
+
if configuration_api and not isinstance(configuration_api, dict):
|
|
41
|
+
raise TypeError("Expected argument 'configuration_api' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "configuration_api", configuration_api)
|
|
43
|
+
if created_at_utc and not isinstance(created_at_utc, str):
|
|
44
|
+
raise TypeError("Expected argument 'created_at_utc' to be a str")
|
|
45
|
+
pulumi.set(__self__, "created_at_utc", created_at_utc)
|
|
46
|
+
if custom_properties and not isinstance(custom_properties, dict):
|
|
47
|
+
raise TypeError("Expected argument 'custom_properties' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "custom_properties", custom_properties)
|
|
49
|
+
if developer_portal_status and not isinstance(developer_portal_status, str):
|
|
50
|
+
raise TypeError("Expected argument 'developer_portal_status' to be a str")
|
|
51
|
+
pulumi.set(__self__, "developer_portal_status", developer_portal_status)
|
|
52
|
+
if developer_portal_url and not isinstance(developer_portal_url, str):
|
|
53
|
+
raise TypeError("Expected argument 'developer_portal_url' to be a str")
|
|
54
|
+
pulumi.set(__self__, "developer_portal_url", developer_portal_url)
|
|
55
|
+
if disable_gateway and not isinstance(disable_gateway, bool):
|
|
56
|
+
raise TypeError("Expected argument 'disable_gateway' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "disable_gateway", disable_gateway)
|
|
58
|
+
if enable_client_certificate and not isinstance(enable_client_certificate, bool):
|
|
59
|
+
raise TypeError("Expected argument 'enable_client_certificate' to be a bool")
|
|
60
|
+
pulumi.set(__self__, "enable_client_certificate", enable_client_certificate)
|
|
61
|
+
if etag and not isinstance(etag, str):
|
|
62
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
63
|
+
pulumi.set(__self__, "etag", etag)
|
|
64
|
+
if gateway_regional_url and not isinstance(gateway_regional_url, str):
|
|
65
|
+
raise TypeError("Expected argument 'gateway_regional_url' to be a str")
|
|
66
|
+
pulumi.set(__self__, "gateway_regional_url", gateway_regional_url)
|
|
67
|
+
if gateway_url and not isinstance(gateway_url, str):
|
|
68
|
+
raise TypeError("Expected argument 'gateway_url' to be a str")
|
|
69
|
+
pulumi.set(__self__, "gateway_url", gateway_url)
|
|
70
|
+
if hostname_configurations and not isinstance(hostname_configurations, list):
|
|
71
|
+
raise TypeError("Expected argument 'hostname_configurations' to be a list")
|
|
72
|
+
pulumi.set(__self__, "hostname_configurations", hostname_configurations)
|
|
73
|
+
if id and not isinstance(id, str):
|
|
74
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
75
|
+
pulumi.set(__self__, "id", id)
|
|
76
|
+
if identity and not isinstance(identity, dict):
|
|
77
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "identity", identity)
|
|
79
|
+
if legacy_portal_status and not isinstance(legacy_portal_status, str):
|
|
80
|
+
raise TypeError("Expected argument 'legacy_portal_status' to be a str")
|
|
81
|
+
pulumi.set(__self__, "legacy_portal_status", legacy_portal_status)
|
|
82
|
+
if location and not isinstance(location, str):
|
|
83
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
84
|
+
pulumi.set(__self__, "location", location)
|
|
85
|
+
if management_api_url and not isinstance(management_api_url, str):
|
|
86
|
+
raise TypeError("Expected argument 'management_api_url' to be a str")
|
|
87
|
+
pulumi.set(__self__, "management_api_url", management_api_url)
|
|
88
|
+
if name and not isinstance(name, str):
|
|
89
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
90
|
+
pulumi.set(__self__, "name", name)
|
|
91
|
+
if nat_gateway_state and not isinstance(nat_gateway_state, str):
|
|
92
|
+
raise TypeError("Expected argument 'nat_gateway_state' to be a str")
|
|
93
|
+
pulumi.set(__self__, "nat_gateway_state", nat_gateway_state)
|
|
94
|
+
if notification_sender_email and not isinstance(notification_sender_email, str):
|
|
95
|
+
raise TypeError("Expected argument 'notification_sender_email' to be a str")
|
|
96
|
+
pulumi.set(__self__, "notification_sender_email", notification_sender_email)
|
|
97
|
+
if outbound_public_ip_addresses and not isinstance(outbound_public_ip_addresses, list):
|
|
98
|
+
raise TypeError("Expected argument 'outbound_public_ip_addresses' to be a list")
|
|
99
|
+
pulumi.set(__self__, "outbound_public_ip_addresses", outbound_public_ip_addresses)
|
|
100
|
+
if platform_version and not isinstance(platform_version, str):
|
|
101
|
+
raise TypeError("Expected argument 'platform_version' to be a str")
|
|
102
|
+
pulumi.set(__self__, "platform_version", platform_version)
|
|
103
|
+
if portal_url and not isinstance(portal_url, str):
|
|
104
|
+
raise TypeError("Expected argument 'portal_url' to be a str")
|
|
105
|
+
pulumi.set(__self__, "portal_url", portal_url)
|
|
106
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
107
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
108
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
109
|
+
if private_ip_addresses and not isinstance(private_ip_addresses, list):
|
|
110
|
+
raise TypeError("Expected argument 'private_ip_addresses' to be a list")
|
|
111
|
+
pulumi.set(__self__, "private_ip_addresses", private_ip_addresses)
|
|
112
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
113
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
114
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
115
|
+
if public_ip_addresses and not isinstance(public_ip_addresses, list):
|
|
116
|
+
raise TypeError("Expected argument 'public_ip_addresses' to be a list")
|
|
117
|
+
pulumi.set(__self__, "public_ip_addresses", public_ip_addresses)
|
|
118
|
+
if public_ip_address_id and not isinstance(public_ip_address_id, str):
|
|
119
|
+
raise TypeError("Expected argument 'public_ip_address_id' to be a str")
|
|
120
|
+
pulumi.set(__self__, "public_ip_address_id", public_ip_address_id)
|
|
121
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
122
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
123
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
124
|
+
if publisher_email and not isinstance(publisher_email, str):
|
|
125
|
+
raise TypeError("Expected argument 'publisher_email' to be a str")
|
|
126
|
+
pulumi.set(__self__, "publisher_email", publisher_email)
|
|
127
|
+
if publisher_name and not isinstance(publisher_name, str):
|
|
128
|
+
raise TypeError("Expected argument 'publisher_name' to be a str")
|
|
129
|
+
pulumi.set(__self__, "publisher_name", publisher_name)
|
|
130
|
+
if restore and not isinstance(restore, bool):
|
|
131
|
+
raise TypeError("Expected argument 'restore' to be a bool")
|
|
132
|
+
pulumi.set(__self__, "restore", restore)
|
|
133
|
+
if scm_url and not isinstance(scm_url, str):
|
|
134
|
+
raise TypeError("Expected argument 'scm_url' to be a str")
|
|
135
|
+
pulumi.set(__self__, "scm_url", scm_url)
|
|
136
|
+
if sku and not isinstance(sku, dict):
|
|
137
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
138
|
+
pulumi.set(__self__, "sku", sku)
|
|
139
|
+
if system_data and not isinstance(system_data, dict):
|
|
140
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
141
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
142
|
+
if tags and not isinstance(tags, dict):
|
|
143
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
144
|
+
pulumi.set(__self__, "tags", tags)
|
|
145
|
+
if target_provisioning_state and not isinstance(target_provisioning_state, str):
|
|
146
|
+
raise TypeError("Expected argument 'target_provisioning_state' to be a str")
|
|
147
|
+
pulumi.set(__self__, "target_provisioning_state", target_provisioning_state)
|
|
148
|
+
if type and not isinstance(type, str):
|
|
149
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
150
|
+
pulumi.set(__self__, "type", type)
|
|
151
|
+
if virtual_network_configuration and not isinstance(virtual_network_configuration, dict):
|
|
152
|
+
raise TypeError("Expected argument 'virtual_network_configuration' to be a dict")
|
|
153
|
+
pulumi.set(__self__, "virtual_network_configuration", virtual_network_configuration)
|
|
154
|
+
if virtual_network_type and not isinstance(virtual_network_type, str):
|
|
155
|
+
raise TypeError("Expected argument 'virtual_network_type' to be a str")
|
|
156
|
+
pulumi.set(__self__, "virtual_network_type", virtual_network_type)
|
|
157
|
+
if zones and not isinstance(zones, list):
|
|
158
|
+
raise TypeError("Expected argument 'zones' to be a list")
|
|
159
|
+
pulumi.set(__self__, "zones", zones)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="additionalLocations")
|
|
163
|
+
def additional_locations(self) -> Optional[Sequence['outputs.AdditionalLocationResponse']]:
|
|
164
|
+
"""
|
|
165
|
+
Additional datacenter locations of the API Management service.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "additional_locations")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="apiVersionConstraint")
|
|
171
|
+
def api_version_constraint(self) -> Optional['outputs.ApiVersionConstraintResponse']:
|
|
172
|
+
"""
|
|
173
|
+
Control Plane Apis version constraint for the API Management service.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "api_version_constraint")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def certificates(self) -> Optional[Sequence['outputs.CertificateConfigurationResponse']]:
|
|
180
|
+
"""
|
|
181
|
+
List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "certificates")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="configurationApi")
|
|
187
|
+
def configuration_api(self) -> Optional['outputs.ConfigurationApiResponse']:
|
|
188
|
+
"""
|
|
189
|
+
Configuration API configuration of the API Management service.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "configuration_api")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter(name="createdAtUtc")
|
|
195
|
+
def created_at_utc(self) -> str:
|
|
196
|
+
"""
|
|
197
|
+
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.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "created_at_utc")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="customProperties")
|
|
203
|
+
def custom_properties(self) -> Optional[Mapping[str, str]]:
|
|
204
|
+
"""
|
|
205
|
+
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
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "custom_properties")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="developerPortalStatus")
|
|
211
|
+
def developer_portal_status(self) -> Optional[str]:
|
|
212
|
+
"""
|
|
213
|
+
Status of developer portal in this API Management service.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "developer_portal_status")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="developerPortalUrl")
|
|
219
|
+
def developer_portal_url(self) -> str:
|
|
220
|
+
"""
|
|
221
|
+
DEveloper Portal endpoint URL of the API Management service.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "developer_portal_url")
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter(name="disableGateway")
|
|
227
|
+
def disable_gateway(self) -> Optional[bool]:
|
|
228
|
+
"""
|
|
229
|
+
Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "disable_gateway")
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="enableClientCertificate")
|
|
235
|
+
def enable_client_certificate(self) -> Optional[bool]:
|
|
236
|
+
"""
|
|
237
|
+
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.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "enable_client_certificate")
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter
|
|
243
|
+
def etag(self) -> str:
|
|
244
|
+
"""
|
|
245
|
+
ETag of the resource.
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "etag")
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter(name="gatewayRegionalUrl")
|
|
251
|
+
def gateway_regional_url(self) -> str:
|
|
252
|
+
"""
|
|
253
|
+
Gateway URL of the API Management service in the Default Region.
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "gateway_regional_url")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="gatewayUrl")
|
|
259
|
+
def gateway_url(self) -> str:
|
|
260
|
+
"""
|
|
261
|
+
Gateway URL of the API Management service.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "gateway_url")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="hostnameConfigurations")
|
|
267
|
+
def hostname_configurations(self) -> Optional[Sequence['outputs.HostnameConfigurationResponse']]:
|
|
268
|
+
"""
|
|
269
|
+
Custom hostname configuration of the API Management service.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "hostname_configurations")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter
|
|
275
|
+
def id(self) -> str:
|
|
276
|
+
"""
|
|
277
|
+
Resource ID.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "id")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter
|
|
283
|
+
def identity(self) -> Optional['outputs.ApiManagementServiceIdentityResponse']:
|
|
284
|
+
"""
|
|
285
|
+
Managed service identity of the Api Management service.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "identity")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="legacyPortalStatus")
|
|
291
|
+
def legacy_portal_status(self) -> Optional[str]:
|
|
292
|
+
"""
|
|
293
|
+
Status of legacy portal in the API Management service.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "legacy_portal_status")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter
|
|
299
|
+
def location(self) -> str:
|
|
300
|
+
"""
|
|
301
|
+
Resource location.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "location")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter(name="managementApiUrl")
|
|
307
|
+
def management_api_url(self) -> str:
|
|
308
|
+
"""
|
|
309
|
+
Management API endpoint URL of the API Management service.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "management_api_url")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter
|
|
315
|
+
def name(self) -> str:
|
|
316
|
+
"""
|
|
317
|
+
Resource name.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "name")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="natGatewayState")
|
|
323
|
+
def nat_gateway_state(self) -> Optional[str]:
|
|
324
|
+
"""
|
|
325
|
+
Property can be used to enable NAT Gateway for this API Management service.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "nat_gateway_state")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="notificationSenderEmail")
|
|
331
|
+
def notification_sender_email(self) -> Optional[str]:
|
|
332
|
+
"""
|
|
333
|
+
Email address from which the notification will be sent.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "notification_sender_email")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="outboundPublicIPAddresses")
|
|
339
|
+
def outbound_public_ip_addresses(self) -> Sequence[str]:
|
|
340
|
+
"""
|
|
341
|
+
Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "outbound_public_ip_addresses")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="platformVersion")
|
|
347
|
+
def platform_version(self) -> str:
|
|
348
|
+
"""
|
|
349
|
+
Compute Platform Version running the service in this location.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "platform_version")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter(name="portalUrl")
|
|
355
|
+
def portal_url(self) -> str:
|
|
356
|
+
"""
|
|
357
|
+
Publisher portal endpoint Url of the API Management service.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "portal_url")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
363
|
+
def private_endpoint_connections(self) -> Optional[Sequence['outputs.RemotePrivateEndpointConnectionWrapperResponse']]:
|
|
364
|
+
"""
|
|
365
|
+
List of Private Endpoint Connections of this service.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="privateIPAddresses")
|
|
371
|
+
def private_ip_addresses(self) -> Sequence[str]:
|
|
372
|
+
"""
|
|
373
|
+
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.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "private_ip_addresses")
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="provisioningState")
|
|
379
|
+
def provisioning_state(self) -> str:
|
|
380
|
+
"""
|
|
381
|
+
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.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "provisioning_state")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="publicIPAddresses")
|
|
387
|
+
def public_ip_addresses(self) -> Sequence[str]:
|
|
388
|
+
"""
|
|
389
|
+
Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "public_ip_addresses")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="publicIpAddressId")
|
|
395
|
+
def public_ip_address_id(self) -> Optional[str]:
|
|
396
|
+
"""
|
|
397
|
+
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.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "public_ip_address_id")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
403
|
+
def public_network_access(self) -> Optional[str]:
|
|
404
|
+
"""
|
|
405
|
+
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'
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "public_network_access")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="publisherEmail")
|
|
411
|
+
def publisher_email(self) -> str:
|
|
412
|
+
"""
|
|
413
|
+
Publisher email.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "publisher_email")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter(name="publisherName")
|
|
419
|
+
def publisher_name(self) -> str:
|
|
420
|
+
"""
|
|
421
|
+
Publisher name.
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "publisher_name")
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter
|
|
427
|
+
def restore(self) -> Optional[bool]:
|
|
428
|
+
"""
|
|
429
|
+
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.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "restore")
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter(name="scmUrl")
|
|
435
|
+
def scm_url(self) -> str:
|
|
436
|
+
"""
|
|
437
|
+
SCM endpoint URL of the API Management service.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "scm_url")
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter
|
|
443
|
+
def sku(self) -> 'outputs.ApiManagementServiceSkuPropertiesResponse':
|
|
444
|
+
"""
|
|
445
|
+
SKU properties of the API Management service.
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "sku")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="systemData")
|
|
451
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
452
|
+
"""
|
|
453
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "system_data")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter
|
|
459
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
460
|
+
"""
|
|
461
|
+
Resource tags.
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "tags")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="targetProvisioningState")
|
|
467
|
+
def target_provisioning_state(self) -> str:
|
|
468
|
+
"""
|
|
469
|
+
The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "target_provisioning_state")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter
|
|
475
|
+
def type(self) -> str:
|
|
476
|
+
"""
|
|
477
|
+
Resource type for API Management resource is set to Microsoft.ApiManagement.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "type")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="virtualNetworkConfiguration")
|
|
483
|
+
def virtual_network_configuration(self) -> Optional['outputs.VirtualNetworkConfigurationResponse']:
|
|
484
|
+
"""
|
|
485
|
+
Virtual network configuration of the API Management service.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "virtual_network_configuration")
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter(name="virtualNetworkType")
|
|
491
|
+
def virtual_network_type(self) -> Optional[str]:
|
|
492
|
+
"""
|
|
493
|
+
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.
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "virtual_network_type")
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter
|
|
499
|
+
def zones(self) -> Optional[Sequence[str]]:
|
|
500
|
+
"""
|
|
501
|
+
A list of availability zones denoting where the resource needs to come from.
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "zones")
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
class AwaitableGetApiManagementServiceResult(GetApiManagementServiceResult):
|
|
507
|
+
# pylint: disable=using-constant-test
|
|
508
|
+
def __await__(self):
|
|
509
|
+
if False:
|
|
510
|
+
yield self
|
|
511
|
+
return GetApiManagementServiceResult(
|
|
512
|
+
additional_locations=self.additional_locations,
|
|
513
|
+
api_version_constraint=self.api_version_constraint,
|
|
514
|
+
certificates=self.certificates,
|
|
515
|
+
configuration_api=self.configuration_api,
|
|
516
|
+
created_at_utc=self.created_at_utc,
|
|
517
|
+
custom_properties=self.custom_properties,
|
|
518
|
+
developer_portal_status=self.developer_portal_status,
|
|
519
|
+
developer_portal_url=self.developer_portal_url,
|
|
520
|
+
disable_gateway=self.disable_gateway,
|
|
521
|
+
enable_client_certificate=self.enable_client_certificate,
|
|
522
|
+
etag=self.etag,
|
|
523
|
+
gateway_regional_url=self.gateway_regional_url,
|
|
524
|
+
gateway_url=self.gateway_url,
|
|
525
|
+
hostname_configurations=self.hostname_configurations,
|
|
526
|
+
id=self.id,
|
|
527
|
+
identity=self.identity,
|
|
528
|
+
legacy_portal_status=self.legacy_portal_status,
|
|
529
|
+
location=self.location,
|
|
530
|
+
management_api_url=self.management_api_url,
|
|
531
|
+
name=self.name,
|
|
532
|
+
nat_gateway_state=self.nat_gateway_state,
|
|
533
|
+
notification_sender_email=self.notification_sender_email,
|
|
534
|
+
outbound_public_ip_addresses=self.outbound_public_ip_addresses,
|
|
535
|
+
platform_version=self.platform_version,
|
|
536
|
+
portal_url=self.portal_url,
|
|
537
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
538
|
+
private_ip_addresses=self.private_ip_addresses,
|
|
539
|
+
provisioning_state=self.provisioning_state,
|
|
540
|
+
public_ip_addresses=self.public_ip_addresses,
|
|
541
|
+
public_ip_address_id=self.public_ip_address_id,
|
|
542
|
+
public_network_access=self.public_network_access,
|
|
543
|
+
publisher_email=self.publisher_email,
|
|
544
|
+
publisher_name=self.publisher_name,
|
|
545
|
+
restore=self.restore,
|
|
546
|
+
scm_url=self.scm_url,
|
|
547
|
+
sku=self.sku,
|
|
548
|
+
system_data=self.system_data,
|
|
549
|
+
tags=self.tags,
|
|
550
|
+
target_provisioning_state=self.target_provisioning_state,
|
|
551
|
+
type=self.type,
|
|
552
|
+
virtual_network_configuration=self.virtual_network_configuration,
|
|
553
|
+
virtual_network_type=self.virtual_network_type,
|
|
554
|
+
zones=self.zones)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
def get_api_management_service(resource_group_name: Optional[str] = None,
|
|
558
|
+
service_name: Optional[str] = None,
|
|
559
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApiManagementServiceResult:
|
|
560
|
+
"""
|
|
561
|
+
Gets an API Management service resource description.
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
565
|
+
:param str service_name: The name of the API Management service.
|
|
566
|
+
"""
|
|
567
|
+
__args__ = dict()
|
|
568
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
569
|
+
__args__['serviceName'] = service_name
|
|
570
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
571
|
+
__ret__ = pulumi.runtime.invoke('azure-native:apimanagement/v20240501:getApiManagementService', __args__, opts=opts, typ=GetApiManagementServiceResult).value
|
|
572
|
+
|
|
573
|
+
return AwaitableGetApiManagementServiceResult(
|
|
574
|
+
additional_locations=pulumi.get(__ret__, 'additional_locations'),
|
|
575
|
+
api_version_constraint=pulumi.get(__ret__, 'api_version_constraint'),
|
|
576
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
577
|
+
configuration_api=pulumi.get(__ret__, 'configuration_api'),
|
|
578
|
+
created_at_utc=pulumi.get(__ret__, 'created_at_utc'),
|
|
579
|
+
custom_properties=pulumi.get(__ret__, 'custom_properties'),
|
|
580
|
+
developer_portal_status=pulumi.get(__ret__, 'developer_portal_status'),
|
|
581
|
+
developer_portal_url=pulumi.get(__ret__, 'developer_portal_url'),
|
|
582
|
+
disable_gateway=pulumi.get(__ret__, 'disable_gateway'),
|
|
583
|
+
enable_client_certificate=pulumi.get(__ret__, 'enable_client_certificate'),
|
|
584
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
585
|
+
gateway_regional_url=pulumi.get(__ret__, 'gateway_regional_url'),
|
|
586
|
+
gateway_url=pulumi.get(__ret__, 'gateway_url'),
|
|
587
|
+
hostname_configurations=pulumi.get(__ret__, 'hostname_configurations'),
|
|
588
|
+
id=pulumi.get(__ret__, 'id'),
|
|
589
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
590
|
+
legacy_portal_status=pulumi.get(__ret__, 'legacy_portal_status'),
|
|
591
|
+
location=pulumi.get(__ret__, 'location'),
|
|
592
|
+
management_api_url=pulumi.get(__ret__, 'management_api_url'),
|
|
593
|
+
name=pulumi.get(__ret__, 'name'),
|
|
594
|
+
nat_gateway_state=pulumi.get(__ret__, 'nat_gateway_state'),
|
|
595
|
+
notification_sender_email=pulumi.get(__ret__, 'notification_sender_email'),
|
|
596
|
+
outbound_public_ip_addresses=pulumi.get(__ret__, 'outbound_public_ip_addresses'),
|
|
597
|
+
platform_version=pulumi.get(__ret__, 'platform_version'),
|
|
598
|
+
portal_url=pulumi.get(__ret__, 'portal_url'),
|
|
599
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
600
|
+
private_ip_addresses=pulumi.get(__ret__, 'private_ip_addresses'),
|
|
601
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
602
|
+
public_ip_addresses=pulumi.get(__ret__, 'public_ip_addresses'),
|
|
603
|
+
public_ip_address_id=pulumi.get(__ret__, 'public_ip_address_id'),
|
|
604
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
605
|
+
publisher_email=pulumi.get(__ret__, 'publisher_email'),
|
|
606
|
+
publisher_name=pulumi.get(__ret__, 'publisher_name'),
|
|
607
|
+
restore=pulumi.get(__ret__, 'restore'),
|
|
608
|
+
scm_url=pulumi.get(__ret__, 'scm_url'),
|
|
609
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
610
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
611
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
612
|
+
target_provisioning_state=pulumi.get(__ret__, 'target_provisioning_state'),
|
|
613
|
+
type=pulumi.get(__ret__, 'type'),
|
|
614
|
+
virtual_network_configuration=pulumi.get(__ret__, 'virtual_network_configuration'),
|
|
615
|
+
virtual_network_type=pulumi.get(__ret__, 'virtual_network_type'),
|
|
616
|
+
zones=pulumi.get(__ret__, 'zones'))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
@_utilities.lift_output_func(get_api_management_service)
|
|
620
|
+
def get_api_management_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
621
|
+
service_name: Optional[pulumi.Input[str]] = None,
|
|
622
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetApiManagementServiceResult]:
|
|
623
|
+
"""
|
|
624
|
+
Gets an API Management service resource description.
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
628
|
+
:param str service_name: The name of the API Management service.
|
|
629
|
+
"""
|
|
630
|
+
...
|