pulumi-azure-native 2.74.0a1732526192__py3-none-any.whl → 2.74.0a1732531694__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 +278 -0
- 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 +3 -3
- pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
- 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 +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
- 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 +2 -2
- 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 +2 -2
- pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
- 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 +2 -2
- 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/api.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_gateway_config_connection.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/group.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/policy_restriction.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/user.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_backend.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_logger.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240501/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20240601preview/__init__.py +203 -0
- pulumi_azure_native/apimanagement/v20240601preview/_enums.py +881 -0
- pulumi_azure_native/apimanagement/v20240601preview/_inputs.py +4446 -0
- pulumi_azure_native/apimanagement/v20240601preview/api.py +898 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_diagnostic.py +523 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_gateway.py +377 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_gateway_config_connection.py +267 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_issue.py +358 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_issue_attachment.py +311 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_issue_comment.py +310 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_management_service.py +1096 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_operation.py +437 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_operation_policy.py +285 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_policy.py +264 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_release.py +258 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_schema.py +327 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_tag_description.py +307 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_version_set.py +327 -0
- pulumi_azure_native/apimanagement/v20240601preview/api_wiki.py +211 -0
- pulumi_azure_native/apimanagement/v20240601preview/authorization.py +348 -0
- pulumi_azure_native/apimanagement/v20240601preview/authorization_access_policy.py +308 -0
- pulumi_azure_native/apimanagement/v20240601preview/authorization_provider.py +268 -0
- pulumi_azure_native/apimanagement/v20240601preview/authorization_server.py +709 -0
- pulumi_azure_native/apimanagement/v20240601preview/backend.py +514 -0
- pulumi_azure_native/apimanagement/v20240601preview/cache.py +297 -0
- pulumi_azure_native/apimanagement/v20240601preview/certificate.py +280 -0
- pulumi_azure_native/apimanagement/v20240601preview/content_item.py +229 -0
- pulumi_azure_native/apimanagement/v20240601preview/content_type.py +305 -0
- pulumi_azure_native/apimanagement/v20240601preview/diagnostic.py +502 -0
- pulumi_azure_native/apimanagement/v20240601preview/documentation.py +237 -0
- pulumi_azure_native/apimanagement/v20240601preview/email_template.py +336 -0
- pulumi_azure_native/apimanagement/v20240601preview/gateway.py +239 -0
- pulumi_azure_native/apimanagement/v20240601preview/gateway_api_entity_tag.py +441 -0
- pulumi_azure_native/apimanagement/v20240601preview/gateway_certificate_authority.py +229 -0
- pulumi_azure_native/apimanagement/v20240601preview/gateway_hostname_configuration.py +374 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api.py +429 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_diagnostic.py +281 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_gateway.py +283 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_gateway_config_connection.py +190 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_issue.py +216 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_issue_attachment.py +174 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_issue_comment.py +174 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service.py +689 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service_domain_ownership_identifier.py +70 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_management_service_sso_token.py +86 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_operation.py +239 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_operation_policy.py +166 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_policy.py +160 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_release.py +182 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_schema.py +196 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_tag_description.py +196 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_version_set.py +190 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_api_wiki.py +135 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_authorization.py +197 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_authorization_access_policy.py +174 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_authorization_login_link_post.py +104 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_authorization_provider.py +163 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_authorization_server.py +373 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_backend.py +272 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_cache.py +176 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_certificate.py +177 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_content_item.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_content_type.py +162 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_diagnostic.py +275 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_documentation.py +148 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_email_template.py +205 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_gateway.py +149 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_gateway_certificate_authority.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_gateway_hostname_configuration.py +210 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_global_schema.py +176 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_graph_ql_api_resolver.py +168 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_graph_ql_api_resolver_policy.py +166 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_group.py +176 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_identity_provider.py +274 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_logger.py +191 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_named_value.py +205 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_open_id_connect_provider.py +218 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_policy.py +154 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_policy_fragment.py +182 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_policy_restriction.py +148 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_private_endpoint_connection_by_name.py +163 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_product.py +218 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_product_api_link.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_product_group_link.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_product_policy.py +160 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_product_wiki.py +135 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_subscription.py +302 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag.py +134 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_api_link.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_api.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_operation.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_by_product.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_operation_link.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_tag_product_link.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_user.py +233 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_user_shared_access_token.py +105 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace.py +148 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api.py +435 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_diagnostic.py +287 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_operation.py +245 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_operation_policy.py +172 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_policy.py +166 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_release.py +188 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_schema.py +202 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_api_version_set.py +196 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_backend.py +278 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_certificate.py +183 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_diagnostic.py +281 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_global_schema.py +182 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_group.py +182 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_logger.py +197 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_named_value.py +211 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_policy.py +160 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_policy_fragment.py +188 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product.py +224 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_api_link.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_group_link.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_product_policy.py +166 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_subscription.py +308 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag.py +140 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_api_link.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_operation_link.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/get_workspace_tag_product_link.py +146 -0
- pulumi_azure_native/apimanagement/v20240601preview/global_schema.py +278 -0
- pulumi_azure_native/apimanagement/v20240601preview/graph_ql_api_resolver.py +287 -0
- pulumi_azure_native/apimanagement/v20240601preview/graph_ql_api_resolver_policy.py +285 -0
- pulumi_azure_native/apimanagement/v20240601preview/group.py +297 -0
- pulumi_azure_native/apimanagement/v20240601preview/group_user.py +281 -0
- pulumi_azure_native/apimanagement/v20240601preview/identity_provider.py +520 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_authorization_server_secrets.py +120 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_gateway_debug_credentials.py +111 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_gateway_keys.py +106 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_identity_provider_secrets.py +92 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_named_value.py +92 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_open_id_connect_provider_secrets.py +92 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_policy_fragment_references.py +133 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_subscription_secrets.py +106 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_tenant_access_secrets.py +148 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_workspace_named_value.py +98 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_workspace_policy_fragment_references.py +139 -0
- pulumi_azure_native/apimanagement/v20240601preview/list_workspace_subscription_secrets.py +112 -0
- pulumi_azure_native/apimanagement/v20240601preview/logger.py +330 -0
- pulumi_azure_native/apimanagement/v20240601preview/named_value.py +337 -0
- pulumi_azure_native/apimanagement/v20240601preview/notification_recipient_email.py +209 -0
- pulumi_azure_native/apimanagement/v20240601preview/notification_recipient_user.py +209 -0
- pulumi_azure_native/apimanagement/v20240601preview/open_id_connect_provider.py +385 -0
- pulumi_azure_native/apimanagement/v20240601preview/outputs.py +3923 -0
- pulumi_azure_native/apimanagement/v20240601preview/policy.py +243 -0
- pulumi_azure_native/apimanagement/v20240601preview/policy_fragment.py +282 -0
- pulumi_azure_native/apimanagement/v20240601preview/policy_restriction.py +242 -0
- pulumi_azure_native/apimanagement/v20240601preview/private_endpoint_connection_by_name.py +252 -0
- pulumi_azure_native/apimanagement/v20240601preview/product.py +384 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_api.py +421 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_api_link.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_group.py +240 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_group_link.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_policy.py +264 -0
- pulumi_azure_native/apimanagement/v20240601preview/product_wiki.py +211 -0
- pulumi_azure_native/apimanagement/v20240601preview/subscription.py +491 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag.py +209 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_api_link.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_by_api.py +210 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_by_operation.py +231 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_by_product.py +210 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_operation_link.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/tag_product_link.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/user.py +463 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace.py +238 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api.py +919 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_diagnostic.py +544 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_operation.py +458 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_operation_policy.py +306 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_policy.py +285 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_release.py +279 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_schema.py +348 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_api_version_set.py +348 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_backend.py +535 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_certificate.py +301 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_diagnostic.py +523 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_global_schema.py +299 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_group.py +318 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_group_user.py +302 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_logger.py +351 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_named_value.py +358 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_notification_recipient_email.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_notification_recipient_user.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_policy.py +264 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_policy_fragment.py +303 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_product.py +405 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_product_api_link.py +251 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_product_group_link.py +251 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_product_policy.py +285 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_subscription.py +512 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_tag.py +230 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_tag_api_link.py +251 -0
- pulumi_azure_native/apimanagement/v20240601preview/workspace_tag_operation_link.py +251 -0
- pulumi_azure_native/apimanagement/v20240601preview/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 +3 -3
- 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 +3 -3
- pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
- pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
- 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 +3 -3
- 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/app/_enums.py +0 -2
- pulumi_azure_native/app/v20241002preview/_enums.py +0 -2
- pulumi_azure_native/authorization/__init__.py +3 -0
- pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
- pulumi_azure_native/authorization/get_policy_definition.py +2 -2
- pulumi_azure_native/authorization/get_policy_definition_at_management_group.py +2 -2
- pulumi_azure_native/authorization/get_policy_definition_version.py +2 -2
- pulumi_azure_native/authorization/get_policy_definition_version_at_management_group.py +2 -2
- pulumi_azure_native/authorization/get_policy_set_definition.py +2 -2
- pulumi_azure_native/authorization/get_policy_set_definition_at_management_group.py +2 -2
- pulumi_azure_native/authorization/get_policy_set_definition_version.py +2 -2
- pulumi_azure_native/authorization/get_policy_set_definition_version_at_management_group.py +2 -2
- pulumi_azure_native/authorization/list_policy_definition_version_all.py +2 -2
- pulumi_azure_native/authorization/list_policy_definition_version_all_at_management_group.py +2 -2
- pulumi_azure_native/authorization/list_policy_definition_version_all_builtins.py +2 -2
- pulumi_azure_native/authorization/list_policy_set_definition_version_all.py +2 -2
- pulumi_azure_native/authorization/list_policy_set_definition_version_all_at_management_group.py +2 -2
- pulumi_azure_native/authorization/list_policy_set_definition_version_all_builtins.py +2 -2
- pulumi_azure_native/authorization/policy_assignment.py +3 -3
- pulumi_azure_native/authorization/policy_definition.py +3 -3
- pulumi_azure_native/authorization/policy_definition_at_management_group.py +3 -3
- pulumi_azure_native/authorization/policy_definition_version.py +3 -3
- pulumi_azure_native/authorization/policy_definition_version_at_management_group.py +3 -3
- pulumi_azure_native/authorization/policy_set_definition.py +3 -3
- pulumi_azure_native/authorization/policy_set_definition_at_management_group.py +3 -3
- pulumi_azure_native/authorization/policy_set_definition_version.py +3 -3
- pulumi_azure_native/authorization/policy_set_definition_version_at_management_group.py +3 -3
- pulumi_azure_native/authorization/v20180501/policy_definition.py +1 -1
- pulumi_azure_native/authorization/v20180501/policy_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20190601/policy_definition.py +1 -1
- pulumi_azure_native/authorization/v20190601/policy_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20190601/policy_set_definition.py +1 -1
- pulumi_azure_native/authorization/v20190601/policy_set_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20210601/policy_definition.py +1 -1
- pulumi_azure_native/authorization/v20210601/policy_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20210601/policy_set_definition.py +1 -1
- pulumi_azure_native/authorization/v20210601/policy_set_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_definition.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_definition_version.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_definition_version_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_set_definition.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_set_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_set_definition_version.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_set_definition_version_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_definition.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_definition_version.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_definition_version_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_set_definition.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_set_definition_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_set_definition_version.py +1 -1
- pulumi_azure_native/authorization/v20240501/policy_set_definition_version_at_management_group.py +1 -1
- pulumi_azure_native/authorization/v20250101/__init__.py +34 -0
- pulumi_azure_native/authorization/v20250101/_enums.py +120 -0
- pulumi_azure_native/authorization/v20250101/_inputs.py +839 -0
- pulumi_azure_native/authorization/v20250101/get_policy_assignment.py +387 -0
- pulumi_azure_native/authorization/v20250101/get_policy_definition.py +249 -0
- pulumi_azure_native/authorization/v20250101/get_policy_definition_at_management_group.py +255 -0
- pulumi_azure_native/authorization/v20250101/get_policy_definition_version.py +241 -0
- pulumi_azure_native/authorization/v20250101/get_policy_definition_version_at_management_group.py +247 -0
- pulumi_azure_native/authorization/v20250101/get_policy_set_definition.py +255 -0
- pulumi_azure_native/authorization/v20250101/get_policy_set_definition_at_management_group.py +261 -0
- pulumi_azure_native/authorization/v20250101/get_policy_set_definition_version.py +247 -0
- pulumi_azure_native/authorization/v20250101/get_policy_set_definition_version_at_management_group.py +253 -0
- pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all.py +85 -0
- pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all_at_management_group.py +95 -0
- pulumi_azure_native/authorization/v20250101/list_policy_definition_version_all_builtins.py +85 -0
- pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all.py +85 -0
- pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all_at_management_group.py +95 -0
- pulumi_azure_native/authorization/v20250101/list_policy_set_definition_version_all_builtins.py +85 -0
- pulumi_azure_native/authorization/v20250101/outputs.py +1174 -0
- pulumi_azure_native/authorization/v20250101/policy_assignment.py +620 -0
- pulumi_azure_native/authorization/v20250101/policy_definition.py +415 -0
- pulumi_azure_native/authorization/v20250101/policy_definition_at_management_group.py +436 -0
- pulumi_azure_native/authorization/v20250101/policy_definition_version.py +407 -0
- pulumi_azure_native/authorization/v20250101/policy_definition_version_at_management_group.py +428 -0
- pulumi_azure_native/authorization/v20250101/policy_set_definition.py +412 -0
- pulumi_azure_native/authorization/v20250101/policy_set_definition_at_management_group.py +433 -0
- pulumi_azure_native/authorization/v20250101/policy_set_definition_version.py +404 -0
- pulumi_azure_native/authorization/v20250101/policy_set_definition_version_at_management_group.py +425 -0
- pulumi_azure_native/compute/__init__.py +7 -0
- pulumi_azure_native/compute/_enums.py +30 -0
- pulumi_azure_native/compute/_inputs.py +557 -0
- pulumi_azure_native/compute/gallery.py +3 -3
- pulumi_azure_native/compute/gallery_application.py +3 -3
- pulumi_azure_native/compute/gallery_application_version.py +3 -3
- pulumi_azure_native/compute/gallery_image.py +3 -3
- pulumi_azure_native/compute/gallery_image_version.py +3 -3
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +271 -0
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +440 -0
- pulumi_azure_native/compute/get_gallery.py +2 -2
- pulumi_azure_native/compute/get_gallery_application.py +2 -2
- pulumi_azure_native/compute/get_gallery_application_version.py +2 -2
- pulumi_azure_native/compute/get_gallery_image.py +2 -2
- pulumi_azure_native/compute/get_gallery_image_version.py +2 -2
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +165 -0
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +269 -0
- pulumi_azure_native/compute/outputs.py +450 -1
- pulumi_azure_native/compute/v20220303/gallery.py +1 -1
- pulumi_azure_native/compute/v20220303/gallery_application.py +1 -1
- pulumi_azure_native/compute/v20220303/gallery_application_version.py +1 -1
- pulumi_azure_native/compute/v20220303/gallery_image.py +1 -1
- pulumi_azure_native/compute/v20220303/gallery_image_version.py +1 -1
- pulumi_azure_native/compute/v20220803/gallery.py +1 -1
- pulumi_azure_native/compute/v20220803/gallery_application.py +1 -1
- pulumi_azure_native/compute/v20220803/gallery_application_version.py +1 -1
- pulumi_azure_native/compute/v20220803/gallery_image.py +1 -1
- pulumi_azure_native/compute/v20220803/gallery_image_version.py +1 -1
- pulumi_azure_native/compute/v20230703/gallery.py +1 -1
- pulumi_azure_native/compute/v20230703/gallery_application.py +1 -1
- pulumi_azure_native/compute/v20230703/gallery_application_version.py +1 -1
- pulumi_azure_native/compute/v20230703/gallery_image.py +1 -1
- pulumi_azure_native/compute/v20230703/gallery_image_version.py +1 -1
- pulumi_azure_native/compute/v20240303/__init__.py +24 -0
- pulumi_azure_native/compute/v20240303/_enums.py +192 -0
- pulumi_azure_native/compute/v20240303/_inputs.py +3294 -0
- pulumi_azure_native/compute/v20240303/gallery.py +365 -0
- pulumi_azure_native/compute/v20240303/gallery_application.py +444 -0
- pulumi_azure_native/compute/v20240303/gallery_application_version.py +340 -0
- pulumi_azure_native/compute/v20240303/gallery_image.py +688 -0
- pulumi_azure_native/compute/v20240303/gallery_image_version.py +437 -0
- pulumi_azure_native/compute/v20240303/gallery_in_vm_access_control_profile.py +269 -0
- pulumi_azure_native/compute/v20240303/gallery_in_vm_access_control_profile_version.py +438 -0
- pulumi_azure_native/compute/v20240303/get_gallery.py +253 -0
- pulumi_azure_native/compute/v20240303/get_gallery_application.py +247 -0
- pulumi_azure_native/compute/v20240303/get_gallery_application_version.py +217 -0
- pulumi_azure_native/compute/v20240303/get_gallery_image.py +373 -0
- pulumi_azure_native/compute/v20240303/get_gallery_image_version.py +273 -0
- pulumi_azure_native/compute/v20240303/get_gallery_in_vm_access_control_profile.py +163 -0
- pulumi_azure_native/compute/v20240303/get_gallery_in_vm_access_control_profile_version.py +267 -0
- pulumi_azure_native/compute/v20240303/outputs.py +3340 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +59 -1
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +56 -1
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +4 -0
- pulumi_azure_native/network/get_ipam_pool_usage.py +4 -0
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +4 -0
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +4 -0
- pulumi_azure_native/network/get_reachability_analysis_run.py +4 -0
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +4 -0
- pulumi_azure_native/network/get_routing_rule_collection.py +4 -0
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +4 -0
- pulumi_azure_native/network/get_security_user_rule_collection.py +4 -0
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +4 -0
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +4 -0
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +5 -1
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +4 -0
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +4 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +5 -1
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +5 -1
- pulumi_azure_native/network/reachability_analysis_run.py +5 -1
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/routing_rule.py +5 -1
- pulumi_azure_native/network/routing_rule_collection.py +5 -1
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +5 -1
- pulumi_azure_native/network/security_user_rule_collection.py +5 -1
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +5 -1
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20231101/flow_log.py +1 -1
- pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20231101/ip_group.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/network_profile.py +1 -1
- pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/route.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20231101/route_map.py +1 -1
- pulumi_azure_native/network/v20231101/route_table.py +1 -1
- pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20231101/security_rule.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20231101/static_member.py +1 -1
- pulumi_azure_native/network/v20231101/subnet.py +1 -1
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20240101/flow_log.py +1 -1
- pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20240101/ip_group.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/network_profile.py +1 -1
- pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/route.py +1 -1
- pulumi_azure_native/network/v20240101/route_filter.py +1 -1
- pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20240101/route_map.py +1 -1
- pulumi_azure_native/network/v20240101/route_table.py +1 -1
- pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20240101/security_rule.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20240101/static_member.py +1 -1
- pulumi_azure_native/network/v20240101/subnet.py +1 -1
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +1 -1
- pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +1 -1
- pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +1 -1
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101preview/static_cidr.py +1 -1
- pulumi_azure_native/network/v20240101preview/verifier_workspace.py +1 -1
- pulumi_azure_native/network/v20240301/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240301/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240301/application_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240301/application_security_group.py +1 -1
- pulumi_azure_native/network/v20240301/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20240301/bastion_host.py +1 -1
- pulumi_azure_native/network/v20240301/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20240301/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20240301/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240301/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20240301/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20240301/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240301/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_port.py +1 -1
- pulumi_azure_native/network/v20240301/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20240301/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240301/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20240301/flow_log.py +1 -1
- pulumi_azure_native/network/v20240301/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20240301/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240301/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20240301/ip_group.py +1 -1
- pulumi_azure_native/network/v20240301/load_balancer.py +1 -1
- pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20240301/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240301/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/nat_rule.py +1 -1
- pulumi_azure_native/network/v20240301/network_group.py +1 -1
- pulumi_azure_native/network/v20240301/network_interface.py +1 -1
- pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/network_manager.py +1 -1
- pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/network_profile.py +1 -1
- pulumi_azure_native/network/v20240301/network_security_group.py +1 -1
- pulumi_azure_native/network/v20240301/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20240301/network_watcher.py +1 -1
- pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/packet_capture.py +1 -1
- pulumi_azure_native/network/v20240301/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20240301/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20240301/private_link_service.py +1 -1
- pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240301/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20240301/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240301/route.py +1 -1
- pulumi_azure_native/network/v20240301/route_filter.py +1 -1
- pulumi_azure_native/network/v20240301/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20240301/route_map.py +1 -1
- pulumi_azure_native/network/v20240301/route_table.py +1 -1
- pulumi_azure_native/network/v20240301/routing_intent.py +1 -1
- pulumi_azure_native/network/v20240301/routing_rule.py +1 -1
- pulumi_azure_native/network/v20240301/routing_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240301/scope_connection.py +1 -1
- pulumi_azure_native/network/v20240301/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20240301/security_rule.py +1 -1
- pulumi_azure_native/network/v20240301/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/security_user_rule.py +1 -1
- pulumi_azure_native/network/v20240301/security_user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240301/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20240301/static_member.py +1 -1
- pulumi_azure_native/network/v20240301/subnet.py +1 -1
- pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_router.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20240301/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20240301/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20240301/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240301/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20240301/vpn_site.py +1 -1
- pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240501/__init__.py +237 -0
- pulumi_azure_native/network/v20240501/_enums.py +1895 -0
- pulumi_azure_native/network/v20240501/_inputs.py +28944 -0
- pulumi_azure_native/network/v20240501/admin_rule.py +563 -0
- pulumi_azure_native/network/v20240501/admin_rule_collection.py +301 -0
- pulumi_azure_native/network/v20240501/application_gateway.py +1256 -0
- pulumi_azure_native/network/v20240501/application_gateway_private_endpoint_connection.py +289 -0
- pulumi_azure_native/network/v20240501/application_security_group.py +266 -0
- pulumi_azure_native/network/v20240501/azure_firewall.py +646 -0
- pulumi_azure_native/network/v20240501/bastion_host.py +718 -0
- pulumi_azure_native/network/v20240501/configuration_policy_group.py +338 -0
- pulumi_azure_native/network/v20240501/connection_monitor.py +579 -0
- pulumi_azure_native/network/v20240501/connectivity_configuration.py +398 -0
- pulumi_azure_native/network/v20240501/custom_ip_prefix.py +647 -0
- pulumi_azure_native/network/v20240501/ddos_custom_policy.py +266 -0
- pulumi_azure_native/network/v20240501/ddos_protection_plan.py +267 -0
- pulumi_azure_native/network/v20240501/default_admin_rule.py +415 -0
- pulumi_azure_native/network/v20240501/dscp_configuration.py +492 -0
- pulumi_azure_native/network/v20240501/express_route_circuit.py +720 -0
- pulumi_azure_native/network/v20240501/express_route_circuit_authorization.py +307 -0
- pulumi_azure_native/network/v20240501/express_route_circuit_connection.py +416 -0
- pulumi_azure_native/network/v20240501/express_route_circuit_peering.py +738 -0
- pulumi_azure_native/network/v20240501/express_route_connection.py +426 -0
- pulumi_azure_native/network/v20240501/express_route_cross_connection_peering.py +561 -0
- pulumi_azure_native/network/v20240501/express_route_gateway.py +379 -0
- pulumi_azure_native/network/v20240501/express_route_port.py +493 -0
- pulumi_azure_native/network/v20240501/express_route_port_authorization.py +268 -0
- pulumi_azure_native/network/v20240501/firewall_policy.py +647 -0
- pulumi_azure_native/network/v20240501/firewall_policy_draft.py +501 -0
- pulumi_azure_native/network/v20240501/firewall_policy_rule_collection_group.py +309 -0
- pulumi_azure_native/network/v20240501/firewall_policy_rule_collection_group_draft.py +290 -0
- pulumi_azure_native/network/v20240501/flow_log.py +524 -0
- pulumi_azure_native/network/v20240501/get_active_sessions.py +101 -0
- pulumi_azure_native/network/v20240501/get_admin_rule.py +330 -0
- pulumi_azure_native/network/v20240501/get_admin_rule_collection.py +211 -0
- pulumi_azure_native/network/v20240501/get_application_gateway.py +689 -0
- pulumi_azure_native/network/v20240501/get_application_gateway_backend_health_on_demand.py +157 -0
- pulumi_azure_native/network/v20240501/get_application_gateway_private_endpoint_connection.py +191 -0
- pulumi_azure_native/network/v20240501/get_application_security_group.py +184 -0
- pulumi_azure_native/network/v20240501/get_azure_firewall.py +367 -0
- pulumi_azure_native/network/v20240501/get_bastion_host.py +378 -0
- pulumi_azure_native/network/v20240501/get_bastion_shareable_link.py +108 -0
- pulumi_azure_native/network/v20240501/get_configuration_policy_group.py +205 -0
- pulumi_azure_native/network/v20240501/get_connection_monitor.py +345 -0
- pulumi_azure_native/network/v20240501/get_connectivity_configuration.py +261 -0
- pulumi_azure_native/network/v20240501/get_custom_ip_prefix.py +401 -0
- pulumi_azure_native/network/v20240501/get_ddos_custom_policy.py +184 -0
- pulumi_azure_native/network/v20240501/get_ddos_protection_plan.py +213 -0
- pulumi_azure_native/network/v20240501/get_default_admin_rule.py +344 -0
- pulumi_azure_native/network/v20240501/get_dscp_configuration.py +311 -0
- pulumi_azure_native/network/v20240501/get_express_route_circuit.py +409 -0
- pulumi_azure_native/network/v20240501/get_express_route_circuit_authorization.py +190 -0
- pulumi_azure_native/network/v20240501/get_express_route_circuit_connection.py +239 -0
- pulumi_azure_native/network/v20240501/get_express_route_circuit_peering.py +415 -0
- pulumi_azure_native/network/v20240501/get_express_route_connection.py +219 -0
- pulumi_azure_native/network/v20240501/get_express_route_cross_connection_peering.py +331 -0
- pulumi_azure_native/network/v20240501/get_express_route_gateway.py +227 -0
- pulumi_azure_native/network/v20240501/get_express_route_port.py +339 -0
- pulumi_azure_native/network/v20240501/get_express_route_port_authorization.py +190 -0
- pulumi_azure_native/network/v20240501/get_firewall_policy.py +401 -0
- pulumi_azure_native/network/v20240501/get_firewall_policy_draft.py +269 -0
- pulumi_azure_native/network/v20240501/get_firewall_policy_rule_collection_group.py +191 -0
- pulumi_azure_native/network/v20240501/get_firewall_policy_rule_collection_group_draft.py +163 -0
- pulumi_azure_native/network/v20240501/get_flow_log.py +303 -0
- pulumi_azure_native/network/v20240501/get_hub_route_table.py +205 -0
- pulumi_azure_native/network/v20240501/get_hub_virtual_network_connection.py +205 -0
- pulumi_azure_native/network/v20240501/get_inbound_nat_rule.py +309 -0
- pulumi_azure_native/network/v20240501/get_ip_allocation.py +261 -0
- pulumi_azure_native/network/v20240501/get_ip_group.py +219 -0
- pulumi_azure_native/network/v20240501/get_ipam_pool.py +177 -0
- pulumi_azure_native/network/v20240501/get_ipam_pool_usage.py +205 -0
- pulumi_azure_native/network/v20240501/get_load_balancer.py +317 -0
- pulumi_azure_native/network/v20240501/get_load_balancer_backend_address_pool.py +303 -0
- pulumi_azure_native/network/v20240501/get_local_network_gateway.py +241 -0
- pulumi_azure_native/network/v20240501/get_management_group_network_manager_connection.py +171 -0
- pulumi_azure_native/network/v20240501/get_nat_gateway.py +275 -0
- pulumi_azure_native/network/v20240501/get_nat_rule.py +233 -0
- pulumi_azure_native/network/v20240501/get_network_group.py +205 -0
- pulumi_azure_native/network/v20240501/get_network_interface.py +499 -0
- pulumi_azure_native/network/v20240501/get_network_interface_tap_configuration.py +163 -0
- pulumi_azure_native/network/v20240501/get_network_manager.py +241 -0
- pulumi_azure_native/network/v20240501/get_network_manager_routing_configuration.py +191 -0
- pulumi_azure_native/network/v20240501/get_network_profile.py +219 -0
- pulumi_azure_native/network/v20240501/get_network_security_group.py +275 -0
- pulumi_azure_native/network/v20240501/get_network_virtual_appliance.py +443 -0
- pulumi_azure_native/network/v20240501/get_network_virtual_appliance_connection.py +191 -0
- pulumi_azure_native/network/v20240501/get_network_watcher.py +170 -0
- pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway.py +269 -0
- pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +269 -0
- pulumi_azure_native/network/v20240501/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +98 -0
- pulumi_azure_native/network/v20240501/get_packet_capture.py +275 -0
- pulumi_azure_native/network/v20240501/get_private_dns_zone_group.py +149 -0
- pulumi_azure_native/network/v20240501/get_private_endpoint.py +303 -0
- pulumi_azure_native/network/v20240501/get_private_link_service.py +331 -0
- pulumi_azure_native/network/v20240501/get_private_link_service_private_endpoint_connection.py +211 -0
- pulumi_azure_native/network/v20240501/get_public_ip_address.py +429 -0
- pulumi_azure_native/network/v20240501/get_public_ip_prefix.py +345 -0
- pulumi_azure_native/network/v20240501/get_reachability_analysis_intent.py +155 -0
- pulumi_azure_native/network/v20240501/get_reachability_analysis_run.py +155 -0
- pulumi_azure_native/network/v20240501/get_route.py +204 -0
- pulumi_azure_native/network/v20240501/get_route_filter.py +219 -0
- pulumi_azure_native/network/v20240501/get_route_filter_rule.py +190 -0
- pulumi_azure_native/network/v20240501/get_route_map.py +191 -0
- pulumi_azure_native/network/v20240501/get_route_table.py +233 -0
- pulumi_azure_native/network/v20240501/get_routing_intent.py +163 -0
- pulumi_azure_native/network/v20240501/get_routing_rule.py +231 -0
- pulumi_azure_native/network/v20240501/get_routing_rule_collection.py +225 -0
- pulumi_azure_native/network/v20240501/get_scope_connection.py +191 -0
- pulumi_azure_native/network/v20240501/get_security_admin_configuration.py +219 -0
- pulumi_azure_native/network/v20240501/get_security_partner_provider.py +213 -0
- pulumi_azure_native/network/v20240501/get_security_rule.py +359 -0
- pulumi_azure_native/network/v20240501/get_security_user_configuration.py +191 -0
- pulumi_azure_native/network/v20240501/get_security_user_rule.py +287 -0
- pulumi_azure_native/network/v20240501/get_security_user_rule_collection.py +211 -0
- pulumi_azure_native/network/v20240501/get_service_endpoint_policy.py +261 -0
- pulumi_azure_native/network/v20240501/get_service_endpoint_policy_definition.py +190 -0
- pulumi_azure_native/network/v20240501/get_static_cidr.py +155 -0
- pulumi_azure_native/network/v20240501/get_static_member.py +197 -0
- pulumi_azure_native/network/v20240501/get_subnet.py +449 -0
- pulumi_azure_native/network/v20240501/get_subscription_network_manager_connection.py +165 -0
- pulumi_azure_native/network/v20240501/get_verifier_workspace.py +177 -0
- pulumi_azure_native/network/v20240501/get_virtual_appliance_site.py +177 -0
- pulumi_azure_native/network/v20240501/get_virtual_hub.py +479 -0
- pulumi_azure_native/network/v20240501/get_virtual_hub_bgp_connection.py +205 -0
- pulumi_azure_native/network/v20240501/get_virtual_hub_ip_configuration.py +205 -0
- pulumi_azure_native/network/v20240501/get_virtual_hub_route_table_v2.py +163 -0
- pulumi_azure_native/network/v20240501/get_virtual_network.py +387 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway.py +549 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_advertised_routes.py +93 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_bgp_peer_status.py +93 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_connection.py +535 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_connection_ike_sas.py +80 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_learned_routes.py +87 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_nat_rule.py +205 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpn_profile_package_url.py +80 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpnclient_connection_health.py +87 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +184 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_peering.py +415 -0
- pulumi_azure_native/network/v20240501/get_virtual_network_tap.py +241 -0
- pulumi_azure_native/network/v20240501/get_virtual_router.py +247 -0
- pulumi_azure_native/network/v20240501/get_virtual_router_peering.py +176 -0
- pulumi_azure_native/network/v20240501/get_virtual_wan.py +255 -0
- pulumi_azure_native/network/v20240501/get_vpn_connection.py +387 -0
- pulumi_azure_native/network/v20240501/get_vpn_gateway.py +283 -0
- pulumi_azure_native/network/v20240501/get_vpn_link_connection_ike_sas.py +92 -0
- pulumi_azure_native/network/v20240501/get_vpn_server_configuration.py +353 -0
- pulumi_azure_native/network/v20240501/get_vpn_site.py +297 -0
- pulumi_azure_native/network/v20240501/get_web_application_firewall_policy.py +283 -0
- pulumi_azure_native/network/v20240501/hub_route_table.py +318 -0
- pulumi_azure_native/network/v20240501/hub_virtual_network_connection.py +376 -0
- pulumi_azure_native/network/v20240501/inbound_nat_rule.py +541 -0
- pulumi_azure_native/network/v20240501/ip_allocation.py +436 -0
- pulumi_azure_native/network/v20240501/ip_group.py +306 -0
- pulumi_azure_native/network/v20240501/ipam_pool.py +279 -0
- pulumi_azure_native/network/v20240501/list_active_connectivity_configurations.py +119 -0
- pulumi_azure_native/network/v20240501/list_active_security_admin_rules.py +119 -0
- pulumi_azure_native/network/v20240501/list_firewall_policy_idps_signature.py +133 -0
- pulumi_azure_native/network/v20240501/list_firewall_policy_idps_signatures_filter_value.py +92 -0
- pulumi_azure_native/network/v20240501/list_ipam_pool_associated_resources.py +104 -0
- pulumi_azure_native/network/v20240501/list_network_manager_deployment_status.py +126 -0
- pulumi_azure_native/network/v20240501/list_network_manager_effective_connectivity_configurations.py +113 -0
- pulumi_azure_native/network/v20240501/list_network_manager_effective_security_admin_rules.py +113 -0
- pulumi_azure_native/network/v20240501/list_vpn_link_connection_default_shared_key.py +141 -0
- pulumi_azure_native/network/v20240501/load_balancer.py +536 -0
- pulumi_azure_native/network/v20240501/load_balancer_backend_address_pool.py +465 -0
- pulumi_azure_native/network/v20240501/local_network_gateway.py +384 -0
- pulumi_azure_native/network/v20240501/management_group_network_manager_connection.py +237 -0
- pulumi_azure_native/network/v20240501/nat_gateway.py +424 -0
- pulumi_azure_native/network/v20240501/nat_rule.py +396 -0
- pulumi_azure_native/network/v20240501/network_group.py +279 -0
- pulumi_azure_native/network/v20240501/network_interface.py +736 -0
- pulumi_azure_native/network/v20240501/network_interface_tap_configuration.py +270 -0
- pulumi_azure_native/network/v20240501/network_manager.py +367 -0
- pulumi_azure_native/network/v20240501/network_manager_routing_configuration.py +249 -0
- pulumi_azure_native/network/v20240501/network_profile.py +308 -0
- pulumi_azure_native/network/v20240501/network_security_group.py +370 -0
- pulumi_azure_native/network/v20240501/network_virtual_appliance.py +677 -0
- pulumi_azure_native/network/v20240501/network_virtual_appliance_connection.py +366 -0
- pulumi_azure_native/network/v20240501/network_watcher.py +256 -0
- pulumi_azure_native/network/v20240501/outputs.py +32338 -0
- pulumi_azure_native/network/v20240501/p2s_vpn_gateway.py +443 -0
- pulumi_azure_native/network/v20240501/packet_capture.py +496 -0
- pulumi_azure_native/network/v20240501/private_dns_zone_group.py +259 -0
- pulumi_azure_native/network/v20240501/private_endpoint.py +501 -0
- pulumi_azure_native/network/v20240501/private_link_service.py +521 -0
- pulumi_azure_native/network/v20240501/private_link_service_private_endpoint_connection.py +299 -0
- pulumi_azure_native/network/v20240501/public_ip_address.py +743 -0
- pulumi_azure_native/network/v20240501/public_ip_prefix.py +531 -0
- pulumi_azure_native/network/v20240501/reachability_analysis_intent.py +243 -0
- pulumi_azure_native/network/v20240501/reachability_analysis_run.py +242 -0
- pulumi_azure_native/network/v20240501/route.py +356 -0
- pulumi_azure_native/network/v20240501/route_filter.py +311 -0
- pulumi_azure_native/network/v20240501/route_filter_rule.py +348 -0
- pulumi_azure_native/network/v20240501/route_map.py +309 -0
- pulumi_azure_native/network/v20240501/route_table.py +340 -0
- pulumi_azure_native/network/v20240501/routing_intent.py +269 -0
- pulumi_azure_native/network/v20240501/routing_rule.py +353 -0
- pulumi_azure_native/network/v20240501/routing_rule_collection.py +331 -0
- pulumi_azure_native/network/v20240501/scope_connection.py +287 -0
- pulumi_azure_native/network/v20240501/security_admin_configuration.py +308 -0
- pulumi_azure_native/network/v20240501/security_partner_provider.py +327 -0
- pulumi_azure_native/network/v20240501/security_rule.py +699 -0
- pulumi_azure_native/network/v20240501/security_user_configuration.py +249 -0
- pulumi_azure_native/network/v20240501/security_user_rule.py +469 -0
- pulumi_azure_native/network/v20240501/security_user_rule_collection.py +301 -0
- pulumi_azure_native/network/v20240501/service_endpoint_policy.py +378 -0
- pulumi_azure_native/network/v20240501/service_endpoint_policy_definition.py +344 -0
- pulumi_azure_native/network/v20240501/static_cidr.py +241 -0
- pulumi_azure_native/network/v20240501/static_member.py +270 -0
- pulumi_azure_native/network/v20240501/subnet.py +763 -0
- pulumi_azure_native/network/v20240501/subscription_network_manager_connection.py +216 -0
- pulumi_azure_native/network/v20240501/verifier_workspace.py +278 -0
- pulumi_azure_native/network/v20240501/virtual_appliance_site.py +298 -0
- pulumi_azure_native/network/v20240501/virtual_hub.py +805 -0
- pulumi_azure_native/network/v20240501/virtual_hub_bgp_connection.py +337 -0
- pulumi_azure_native/network/v20240501/virtual_hub_ip_configuration.py +357 -0
- pulumi_azure_native/network/v20240501/virtual_hub_route_table_v2.py +288 -0
- pulumi_azure_native/network/v20240501/virtual_network.py +670 -0
- pulumi_azure_native/network/v20240501/virtual_network_gateway.py +1007 -0
- pulumi_azure_native/network/v20240501/virtual_network_gateway_connection.py +920 -0
- pulumi_azure_native/network/v20240501/virtual_network_gateway_nat_rule.py +376 -0
- pulumi_azure_native/network/v20240501/virtual_network_peering.py +793 -0
- pulumi_azure_native/network/v20240501/virtual_network_tap.py +366 -0
- pulumi_azure_native/network/v20240501/virtual_router.py +384 -0
- pulumi_azure_native/network/v20240501/virtual_router_peering.py +296 -0
- pulumi_azure_native/network/v20240501/virtual_wan.py +393 -0
- pulumi_azure_native/network/v20240501/vpn_connection.py +696 -0
- pulumi_azure_native/network/v20240501/vpn_gateway.py +478 -0
- pulumi_azure_native/network/v20240501/vpn_server_configuration.py +639 -0
- pulumi_azure_native/network/v20240501/vpn_site.py +519 -0
- pulumi_azure_native/network/v20240501/web_application_firewall_policy.py +397 -0
- pulumi_azure_native/network/verifier_workspace.py +5 -1
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/__init__.py +71 -0
- pulumi_azure_native/securityinsights/v20240901/_enums.py +1033 -0
- pulumi_azure_native/securityinsights/v20240901/_inputs.py +6871 -0
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/action.py +282 -0
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +581 -0
- pulumi_azure_native/securityinsights/v20240901/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20240901/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +354 -0
- pulumi_azure_native/securityinsights/v20240901/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20240901/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20240901/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20240901/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_bookmark.py +331 -0
- pulumi_azure_native/securityinsights/v20240901/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20240901/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20240901/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20240901/get_fusion_alert_rule.py +276 -0
- pulumi_azure_native/securityinsights/v20240901/get_incident.py +415 -0
- pulumi_azure_native/securityinsights/v20240901/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20240901/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20240901/get_incident_task.py +253 -0
- pulumi_azure_native/securityinsights/v20240901/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20240901/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240901/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240901/get_premium_microsoft_defender_for_threat_intelligence.py +220 -0
- pulumi_azure_native/securityinsights/v20240901/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20240901/get_scheduled_alert_rule.py +458 -0
- pulumi_azure_native/securityinsights/v20240901/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20240901/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20240901/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20240901/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20240901/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20240901/incident.py +604 -0
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +390 -0
- pulumi_azure_native/securityinsights/v20240901/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240901/outputs.py +5879 -0
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +354 -0
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +836 -0
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +323 -0
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/RECORD +2921 -2378
- {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.74.0a1732526192.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3340 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'AccessControlRulesIdentityResponse',
|
|
21
|
+
'AccessControlRulesPrivilegeResponse',
|
|
22
|
+
'AccessControlRulesResponse',
|
|
23
|
+
'AccessControlRulesRoleAssignmentResponse',
|
|
24
|
+
'AccessControlRulesRoleResponse',
|
|
25
|
+
'AdditionalReplicaSetResponse',
|
|
26
|
+
'CommunityGalleryInfoResponse',
|
|
27
|
+
'DataDiskImageEncryptionResponse',
|
|
28
|
+
'DisallowedResponse',
|
|
29
|
+
'EncryptionImagesResponse',
|
|
30
|
+
'ExecutedValidationResponse',
|
|
31
|
+
'GalleryApplicationCustomActionParameterResponse',
|
|
32
|
+
'GalleryApplicationCustomActionResponse',
|
|
33
|
+
'GalleryApplicationVersionPublishingProfileResponse',
|
|
34
|
+
'GalleryApplicationVersionSafetyProfileResponse',
|
|
35
|
+
'GalleryArtifactVersionFullSourceResponse',
|
|
36
|
+
'GalleryDataDiskImageResponse',
|
|
37
|
+
'GalleryDiskImageSourceResponse',
|
|
38
|
+
'GalleryExtendedLocationResponse',
|
|
39
|
+
'GalleryIdentifierResponse',
|
|
40
|
+
'GalleryIdentityResponse',
|
|
41
|
+
'GalleryImageFeatureResponse',
|
|
42
|
+
'GalleryImageIdentifierResponse',
|
|
43
|
+
'GalleryImageVersionPublishingProfileResponse',
|
|
44
|
+
'GalleryImageVersionSafetyProfileResponse',
|
|
45
|
+
'GalleryImageVersionStorageProfileResponse',
|
|
46
|
+
'GalleryImageVersionUefiSettingsResponse',
|
|
47
|
+
'GalleryInVMAccessControlProfilePropertiesResponse',
|
|
48
|
+
'GalleryOSDiskImageResponse',
|
|
49
|
+
'GalleryTargetExtendedLocationResponse',
|
|
50
|
+
'ImagePurchasePlanResponse',
|
|
51
|
+
'ImageVersionSecurityProfileResponse',
|
|
52
|
+
'OSDiskImageEncryptionResponse',
|
|
53
|
+
'OSDiskImageSecurityProfileResponse',
|
|
54
|
+
'PlatformAttributeResponse',
|
|
55
|
+
'PolicyViolationResponse',
|
|
56
|
+
'RecommendedMachineConfigurationResponse',
|
|
57
|
+
'RegionalReplicationStatusResponse',
|
|
58
|
+
'RegionalSharingStatusResponse',
|
|
59
|
+
'ReplicationStatusResponse',
|
|
60
|
+
'ResourceRangeResponse',
|
|
61
|
+
'SharingProfileGroupResponse',
|
|
62
|
+
'SharingProfileResponse',
|
|
63
|
+
'SharingStatusResponse',
|
|
64
|
+
'SoftDeletePolicyResponse',
|
|
65
|
+
'TargetRegionResponse',
|
|
66
|
+
'UefiKeyResponse',
|
|
67
|
+
'UefiKeySignaturesResponse',
|
|
68
|
+
'UserArtifactManageResponse',
|
|
69
|
+
'UserArtifactSettingsResponse',
|
|
70
|
+
'UserArtifactSourceResponse',
|
|
71
|
+
'UserAssignedIdentitiesResponseUserAssignedIdentities',
|
|
72
|
+
'ValidationsProfileResponse',
|
|
73
|
+
]
|
|
74
|
+
|
|
75
|
+
@pulumi.output_type
|
|
76
|
+
class AccessControlRulesIdentityResponse(dict):
|
|
77
|
+
"""
|
|
78
|
+
The properties of an Access Control Rule Identity.
|
|
79
|
+
"""
|
|
80
|
+
@staticmethod
|
|
81
|
+
def __key_warning(key: str):
|
|
82
|
+
suggest = None
|
|
83
|
+
if key == "exePath":
|
|
84
|
+
suggest = "exe_path"
|
|
85
|
+
elif key == "groupName":
|
|
86
|
+
suggest = "group_name"
|
|
87
|
+
elif key == "processName":
|
|
88
|
+
suggest = "process_name"
|
|
89
|
+
elif key == "userName":
|
|
90
|
+
suggest = "user_name"
|
|
91
|
+
|
|
92
|
+
if suggest:
|
|
93
|
+
pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
94
|
+
|
|
95
|
+
def __getitem__(self, key: str) -> Any:
|
|
96
|
+
AccessControlRulesIdentityResponse.__key_warning(key)
|
|
97
|
+
return super().__getitem__(key)
|
|
98
|
+
|
|
99
|
+
def get(self, key: str, default = None) -> Any:
|
|
100
|
+
AccessControlRulesIdentityResponse.__key_warning(key)
|
|
101
|
+
return super().get(key, default)
|
|
102
|
+
|
|
103
|
+
def __init__(__self__, *,
|
|
104
|
+
name: str,
|
|
105
|
+
exe_path: Optional[str] = None,
|
|
106
|
+
group_name: Optional[str] = None,
|
|
107
|
+
process_name: Optional[str] = None,
|
|
108
|
+
user_name: Optional[str] = None):
|
|
109
|
+
"""
|
|
110
|
+
The properties of an Access Control Rule Identity.
|
|
111
|
+
:param str name: The name of the identity.
|
|
112
|
+
:param str exe_path: The path to the executable.
|
|
113
|
+
:param str group_name: The groupName corresponding to this identity.
|
|
114
|
+
:param str process_name: The process name of the executable.
|
|
115
|
+
:param str user_name: The username corresponding to this identity.
|
|
116
|
+
"""
|
|
117
|
+
pulumi.set(__self__, "name", name)
|
|
118
|
+
if exe_path is not None:
|
|
119
|
+
pulumi.set(__self__, "exe_path", exe_path)
|
|
120
|
+
if group_name is not None:
|
|
121
|
+
pulumi.set(__self__, "group_name", group_name)
|
|
122
|
+
if process_name is not None:
|
|
123
|
+
pulumi.set(__self__, "process_name", process_name)
|
|
124
|
+
if user_name is not None:
|
|
125
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def name(self) -> str:
|
|
130
|
+
"""
|
|
131
|
+
The name of the identity.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "name")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="exePath")
|
|
137
|
+
def exe_path(self) -> Optional[str]:
|
|
138
|
+
"""
|
|
139
|
+
The path to the executable.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "exe_path")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="groupName")
|
|
145
|
+
def group_name(self) -> Optional[str]:
|
|
146
|
+
"""
|
|
147
|
+
The groupName corresponding to this identity.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "group_name")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="processName")
|
|
153
|
+
def process_name(self) -> Optional[str]:
|
|
154
|
+
"""
|
|
155
|
+
The process name of the executable.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "process_name")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="userName")
|
|
161
|
+
def user_name(self) -> Optional[str]:
|
|
162
|
+
"""
|
|
163
|
+
The username corresponding to this identity.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "user_name")
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
@pulumi.output_type
|
|
169
|
+
class AccessControlRulesPrivilegeResponse(dict):
|
|
170
|
+
"""
|
|
171
|
+
The properties of an Access Control Rule Privilege.
|
|
172
|
+
"""
|
|
173
|
+
@staticmethod
|
|
174
|
+
def __key_warning(key: str):
|
|
175
|
+
suggest = None
|
|
176
|
+
if key == "queryParameters":
|
|
177
|
+
suggest = "query_parameters"
|
|
178
|
+
|
|
179
|
+
if suggest:
|
|
180
|
+
pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesPrivilegeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
181
|
+
|
|
182
|
+
def __getitem__(self, key: str) -> Any:
|
|
183
|
+
AccessControlRulesPrivilegeResponse.__key_warning(key)
|
|
184
|
+
return super().__getitem__(key)
|
|
185
|
+
|
|
186
|
+
def get(self, key: str, default = None) -> Any:
|
|
187
|
+
AccessControlRulesPrivilegeResponse.__key_warning(key)
|
|
188
|
+
return super().get(key, default)
|
|
189
|
+
|
|
190
|
+
def __init__(__self__, *,
|
|
191
|
+
name: str,
|
|
192
|
+
path: str,
|
|
193
|
+
query_parameters: Optional[Mapping[str, str]] = None):
|
|
194
|
+
"""
|
|
195
|
+
The properties of an Access Control Rule Privilege.
|
|
196
|
+
:param str name: The name of the privilege.
|
|
197
|
+
:param str path: The HTTP path corresponding to the privilege.
|
|
198
|
+
:param Mapping[str, str] query_parameters: The query parameters to match in the path.
|
|
199
|
+
"""
|
|
200
|
+
pulumi.set(__self__, "name", name)
|
|
201
|
+
pulumi.set(__self__, "path", path)
|
|
202
|
+
if query_parameters is not None:
|
|
203
|
+
pulumi.set(__self__, "query_parameters", query_parameters)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def name(self) -> str:
|
|
208
|
+
"""
|
|
209
|
+
The name of the privilege.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "name")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter
|
|
215
|
+
def path(self) -> str:
|
|
216
|
+
"""
|
|
217
|
+
The HTTP path corresponding to the privilege.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "path")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="queryParameters")
|
|
223
|
+
def query_parameters(self) -> Optional[Mapping[str, str]]:
|
|
224
|
+
"""
|
|
225
|
+
The query parameters to match in the path.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "query_parameters")
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
@pulumi.output_type
|
|
231
|
+
class AccessControlRulesResponse(dict):
|
|
232
|
+
"""
|
|
233
|
+
This is the Access Control Rules specification for an inVMAccessControlProfile version.
|
|
234
|
+
"""
|
|
235
|
+
@staticmethod
|
|
236
|
+
def __key_warning(key: str):
|
|
237
|
+
suggest = None
|
|
238
|
+
if key == "roleAssignments":
|
|
239
|
+
suggest = "role_assignments"
|
|
240
|
+
|
|
241
|
+
if suggest:
|
|
242
|
+
pulumi.log.warn(f"Key '{key}' not found in AccessControlRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
243
|
+
|
|
244
|
+
def __getitem__(self, key: str) -> Any:
|
|
245
|
+
AccessControlRulesResponse.__key_warning(key)
|
|
246
|
+
return super().__getitem__(key)
|
|
247
|
+
|
|
248
|
+
def get(self, key: str, default = None) -> Any:
|
|
249
|
+
AccessControlRulesResponse.__key_warning(key)
|
|
250
|
+
return super().get(key, default)
|
|
251
|
+
|
|
252
|
+
def __init__(__self__, *,
|
|
253
|
+
identities: Optional[Sequence['outputs.AccessControlRulesIdentityResponse']] = None,
|
|
254
|
+
privileges: Optional[Sequence['outputs.AccessControlRulesPrivilegeResponse']] = None,
|
|
255
|
+
role_assignments: Optional[Sequence['outputs.AccessControlRulesRoleAssignmentResponse']] = None,
|
|
256
|
+
roles: Optional[Sequence['outputs.AccessControlRulesRoleResponse']] = None):
|
|
257
|
+
"""
|
|
258
|
+
This is the Access Control Rules specification for an inVMAccessControlProfile version.
|
|
259
|
+
:param Sequence['AccessControlRulesIdentityResponse'] identities: A list of identities.
|
|
260
|
+
:param Sequence['AccessControlRulesPrivilegeResponse'] privileges: A list of privileges.
|
|
261
|
+
:param Sequence['AccessControlRulesRoleAssignmentResponse'] role_assignments: A list of role assignments.
|
|
262
|
+
:param Sequence['AccessControlRulesRoleResponse'] roles: A list of roles.
|
|
263
|
+
"""
|
|
264
|
+
if identities is not None:
|
|
265
|
+
pulumi.set(__self__, "identities", identities)
|
|
266
|
+
if privileges is not None:
|
|
267
|
+
pulumi.set(__self__, "privileges", privileges)
|
|
268
|
+
if role_assignments is not None:
|
|
269
|
+
pulumi.set(__self__, "role_assignments", role_assignments)
|
|
270
|
+
if roles is not None:
|
|
271
|
+
pulumi.set(__self__, "roles", roles)
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter
|
|
275
|
+
def identities(self) -> Optional[Sequence['outputs.AccessControlRulesIdentityResponse']]:
|
|
276
|
+
"""
|
|
277
|
+
A list of identities.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "identities")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter
|
|
283
|
+
def privileges(self) -> Optional[Sequence['outputs.AccessControlRulesPrivilegeResponse']]:
|
|
284
|
+
"""
|
|
285
|
+
A list of privileges.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "privileges")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="roleAssignments")
|
|
291
|
+
def role_assignments(self) -> Optional[Sequence['outputs.AccessControlRulesRoleAssignmentResponse']]:
|
|
292
|
+
"""
|
|
293
|
+
A list of role assignments.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "role_assignments")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter
|
|
299
|
+
def roles(self) -> Optional[Sequence['outputs.AccessControlRulesRoleResponse']]:
|
|
300
|
+
"""
|
|
301
|
+
A list of roles.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "roles")
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
@pulumi.output_type
|
|
307
|
+
class AccessControlRulesRoleAssignmentResponse(dict):
|
|
308
|
+
"""
|
|
309
|
+
The properties of an Access Control Rule RoleAssignment.
|
|
310
|
+
"""
|
|
311
|
+
def __init__(__self__, *,
|
|
312
|
+
identities: Sequence[str],
|
|
313
|
+
role: str):
|
|
314
|
+
"""
|
|
315
|
+
The properties of an Access Control Rule RoleAssignment.
|
|
316
|
+
:param Sequence[str] identities: A list of identities that can access the privileges defined by the role.
|
|
317
|
+
:param str role: The name of the role.
|
|
318
|
+
"""
|
|
319
|
+
pulumi.set(__self__, "identities", identities)
|
|
320
|
+
pulumi.set(__self__, "role", role)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def identities(self) -> Sequence[str]:
|
|
325
|
+
"""
|
|
326
|
+
A list of identities that can access the privileges defined by the role.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "identities")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter
|
|
332
|
+
def role(self) -> str:
|
|
333
|
+
"""
|
|
334
|
+
The name of the role.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "role")
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
@pulumi.output_type
|
|
340
|
+
class AccessControlRulesRoleResponse(dict):
|
|
341
|
+
"""
|
|
342
|
+
The properties of an Access Control Rule Role.
|
|
343
|
+
"""
|
|
344
|
+
def __init__(__self__, *,
|
|
345
|
+
name: str,
|
|
346
|
+
privileges: Sequence[str]):
|
|
347
|
+
"""
|
|
348
|
+
The properties of an Access Control Rule Role.
|
|
349
|
+
:param str name: The name of the role.
|
|
350
|
+
:param Sequence[str] privileges: A list of privileges needed by this role.
|
|
351
|
+
"""
|
|
352
|
+
pulumi.set(__self__, "name", name)
|
|
353
|
+
pulumi.set(__self__, "privileges", privileges)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter
|
|
357
|
+
def name(self) -> str:
|
|
358
|
+
"""
|
|
359
|
+
The name of the role.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "name")
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter
|
|
365
|
+
def privileges(self) -> Sequence[str]:
|
|
366
|
+
"""
|
|
367
|
+
A list of privileges needed by this role.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "privileges")
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
@pulumi.output_type
|
|
373
|
+
class AdditionalReplicaSetResponse(dict):
|
|
374
|
+
"""
|
|
375
|
+
Describes the additional replica set information.
|
|
376
|
+
"""
|
|
377
|
+
@staticmethod
|
|
378
|
+
def __key_warning(key: str):
|
|
379
|
+
suggest = None
|
|
380
|
+
if key == "regionalReplicaCount":
|
|
381
|
+
suggest = "regional_replica_count"
|
|
382
|
+
elif key == "storageAccountType":
|
|
383
|
+
suggest = "storage_account_type"
|
|
384
|
+
|
|
385
|
+
if suggest:
|
|
386
|
+
pulumi.log.warn(f"Key '{key}' not found in AdditionalReplicaSetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
387
|
+
|
|
388
|
+
def __getitem__(self, key: str) -> Any:
|
|
389
|
+
AdditionalReplicaSetResponse.__key_warning(key)
|
|
390
|
+
return super().__getitem__(key)
|
|
391
|
+
|
|
392
|
+
def get(self, key: str, default = None) -> Any:
|
|
393
|
+
AdditionalReplicaSetResponse.__key_warning(key)
|
|
394
|
+
return super().get(key, default)
|
|
395
|
+
|
|
396
|
+
def __init__(__self__, *,
|
|
397
|
+
regional_replica_count: Optional[int] = None,
|
|
398
|
+
storage_account_type: Optional[str] = None):
|
|
399
|
+
"""
|
|
400
|
+
Describes the additional replica set information.
|
|
401
|
+
:param int regional_replica_count: The number of direct drive replicas of the Image Version to be created.This Property is updatable
|
|
402
|
+
:param str storage_account_type: Specifies the storage account type to be used to create the direct drive replicas
|
|
403
|
+
"""
|
|
404
|
+
if regional_replica_count is not None:
|
|
405
|
+
pulumi.set(__self__, "regional_replica_count", regional_replica_count)
|
|
406
|
+
if storage_account_type is not None:
|
|
407
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="regionalReplicaCount")
|
|
411
|
+
def regional_replica_count(self) -> Optional[int]:
|
|
412
|
+
"""
|
|
413
|
+
The number of direct drive replicas of the Image Version to be created.This Property is updatable
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "regional_replica_count")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter(name="storageAccountType")
|
|
419
|
+
def storage_account_type(self) -> Optional[str]:
|
|
420
|
+
"""
|
|
421
|
+
Specifies the storage account type to be used to create the direct drive replicas
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "storage_account_type")
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
@pulumi.output_type
|
|
427
|
+
class CommunityGalleryInfoResponse(dict):
|
|
428
|
+
"""
|
|
429
|
+
Information of community gallery if current gallery is shared to community
|
|
430
|
+
"""
|
|
431
|
+
@staticmethod
|
|
432
|
+
def __key_warning(key: str):
|
|
433
|
+
suggest = None
|
|
434
|
+
if key == "communityGalleryEnabled":
|
|
435
|
+
suggest = "community_gallery_enabled"
|
|
436
|
+
elif key == "publicNames":
|
|
437
|
+
suggest = "public_names"
|
|
438
|
+
elif key == "publicNamePrefix":
|
|
439
|
+
suggest = "public_name_prefix"
|
|
440
|
+
elif key == "publisherContact":
|
|
441
|
+
suggest = "publisher_contact"
|
|
442
|
+
elif key == "publisherUri":
|
|
443
|
+
suggest = "publisher_uri"
|
|
444
|
+
|
|
445
|
+
if suggest:
|
|
446
|
+
pulumi.log.warn(f"Key '{key}' not found in CommunityGalleryInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
447
|
+
|
|
448
|
+
def __getitem__(self, key: str) -> Any:
|
|
449
|
+
CommunityGalleryInfoResponse.__key_warning(key)
|
|
450
|
+
return super().__getitem__(key)
|
|
451
|
+
|
|
452
|
+
def get(self, key: str, default = None) -> Any:
|
|
453
|
+
CommunityGalleryInfoResponse.__key_warning(key)
|
|
454
|
+
return super().get(key, default)
|
|
455
|
+
|
|
456
|
+
def __init__(__self__, *,
|
|
457
|
+
community_gallery_enabled: bool,
|
|
458
|
+
public_names: Sequence[str],
|
|
459
|
+
eula: Optional[str] = None,
|
|
460
|
+
public_name_prefix: Optional[str] = None,
|
|
461
|
+
publisher_contact: Optional[str] = None,
|
|
462
|
+
publisher_uri: Optional[str] = None):
|
|
463
|
+
"""
|
|
464
|
+
Information of community gallery if current gallery is shared to community
|
|
465
|
+
:param bool community_gallery_enabled: Contains info about whether community gallery sharing is enabled.
|
|
466
|
+
:param Sequence[str] public_names: Community gallery public name list.
|
|
467
|
+
:param str eula: End-user license agreement for community gallery image.
|
|
468
|
+
:param str public_name_prefix: The prefix of the gallery name that will be displayed publicly. Visible to all users.
|
|
469
|
+
:param str publisher_contact: Community gallery publisher support email. The email address of the publisher. Visible to all users.
|
|
470
|
+
:param str publisher_uri: The link to the publisher website. Visible to all users.
|
|
471
|
+
"""
|
|
472
|
+
pulumi.set(__self__, "community_gallery_enabled", community_gallery_enabled)
|
|
473
|
+
pulumi.set(__self__, "public_names", public_names)
|
|
474
|
+
if eula is not None:
|
|
475
|
+
pulumi.set(__self__, "eula", eula)
|
|
476
|
+
if public_name_prefix is not None:
|
|
477
|
+
pulumi.set(__self__, "public_name_prefix", public_name_prefix)
|
|
478
|
+
if publisher_contact is not None:
|
|
479
|
+
pulumi.set(__self__, "publisher_contact", publisher_contact)
|
|
480
|
+
if publisher_uri is not None:
|
|
481
|
+
pulumi.set(__self__, "publisher_uri", publisher_uri)
|
|
482
|
+
|
|
483
|
+
@property
|
|
484
|
+
@pulumi.getter(name="communityGalleryEnabled")
|
|
485
|
+
def community_gallery_enabled(self) -> bool:
|
|
486
|
+
"""
|
|
487
|
+
Contains info about whether community gallery sharing is enabled.
|
|
488
|
+
"""
|
|
489
|
+
return pulumi.get(self, "community_gallery_enabled")
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter(name="publicNames")
|
|
493
|
+
def public_names(self) -> Sequence[str]:
|
|
494
|
+
"""
|
|
495
|
+
Community gallery public name list.
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "public_names")
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter
|
|
501
|
+
def eula(self) -> Optional[str]:
|
|
502
|
+
"""
|
|
503
|
+
End-user license agreement for community gallery image.
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "eula")
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
@pulumi.getter(name="publicNamePrefix")
|
|
509
|
+
def public_name_prefix(self) -> Optional[str]:
|
|
510
|
+
"""
|
|
511
|
+
The prefix of the gallery name that will be displayed publicly. Visible to all users.
|
|
512
|
+
"""
|
|
513
|
+
return pulumi.get(self, "public_name_prefix")
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="publisherContact")
|
|
517
|
+
def publisher_contact(self) -> Optional[str]:
|
|
518
|
+
"""
|
|
519
|
+
Community gallery publisher support email. The email address of the publisher. Visible to all users.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "publisher_contact")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="publisherUri")
|
|
525
|
+
def publisher_uri(self) -> Optional[str]:
|
|
526
|
+
"""
|
|
527
|
+
The link to the publisher website. Visible to all users.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "publisher_uri")
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
@pulumi.output_type
|
|
533
|
+
class DataDiskImageEncryptionResponse(dict):
|
|
534
|
+
"""
|
|
535
|
+
Contains encryption settings for a data disk image.
|
|
536
|
+
"""
|
|
537
|
+
@staticmethod
|
|
538
|
+
def __key_warning(key: str):
|
|
539
|
+
suggest = None
|
|
540
|
+
if key == "diskEncryptionSetId":
|
|
541
|
+
suggest = "disk_encryption_set_id"
|
|
542
|
+
|
|
543
|
+
if suggest:
|
|
544
|
+
pulumi.log.warn(f"Key '{key}' not found in DataDiskImageEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
545
|
+
|
|
546
|
+
def __getitem__(self, key: str) -> Any:
|
|
547
|
+
DataDiskImageEncryptionResponse.__key_warning(key)
|
|
548
|
+
return super().__getitem__(key)
|
|
549
|
+
|
|
550
|
+
def get(self, key: str, default = None) -> Any:
|
|
551
|
+
DataDiskImageEncryptionResponse.__key_warning(key)
|
|
552
|
+
return super().get(key, default)
|
|
553
|
+
|
|
554
|
+
def __init__(__self__, *,
|
|
555
|
+
lun: int,
|
|
556
|
+
disk_encryption_set_id: Optional[str] = None):
|
|
557
|
+
"""
|
|
558
|
+
Contains encryption settings for a data disk image.
|
|
559
|
+
:param int lun: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
|
|
560
|
+
:param str disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
|
|
561
|
+
"""
|
|
562
|
+
pulumi.set(__self__, "lun", lun)
|
|
563
|
+
if disk_encryption_set_id is not None:
|
|
564
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter
|
|
568
|
+
def lun(self) -> int:
|
|
569
|
+
"""
|
|
570
|
+
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "lun")
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
576
|
+
def disk_encryption_set_id(self) -> Optional[str]:
|
|
577
|
+
"""
|
|
578
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
@pulumi.output_type
|
|
584
|
+
class DisallowedResponse(dict):
|
|
585
|
+
"""
|
|
586
|
+
Describes the disallowed disk types.
|
|
587
|
+
"""
|
|
588
|
+
@staticmethod
|
|
589
|
+
def __key_warning(key: str):
|
|
590
|
+
suggest = None
|
|
591
|
+
if key == "diskTypes":
|
|
592
|
+
suggest = "disk_types"
|
|
593
|
+
|
|
594
|
+
if suggest:
|
|
595
|
+
pulumi.log.warn(f"Key '{key}' not found in DisallowedResponse. Access the value via the '{suggest}' property getter instead.")
|
|
596
|
+
|
|
597
|
+
def __getitem__(self, key: str) -> Any:
|
|
598
|
+
DisallowedResponse.__key_warning(key)
|
|
599
|
+
return super().__getitem__(key)
|
|
600
|
+
|
|
601
|
+
def get(self, key: str, default = None) -> Any:
|
|
602
|
+
DisallowedResponse.__key_warning(key)
|
|
603
|
+
return super().get(key, default)
|
|
604
|
+
|
|
605
|
+
def __init__(__self__, *,
|
|
606
|
+
disk_types: Optional[Sequence[str]] = None):
|
|
607
|
+
"""
|
|
608
|
+
Describes the disallowed disk types.
|
|
609
|
+
:param Sequence[str] disk_types: A list of disk types.
|
|
610
|
+
"""
|
|
611
|
+
if disk_types is not None:
|
|
612
|
+
pulumi.set(__self__, "disk_types", disk_types)
|
|
613
|
+
|
|
614
|
+
@property
|
|
615
|
+
@pulumi.getter(name="diskTypes")
|
|
616
|
+
def disk_types(self) -> Optional[Sequence[str]]:
|
|
617
|
+
"""
|
|
618
|
+
A list of disk types.
|
|
619
|
+
"""
|
|
620
|
+
return pulumi.get(self, "disk_types")
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
@pulumi.output_type
|
|
624
|
+
class EncryptionImagesResponse(dict):
|
|
625
|
+
"""
|
|
626
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
627
|
+
"""
|
|
628
|
+
@staticmethod
|
|
629
|
+
def __key_warning(key: str):
|
|
630
|
+
suggest = None
|
|
631
|
+
if key == "dataDiskImages":
|
|
632
|
+
suggest = "data_disk_images"
|
|
633
|
+
elif key == "osDiskImage":
|
|
634
|
+
suggest = "os_disk_image"
|
|
635
|
+
|
|
636
|
+
if suggest:
|
|
637
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionImagesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
638
|
+
|
|
639
|
+
def __getitem__(self, key: str) -> Any:
|
|
640
|
+
EncryptionImagesResponse.__key_warning(key)
|
|
641
|
+
return super().__getitem__(key)
|
|
642
|
+
|
|
643
|
+
def get(self, key: str, default = None) -> Any:
|
|
644
|
+
EncryptionImagesResponse.__key_warning(key)
|
|
645
|
+
return super().get(key, default)
|
|
646
|
+
|
|
647
|
+
def __init__(__self__, *,
|
|
648
|
+
data_disk_images: Optional[Sequence['outputs.DataDiskImageEncryptionResponse']] = None,
|
|
649
|
+
os_disk_image: Optional['outputs.OSDiskImageEncryptionResponse'] = None):
|
|
650
|
+
"""
|
|
651
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
652
|
+
:param Sequence['DataDiskImageEncryptionResponse'] data_disk_images: A list of encryption specifications for data disk images.
|
|
653
|
+
:param 'OSDiskImageEncryptionResponse' os_disk_image: Contains encryption settings for an OS disk image.
|
|
654
|
+
"""
|
|
655
|
+
if data_disk_images is not None:
|
|
656
|
+
pulumi.set(__self__, "data_disk_images", data_disk_images)
|
|
657
|
+
if os_disk_image is not None:
|
|
658
|
+
pulumi.set(__self__, "os_disk_image", os_disk_image)
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter(name="dataDiskImages")
|
|
662
|
+
def data_disk_images(self) -> Optional[Sequence['outputs.DataDiskImageEncryptionResponse']]:
|
|
663
|
+
"""
|
|
664
|
+
A list of encryption specifications for data disk images.
|
|
665
|
+
"""
|
|
666
|
+
return pulumi.get(self, "data_disk_images")
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter(name="osDiskImage")
|
|
670
|
+
def os_disk_image(self) -> Optional['outputs.OSDiskImageEncryptionResponse']:
|
|
671
|
+
"""
|
|
672
|
+
Contains encryption settings for an OS disk image.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "os_disk_image")
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
@pulumi.output_type
|
|
678
|
+
class ExecutedValidationResponse(dict):
|
|
679
|
+
"""
|
|
680
|
+
This is the executed Validation.
|
|
681
|
+
"""
|
|
682
|
+
@staticmethod
|
|
683
|
+
def __key_warning(key: str):
|
|
684
|
+
suggest = None
|
|
685
|
+
if key == "executionTime":
|
|
686
|
+
suggest = "execution_time"
|
|
687
|
+
|
|
688
|
+
if suggest:
|
|
689
|
+
pulumi.log.warn(f"Key '{key}' not found in ExecutedValidationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
690
|
+
|
|
691
|
+
def __getitem__(self, key: str) -> Any:
|
|
692
|
+
ExecutedValidationResponse.__key_warning(key)
|
|
693
|
+
return super().__getitem__(key)
|
|
694
|
+
|
|
695
|
+
def get(self, key: str, default = None) -> Any:
|
|
696
|
+
ExecutedValidationResponse.__key_warning(key)
|
|
697
|
+
return super().get(key, default)
|
|
698
|
+
|
|
699
|
+
def __init__(__self__, *,
|
|
700
|
+
execution_time: Optional[str] = None,
|
|
701
|
+
status: Optional[str] = None,
|
|
702
|
+
type: Optional[str] = None,
|
|
703
|
+
version: Optional[str] = None):
|
|
704
|
+
"""
|
|
705
|
+
This is the executed Validation.
|
|
706
|
+
:param str execution_time: This property specifies the starting timestamp.
|
|
707
|
+
:param str status: This property specifies the status of the validationProfile of the image version.
|
|
708
|
+
:param str type: This property specifies the type of image version validation.
|
|
709
|
+
:param str version: This property specifies the valid version of the validation.
|
|
710
|
+
"""
|
|
711
|
+
if execution_time is not None:
|
|
712
|
+
pulumi.set(__self__, "execution_time", execution_time)
|
|
713
|
+
if status is not None:
|
|
714
|
+
pulumi.set(__self__, "status", status)
|
|
715
|
+
if type is not None:
|
|
716
|
+
pulumi.set(__self__, "type", type)
|
|
717
|
+
if version is not None:
|
|
718
|
+
pulumi.set(__self__, "version", version)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter(name="executionTime")
|
|
722
|
+
def execution_time(self) -> Optional[str]:
|
|
723
|
+
"""
|
|
724
|
+
This property specifies the starting timestamp.
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "execution_time")
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
@pulumi.getter
|
|
730
|
+
def status(self) -> Optional[str]:
|
|
731
|
+
"""
|
|
732
|
+
This property specifies the status of the validationProfile of the image version.
|
|
733
|
+
"""
|
|
734
|
+
return pulumi.get(self, "status")
|
|
735
|
+
|
|
736
|
+
@property
|
|
737
|
+
@pulumi.getter
|
|
738
|
+
def type(self) -> Optional[str]:
|
|
739
|
+
"""
|
|
740
|
+
This property specifies the type of image version validation.
|
|
741
|
+
"""
|
|
742
|
+
return pulumi.get(self, "type")
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
@pulumi.getter
|
|
746
|
+
def version(self) -> Optional[str]:
|
|
747
|
+
"""
|
|
748
|
+
This property specifies the valid version of the validation.
|
|
749
|
+
"""
|
|
750
|
+
return pulumi.get(self, "version")
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
@pulumi.output_type
|
|
754
|
+
class GalleryApplicationCustomActionParameterResponse(dict):
|
|
755
|
+
"""
|
|
756
|
+
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
|
|
757
|
+
"""
|
|
758
|
+
@staticmethod
|
|
759
|
+
def __key_warning(key: str):
|
|
760
|
+
suggest = None
|
|
761
|
+
if key == "defaultValue":
|
|
762
|
+
suggest = "default_value"
|
|
763
|
+
|
|
764
|
+
if suggest:
|
|
765
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationCustomActionParameterResponse. Access the value via the '{suggest}' property getter instead.")
|
|
766
|
+
|
|
767
|
+
def __getitem__(self, key: str) -> Any:
|
|
768
|
+
GalleryApplicationCustomActionParameterResponse.__key_warning(key)
|
|
769
|
+
return super().__getitem__(key)
|
|
770
|
+
|
|
771
|
+
def get(self, key: str, default = None) -> Any:
|
|
772
|
+
GalleryApplicationCustomActionParameterResponse.__key_warning(key)
|
|
773
|
+
return super().get(key, default)
|
|
774
|
+
|
|
775
|
+
def __init__(__self__, *,
|
|
776
|
+
name: str,
|
|
777
|
+
default_value: Optional[str] = None,
|
|
778
|
+
description: Optional[str] = None,
|
|
779
|
+
required: Optional[bool] = None,
|
|
780
|
+
type: Optional[str] = None):
|
|
781
|
+
"""
|
|
782
|
+
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
|
|
783
|
+
:param str name: The name of the custom action. Must be unique within the Gallery Application Version.
|
|
784
|
+
:param str default_value: The default value of the parameter. Only applies to string types
|
|
785
|
+
:param str description: A description to help users understand what this parameter means
|
|
786
|
+
:param bool required: Indicates whether this parameter must be passed when running the custom action.
|
|
787
|
+
:param str type: Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
|
|
788
|
+
"""
|
|
789
|
+
pulumi.set(__self__, "name", name)
|
|
790
|
+
if default_value is not None:
|
|
791
|
+
pulumi.set(__self__, "default_value", default_value)
|
|
792
|
+
if description is not None:
|
|
793
|
+
pulumi.set(__self__, "description", description)
|
|
794
|
+
if required is not None:
|
|
795
|
+
pulumi.set(__self__, "required", required)
|
|
796
|
+
if type is not None:
|
|
797
|
+
pulumi.set(__self__, "type", type)
|
|
798
|
+
|
|
799
|
+
@property
|
|
800
|
+
@pulumi.getter
|
|
801
|
+
def name(self) -> str:
|
|
802
|
+
"""
|
|
803
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
804
|
+
"""
|
|
805
|
+
return pulumi.get(self, "name")
|
|
806
|
+
|
|
807
|
+
@property
|
|
808
|
+
@pulumi.getter(name="defaultValue")
|
|
809
|
+
def default_value(self) -> Optional[str]:
|
|
810
|
+
"""
|
|
811
|
+
The default value of the parameter. Only applies to string types
|
|
812
|
+
"""
|
|
813
|
+
return pulumi.get(self, "default_value")
|
|
814
|
+
|
|
815
|
+
@property
|
|
816
|
+
@pulumi.getter
|
|
817
|
+
def description(self) -> Optional[str]:
|
|
818
|
+
"""
|
|
819
|
+
A description to help users understand what this parameter means
|
|
820
|
+
"""
|
|
821
|
+
return pulumi.get(self, "description")
|
|
822
|
+
|
|
823
|
+
@property
|
|
824
|
+
@pulumi.getter
|
|
825
|
+
def required(self) -> Optional[bool]:
|
|
826
|
+
"""
|
|
827
|
+
Indicates whether this parameter must be passed when running the custom action.
|
|
828
|
+
"""
|
|
829
|
+
return pulumi.get(self, "required")
|
|
830
|
+
|
|
831
|
+
@property
|
|
832
|
+
@pulumi.getter
|
|
833
|
+
def type(self) -> Optional[str]:
|
|
834
|
+
"""
|
|
835
|
+
Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
|
|
836
|
+
"""
|
|
837
|
+
return pulumi.get(self, "type")
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
@pulumi.output_type
|
|
841
|
+
class GalleryApplicationCustomActionResponse(dict):
|
|
842
|
+
"""
|
|
843
|
+
A custom action that can be performed with a Gallery Application Version.
|
|
844
|
+
"""
|
|
845
|
+
def __init__(__self__, *,
|
|
846
|
+
name: str,
|
|
847
|
+
script: str,
|
|
848
|
+
description: Optional[str] = None,
|
|
849
|
+
parameters: Optional[Sequence['outputs.GalleryApplicationCustomActionParameterResponse']] = None):
|
|
850
|
+
"""
|
|
851
|
+
A custom action that can be performed with a Gallery Application Version.
|
|
852
|
+
:param str name: The name of the custom action. Must be unique within the Gallery Application Version.
|
|
853
|
+
:param str script: The script to run when executing this custom action.
|
|
854
|
+
:param str description: Description to help the users understand what this custom action does.
|
|
855
|
+
:param Sequence['GalleryApplicationCustomActionParameterResponse'] parameters: The parameters that this custom action uses
|
|
856
|
+
"""
|
|
857
|
+
pulumi.set(__self__, "name", name)
|
|
858
|
+
pulumi.set(__self__, "script", script)
|
|
859
|
+
if description is not None:
|
|
860
|
+
pulumi.set(__self__, "description", description)
|
|
861
|
+
if parameters is not None:
|
|
862
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter
|
|
866
|
+
def name(self) -> str:
|
|
867
|
+
"""
|
|
868
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "name")
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
@pulumi.getter
|
|
874
|
+
def script(self) -> str:
|
|
875
|
+
"""
|
|
876
|
+
The script to run when executing this custom action.
|
|
877
|
+
"""
|
|
878
|
+
return pulumi.get(self, "script")
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
@pulumi.getter
|
|
882
|
+
def description(self) -> Optional[str]:
|
|
883
|
+
"""
|
|
884
|
+
Description to help the users understand what this custom action does.
|
|
885
|
+
"""
|
|
886
|
+
return pulumi.get(self, "description")
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
@pulumi.getter
|
|
890
|
+
def parameters(self) -> Optional[Sequence['outputs.GalleryApplicationCustomActionParameterResponse']]:
|
|
891
|
+
"""
|
|
892
|
+
The parameters that this custom action uses
|
|
893
|
+
"""
|
|
894
|
+
return pulumi.get(self, "parameters")
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
@pulumi.output_type
|
|
898
|
+
class GalleryApplicationVersionPublishingProfileResponse(dict):
|
|
899
|
+
"""
|
|
900
|
+
The publishing profile of a gallery image version.
|
|
901
|
+
"""
|
|
902
|
+
@staticmethod
|
|
903
|
+
def __key_warning(key: str):
|
|
904
|
+
suggest = None
|
|
905
|
+
if key == "publishedDate":
|
|
906
|
+
suggest = "published_date"
|
|
907
|
+
elif key == "advancedSettings":
|
|
908
|
+
suggest = "advanced_settings"
|
|
909
|
+
elif key == "customActions":
|
|
910
|
+
suggest = "custom_actions"
|
|
911
|
+
elif key == "enableHealthCheck":
|
|
912
|
+
suggest = "enable_health_check"
|
|
913
|
+
elif key == "endOfLifeDate":
|
|
914
|
+
suggest = "end_of_life_date"
|
|
915
|
+
elif key == "excludeFromLatest":
|
|
916
|
+
suggest = "exclude_from_latest"
|
|
917
|
+
elif key == "manageActions":
|
|
918
|
+
suggest = "manage_actions"
|
|
919
|
+
elif key == "replicaCount":
|
|
920
|
+
suggest = "replica_count"
|
|
921
|
+
elif key == "replicationMode":
|
|
922
|
+
suggest = "replication_mode"
|
|
923
|
+
elif key == "storageAccountType":
|
|
924
|
+
suggest = "storage_account_type"
|
|
925
|
+
elif key == "targetExtendedLocations":
|
|
926
|
+
suggest = "target_extended_locations"
|
|
927
|
+
elif key == "targetRegions":
|
|
928
|
+
suggest = "target_regions"
|
|
929
|
+
|
|
930
|
+
if suggest:
|
|
931
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationVersionPublishingProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
932
|
+
|
|
933
|
+
def __getitem__(self, key: str) -> Any:
|
|
934
|
+
GalleryApplicationVersionPublishingProfileResponse.__key_warning(key)
|
|
935
|
+
return super().__getitem__(key)
|
|
936
|
+
|
|
937
|
+
def get(self, key: str, default = None) -> Any:
|
|
938
|
+
GalleryApplicationVersionPublishingProfileResponse.__key_warning(key)
|
|
939
|
+
return super().get(key, default)
|
|
940
|
+
|
|
941
|
+
def __init__(__self__, *,
|
|
942
|
+
published_date: str,
|
|
943
|
+
source: 'outputs.UserArtifactSourceResponse',
|
|
944
|
+
advanced_settings: Optional[Mapping[str, str]] = None,
|
|
945
|
+
custom_actions: Optional[Sequence['outputs.GalleryApplicationCustomActionResponse']] = None,
|
|
946
|
+
enable_health_check: Optional[bool] = None,
|
|
947
|
+
end_of_life_date: Optional[str] = None,
|
|
948
|
+
exclude_from_latest: Optional[bool] = None,
|
|
949
|
+
manage_actions: Optional['outputs.UserArtifactManageResponse'] = None,
|
|
950
|
+
replica_count: Optional[int] = None,
|
|
951
|
+
replication_mode: Optional[str] = None,
|
|
952
|
+
settings: Optional['outputs.UserArtifactSettingsResponse'] = None,
|
|
953
|
+
storage_account_type: Optional[str] = None,
|
|
954
|
+
target_extended_locations: Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']] = None,
|
|
955
|
+
target_regions: Optional[Sequence['outputs.TargetRegionResponse']] = None):
|
|
956
|
+
"""
|
|
957
|
+
The publishing profile of a gallery image version.
|
|
958
|
+
:param str published_date: The timestamp for when the gallery image version is published.
|
|
959
|
+
:param 'UserArtifactSourceResponse' source: The source image from which the Image Version is going to be created.
|
|
960
|
+
:param Mapping[str, str] advanced_settings: Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
|
|
961
|
+
:param Sequence['GalleryApplicationCustomActionResponse'] custom_actions: A list of custom actions that can be performed with this Gallery Application Version.
|
|
962
|
+
:param bool enable_health_check: Optional. Whether or not this application reports health.
|
|
963
|
+
:param str end_of_life_date: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
964
|
+
:param bool exclude_from_latest: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
965
|
+
:param int replica_count: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
|
|
966
|
+
:param str replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
967
|
+
:param 'UserArtifactSettingsResponse' settings: Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
|
|
968
|
+
:param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
969
|
+
:param Sequence['GalleryTargetExtendedLocationResponse'] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
970
|
+
:param Sequence['TargetRegionResponse'] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
971
|
+
"""
|
|
972
|
+
pulumi.set(__self__, "published_date", published_date)
|
|
973
|
+
pulumi.set(__self__, "source", source)
|
|
974
|
+
if advanced_settings is not None:
|
|
975
|
+
pulumi.set(__self__, "advanced_settings", advanced_settings)
|
|
976
|
+
if custom_actions is not None:
|
|
977
|
+
pulumi.set(__self__, "custom_actions", custom_actions)
|
|
978
|
+
if enable_health_check is not None:
|
|
979
|
+
pulumi.set(__self__, "enable_health_check", enable_health_check)
|
|
980
|
+
if end_of_life_date is not None:
|
|
981
|
+
pulumi.set(__self__, "end_of_life_date", end_of_life_date)
|
|
982
|
+
if exclude_from_latest is not None:
|
|
983
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
984
|
+
if manage_actions is not None:
|
|
985
|
+
pulumi.set(__self__, "manage_actions", manage_actions)
|
|
986
|
+
if replica_count is not None:
|
|
987
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
988
|
+
if replication_mode is not None:
|
|
989
|
+
pulumi.set(__self__, "replication_mode", replication_mode)
|
|
990
|
+
if settings is not None:
|
|
991
|
+
pulumi.set(__self__, "settings", settings)
|
|
992
|
+
if storage_account_type is not None:
|
|
993
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
994
|
+
if target_extended_locations is not None:
|
|
995
|
+
pulumi.set(__self__, "target_extended_locations", target_extended_locations)
|
|
996
|
+
if target_regions is not None:
|
|
997
|
+
pulumi.set(__self__, "target_regions", target_regions)
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
@pulumi.getter(name="publishedDate")
|
|
1001
|
+
def published_date(self) -> str:
|
|
1002
|
+
"""
|
|
1003
|
+
The timestamp for when the gallery image version is published.
|
|
1004
|
+
"""
|
|
1005
|
+
return pulumi.get(self, "published_date")
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter
|
|
1009
|
+
def source(self) -> 'outputs.UserArtifactSourceResponse':
|
|
1010
|
+
"""
|
|
1011
|
+
The source image from which the Image Version is going to be created.
|
|
1012
|
+
"""
|
|
1013
|
+
return pulumi.get(self, "source")
|
|
1014
|
+
|
|
1015
|
+
@property
|
|
1016
|
+
@pulumi.getter(name="advancedSettings")
|
|
1017
|
+
def advanced_settings(self) -> Optional[Mapping[str, str]]:
|
|
1018
|
+
"""
|
|
1019
|
+
Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
|
|
1020
|
+
"""
|
|
1021
|
+
return pulumi.get(self, "advanced_settings")
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
@pulumi.getter(name="customActions")
|
|
1025
|
+
def custom_actions(self) -> Optional[Sequence['outputs.GalleryApplicationCustomActionResponse']]:
|
|
1026
|
+
"""
|
|
1027
|
+
A list of custom actions that can be performed with this Gallery Application Version.
|
|
1028
|
+
"""
|
|
1029
|
+
return pulumi.get(self, "custom_actions")
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="enableHealthCheck")
|
|
1033
|
+
def enable_health_check(self) -> Optional[bool]:
|
|
1034
|
+
"""
|
|
1035
|
+
Optional. Whether or not this application reports health.
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "enable_health_check")
|
|
1038
|
+
|
|
1039
|
+
@property
|
|
1040
|
+
@pulumi.getter(name="endOfLifeDate")
|
|
1041
|
+
def end_of_life_date(self) -> Optional[str]:
|
|
1042
|
+
"""
|
|
1043
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1044
|
+
"""
|
|
1045
|
+
return pulumi.get(self, "end_of_life_date")
|
|
1046
|
+
|
|
1047
|
+
@property
|
|
1048
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
1049
|
+
def exclude_from_latest(self) -> Optional[bool]:
|
|
1050
|
+
"""
|
|
1051
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1052
|
+
"""
|
|
1053
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
1054
|
+
|
|
1055
|
+
@property
|
|
1056
|
+
@pulumi.getter(name="manageActions")
|
|
1057
|
+
def manage_actions(self) -> Optional['outputs.UserArtifactManageResponse']:
|
|
1058
|
+
return pulumi.get(self, "manage_actions")
|
|
1059
|
+
|
|
1060
|
+
@property
|
|
1061
|
+
@pulumi.getter(name="replicaCount")
|
|
1062
|
+
def replica_count(self) -> Optional[int]:
|
|
1063
|
+
"""
|
|
1064
|
+
The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
|
|
1065
|
+
"""
|
|
1066
|
+
return pulumi.get(self, "replica_count")
|
|
1067
|
+
|
|
1068
|
+
@property
|
|
1069
|
+
@pulumi.getter(name="replicationMode")
|
|
1070
|
+
def replication_mode(self) -> Optional[str]:
|
|
1071
|
+
"""
|
|
1072
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1073
|
+
"""
|
|
1074
|
+
return pulumi.get(self, "replication_mode")
|
|
1075
|
+
|
|
1076
|
+
@property
|
|
1077
|
+
@pulumi.getter
|
|
1078
|
+
def settings(self) -> Optional['outputs.UserArtifactSettingsResponse']:
|
|
1079
|
+
"""
|
|
1080
|
+
Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
|
|
1081
|
+
"""
|
|
1082
|
+
return pulumi.get(self, "settings")
|
|
1083
|
+
|
|
1084
|
+
@property
|
|
1085
|
+
@pulumi.getter(name="storageAccountType")
|
|
1086
|
+
def storage_account_type(self) -> Optional[str]:
|
|
1087
|
+
"""
|
|
1088
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1089
|
+
"""
|
|
1090
|
+
return pulumi.get(self, "storage_account_type")
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter(name="targetExtendedLocations")
|
|
1094
|
+
def target_extended_locations(self) -> Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']]:
|
|
1095
|
+
"""
|
|
1096
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "target_extended_locations")
|
|
1099
|
+
|
|
1100
|
+
@property
|
|
1101
|
+
@pulumi.getter(name="targetRegions")
|
|
1102
|
+
def target_regions(self) -> Optional[Sequence['outputs.TargetRegionResponse']]:
|
|
1103
|
+
"""
|
|
1104
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1105
|
+
"""
|
|
1106
|
+
return pulumi.get(self, "target_regions")
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
@pulumi.output_type
|
|
1110
|
+
class GalleryApplicationVersionSafetyProfileResponse(dict):
|
|
1111
|
+
"""
|
|
1112
|
+
The safety profile of the Gallery Application Version.
|
|
1113
|
+
"""
|
|
1114
|
+
@staticmethod
|
|
1115
|
+
def __key_warning(key: str):
|
|
1116
|
+
suggest = None
|
|
1117
|
+
if key == "allowDeletionOfReplicatedLocations":
|
|
1118
|
+
suggest = "allow_deletion_of_replicated_locations"
|
|
1119
|
+
|
|
1120
|
+
if suggest:
|
|
1121
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryApplicationVersionSafetyProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1122
|
+
|
|
1123
|
+
def __getitem__(self, key: str) -> Any:
|
|
1124
|
+
GalleryApplicationVersionSafetyProfileResponse.__key_warning(key)
|
|
1125
|
+
return super().__getitem__(key)
|
|
1126
|
+
|
|
1127
|
+
def get(self, key: str, default = None) -> Any:
|
|
1128
|
+
GalleryApplicationVersionSafetyProfileResponse.__key_warning(key)
|
|
1129
|
+
return super().get(key, default)
|
|
1130
|
+
|
|
1131
|
+
def __init__(__self__, *,
|
|
1132
|
+
allow_deletion_of_replicated_locations: Optional[bool] = None):
|
|
1133
|
+
"""
|
|
1134
|
+
The safety profile of the Gallery Application Version.
|
|
1135
|
+
:param bool allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1136
|
+
"""
|
|
1137
|
+
if allow_deletion_of_replicated_locations is not None:
|
|
1138
|
+
pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
|
|
1139
|
+
|
|
1140
|
+
@property
|
|
1141
|
+
@pulumi.getter(name="allowDeletionOfReplicatedLocations")
|
|
1142
|
+
def allow_deletion_of_replicated_locations(self) -> Optional[bool]:
|
|
1143
|
+
"""
|
|
1144
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1145
|
+
"""
|
|
1146
|
+
return pulumi.get(self, "allow_deletion_of_replicated_locations")
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
@pulumi.output_type
|
|
1150
|
+
class GalleryArtifactVersionFullSourceResponse(dict):
|
|
1151
|
+
"""
|
|
1152
|
+
The source of the gallery artifact version.
|
|
1153
|
+
"""
|
|
1154
|
+
@staticmethod
|
|
1155
|
+
def __key_warning(key: str):
|
|
1156
|
+
suggest = None
|
|
1157
|
+
if key == "communityGalleryImageId":
|
|
1158
|
+
suggest = "community_gallery_image_id"
|
|
1159
|
+
elif key == "virtualMachineId":
|
|
1160
|
+
suggest = "virtual_machine_id"
|
|
1161
|
+
|
|
1162
|
+
if suggest:
|
|
1163
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryArtifactVersionFullSourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1164
|
+
|
|
1165
|
+
def __getitem__(self, key: str) -> Any:
|
|
1166
|
+
GalleryArtifactVersionFullSourceResponse.__key_warning(key)
|
|
1167
|
+
return super().__getitem__(key)
|
|
1168
|
+
|
|
1169
|
+
def get(self, key: str, default = None) -> Any:
|
|
1170
|
+
GalleryArtifactVersionFullSourceResponse.__key_warning(key)
|
|
1171
|
+
return super().get(key, default)
|
|
1172
|
+
|
|
1173
|
+
def __init__(__self__, *,
|
|
1174
|
+
community_gallery_image_id: Optional[str] = None,
|
|
1175
|
+
id: Optional[str] = None,
|
|
1176
|
+
virtual_machine_id: Optional[str] = None):
|
|
1177
|
+
"""
|
|
1178
|
+
The source of the gallery artifact version.
|
|
1179
|
+
:param str community_gallery_image_id: The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
|
|
1180
|
+
:param str id: The id of the gallery artifact version source.
|
|
1181
|
+
:param str virtual_machine_id: The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
|
|
1182
|
+
"""
|
|
1183
|
+
if community_gallery_image_id is not None:
|
|
1184
|
+
pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
|
|
1185
|
+
if id is not None:
|
|
1186
|
+
pulumi.set(__self__, "id", id)
|
|
1187
|
+
if virtual_machine_id is not None:
|
|
1188
|
+
pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
|
|
1189
|
+
|
|
1190
|
+
@property
|
|
1191
|
+
@pulumi.getter(name="communityGalleryImageId")
|
|
1192
|
+
def community_gallery_image_id(self) -> Optional[str]:
|
|
1193
|
+
"""
|
|
1194
|
+
The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
|
|
1195
|
+
"""
|
|
1196
|
+
return pulumi.get(self, "community_gallery_image_id")
|
|
1197
|
+
|
|
1198
|
+
@property
|
|
1199
|
+
@pulumi.getter
|
|
1200
|
+
def id(self) -> Optional[str]:
|
|
1201
|
+
"""
|
|
1202
|
+
The id of the gallery artifact version source.
|
|
1203
|
+
"""
|
|
1204
|
+
return pulumi.get(self, "id")
|
|
1205
|
+
|
|
1206
|
+
@property
|
|
1207
|
+
@pulumi.getter(name="virtualMachineId")
|
|
1208
|
+
def virtual_machine_id(self) -> Optional[str]:
|
|
1209
|
+
"""
|
|
1210
|
+
The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
|
|
1211
|
+
"""
|
|
1212
|
+
return pulumi.get(self, "virtual_machine_id")
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
@pulumi.output_type
|
|
1216
|
+
class GalleryDataDiskImageResponse(dict):
|
|
1217
|
+
"""
|
|
1218
|
+
This is the data disk image.
|
|
1219
|
+
"""
|
|
1220
|
+
@staticmethod
|
|
1221
|
+
def __key_warning(key: str):
|
|
1222
|
+
suggest = None
|
|
1223
|
+
if key == "sizeInGB":
|
|
1224
|
+
suggest = "size_in_gb"
|
|
1225
|
+
elif key == "hostCaching":
|
|
1226
|
+
suggest = "host_caching"
|
|
1227
|
+
|
|
1228
|
+
if suggest:
|
|
1229
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryDataDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1230
|
+
|
|
1231
|
+
def __getitem__(self, key: str) -> Any:
|
|
1232
|
+
GalleryDataDiskImageResponse.__key_warning(key)
|
|
1233
|
+
return super().__getitem__(key)
|
|
1234
|
+
|
|
1235
|
+
def get(self, key: str, default = None) -> Any:
|
|
1236
|
+
GalleryDataDiskImageResponse.__key_warning(key)
|
|
1237
|
+
return super().get(key, default)
|
|
1238
|
+
|
|
1239
|
+
def __init__(__self__, *,
|
|
1240
|
+
lun: int,
|
|
1241
|
+
size_in_gb: int,
|
|
1242
|
+
host_caching: Optional[str] = None,
|
|
1243
|
+
source: Optional['outputs.GalleryDiskImageSourceResponse'] = None):
|
|
1244
|
+
"""
|
|
1245
|
+
This is the data disk image.
|
|
1246
|
+
:param int lun: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
|
|
1247
|
+
:param int size_in_gb: This property indicates the size of the VHD to be created.
|
|
1248
|
+
:param str host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
1249
|
+
:param 'GalleryDiskImageSourceResponse' source: The source for the disk image.
|
|
1250
|
+
"""
|
|
1251
|
+
pulumi.set(__self__, "lun", lun)
|
|
1252
|
+
pulumi.set(__self__, "size_in_gb", size_in_gb)
|
|
1253
|
+
if host_caching is not None:
|
|
1254
|
+
pulumi.set(__self__, "host_caching", host_caching)
|
|
1255
|
+
if source is not None:
|
|
1256
|
+
pulumi.set(__self__, "source", source)
|
|
1257
|
+
|
|
1258
|
+
@property
|
|
1259
|
+
@pulumi.getter
|
|
1260
|
+
def lun(self) -> int:
|
|
1261
|
+
"""
|
|
1262
|
+
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
|
|
1263
|
+
"""
|
|
1264
|
+
return pulumi.get(self, "lun")
|
|
1265
|
+
|
|
1266
|
+
@property
|
|
1267
|
+
@pulumi.getter(name="sizeInGB")
|
|
1268
|
+
def size_in_gb(self) -> int:
|
|
1269
|
+
"""
|
|
1270
|
+
This property indicates the size of the VHD to be created.
|
|
1271
|
+
"""
|
|
1272
|
+
return pulumi.get(self, "size_in_gb")
|
|
1273
|
+
|
|
1274
|
+
@property
|
|
1275
|
+
@pulumi.getter(name="hostCaching")
|
|
1276
|
+
def host_caching(self) -> Optional[str]:
|
|
1277
|
+
"""
|
|
1278
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
1279
|
+
"""
|
|
1280
|
+
return pulumi.get(self, "host_caching")
|
|
1281
|
+
|
|
1282
|
+
@property
|
|
1283
|
+
@pulumi.getter
|
|
1284
|
+
def source(self) -> Optional['outputs.GalleryDiskImageSourceResponse']:
|
|
1285
|
+
"""
|
|
1286
|
+
The source for the disk image.
|
|
1287
|
+
"""
|
|
1288
|
+
return pulumi.get(self, "source")
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
@pulumi.output_type
|
|
1292
|
+
class GalleryDiskImageSourceResponse(dict):
|
|
1293
|
+
"""
|
|
1294
|
+
The source for the disk image.
|
|
1295
|
+
"""
|
|
1296
|
+
@staticmethod
|
|
1297
|
+
def __key_warning(key: str):
|
|
1298
|
+
suggest = None
|
|
1299
|
+
if key == "storageAccountId":
|
|
1300
|
+
suggest = "storage_account_id"
|
|
1301
|
+
|
|
1302
|
+
if suggest:
|
|
1303
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryDiskImageSourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1304
|
+
|
|
1305
|
+
def __getitem__(self, key: str) -> Any:
|
|
1306
|
+
GalleryDiskImageSourceResponse.__key_warning(key)
|
|
1307
|
+
return super().__getitem__(key)
|
|
1308
|
+
|
|
1309
|
+
def get(self, key: str, default = None) -> Any:
|
|
1310
|
+
GalleryDiskImageSourceResponse.__key_warning(key)
|
|
1311
|
+
return super().get(key, default)
|
|
1312
|
+
|
|
1313
|
+
def __init__(__self__, *,
|
|
1314
|
+
id: Optional[str] = None,
|
|
1315
|
+
storage_account_id: Optional[str] = None,
|
|
1316
|
+
uri: Optional[str] = None):
|
|
1317
|
+
"""
|
|
1318
|
+
The source for the disk image.
|
|
1319
|
+
:param str id: The id of the gallery artifact version source.
|
|
1320
|
+
:param str storage_account_id: The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
|
|
1321
|
+
:param str uri: The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
|
|
1322
|
+
"""
|
|
1323
|
+
if id is not None:
|
|
1324
|
+
pulumi.set(__self__, "id", id)
|
|
1325
|
+
if storage_account_id is not None:
|
|
1326
|
+
pulumi.set(__self__, "storage_account_id", storage_account_id)
|
|
1327
|
+
if uri is not None:
|
|
1328
|
+
pulumi.set(__self__, "uri", uri)
|
|
1329
|
+
|
|
1330
|
+
@property
|
|
1331
|
+
@pulumi.getter
|
|
1332
|
+
def id(self) -> Optional[str]:
|
|
1333
|
+
"""
|
|
1334
|
+
The id of the gallery artifact version source.
|
|
1335
|
+
"""
|
|
1336
|
+
return pulumi.get(self, "id")
|
|
1337
|
+
|
|
1338
|
+
@property
|
|
1339
|
+
@pulumi.getter(name="storageAccountId")
|
|
1340
|
+
def storage_account_id(self) -> Optional[str]:
|
|
1341
|
+
"""
|
|
1342
|
+
The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "storage_account_id")
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
@pulumi.getter
|
|
1348
|
+
def uri(self) -> Optional[str]:
|
|
1349
|
+
"""
|
|
1350
|
+
The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "uri")
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
@pulumi.output_type
|
|
1356
|
+
class GalleryExtendedLocationResponse(dict):
|
|
1357
|
+
"""
|
|
1358
|
+
The name of the extended location.
|
|
1359
|
+
"""
|
|
1360
|
+
def __init__(__self__, *,
|
|
1361
|
+
name: Optional[str] = None,
|
|
1362
|
+
type: Optional[str] = None):
|
|
1363
|
+
"""
|
|
1364
|
+
The name of the extended location.
|
|
1365
|
+
:param str type: It is type of the extended location.
|
|
1366
|
+
"""
|
|
1367
|
+
if name is not None:
|
|
1368
|
+
pulumi.set(__self__, "name", name)
|
|
1369
|
+
if type is not None:
|
|
1370
|
+
pulumi.set(__self__, "type", type)
|
|
1371
|
+
|
|
1372
|
+
@property
|
|
1373
|
+
@pulumi.getter
|
|
1374
|
+
def name(self) -> Optional[str]:
|
|
1375
|
+
return pulumi.get(self, "name")
|
|
1376
|
+
|
|
1377
|
+
@property
|
|
1378
|
+
@pulumi.getter
|
|
1379
|
+
def type(self) -> Optional[str]:
|
|
1380
|
+
"""
|
|
1381
|
+
It is type of the extended location.
|
|
1382
|
+
"""
|
|
1383
|
+
return pulumi.get(self, "type")
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
@pulumi.output_type
|
|
1387
|
+
class GalleryIdentifierResponse(dict):
|
|
1388
|
+
"""
|
|
1389
|
+
Describes the gallery unique name.
|
|
1390
|
+
"""
|
|
1391
|
+
@staticmethod
|
|
1392
|
+
def __key_warning(key: str):
|
|
1393
|
+
suggest = None
|
|
1394
|
+
if key == "uniqueName":
|
|
1395
|
+
suggest = "unique_name"
|
|
1396
|
+
|
|
1397
|
+
if suggest:
|
|
1398
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryIdentifierResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1399
|
+
|
|
1400
|
+
def __getitem__(self, key: str) -> Any:
|
|
1401
|
+
GalleryIdentifierResponse.__key_warning(key)
|
|
1402
|
+
return super().__getitem__(key)
|
|
1403
|
+
|
|
1404
|
+
def get(self, key: str, default = None) -> Any:
|
|
1405
|
+
GalleryIdentifierResponse.__key_warning(key)
|
|
1406
|
+
return super().get(key, default)
|
|
1407
|
+
|
|
1408
|
+
def __init__(__self__, *,
|
|
1409
|
+
unique_name: str):
|
|
1410
|
+
"""
|
|
1411
|
+
Describes the gallery unique name.
|
|
1412
|
+
:param str unique_name: The unique name of the Shared Image Gallery. This name is generated automatically by Azure.
|
|
1413
|
+
"""
|
|
1414
|
+
pulumi.set(__self__, "unique_name", unique_name)
|
|
1415
|
+
|
|
1416
|
+
@property
|
|
1417
|
+
@pulumi.getter(name="uniqueName")
|
|
1418
|
+
def unique_name(self) -> str:
|
|
1419
|
+
"""
|
|
1420
|
+
The unique name of the Shared Image Gallery. This name is generated automatically by Azure.
|
|
1421
|
+
"""
|
|
1422
|
+
return pulumi.get(self, "unique_name")
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
@pulumi.output_type
|
|
1426
|
+
class GalleryIdentityResponse(dict):
|
|
1427
|
+
"""
|
|
1428
|
+
Identity for the virtual machine.
|
|
1429
|
+
"""
|
|
1430
|
+
@staticmethod
|
|
1431
|
+
def __key_warning(key: str):
|
|
1432
|
+
suggest = None
|
|
1433
|
+
if key == "principalId":
|
|
1434
|
+
suggest = "principal_id"
|
|
1435
|
+
elif key == "tenantId":
|
|
1436
|
+
suggest = "tenant_id"
|
|
1437
|
+
elif key == "userAssignedIdentities":
|
|
1438
|
+
suggest = "user_assigned_identities"
|
|
1439
|
+
|
|
1440
|
+
if suggest:
|
|
1441
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1442
|
+
|
|
1443
|
+
def __getitem__(self, key: str) -> Any:
|
|
1444
|
+
GalleryIdentityResponse.__key_warning(key)
|
|
1445
|
+
return super().__getitem__(key)
|
|
1446
|
+
|
|
1447
|
+
def get(self, key: str, default = None) -> Any:
|
|
1448
|
+
GalleryIdentityResponse.__key_warning(key)
|
|
1449
|
+
return super().get(key, default)
|
|
1450
|
+
|
|
1451
|
+
def __init__(__self__, *,
|
|
1452
|
+
principal_id: str,
|
|
1453
|
+
tenant_id: str,
|
|
1454
|
+
type: Optional[str] = None,
|
|
1455
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']] = None):
|
|
1456
|
+
"""
|
|
1457
|
+
Identity for the virtual machine.
|
|
1458
|
+
:param str principal_id: The principal id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
1459
|
+
:param str tenant_id: The AAD tenant id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
1460
|
+
:param str type: The type of identity used for the gallery. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove all identities from the gallery.
|
|
1461
|
+
:param Mapping[str, 'UserAssignedIdentitiesResponseUserAssignedIdentities'] user_assigned_identities: The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
1462
|
+
"""
|
|
1463
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1464
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1465
|
+
if type is not None:
|
|
1466
|
+
pulumi.set(__self__, "type", type)
|
|
1467
|
+
if user_assigned_identities is not None:
|
|
1468
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1469
|
+
|
|
1470
|
+
@property
|
|
1471
|
+
@pulumi.getter(name="principalId")
|
|
1472
|
+
def principal_id(self) -> str:
|
|
1473
|
+
"""
|
|
1474
|
+
The principal id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
1475
|
+
"""
|
|
1476
|
+
return pulumi.get(self, "principal_id")
|
|
1477
|
+
|
|
1478
|
+
@property
|
|
1479
|
+
@pulumi.getter(name="tenantId")
|
|
1480
|
+
def tenant_id(self) -> str:
|
|
1481
|
+
"""
|
|
1482
|
+
The AAD tenant id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
1483
|
+
"""
|
|
1484
|
+
return pulumi.get(self, "tenant_id")
|
|
1485
|
+
|
|
1486
|
+
@property
|
|
1487
|
+
@pulumi.getter
|
|
1488
|
+
def type(self) -> Optional[str]:
|
|
1489
|
+
"""
|
|
1490
|
+
The type of identity used for the gallery. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove all identities from the gallery.
|
|
1491
|
+
"""
|
|
1492
|
+
return pulumi.get(self, "type")
|
|
1493
|
+
|
|
1494
|
+
@property
|
|
1495
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1496
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']]:
|
|
1497
|
+
"""
|
|
1498
|
+
The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
1499
|
+
"""
|
|
1500
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
@pulumi.output_type
|
|
1504
|
+
class GalleryImageFeatureResponse(dict):
|
|
1505
|
+
"""
|
|
1506
|
+
A feature for gallery image.
|
|
1507
|
+
"""
|
|
1508
|
+
@staticmethod
|
|
1509
|
+
def __key_warning(key: str):
|
|
1510
|
+
suggest = None
|
|
1511
|
+
if key == "startsAtVersion":
|
|
1512
|
+
suggest = "starts_at_version"
|
|
1513
|
+
|
|
1514
|
+
if suggest:
|
|
1515
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageFeatureResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1516
|
+
|
|
1517
|
+
def __getitem__(self, key: str) -> Any:
|
|
1518
|
+
GalleryImageFeatureResponse.__key_warning(key)
|
|
1519
|
+
return super().__getitem__(key)
|
|
1520
|
+
|
|
1521
|
+
def get(self, key: str, default = None) -> Any:
|
|
1522
|
+
GalleryImageFeatureResponse.__key_warning(key)
|
|
1523
|
+
return super().get(key, default)
|
|
1524
|
+
|
|
1525
|
+
def __init__(__self__, *,
|
|
1526
|
+
name: Optional[str] = None,
|
|
1527
|
+
starts_at_version: Optional[str] = None,
|
|
1528
|
+
value: Optional[str] = None):
|
|
1529
|
+
"""
|
|
1530
|
+
A feature for gallery image.
|
|
1531
|
+
:param str name: The name of the gallery image feature.
|
|
1532
|
+
:param str starts_at_version: The minimum gallery image version which supports this feature.
|
|
1533
|
+
:param str value: The value of the gallery image feature.
|
|
1534
|
+
"""
|
|
1535
|
+
if name is not None:
|
|
1536
|
+
pulumi.set(__self__, "name", name)
|
|
1537
|
+
if starts_at_version is not None:
|
|
1538
|
+
pulumi.set(__self__, "starts_at_version", starts_at_version)
|
|
1539
|
+
if value is not None:
|
|
1540
|
+
pulumi.set(__self__, "value", value)
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter
|
|
1544
|
+
def name(self) -> Optional[str]:
|
|
1545
|
+
"""
|
|
1546
|
+
The name of the gallery image feature.
|
|
1547
|
+
"""
|
|
1548
|
+
return pulumi.get(self, "name")
|
|
1549
|
+
|
|
1550
|
+
@property
|
|
1551
|
+
@pulumi.getter(name="startsAtVersion")
|
|
1552
|
+
def starts_at_version(self) -> Optional[str]:
|
|
1553
|
+
"""
|
|
1554
|
+
The minimum gallery image version which supports this feature.
|
|
1555
|
+
"""
|
|
1556
|
+
return pulumi.get(self, "starts_at_version")
|
|
1557
|
+
|
|
1558
|
+
@property
|
|
1559
|
+
@pulumi.getter
|
|
1560
|
+
def value(self) -> Optional[str]:
|
|
1561
|
+
"""
|
|
1562
|
+
The value of the gallery image feature.
|
|
1563
|
+
"""
|
|
1564
|
+
return pulumi.get(self, "value")
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
@pulumi.output_type
|
|
1568
|
+
class GalleryImageIdentifierResponse(dict):
|
|
1569
|
+
"""
|
|
1570
|
+
This is the gallery image definition identifier.
|
|
1571
|
+
"""
|
|
1572
|
+
def __init__(__self__, *,
|
|
1573
|
+
offer: str,
|
|
1574
|
+
publisher: str,
|
|
1575
|
+
sku: str):
|
|
1576
|
+
"""
|
|
1577
|
+
This is the gallery image definition identifier.
|
|
1578
|
+
:param str offer: The name of the gallery image definition offer.
|
|
1579
|
+
:param str publisher: The name of the gallery image definition publisher.
|
|
1580
|
+
:param str sku: The name of the gallery image definition SKU.
|
|
1581
|
+
"""
|
|
1582
|
+
pulumi.set(__self__, "offer", offer)
|
|
1583
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
1584
|
+
pulumi.set(__self__, "sku", sku)
|
|
1585
|
+
|
|
1586
|
+
@property
|
|
1587
|
+
@pulumi.getter
|
|
1588
|
+
def offer(self) -> str:
|
|
1589
|
+
"""
|
|
1590
|
+
The name of the gallery image definition offer.
|
|
1591
|
+
"""
|
|
1592
|
+
return pulumi.get(self, "offer")
|
|
1593
|
+
|
|
1594
|
+
@property
|
|
1595
|
+
@pulumi.getter
|
|
1596
|
+
def publisher(self) -> str:
|
|
1597
|
+
"""
|
|
1598
|
+
The name of the gallery image definition publisher.
|
|
1599
|
+
"""
|
|
1600
|
+
return pulumi.get(self, "publisher")
|
|
1601
|
+
|
|
1602
|
+
@property
|
|
1603
|
+
@pulumi.getter
|
|
1604
|
+
def sku(self) -> str:
|
|
1605
|
+
"""
|
|
1606
|
+
The name of the gallery image definition SKU.
|
|
1607
|
+
"""
|
|
1608
|
+
return pulumi.get(self, "sku")
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
@pulumi.output_type
|
|
1612
|
+
class GalleryImageVersionPublishingProfileResponse(dict):
|
|
1613
|
+
"""
|
|
1614
|
+
The publishing profile of a gallery image Version.
|
|
1615
|
+
"""
|
|
1616
|
+
@staticmethod
|
|
1617
|
+
def __key_warning(key: str):
|
|
1618
|
+
suggest = None
|
|
1619
|
+
if key == "publishedDate":
|
|
1620
|
+
suggest = "published_date"
|
|
1621
|
+
elif key == "endOfLifeDate":
|
|
1622
|
+
suggest = "end_of_life_date"
|
|
1623
|
+
elif key == "excludeFromLatest":
|
|
1624
|
+
suggest = "exclude_from_latest"
|
|
1625
|
+
elif key == "replicaCount":
|
|
1626
|
+
suggest = "replica_count"
|
|
1627
|
+
elif key == "replicationMode":
|
|
1628
|
+
suggest = "replication_mode"
|
|
1629
|
+
elif key == "storageAccountType":
|
|
1630
|
+
suggest = "storage_account_type"
|
|
1631
|
+
elif key == "targetExtendedLocations":
|
|
1632
|
+
suggest = "target_extended_locations"
|
|
1633
|
+
elif key == "targetRegions":
|
|
1634
|
+
suggest = "target_regions"
|
|
1635
|
+
|
|
1636
|
+
if suggest:
|
|
1637
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionPublishingProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1638
|
+
|
|
1639
|
+
def __getitem__(self, key: str) -> Any:
|
|
1640
|
+
GalleryImageVersionPublishingProfileResponse.__key_warning(key)
|
|
1641
|
+
return super().__getitem__(key)
|
|
1642
|
+
|
|
1643
|
+
def get(self, key: str, default = None) -> Any:
|
|
1644
|
+
GalleryImageVersionPublishingProfileResponse.__key_warning(key)
|
|
1645
|
+
return super().get(key, default)
|
|
1646
|
+
|
|
1647
|
+
def __init__(__self__, *,
|
|
1648
|
+
published_date: str,
|
|
1649
|
+
end_of_life_date: Optional[str] = None,
|
|
1650
|
+
exclude_from_latest: Optional[bool] = None,
|
|
1651
|
+
replica_count: Optional[int] = None,
|
|
1652
|
+
replication_mode: Optional[str] = None,
|
|
1653
|
+
storage_account_type: Optional[str] = None,
|
|
1654
|
+
target_extended_locations: Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']] = None,
|
|
1655
|
+
target_regions: Optional[Sequence['outputs.TargetRegionResponse']] = None):
|
|
1656
|
+
"""
|
|
1657
|
+
The publishing profile of a gallery image Version.
|
|
1658
|
+
:param str published_date: The timestamp for when the gallery image version is published.
|
|
1659
|
+
:param str end_of_life_date: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1660
|
+
:param bool exclude_from_latest: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1661
|
+
:param int replica_count: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
|
|
1662
|
+
:param str replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1663
|
+
:param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1664
|
+
:param Sequence['GalleryTargetExtendedLocationResponse'] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1665
|
+
:param Sequence['TargetRegionResponse'] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1666
|
+
"""
|
|
1667
|
+
pulumi.set(__self__, "published_date", published_date)
|
|
1668
|
+
if end_of_life_date is not None:
|
|
1669
|
+
pulumi.set(__self__, "end_of_life_date", end_of_life_date)
|
|
1670
|
+
if exclude_from_latest is not None:
|
|
1671
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
1672
|
+
if replica_count is not None:
|
|
1673
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
1674
|
+
if replication_mode is not None:
|
|
1675
|
+
pulumi.set(__self__, "replication_mode", replication_mode)
|
|
1676
|
+
if storage_account_type is not None:
|
|
1677
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
1678
|
+
if target_extended_locations is not None:
|
|
1679
|
+
pulumi.set(__self__, "target_extended_locations", target_extended_locations)
|
|
1680
|
+
if target_regions is not None:
|
|
1681
|
+
pulumi.set(__self__, "target_regions", target_regions)
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter(name="publishedDate")
|
|
1685
|
+
def published_date(self) -> str:
|
|
1686
|
+
"""
|
|
1687
|
+
The timestamp for when the gallery image version is published.
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "published_date")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="endOfLifeDate")
|
|
1693
|
+
def end_of_life_date(self) -> Optional[str]:
|
|
1694
|
+
"""
|
|
1695
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "end_of_life_date")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
1701
|
+
def exclude_from_latest(self) -> Optional[bool]:
|
|
1702
|
+
"""
|
|
1703
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter(name="replicaCount")
|
|
1709
|
+
def replica_count(self) -> Optional[int]:
|
|
1710
|
+
"""
|
|
1711
|
+
The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "replica_count")
|
|
1714
|
+
|
|
1715
|
+
@property
|
|
1716
|
+
@pulumi.getter(name="replicationMode")
|
|
1717
|
+
def replication_mode(self) -> Optional[str]:
|
|
1718
|
+
"""
|
|
1719
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1720
|
+
"""
|
|
1721
|
+
return pulumi.get(self, "replication_mode")
|
|
1722
|
+
|
|
1723
|
+
@property
|
|
1724
|
+
@pulumi.getter(name="storageAccountType")
|
|
1725
|
+
def storage_account_type(self) -> Optional[str]:
|
|
1726
|
+
"""
|
|
1727
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1728
|
+
"""
|
|
1729
|
+
return pulumi.get(self, "storage_account_type")
|
|
1730
|
+
|
|
1731
|
+
@property
|
|
1732
|
+
@pulumi.getter(name="targetExtendedLocations")
|
|
1733
|
+
def target_extended_locations(self) -> Optional[Sequence['outputs.GalleryTargetExtendedLocationResponse']]:
|
|
1734
|
+
"""
|
|
1735
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1736
|
+
"""
|
|
1737
|
+
return pulumi.get(self, "target_extended_locations")
|
|
1738
|
+
|
|
1739
|
+
@property
|
|
1740
|
+
@pulumi.getter(name="targetRegions")
|
|
1741
|
+
def target_regions(self) -> Optional[Sequence['outputs.TargetRegionResponse']]:
|
|
1742
|
+
"""
|
|
1743
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1744
|
+
"""
|
|
1745
|
+
return pulumi.get(self, "target_regions")
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
@pulumi.output_type
|
|
1749
|
+
class GalleryImageVersionSafetyProfileResponse(dict):
|
|
1750
|
+
"""
|
|
1751
|
+
This is the safety profile of the Gallery Image Version.
|
|
1752
|
+
"""
|
|
1753
|
+
@staticmethod
|
|
1754
|
+
def __key_warning(key: str):
|
|
1755
|
+
suggest = None
|
|
1756
|
+
if key == "policyViolations":
|
|
1757
|
+
suggest = "policy_violations"
|
|
1758
|
+
elif key == "reportedForPolicyViolation":
|
|
1759
|
+
suggest = "reported_for_policy_violation"
|
|
1760
|
+
elif key == "allowDeletionOfReplicatedLocations":
|
|
1761
|
+
suggest = "allow_deletion_of_replicated_locations"
|
|
1762
|
+
elif key == "blockDeletionBeforeEndOfLife":
|
|
1763
|
+
suggest = "block_deletion_before_end_of_life"
|
|
1764
|
+
|
|
1765
|
+
if suggest:
|
|
1766
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionSafetyProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1767
|
+
|
|
1768
|
+
def __getitem__(self, key: str) -> Any:
|
|
1769
|
+
GalleryImageVersionSafetyProfileResponse.__key_warning(key)
|
|
1770
|
+
return super().__getitem__(key)
|
|
1771
|
+
|
|
1772
|
+
def get(self, key: str, default = None) -> Any:
|
|
1773
|
+
GalleryImageVersionSafetyProfileResponse.__key_warning(key)
|
|
1774
|
+
return super().get(key, default)
|
|
1775
|
+
|
|
1776
|
+
def __init__(__self__, *,
|
|
1777
|
+
policy_violations: Sequence['outputs.PolicyViolationResponse'],
|
|
1778
|
+
reported_for_policy_violation: bool,
|
|
1779
|
+
allow_deletion_of_replicated_locations: Optional[bool] = None,
|
|
1780
|
+
block_deletion_before_end_of_life: Optional[bool] = None):
|
|
1781
|
+
"""
|
|
1782
|
+
This is the safety profile of the Gallery Image Version.
|
|
1783
|
+
:param Sequence['PolicyViolationResponse'] policy_violations: A list of Policy Violations that have been reported for this Gallery Image Version.
|
|
1784
|
+
:param bool reported_for_policy_violation: Indicates whether this image has been reported as violating Microsoft's policies.
|
|
1785
|
+
:param bool allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1786
|
+
:param bool block_deletion_before_end_of_life: Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
|
|
1787
|
+
"""
|
|
1788
|
+
pulumi.set(__self__, "policy_violations", policy_violations)
|
|
1789
|
+
pulumi.set(__self__, "reported_for_policy_violation", reported_for_policy_violation)
|
|
1790
|
+
if allow_deletion_of_replicated_locations is not None:
|
|
1791
|
+
pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
|
|
1792
|
+
if block_deletion_before_end_of_life is not None:
|
|
1793
|
+
pulumi.set(__self__, "block_deletion_before_end_of_life", block_deletion_before_end_of_life)
|
|
1794
|
+
|
|
1795
|
+
@property
|
|
1796
|
+
@pulumi.getter(name="policyViolations")
|
|
1797
|
+
def policy_violations(self) -> Sequence['outputs.PolicyViolationResponse']:
|
|
1798
|
+
"""
|
|
1799
|
+
A list of Policy Violations that have been reported for this Gallery Image Version.
|
|
1800
|
+
"""
|
|
1801
|
+
return pulumi.get(self, "policy_violations")
|
|
1802
|
+
|
|
1803
|
+
@property
|
|
1804
|
+
@pulumi.getter(name="reportedForPolicyViolation")
|
|
1805
|
+
def reported_for_policy_violation(self) -> bool:
|
|
1806
|
+
"""
|
|
1807
|
+
Indicates whether this image has been reported as violating Microsoft's policies.
|
|
1808
|
+
"""
|
|
1809
|
+
return pulumi.get(self, "reported_for_policy_violation")
|
|
1810
|
+
|
|
1811
|
+
@property
|
|
1812
|
+
@pulumi.getter(name="allowDeletionOfReplicatedLocations")
|
|
1813
|
+
def allow_deletion_of_replicated_locations(self) -> Optional[bool]:
|
|
1814
|
+
"""
|
|
1815
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1816
|
+
"""
|
|
1817
|
+
return pulumi.get(self, "allow_deletion_of_replicated_locations")
|
|
1818
|
+
|
|
1819
|
+
@property
|
|
1820
|
+
@pulumi.getter(name="blockDeletionBeforeEndOfLife")
|
|
1821
|
+
def block_deletion_before_end_of_life(self) -> Optional[bool]:
|
|
1822
|
+
"""
|
|
1823
|
+
Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
|
|
1824
|
+
"""
|
|
1825
|
+
return pulumi.get(self, "block_deletion_before_end_of_life")
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
@pulumi.output_type
|
|
1829
|
+
class GalleryImageVersionStorageProfileResponse(dict):
|
|
1830
|
+
"""
|
|
1831
|
+
This is the storage profile of a Gallery Image Version.
|
|
1832
|
+
"""
|
|
1833
|
+
@staticmethod
|
|
1834
|
+
def __key_warning(key: str):
|
|
1835
|
+
suggest = None
|
|
1836
|
+
if key == "dataDiskImages":
|
|
1837
|
+
suggest = "data_disk_images"
|
|
1838
|
+
elif key == "osDiskImage":
|
|
1839
|
+
suggest = "os_disk_image"
|
|
1840
|
+
|
|
1841
|
+
if suggest:
|
|
1842
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1843
|
+
|
|
1844
|
+
def __getitem__(self, key: str) -> Any:
|
|
1845
|
+
GalleryImageVersionStorageProfileResponse.__key_warning(key)
|
|
1846
|
+
return super().__getitem__(key)
|
|
1847
|
+
|
|
1848
|
+
def get(self, key: str, default = None) -> Any:
|
|
1849
|
+
GalleryImageVersionStorageProfileResponse.__key_warning(key)
|
|
1850
|
+
return super().get(key, default)
|
|
1851
|
+
|
|
1852
|
+
def __init__(__self__, *,
|
|
1853
|
+
data_disk_images: Optional[Sequence['outputs.GalleryDataDiskImageResponse']] = None,
|
|
1854
|
+
os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None,
|
|
1855
|
+
source: Optional['outputs.GalleryArtifactVersionFullSourceResponse'] = None):
|
|
1856
|
+
"""
|
|
1857
|
+
This is the storage profile of a Gallery Image Version.
|
|
1858
|
+
:param Sequence['GalleryDataDiskImageResponse'] data_disk_images: A list of data disk images.
|
|
1859
|
+
:param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
|
|
1860
|
+
:param 'GalleryArtifactVersionFullSourceResponse' source: The source of the gallery artifact version.
|
|
1861
|
+
"""
|
|
1862
|
+
if data_disk_images is not None:
|
|
1863
|
+
pulumi.set(__self__, "data_disk_images", data_disk_images)
|
|
1864
|
+
if os_disk_image is not None:
|
|
1865
|
+
pulumi.set(__self__, "os_disk_image", os_disk_image)
|
|
1866
|
+
if source is not None:
|
|
1867
|
+
pulumi.set(__self__, "source", source)
|
|
1868
|
+
|
|
1869
|
+
@property
|
|
1870
|
+
@pulumi.getter(name="dataDiskImages")
|
|
1871
|
+
def data_disk_images(self) -> Optional[Sequence['outputs.GalleryDataDiskImageResponse']]:
|
|
1872
|
+
"""
|
|
1873
|
+
A list of data disk images.
|
|
1874
|
+
"""
|
|
1875
|
+
return pulumi.get(self, "data_disk_images")
|
|
1876
|
+
|
|
1877
|
+
@property
|
|
1878
|
+
@pulumi.getter(name="osDiskImage")
|
|
1879
|
+
def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
|
|
1880
|
+
"""
|
|
1881
|
+
This is the OS disk image.
|
|
1882
|
+
"""
|
|
1883
|
+
return pulumi.get(self, "os_disk_image")
|
|
1884
|
+
|
|
1885
|
+
@property
|
|
1886
|
+
@pulumi.getter
|
|
1887
|
+
def source(self) -> Optional['outputs.GalleryArtifactVersionFullSourceResponse']:
|
|
1888
|
+
"""
|
|
1889
|
+
The source of the gallery artifact version.
|
|
1890
|
+
"""
|
|
1891
|
+
return pulumi.get(self, "source")
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
@pulumi.output_type
|
|
1895
|
+
class GalleryImageVersionUefiSettingsResponse(dict):
|
|
1896
|
+
"""
|
|
1897
|
+
Contains UEFI settings for the image version.
|
|
1898
|
+
"""
|
|
1899
|
+
@staticmethod
|
|
1900
|
+
def __key_warning(key: str):
|
|
1901
|
+
suggest = None
|
|
1902
|
+
if key == "additionalSignatures":
|
|
1903
|
+
suggest = "additional_signatures"
|
|
1904
|
+
elif key == "signatureTemplateNames":
|
|
1905
|
+
suggest = "signature_template_names"
|
|
1906
|
+
|
|
1907
|
+
if suggest:
|
|
1908
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionUefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1909
|
+
|
|
1910
|
+
def __getitem__(self, key: str) -> Any:
|
|
1911
|
+
GalleryImageVersionUefiSettingsResponse.__key_warning(key)
|
|
1912
|
+
return super().__getitem__(key)
|
|
1913
|
+
|
|
1914
|
+
def get(self, key: str, default = None) -> Any:
|
|
1915
|
+
GalleryImageVersionUefiSettingsResponse.__key_warning(key)
|
|
1916
|
+
return super().get(key, default)
|
|
1917
|
+
|
|
1918
|
+
def __init__(__self__, *,
|
|
1919
|
+
additional_signatures: Optional['outputs.UefiKeySignaturesResponse'] = None,
|
|
1920
|
+
signature_template_names: Optional[Sequence[str]] = None):
|
|
1921
|
+
"""
|
|
1922
|
+
Contains UEFI settings for the image version.
|
|
1923
|
+
:param 'UefiKeySignaturesResponse' additional_signatures: Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
1924
|
+
:param Sequence[str] signature_template_names: The name of the template(s) that contains default UEFI key signatures that will be added to the image.
|
|
1925
|
+
"""
|
|
1926
|
+
if additional_signatures is not None:
|
|
1927
|
+
pulumi.set(__self__, "additional_signatures", additional_signatures)
|
|
1928
|
+
if signature_template_names is not None:
|
|
1929
|
+
pulumi.set(__self__, "signature_template_names", signature_template_names)
|
|
1930
|
+
|
|
1931
|
+
@property
|
|
1932
|
+
@pulumi.getter(name="additionalSignatures")
|
|
1933
|
+
def additional_signatures(self) -> Optional['outputs.UefiKeySignaturesResponse']:
|
|
1934
|
+
"""
|
|
1935
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
1936
|
+
"""
|
|
1937
|
+
return pulumi.get(self, "additional_signatures")
|
|
1938
|
+
|
|
1939
|
+
@property
|
|
1940
|
+
@pulumi.getter(name="signatureTemplateNames")
|
|
1941
|
+
def signature_template_names(self) -> Optional[Sequence[str]]:
|
|
1942
|
+
"""
|
|
1943
|
+
The name of the template(s) that contains default UEFI key signatures that will be added to the image.
|
|
1944
|
+
"""
|
|
1945
|
+
return pulumi.get(self, "signature_template_names")
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
@pulumi.output_type
|
|
1949
|
+
class GalleryInVMAccessControlProfilePropertiesResponse(dict):
|
|
1950
|
+
"""
|
|
1951
|
+
Describes the properties of a gallery inVMAccessControlProfile.
|
|
1952
|
+
"""
|
|
1953
|
+
@staticmethod
|
|
1954
|
+
def __key_warning(key: str):
|
|
1955
|
+
suggest = None
|
|
1956
|
+
if key == "applicableHostEndpoint":
|
|
1957
|
+
suggest = "applicable_host_endpoint"
|
|
1958
|
+
elif key == "osType":
|
|
1959
|
+
suggest = "os_type"
|
|
1960
|
+
elif key == "provisioningState":
|
|
1961
|
+
suggest = "provisioning_state"
|
|
1962
|
+
|
|
1963
|
+
if suggest:
|
|
1964
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryInVMAccessControlProfilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1965
|
+
|
|
1966
|
+
def __getitem__(self, key: str) -> Any:
|
|
1967
|
+
GalleryInVMAccessControlProfilePropertiesResponse.__key_warning(key)
|
|
1968
|
+
return super().__getitem__(key)
|
|
1969
|
+
|
|
1970
|
+
def get(self, key: str, default = None) -> Any:
|
|
1971
|
+
GalleryInVMAccessControlProfilePropertiesResponse.__key_warning(key)
|
|
1972
|
+
return super().get(key, default)
|
|
1973
|
+
|
|
1974
|
+
def __init__(__self__, *,
|
|
1975
|
+
applicable_host_endpoint: str,
|
|
1976
|
+
os_type: str,
|
|
1977
|
+
provisioning_state: str,
|
|
1978
|
+
description: Optional[str] = None):
|
|
1979
|
+
"""
|
|
1980
|
+
Describes the properties of a gallery inVMAccessControlProfile.
|
|
1981
|
+
:param str applicable_host_endpoint: This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'
|
|
1982
|
+
:param str os_type: This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'
|
|
1983
|
+
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
1984
|
+
:param str description: The description of this gallery inVMAccessControlProfile resources. This property is updatable.
|
|
1985
|
+
"""
|
|
1986
|
+
pulumi.set(__self__, "applicable_host_endpoint", applicable_host_endpoint)
|
|
1987
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
1988
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1989
|
+
if description is not None:
|
|
1990
|
+
pulumi.set(__self__, "description", description)
|
|
1991
|
+
|
|
1992
|
+
@property
|
|
1993
|
+
@pulumi.getter(name="applicableHostEndpoint")
|
|
1994
|
+
def applicable_host_endpoint(self) -> str:
|
|
1995
|
+
"""
|
|
1996
|
+
This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'
|
|
1997
|
+
"""
|
|
1998
|
+
return pulumi.get(self, "applicable_host_endpoint")
|
|
1999
|
+
|
|
2000
|
+
@property
|
|
2001
|
+
@pulumi.getter(name="osType")
|
|
2002
|
+
def os_type(self) -> str:
|
|
2003
|
+
"""
|
|
2004
|
+
This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'
|
|
2005
|
+
"""
|
|
2006
|
+
return pulumi.get(self, "os_type")
|
|
2007
|
+
|
|
2008
|
+
@property
|
|
2009
|
+
@pulumi.getter(name="provisioningState")
|
|
2010
|
+
def provisioning_state(self) -> str:
|
|
2011
|
+
"""
|
|
2012
|
+
The provisioning state, which only appears in the response.
|
|
2013
|
+
"""
|
|
2014
|
+
return pulumi.get(self, "provisioning_state")
|
|
2015
|
+
|
|
2016
|
+
@property
|
|
2017
|
+
@pulumi.getter
|
|
2018
|
+
def description(self) -> Optional[str]:
|
|
2019
|
+
"""
|
|
2020
|
+
The description of this gallery inVMAccessControlProfile resources. This property is updatable.
|
|
2021
|
+
"""
|
|
2022
|
+
return pulumi.get(self, "description")
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
@pulumi.output_type
|
|
2026
|
+
class GalleryOSDiskImageResponse(dict):
|
|
2027
|
+
"""
|
|
2028
|
+
This is the OS disk image.
|
|
2029
|
+
"""
|
|
2030
|
+
@staticmethod
|
|
2031
|
+
def __key_warning(key: str):
|
|
2032
|
+
suggest = None
|
|
2033
|
+
if key == "sizeInGB":
|
|
2034
|
+
suggest = "size_in_gb"
|
|
2035
|
+
elif key == "hostCaching":
|
|
2036
|
+
suggest = "host_caching"
|
|
2037
|
+
|
|
2038
|
+
if suggest:
|
|
2039
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2040
|
+
|
|
2041
|
+
def __getitem__(self, key: str) -> Any:
|
|
2042
|
+
GalleryOSDiskImageResponse.__key_warning(key)
|
|
2043
|
+
return super().__getitem__(key)
|
|
2044
|
+
|
|
2045
|
+
def get(self, key: str, default = None) -> Any:
|
|
2046
|
+
GalleryOSDiskImageResponse.__key_warning(key)
|
|
2047
|
+
return super().get(key, default)
|
|
2048
|
+
|
|
2049
|
+
def __init__(__self__, *,
|
|
2050
|
+
size_in_gb: int,
|
|
2051
|
+
host_caching: Optional[str] = None,
|
|
2052
|
+
source: Optional['outputs.GalleryDiskImageSourceResponse'] = None):
|
|
2053
|
+
"""
|
|
2054
|
+
This is the OS disk image.
|
|
2055
|
+
:param int size_in_gb: This property indicates the size of the VHD to be created.
|
|
2056
|
+
:param str host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
2057
|
+
:param 'GalleryDiskImageSourceResponse' source: The source for the disk image.
|
|
2058
|
+
"""
|
|
2059
|
+
pulumi.set(__self__, "size_in_gb", size_in_gb)
|
|
2060
|
+
if host_caching is not None:
|
|
2061
|
+
pulumi.set(__self__, "host_caching", host_caching)
|
|
2062
|
+
if source is not None:
|
|
2063
|
+
pulumi.set(__self__, "source", source)
|
|
2064
|
+
|
|
2065
|
+
@property
|
|
2066
|
+
@pulumi.getter(name="sizeInGB")
|
|
2067
|
+
def size_in_gb(self) -> int:
|
|
2068
|
+
"""
|
|
2069
|
+
This property indicates the size of the VHD to be created.
|
|
2070
|
+
"""
|
|
2071
|
+
return pulumi.get(self, "size_in_gb")
|
|
2072
|
+
|
|
2073
|
+
@property
|
|
2074
|
+
@pulumi.getter(name="hostCaching")
|
|
2075
|
+
def host_caching(self) -> Optional[str]:
|
|
2076
|
+
"""
|
|
2077
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
2078
|
+
"""
|
|
2079
|
+
return pulumi.get(self, "host_caching")
|
|
2080
|
+
|
|
2081
|
+
@property
|
|
2082
|
+
@pulumi.getter
|
|
2083
|
+
def source(self) -> Optional['outputs.GalleryDiskImageSourceResponse']:
|
|
2084
|
+
"""
|
|
2085
|
+
The source for the disk image.
|
|
2086
|
+
"""
|
|
2087
|
+
return pulumi.get(self, "source")
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
@pulumi.output_type
|
|
2091
|
+
class GalleryTargetExtendedLocationResponse(dict):
|
|
2092
|
+
@staticmethod
|
|
2093
|
+
def __key_warning(key: str):
|
|
2094
|
+
suggest = None
|
|
2095
|
+
if key == "extendedLocation":
|
|
2096
|
+
suggest = "extended_location"
|
|
2097
|
+
elif key == "extendedLocationReplicaCount":
|
|
2098
|
+
suggest = "extended_location_replica_count"
|
|
2099
|
+
elif key == "storageAccountType":
|
|
2100
|
+
suggest = "storage_account_type"
|
|
2101
|
+
|
|
2102
|
+
if suggest:
|
|
2103
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryTargetExtendedLocationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2104
|
+
|
|
2105
|
+
def __getitem__(self, key: str) -> Any:
|
|
2106
|
+
GalleryTargetExtendedLocationResponse.__key_warning(key)
|
|
2107
|
+
return super().__getitem__(key)
|
|
2108
|
+
|
|
2109
|
+
def get(self, key: str, default = None) -> Any:
|
|
2110
|
+
GalleryTargetExtendedLocationResponse.__key_warning(key)
|
|
2111
|
+
return super().get(key, default)
|
|
2112
|
+
|
|
2113
|
+
def __init__(__self__, *,
|
|
2114
|
+
encryption: Optional['outputs.EncryptionImagesResponse'] = None,
|
|
2115
|
+
extended_location: Optional['outputs.GalleryExtendedLocationResponse'] = None,
|
|
2116
|
+
extended_location_replica_count: Optional[int] = None,
|
|
2117
|
+
name: Optional[str] = None,
|
|
2118
|
+
storage_account_type: Optional[str] = None):
|
|
2119
|
+
"""
|
|
2120
|
+
:param 'EncryptionImagesResponse' encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2121
|
+
:param 'GalleryExtendedLocationResponse' extended_location: The name of the extended location.
|
|
2122
|
+
:param int extended_location_replica_count: The number of replicas of the Image Version to be created per extended location. This property is updatable.
|
|
2123
|
+
:param str name: The name of the region.
|
|
2124
|
+
:param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2125
|
+
"""
|
|
2126
|
+
if encryption is not None:
|
|
2127
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
2128
|
+
if extended_location is not None:
|
|
2129
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
2130
|
+
if extended_location_replica_count is not None:
|
|
2131
|
+
pulumi.set(__self__, "extended_location_replica_count", extended_location_replica_count)
|
|
2132
|
+
if name is not None:
|
|
2133
|
+
pulumi.set(__self__, "name", name)
|
|
2134
|
+
if storage_account_type is not None:
|
|
2135
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
2136
|
+
|
|
2137
|
+
@property
|
|
2138
|
+
@pulumi.getter
|
|
2139
|
+
def encryption(self) -> Optional['outputs.EncryptionImagesResponse']:
|
|
2140
|
+
"""
|
|
2141
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2142
|
+
"""
|
|
2143
|
+
return pulumi.get(self, "encryption")
|
|
2144
|
+
|
|
2145
|
+
@property
|
|
2146
|
+
@pulumi.getter(name="extendedLocation")
|
|
2147
|
+
def extended_location(self) -> Optional['outputs.GalleryExtendedLocationResponse']:
|
|
2148
|
+
"""
|
|
2149
|
+
The name of the extended location.
|
|
2150
|
+
"""
|
|
2151
|
+
return pulumi.get(self, "extended_location")
|
|
2152
|
+
|
|
2153
|
+
@property
|
|
2154
|
+
@pulumi.getter(name="extendedLocationReplicaCount")
|
|
2155
|
+
def extended_location_replica_count(self) -> Optional[int]:
|
|
2156
|
+
"""
|
|
2157
|
+
The number of replicas of the Image Version to be created per extended location. This property is updatable.
|
|
2158
|
+
"""
|
|
2159
|
+
return pulumi.get(self, "extended_location_replica_count")
|
|
2160
|
+
|
|
2161
|
+
@property
|
|
2162
|
+
@pulumi.getter
|
|
2163
|
+
def name(self) -> Optional[str]:
|
|
2164
|
+
"""
|
|
2165
|
+
The name of the region.
|
|
2166
|
+
"""
|
|
2167
|
+
return pulumi.get(self, "name")
|
|
2168
|
+
|
|
2169
|
+
@property
|
|
2170
|
+
@pulumi.getter(name="storageAccountType")
|
|
2171
|
+
def storage_account_type(self) -> Optional[str]:
|
|
2172
|
+
"""
|
|
2173
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2174
|
+
"""
|
|
2175
|
+
return pulumi.get(self, "storage_account_type")
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
@pulumi.output_type
|
|
2179
|
+
class ImagePurchasePlanResponse(dict):
|
|
2180
|
+
"""
|
|
2181
|
+
Describes the gallery image definition purchase plan. This is used by marketplace images.
|
|
2182
|
+
"""
|
|
2183
|
+
def __init__(__self__, *,
|
|
2184
|
+
name: Optional[str] = None,
|
|
2185
|
+
product: Optional[str] = None,
|
|
2186
|
+
publisher: Optional[str] = None):
|
|
2187
|
+
"""
|
|
2188
|
+
Describes the gallery image definition purchase plan. This is used by marketplace images.
|
|
2189
|
+
:param str name: The plan ID.
|
|
2190
|
+
:param str product: The product ID.
|
|
2191
|
+
:param str publisher: The publisher ID.
|
|
2192
|
+
"""
|
|
2193
|
+
if name is not None:
|
|
2194
|
+
pulumi.set(__self__, "name", name)
|
|
2195
|
+
if product is not None:
|
|
2196
|
+
pulumi.set(__self__, "product", product)
|
|
2197
|
+
if publisher is not None:
|
|
2198
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
2199
|
+
|
|
2200
|
+
@property
|
|
2201
|
+
@pulumi.getter
|
|
2202
|
+
def name(self) -> Optional[str]:
|
|
2203
|
+
"""
|
|
2204
|
+
The plan ID.
|
|
2205
|
+
"""
|
|
2206
|
+
return pulumi.get(self, "name")
|
|
2207
|
+
|
|
2208
|
+
@property
|
|
2209
|
+
@pulumi.getter
|
|
2210
|
+
def product(self) -> Optional[str]:
|
|
2211
|
+
"""
|
|
2212
|
+
The product ID.
|
|
2213
|
+
"""
|
|
2214
|
+
return pulumi.get(self, "product")
|
|
2215
|
+
|
|
2216
|
+
@property
|
|
2217
|
+
@pulumi.getter
|
|
2218
|
+
def publisher(self) -> Optional[str]:
|
|
2219
|
+
"""
|
|
2220
|
+
The publisher ID.
|
|
2221
|
+
"""
|
|
2222
|
+
return pulumi.get(self, "publisher")
|
|
2223
|
+
|
|
2224
|
+
|
|
2225
|
+
@pulumi.output_type
|
|
2226
|
+
class ImageVersionSecurityProfileResponse(dict):
|
|
2227
|
+
"""
|
|
2228
|
+
The security profile of a gallery image version
|
|
2229
|
+
"""
|
|
2230
|
+
@staticmethod
|
|
2231
|
+
def __key_warning(key: str):
|
|
2232
|
+
suggest = None
|
|
2233
|
+
if key == "uefiSettings":
|
|
2234
|
+
suggest = "uefi_settings"
|
|
2235
|
+
|
|
2236
|
+
if suggest:
|
|
2237
|
+
pulumi.log.warn(f"Key '{key}' not found in ImageVersionSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2238
|
+
|
|
2239
|
+
def __getitem__(self, key: str) -> Any:
|
|
2240
|
+
ImageVersionSecurityProfileResponse.__key_warning(key)
|
|
2241
|
+
return super().__getitem__(key)
|
|
2242
|
+
|
|
2243
|
+
def get(self, key: str, default = None) -> Any:
|
|
2244
|
+
ImageVersionSecurityProfileResponse.__key_warning(key)
|
|
2245
|
+
return super().get(key, default)
|
|
2246
|
+
|
|
2247
|
+
def __init__(__self__, *,
|
|
2248
|
+
uefi_settings: Optional['outputs.GalleryImageVersionUefiSettingsResponse'] = None):
|
|
2249
|
+
"""
|
|
2250
|
+
The security profile of a gallery image version
|
|
2251
|
+
:param 'GalleryImageVersionUefiSettingsResponse' uefi_settings: Contains UEFI settings for the image version.
|
|
2252
|
+
"""
|
|
2253
|
+
if uefi_settings is not None:
|
|
2254
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
2255
|
+
|
|
2256
|
+
@property
|
|
2257
|
+
@pulumi.getter(name="uefiSettings")
|
|
2258
|
+
def uefi_settings(self) -> Optional['outputs.GalleryImageVersionUefiSettingsResponse']:
|
|
2259
|
+
"""
|
|
2260
|
+
Contains UEFI settings for the image version.
|
|
2261
|
+
"""
|
|
2262
|
+
return pulumi.get(self, "uefi_settings")
|
|
2263
|
+
|
|
2264
|
+
|
|
2265
|
+
@pulumi.output_type
|
|
2266
|
+
class OSDiskImageEncryptionResponse(dict):
|
|
2267
|
+
"""
|
|
2268
|
+
Contains encryption settings for an OS disk image.
|
|
2269
|
+
"""
|
|
2270
|
+
@staticmethod
|
|
2271
|
+
def __key_warning(key: str):
|
|
2272
|
+
suggest = None
|
|
2273
|
+
if key == "diskEncryptionSetId":
|
|
2274
|
+
suggest = "disk_encryption_set_id"
|
|
2275
|
+
elif key == "securityProfile":
|
|
2276
|
+
suggest = "security_profile"
|
|
2277
|
+
|
|
2278
|
+
if suggest:
|
|
2279
|
+
pulumi.log.warn(f"Key '{key}' not found in OSDiskImageEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2280
|
+
|
|
2281
|
+
def __getitem__(self, key: str) -> Any:
|
|
2282
|
+
OSDiskImageEncryptionResponse.__key_warning(key)
|
|
2283
|
+
return super().__getitem__(key)
|
|
2284
|
+
|
|
2285
|
+
def get(self, key: str, default = None) -> Any:
|
|
2286
|
+
OSDiskImageEncryptionResponse.__key_warning(key)
|
|
2287
|
+
return super().get(key, default)
|
|
2288
|
+
|
|
2289
|
+
def __init__(__self__, *,
|
|
2290
|
+
disk_encryption_set_id: Optional[str] = None,
|
|
2291
|
+
security_profile: Optional['outputs.OSDiskImageSecurityProfileResponse'] = None):
|
|
2292
|
+
"""
|
|
2293
|
+
Contains encryption settings for an OS disk image.
|
|
2294
|
+
:param str disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
|
|
2295
|
+
:param 'OSDiskImageSecurityProfileResponse' security_profile: This property specifies the security profile of an OS disk image.
|
|
2296
|
+
"""
|
|
2297
|
+
if disk_encryption_set_id is not None:
|
|
2298
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
2299
|
+
if security_profile is not None:
|
|
2300
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
2301
|
+
|
|
2302
|
+
@property
|
|
2303
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
2304
|
+
def disk_encryption_set_id(self) -> Optional[str]:
|
|
2305
|
+
"""
|
|
2306
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
2307
|
+
"""
|
|
2308
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
2309
|
+
|
|
2310
|
+
@property
|
|
2311
|
+
@pulumi.getter(name="securityProfile")
|
|
2312
|
+
def security_profile(self) -> Optional['outputs.OSDiskImageSecurityProfileResponse']:
|
|
2313
|
+
"""
|
|
2314
|
+
This property specifies the security profile of an OS disk image.
|
|
2315
|
+
"""
|
|
2316
|
+
return pulumi.get(self, "security_profile")
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
@pulumi.output_type
|
|
2320
|
+
class OSDiskImageSecurityProfileResponse(dict):
|
|
2321
|
+
"""
|
|
2322
|
+
Contains security profile for an OS disk image.
|
|
2323
|
+
"""
|
|
2324
|
+
@staticmethod
|
|
2325
|
+
def __key_warning(key: str):
|
|
2326
|
+
suggest = None
|
|
2327
|
+
if key == "confidentialVMEncryptionType":
|
|
2328
|
+
suggest = "confidential_vm_encryption_type"
|
|
2329
|
+
elif key == "secureVMDiskEncryptionSetId":
|
|
2330
|
+
suggest = "secure_vm_disk_encryption_set_id"
|
|
2331
|
+
|
|
2332
|
+
if suggest:
|
|
2333
|
+
pulumi.log.warn(f"Key '{key}' not found in OSDiskImageSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2334
|
+
|
|
2335
|
+
def __getitem__(self, key: str) -> Any:
|
|
2336
|
+
OSDiskImageSecurityProfileResponse.__key_warning(key)
|
|
2337
|
+
return super().__getitem__(key)
|
|
2338
|
+
|
|
2339
|
+
def get(self, key: str, default = None) -> Any:
|
|
2340
|
+
OSDiskImageSecurityProfileResponse.__key_warning(key)
|
|
2341
|
+
return super().get(key, default)
|
|
2342
|
+
|
|
2343
|
+
def __init__(__self__, *,
|
|
2344
|
+
confidential_vm_encryption_type: Optional[str] = None,
|
|
2345
|
+
secure_vm_disk_encryption_set_id: Optional[str] = None):
|
|
2346
|
+
"""
|
|
2347
|
+
Contains security profile for an OS disk image.
|
|
2348
|
+
:param str confidential_vm_encryption_type: confidential VM encryption types
|
|
2349
|
+
:param str secure_vm_disk_encryption_set_id: secure VM disk encryption set id
|
|
2350
|
+
"""
|
|
2351
|
+
if confidential_vm_encryption_type is not None:
|
|
2352
|
+
pulumi.set(__self__, "confidential_vm_encryption_type", confidential_vm_encryption_type)
|
|
2353
|
+
if secure_vm_disk_encryption_set_id is not None:
|
|
2354
|
+
pulumi.set(__self__, "secure_vm_disk_encryption_set_id", secure_vm_disk_encryption_set_id)
|
|
2355
|
+
|
|
2356
|
+
@property
|
|
2357
|
+
@pulumi.getter(name="confidentialVMEncryptionType")
|
|
2358
|
+
def confidential_vm_encryption_type(self) -> Optional[str]:
|
|
2359
|
+
"""
|
|
2360
|
+
confidential VM encryption types
|
|
2361
|
+
"""
|
|
2362
|
+
return pulumi.get(self, "confidential_vm_encryption_type")
|
|
2363
|
+
|
|
2364
|
+
@property
|
|
2365
|
+
@pulumi.getter(name="secureVMDiskEncryptionSetId")
|
|
2366
|
+
def secure_vm_disk_encryption_set_id(self) -> Optional[str]:
|
|
2367
|
+
"""
|
|
2368
|
+
secure VM disk encryption set id
|
|
2369
|
+
"""
|
|
2370
|
+
return pulumi.get(self, "secure_vm_disk_encryption_set_id")
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
@pulumi.output_type
|
|
2374
|
+
class PlatformAttributeResponse(dict):
|
|
2375
|
+
"""
|
|
2376
|
+
This is the platform attribute of the image version.
|
|
2377
|
+
"""
|
|
2378
|
+
def __init__(__self__, *,
|
|
2379
|
+
name: str,
|
|
2380
|
+
value: str):
|
|
2381
|
+
"""
|
|
2382
|
+
This is the platform attribute of the image version.
|
|
2383
|
+
:param str name: This property specifies the name of the platformAttribute. It is read-only.
|
|
2384
|
+
:param str value: This property specifies the value of the corresponding name property. It is read-only.
|
|
2385
|
+
"""
|
|
2386
|
+
pulumi.set(__self__, "name", name)
|
|
2387
|
+
pulumi.set(__self__, "value", value)
|
|
2388
|
+
|
|
2389
|
+
@property
|
|
2390
|
+
@pulumi.getter
|
|
2391
|
+
def name(self) -> str:
|
|
2392
|
+
"""
|
|
2393
|
+
This property specifies the name of the platformAttribute. It is read-only.
|
|
2394
|
+
"""
|
|
2395
|
+
return pulumi.get(self, "name")
|
|
2396
|
+
|
|
2397
|
+
@property
|
|
2398
|
+
@pulumi.getter
|
|
2399
|
+
def value(self) -> str:
|
|
2400
|
+
"""
|
|
2401
|
+
This property specifies the value of the corresponding name property. It is read-only.
|
|
2402
|
+
"""
|
|
2403
|
+
return pulumi.get(self, "value")
|
|
2404
|
+
|
|
2405
|
+
|
|
2406
|
+
@pulumi.output_type
|
|
2407
|
+
class PolicyViolationResponse(dict):
|
|
2408
|
+
"""
|
|
2409
|
+
A policy violation reported against a gallery artifact.
|
|
2410
|
+
"""
|
|
2411
|
+
def __init__(__self__, *,
|
|
2412
|
+
category: Optional[str] = None,
|
|
2413
|
+
details: Optional[str] = None):
|
|
2414
|
+
"""
|
|
2415
|
+
A policy violation reported against a gallery artifact.
|
|
2416
|
+
:param str category: Describes the nature of the policy violation.
|
|
2417
|
+
:param str details: Describes specific details about why this policy violation was reported.
|
|
2418
|
+
"""
|
|
2419
|
+
if category is not None:
|
|
2420
|
+
pulumi.set(__self__, "category", category)
|
|
2421
|
+
if details is not None:
|
|
2422
|
+
pulumi.set(__self__, "details", details)
|
|
2423
|
+
|
|
2424
|
+
@property
|
|
2425
|
+
@pulumi.getter
|
|
2426
|
+
def category(self) -> Optional[str]:
|
|
2427
|
+
"""
|
|
2428
|
+
Describes the nature of the policy violation.
|
|
2429
|
+
"""
|
|
2430
|
+
return pulumi.get(self, "category")
|
|
2431
|
+
|
|
2432
|
+
@property
|
|
2433
|
+
@pulumi.getter
|
|
2434
|
+
def details(self) -> Optional[str]:
|
|
2435
|
+
"""
|
|
2436
|
+
Describes specific details about why this policy violation was reported.
|
|
2437
|
+
"""
|
|
2438
|
+
return pulumi.get(self, "details")
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
@pulumi.output_type
|
|
2442
|
+
class RecommendedMachineConfigurationResponse(dict):
|
|
2443
|
+
"""
|
|
2444
|
+
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
|
|
2445
|
+
"""
|
|
2446
|
+
@staticmethod
|
|
2447
|
+
def __key_warning(key: str):
|
|
2448
|
+
suggest = None
|
|
2449
|
+
if key == "vCPUs":
|
|
2450
|
+
suggest = "v_cpus"
|
|
2451
|
+
|
|
2452
|
+
if suggest:
|
|
2453
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedMachineConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2454
|
+
|
|
2455
|
+
def __getitem__(self, key: str) -> Any:
|
|
2456
|
+
RecommendedMachineConfigurationResponse.__key_warning(key)
|
|
2457
|
+
return super().__getitem__(key)
|
|
2458
|
+
|
|
2459
|
+
def get(self, key: str, default = None) -> Any:
|
|
2460
|
+
RecommendedMachineConfigurationResponse.__key_warning(key)
|
|
2461
|
+
return super().get(key, default)
|
|
2462
|
+
|
|
2463
|
+
def __init__(__self__, *,
|
|
2464
|
+
memory: Optional['outputs.ResourceRangeResponse'] = None,
|
|
2465
|
+
v_cpus: Optional['outputs.ResourceRangeResponse'] = None):
|
|
2466
|
+
"""
|
|
2467
|
+
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
|
|
2468
|
+
:param 'ResourceRangeResponse' memory: Describes the resource range.
|
|
2469
|
+
:param 'ResourceRangeResponse' v_cpus: Describes the resource range.
|
|
2470
|
+
"""
|
|
2471
|
+
if memory is not None:
|
|
2472
|
+
pulumi.set(__self__, "memory", memory)
|
|
2473
|
+
if v_cpus is not None:
|
|
2474
|
+
pulumi.set(__self__, "v_cpus", v_cpus)
|
|
2475
|
+
|
|
2476
|
+
@property
|
|
2477
|
+
@pulumi.getter
|
|
2478
|
+
def memory(self) -> Optional['outputs.ResourceRangeResponse']:
|
|
2479
|
+
"""
|
|
2480
|
+
Describes the resource range.
|
|
2481
|
+
"""
|
|
2482
|
+
return pulumi.get(self, "memory")
|
|
2483
|
+
|
|
2484
|
+
@property
|
|
2485
|
+
@pulumi.getter(name="vCPUs")
|
|
2486
|
+
def v_cpus(self) -> Optional['outputs.ResourceRangeResponse']:
|
|
2487
|
+
"""
|
|
2488
|
+
Describes the resource range.
|
|
2489
|
+
"""
|
|
2490
|
+
return pulumi.get(self, "v_cpus")
|
|
2491
|
+
|
|
2492
|
+
|
|
2493
|
+
@pulumi.output_type
|
|
2494
|
+
class RegionalReplicationStatusResponse(dict):
|
|
2495
|
+
"""
|
|
2496
|
+
This is the regional replication status.
|
|
2497
|
+
"""
|
|
2498
|
+
def __init__(__self__, *,
|
|
2499
|
+
details: str,
|
|
2500
|
+
progress: int,
|
|
2501
|
+
region: str,
|
|
2502
|
+
state: str):
|
|
2503
|
+
"""
|
|
2504
|
+
This is the regional replication status.
|
|
2505
|
+
:param str details: The details of the replication status.
|
|
2506
|
+
:param int progress: It indicates progress of the replication job.
|
|
2507
|
+
:param str region: The region to which the gallery image version is being replicated to.
|
|
2508
|
+
:param str state: This is the regional replication state.
|
|
2509
|
+
"""
|
|
2510
|
+
pulumi.set(__self__, "details", details)
|
|
2511
|
+
pulumi.set(__self__, "progress", progress)
|
|
2512
|
+
pulumi.set(__self__, "region", region)
|
|
2513
|
+
pulumi.set(__self__, "state", state)
|
|
2514
|
+
|
|
2515
|
+
@property
|
|
2516
|
+
@pulumi.getter
|
|
2517
|
+
def details(self) -> str:
|
|
2518
|
+
"""
|
|
2519
|
+
The details of the replication status.
|
|
2520
|
+
"""
|
|
2521
|
+
return pulumi.get(self, "details")
|
|
2522
|
+
|
|
2523
|
+
@property
|
|
2524
|
+
@pulumi.getter
|
|
2525
|
+
def progress(self) -> int:
|
|
2526
|
+
"""
|
|
2527
|
+
It indicates progress of the replication job.
|
|
2528
|
+
"""
|
|
2529
|
+
return pulumi.get(self, "progress")
|
|
2530
|
+
|
|
2531
|
+
@property
|
|
2532
|
+
@pulumi.getter
|
|
2533
|
+
def region(self) -> str:
|
|
2534
|
+
"""
|
|
2535
|
+
The region to which the gallery image version is being replicated to.
|
|
2536
|
+
"""
|
|
2537
|
+
return pulumi.get(self, "region")
|
|
2538
|
+
|
|
2539
|
+
@property
|
|
2540
|
+
@pulumi.getter
|
|
2541
|
+
def state(self) -> str:
|
|
2542
|
+
"""
|
|
2543
|
+
This is the regional replication state.
|
|
2544
|
+
"""
|
|
2545
|
+
return pulumi.get(self, "state")
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
@pulumi.output_type
|
|
2549
|
+
class RegionalSharingStatusResponse(dict):
|
|
2550
|
+
"""
|
|
2551
|
+
Gallery regional sharing status
|
|
2552
|
+
"""
|
|
2553
|
+
def __init__(__self__, *,
|
|
2554
|
+
state: str,
|
|
2555
|
+
details: Optional[str] = None,
|
|
2556
|
+
region: Optional[str] = None):
|
|
2557
|
+
"""
|
|
2558
|
+
Gallery regional sharing status
|
|
2559
|
+
:param str state: Gallery sharing state in current region
|
|
2560
|
+
:param str details: Details of gallery regional sharing failure.
|
|
2561
|
+
:param str region: Region name
|
|
2562
|
+
"""
|
|
2563
|
+
pulumi.set(__self__, "state", state)
|
|
2564
|
+
if details is not None:
|
|
2565
|
+
pulumi.set(__self__, "details", details)
|
|
2566
|
+
if region is not None:
|
|
2567
|
+
pulumi.set(__self__, "region", region)
|
|
2568
|
+
|
|
2569
|
+
@property
|
|
2570
|
+
@pulumi.getter
|
|
2571
|
+
def state(self) -> str:
|
|
2572
|
+
"""
|
|
2573
|
+
Gallery sharing state in current region
|
|
2574
|
+
"""
|
|
2575
|
+
return pulumi.get(self, "state")
|
|
2576
|
+
|
|
2577
|
+
@property
|
|
2578
|
+
@pulumi.getter
|
|
2579
|
+
def details(self) -> Optional[str]:
|
|
2580
|
+
"""
|
|
2581
|
+
Details of gallery regional sharing failure.
|
|
2582
|
+
"""
|
|
2583
|
+
return pulumi.get(self, "details")
|
|
2584
|
+
|
|
2585
|
+
@property
|
|
2586
|
+
@pulumi.getter
|
|
2587
|
+
def region(self) -> Optional[str]:
|
|
2588
|
+
"""
|
|
2589
|
+
Region name
|
|
2590
|
+
"""
|
|
2591
|
+
return pulumi.get(self, "region")
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
@pulumi.output_type
|
|
2595
|
+
class ReplicationStatusResponse(dict):
|
|
2596
|
+
"""
|
|
2597
|
+
This is the replication status of the gallery image version.
|
|
2598
|
+
"""
|
|
2599
|
+
@staticmethod
|
|
2600
|
+
def __key_warning(key: str):
|
|
2601
|
+
suggest = None
|
|
2602
|
+
if key == "aggregatedState":
|
|
2603
|
+
suggest = "aggregated_state"
|
|
2604
|
+
|
|
2605
|
+
if suggest:
|
|
2606
|
+
pulumi.log.warn(f"Key '{key}' not found in ReplicationStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2607
|
+
|
|
2608
|
+
def __getitem__(self, key: str) -> Any:
|
|
2609
|
+
ReplicationStatusResponse.__key_warning(key)
|
|
2610
|
+
return super().__getitem__(key)
|
|
2611
|
+
|
|
2612
|
+
def get(self, key: str, default = None) -> Any:
|
|
2613
|
+
ReplicationStatusResponse.__key_warning(key)
|
|
2614
|
+
return super().get(key, default)
|
|
2615
|
+
|
|
2616
|
+
def __init__(__self__, *,
|
|
2617
|
+
aggregated_state: str,
|
|
2618
|
+
summary: Sequence['outputs.RegionalReplicationStatusResponse']):
|
|
2619
|
+
"""
|
|
2620
|
+
This is the replication status of the gallery image version.
|
|
2621
|
+
:param str aggregated_state: This is the aggregated replication status based on all the regional replication status flags.
|
|
2622
|
+
:param Sequence['RegionalReplicationStatusResponse'] summary: This is a summary of replication status for each region.
|
|
2623
|
+
"""
|
|
2624
|
+
pulumi.set(__self__, "aggregated_state", aggregated_state)
|
|
2625
|
+
pulumi.set(__self__, "summary", summary)
|
|
2626
|
+
|
|
2627
|
+
@property
|
|
2628
|
+
@pulumi.getter(name="aggregatedState")
|
|
2629
|
+
def aggregated_state(self) -> str:
|
|
2630
|
+
"""
|
|
2631
|
+
This is the aggregated replication status based on all the regional replication status flags.
|
|
2632
|
+
"""
|
|
2633
|
+
return pulumi.get(self, "aggregated_state")
|
|
2634
|
+
|
|
2635
|
+
@property
|
|
2636
|
+
@pulumi.getter
|
|
2637
|
+
def summary(self) -> Sequence['outputs.RegionalReplicationStatusResponse']:
|
|
2638
|
+
"""
|
|
2639
|
+
This is a summary of replication status for each region.
|
|
2640
|
+
"""
|
|
2641
|
+
return pulumi.get(self, "summary")
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
@pulumi.output_type
|
|
2645
|
+
class ResourceRangeResponse(dict):
|
|
2646
|
+
"""
|
|
2647
|
+
Describes the resource range.
|
|
2648
|
+
"""
|
|
2649
|
+
def __init__(__self__, *,
|
|
2650
|
+
max: Optional[int] = None,
|
|
2651
|
+
min: Optional[int] = None):
|
|
2652
|
+
"""
|
|
2653
|
+
Describes the resource range.
|
|
2654
|
+
:param int max: The maximum number of the resource.
|
|
2655
|
+
:param int min: The minimum number of the resource.
|
|
2656
|
+
"""
|
|
2657
|
+
if max is not None:
|
|
2658
|
+
pulumi.set(__self__, "max", max)
|
|
2659
|
+
if min is not None:
|
|
2660
|
+
pulumi.set(__self__, "min", min)
|
|
2661
|
+
|
|
2662
|
+
@property
|
|
2663
|
+
@pulumi.getter
|
|
2664
|
+
def max(self) -> Optional[int]:
|
|
2665
|
+
"""
|
|
2666
|
+
The maximum number of the resource.
|
|
2667
|
+
"""
|
|
2668
|
+
return pulumi.get(self, "max")
|
|
2669
|
+
|
|
2670
|
+
@property
|
|
2671
|
+
@pulumi.getter
|
|
2672
|
+
def min(self) -> Optional[int]:
|
|
2673
|
+
"""
|
|
2674
|
+
The minimum number of the resource.
|
|
2675
|
+
"""
|
|
2676
|
+
return pulumi.get(self, "min")
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
@pulumi.output_type
|
|
2680
|
+
class SharingProfileGroupResponse(dict):
|
|
2681
|
+
"""
|
|
2682
|
+
Group of the gallery sharing profile
|
|
2683
|
+
"""
|
|
2684
|
+
def __init__(__self__, *,
|
|
2685
|
+
ids: Optional[Sequence[str]] = None,
|
|
2686
|
+
type: Optional[str] = None):
|
|
2687
|
+
"""
|
|
2688
|
+
Group of the gallery sharing profile
|
|
2689
|
+
:param Sequence[str] ids: A list of subscription/tenant ids the gallery is aimed to be shared to.
|
|
2690
|
+
:param str type: This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**
|
|
2691
|
+
"""
|
|
2692
|
+
if ids is not None:
|
|
2693
|
+
pulumi.set(__self__, "ids", ids)
|
|
2694
|
+
if type is not None:
|
|
2695
|
+
pulumi.set(__self__, "type", type)
|
|
2696
|
+
|
|
2697
|
+
@property
|
|
2698
|
+
@pulumi.getter
|
|
2699
|
+
def ids(self) -> Optional[Sequence[str]]:
|
|
2700
|
+
"""
|
|
2701
|
+
A list of subscription/tenant ids the gallery is aimed to be shared to.
|
|
2702
|
+
"""
|
|
2703
|
+
return pulumi.get(self, "ids")
|
|
2704
|
+
|
|
2705
|
+
@property
|
|
2706
|
+
@pulumi.getter
|
|
2707
|
+
def type(self) -> Optional[str]:
|
|
2708
|
+
"""
|
|
2709
|
+
This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**
|
|
2710
|
+
"""
|
|
2711
|
+
return pulumi.get(self, "type")
|
|
2712
|
+
|
|
2713
|
+
|
|
2714
|
+
@pulumi.output_type
|
|
2715
|
+
class SharingProfileResponse(dict):
|
|
2716
|
+
"""
|
|
2717
|
+
Profile for gallery sharing to subscription or tenant
|
|
2718
|
+
"""
|
|
2719
|
+
@staticmethod
|
|
2720
|
+
def __key_warning(key: str):
|
|
2721
|
+
suggest = None
|
|
2722
|
+
if key == "communityGalleryInfo":
|
|
2723
|
+
suggest = "community_gallery_info"
|
|
2724
|
+
|
|
2725
|
+
if suggest:
|
|
2726
|
+
pulumi.log.warn(f"Key '{key}' not found in SharingProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2727
|
+
|
|
2728
|
+
def __getitem__(self, key: str) -> Any:
|
|
2729
|
+
SharingProfileResponse.__key_warning(key)
|
|
2730
|
+
return super().__getitem__(key)
|
|
2731
|
+
|
|
2732
|
+
def get(self, key: str, default = None) -> Any:
|
|
2733
|
+
SharingProfileResponse.__key_warning(key)
|
|
2734
|
+
return super().get(key, default)
|
|
2735
|
+
|
|
2736
|
+
def __init__(__self__, *,
|
|
2737
|
+
groups: Sequence['outputs.SharingProfileGroupResponse'],
|
|
2738
|
+
community_gallery_info: Optional['outputs.CommunityGalleryInfoResponse'] = None,
|
|
2739
|
+
permissions: Optional[str] = None):
|
|
2740
|
+
"""
|
|
2741
|
+
Profile for gallery sharing to subscription or tenant
|
|
2742
|
+
:param Sequence['SharingProfileGroupResponse'] groups: A list of sharing profile groups.
|
|
2743
|
+
:param 'CommunityGalleryInfoResponse' community_gallery_info: Information of community gallery if current gallery is shared to community.
|
|
2744
|
+
:param str permissions: This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
|
|
2745
|
+
"""
|
|
2746
|
+
pulumi.set(__self__, "groups", groups)
|
|
2747
|
+
if community_gallery_info is not None:
|
|
2748
|
+
pulumi.set(__self__, "community_gallery_info", community_gallery_info)
|
|
2749
|
+
if permissions is not None:
|
|
2750
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
2751
|
+
|
|
2752
|
+
@property
|
|
2753
|
+
@pulumi.getter
|
|
2754
|
+
def groups(self) -> Sequence['outputs.SharingProfileGroupResponse']:
|
|
2755
|
+
"""
|
|
2756
|
+
A list of sharing profile groups.
|
|
2757
|
+
"""
|
|
2758
|
+
return pulumi.get(self, "groups")
|
|
2759
|
+
|
|
2760
|
+
@property
|
|
2761
|
+
@pulumi.getter(name="communityGalleryInfo")
|
|
2762
|
+
def community_gallery_info(self) -> Optional['outputs.CommunityGalleryInfoResponse']:
|
|
2763
|
+
"""
|
|
2764
|
+
Information of community gallery if current gallery is shared to community.
|
|
2765
|
+
"""
|
|
2766
|
+
return pulumi.get(self, "community_gallery_info")
|
|
2767
|
+
|
|
2768
|
+
@property
|
|
2769
|
+
@pulumi.getter
|
|
2770
|
+
def permissions(self) -> Optional[str]:
|
|
2771
|
+
"""
|
|
2772
|
+
This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
|
|
2773
|
+
"""
|
|
2774
|
+
return pulumi.get(self, "permissions")
|
|
2775
|
+
|
|
2776
|
+
|
|
2777
|
+
@pulumi.output_type
|
|
2778
|
+
class SharingStatusResponse(dict):
|
|
2779
|
+
"""
|
|
2780
|
+
Sharing status of current gallery.
|
|
2781
|
+
"""
|
|
2782
|
+
@staticmethod
|
|
2783
|
+
def __key_warning(key: str):
|
|
2784
|
+
suggest = None
|
|
2785
|
+
if key == "aggregatedState":
|
|
2786
|
+
suggest = "aggregated_state"
|
|
2787
|
+
|
|
2788
|
+
if suggest:
|
|
2789
|
+
pulumi.log.warn(f"Key '{key}' not found in SharingStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2790
|
+
|
|
2791
|
+
def __getitem__(self, key: str) -> Any:
|
|
2792
|
+
SharingStatusResponse.__key_warning(key)
|
|
2793
|
+
return super().__getitem__(key)
|
|
2794
|
+
|
|
2795
|
+
def get(self, key: str, default = None) -> Any:
|
|
2796
|
+
SharingStatusResponse.__key_warning(key)
|
|
2797
|
+
return super().get(key, default)
|
|
2798
|
+
|
|
2799
|
+
def __init__(__self__, *,
|
|
2800
|
+
aggregated_state: str,
|
|
2801
|
+
summary: Optional[Sequence['outputs.RegionalSharingStatusResponse']] = None):
|
|
2802
|
+
"""
|
|
2803
|
+
Sharing status of current gallery.
|
|
2804
|
+
:param str aggregated_state: Aggregated sharing state of current gallery.
|
|
2805
|
+
:param Sequence['RegionalSharingStatusResponse'] summary: Summary of all regional sharing status.
|
|
2806
|
+
"""
|
|
2807
|
+
pulumi.set(__self__, "aggregated_state", aggregated_state)
|
|
2808
|
+
if summary is not None:
|
|
2809
|
+
pulumi.set(__self__, "summary", summary)
|
|
2810
|
+
|
|
2811
|
+
@property
|
|
2812
|
+
@pulumi.getter(name="aggregatedState")
|
|
2813
|
+
def aggregated_state(self) -> str:
|
|
2814
|
+
"""
|
|
2815
|
+
Aggregated sharing state of current gallery.
|
|
2816
|
+
"""
|
|
2817
|
+
return pulumi.get(self, "aggregated_state")
|
|
2818
|
+
|
|
2819
|
+
@property
|
|
2820
|
+
@pulumi.getter
|
|
2821
|
+
def summary(self) -> Optional[Sequence['outputs.RegionalSharingStatusResponse']]:
|
|
2822
|
+
"""
|
|
2823
|
+
Summary of all regional sharing status.
|
|
2824
|
+
"""
|
|
2825
|
+
return pulumi.get(self, "summary")
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
@pulumi.output_type
|
|
2829
|
+
class SoftDeletePolicyResponse(dict):
|
|
2830
|
+
"""
|
|
2831
|
+
Contains information about the soft deletion policy of the gallery.
|
|
2832
|
+
"""
|
|
2833
|
+
@staticmethod
|
|
2834
|
+
def __key_warning(key: str):
|
|
2835
|
+
suggest = None
|
|
2836
|
+
if key == "isSoftDeleteEnabled":
|
|
2837
|
+
suggest = "is_soft_delete_enabled"
|
|
2838
|
+
|
|
2839
|
+
if suggest:
|
|
2840
|
+
pulumi.log.warn(f"Key '{key}' not found in SoftDeletePolicyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2841
|
+
|
|
2842
|
+
def __getitem__(self, key: str) -> Any:
|
|
2843
|
+
SoftDeletePolicyResponse.__key_warning(key)
|
|
2844
|
+
return super().__getitem__(key)
|
|
2845
|
+
|
|
2846
|
+
def get(self, key: str, default = None) -> Any:
|
|
2847
|
+
SoftDeletePolicyResponse.__key_warning(key)
|
|
2848
|
+
return super().get(key, default)
|
|
2849
|
+
|
|
2850
|
+
def __init__(__self__, *,
|
|
2851
|
+
is_soft_delete_enabled: Optional[bool] = None):
|
|
2852
|
+
"""
|
|
2853
|
+
Contains information about the soft deletion policy of the gallery.
|
|
2854
|
+
:param bool is_soft_delete_enabled: Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
|
|
2855
|
+
"""
|
|
2856
|
+
if is_soft_delete_enabled is not None:
|
|
2857
|
+
pulumi.set(__self__, "is_soft_delete_enabled", is_soft_delete_enabled)
|
|
2858
|
+
|
|
2859
|
+
@property
|
|
2860
|
+
@pulumi.getter(name="isSoftDeleteEnabled")
|
|
2861
|
+
def is_soft_delete_enabled(self) -> Optional[bool]:
|
|
2862
|
+
"""
|
|
2863
|
+
Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
|
|
2864
|
+
"""
|
|
2865
|
+
return pulumi.get(self, "is_soft_delete_enabled")
|
|
2866
|
+
|
|
2867
|
+
|
|
2868
|
+
@pulumi.output_type
|
|
2869
|
+
class TargetRegionResponse(dict):
|
|
2870
|
+
"""
|
|
2871
|
+
Describes the target region information.
|
|
2872
|
+
"""
|
|
2873
|
+
@staticmethod
|
|
2874
|
+
def __key_warning(key: str):
|
|
2875
|
+
suggest = None
|
|
2876
|
+
if key == "additionalReplicaSets":
|
|
2877
|
+
suggest = "additional_replica_sets"
|
|
2878
|
+
elif key == "excludeFromLatest":
|
|
2879
|
+
suggest = "exclude_from_latest"
|
|
2880
|
+
elif key == "regionalReplicaCount":
|
|
2881
|
+
suggest = "regional_replica_count"
|
|
2882
|
+
elif key == "storageAccountType":
|
|
2883
|
+
suggest = "storage_account_type"
|
|
2884
|
+
|
|
2885
|
+
if suggest:
|
|
2886
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetRegionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2887
|
+
|
|
2888
|
+
def __getitem__(self, key: str) -> Any:
|
|
2889
|
+
TargetRegionResponse.__key_warning(key)
|
|
2890
|
+
return super().__getitem__(key)
|
|
2891
|
+
|
|
2892
|
+
def get(self, key: str, default = None) -> Any:
|
|
2893
|
+
TargetRegionResponse.__key_warning(key)
|
|
2894
|
+
return super().get(key, default)
|
|
2895
|
+
|
|
2896
|
+
def __init__(__self__, *,
|
|
2897
|
+
name: str,
|
|
2898
|
+
additional_replica_sets: Optional[Sequence['outputs.AdditionalReplicaSetResponse']] = None,
|
|
2899
|
+
encryption: Optional['outputs.EncryptionImagesResponse'] = None,
|
|
2900
|
+
exclude_from_latest: Optional[bool] = None,
|
|
2901
|
+
regional_replica_count: Optional[int] = None,
|
|
2902
|
+
storage_account_type: Optional[str] = None):
|
|
2903
|
+
"""
|
|
2904
|
+
Describes the target region information.
|
|
2905
|
+
:param str name: The name of the region.
|
|
2906
|
+
:param Sequence['AdditionalReplicaSetResponse'] additional_replica_sets: List of storage sku with replica count to create direct drive replicas.
|
|
2907
|
+
:param 'EncryptionImagesResponse' encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2908
|
+
:param bool exclude_from_latest: Contains the flag setting to hide an image when users specify version='latest'
|
|
2909
|
+
:param int regional_replica_count: The number of replicas of the Image Version to be created per region. This property is updatable.
|
|
2910
|
+
:param str storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2911
|
+
"""
|
|
2912
|
+
pulumi.set(__self__, "name", name)
|
|
2913
|
+
if additional_replica_sets is not None:
|
|
2914
|
+
pulumi.set(__self__, "additional_replica_sets", additional_replica_sets)
|
|
2915
|
+
if encryption is not None:
|
|
2916
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
2917
|
+
if exclude_from_latest is not None:
|
|
2918
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
2919
|
+
if regional_replica_count is not None:
|
|
2920
|
+
pulumi.set(__self__, "regional_replica_count", regional_replica_count)
|
|
2921
|
+
if storage_account_type is not None:
|
|
2922
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
2923
|
+
|
|
2924
|
+
@property
|
|
2925
|
+
@pulumi.getter
|
|
2926
|
+
def name(self) -> str:
|
|
2927
|
+
"""
|
|
2928
|
+
The name of the region.
|
|
2929
|
+
"""
|
|
2930
|
+
return pulumi.get(self, "name")
|
|
2931
|
+
|
|
2932
|
+
@property
|
|
2933
|
+
@pulumi.getter(name="additionalReplicaSets")
|
|
2934
|
+
def additional_replica_sets(self) -> Optional[Sequence['outputs.AdditionalReplicaSetResponse']]:
|
|
2935
|
+
"""
|
|
2936
|
+
List of storage sku with replica count to create direct drive replicas.
|
|
2937
|
+
"""
|
|
2938
|
+
return pulumi.get(self, "additional_replica_sets")
|
|
2939
|
+
|
|
2940
|
+
@property
|
|
2941
|
+
@pulumi.getter
|
|
2942
|
+
def encryption(self) -> Optional['outputs.EncryptionImagesResponse']:
|
|
2943
|
+
"""
|
|
2944
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2945
|
+
"""
|
|
2946
|
+
return pulumi.get(self, "encryption")
|
|
2947
|
+
|
|
2948
|
+
@property
|
|
2949
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
2950
|
+
def exclude_from_latest(self) -> Optional[bool]:
|
|
2951
|
+
"""
|
|
2952
|
+
Contains the flag setting to hide an image when users specify version='latest'
|
|
2953
|
+
"""
|
|
2954
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
2955
|
+
|
|
2956
|
+
@property
|
|
2957
|
+
@pulumi.getter(name="regionalReplicaCount")
|
|
2958
|
+
def regional_replica_count(self) -> Optional[int]:
|
|
2959
|
+
"""
|
|
2960
|
+
The number of replicas of the Image Version to be created per region. This property is updatable.
|
|
2961
|
+
"""
|
|
2962
|
+
return pulumi.get(self, "regional_replica_count")
|
|
2963
|
+
|
|
2964
|
+
@property
|
|
2965
|
+
@pulumi.getter(name="storageAccountType")
|
|
2966
|
+
def storage_account_type(self) -> Optional[str]:
|
|
2967
|
+
"""
|
|
2968
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2969
|
+
"""
|
|
2970
|
+
return pulumi.get(self, "storage_account_type")
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
@pulumi.output_type
|
|
2974
|
+
class UefiKeyResponse(dict):
|
|
2975
|
+
"""
|
|
2976
|
+
A UEFI key signature.
|
|
2977
|
+
"""
|
|
2978
|
+
def __init__(__self__, *,
|
|
2979
|
+
type: Optional[str] = None,
|
|
2980
|
+
value: Optional[Sequence[str]] = None):
|
|
2981
|
+
"""
|
|
2982
|
+
A UEFI key signature.
|
|
2983
|
+
:param str type: The type of key signature.
|
|
2984
|
+
:param Sequence[str] value: The value of the key signature.
|
|
2985
|
+
"""
|
|
2986
|
+
if type is not None:
|
|
2987
|
+
pulumi.set(__self__, "type", type)
|
|
2988
|
+
if value is not None:
|
|
2989
|
+
pulumi.set(__self__, "value", value)
|
|
2990
|
+
|
|
2991
|
+
@property
|
|
2992
|
+
@pulumi.getter
|
|
2993
|
+
def type(self) -> Optional[str]:
|
|
2994
|
+
"""
|
|
2995
|
+
The type of key signature.
|
|
2996
|
+
"""
|
|
2997
|
+
return pulumi.get(self, "type")
|
|
2998
|
+
|
|
2999
|
+
@property
|
|
3000
|
+
@pulumi.getter
|
|
3001
|
+
def value(self) -> Optional[Sequence[str]]:
|
|
3002
|
+
"""
|
|
3003
|
+
The value of the key signature.
|
|
3004
|
+
"""
|
|
3005
|
+
return pulumi.get(self, "value")
|
|
3006
|
+
|
|
3007
|
+
|
|
3008
|
+
@pulumi.output_type
|
|
3009
|
+
class UefiKeySignaturesResponse(dict):
|
|
3010
|
+
"""
|
|
3011
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
3012
|
+
"""
|
|
3013
|
+
def __init__(__self__, *,
|
|
3014
|
+
db: Optional[Sequence['outputs.UefiKeyResponse']] = None,
|
|
3015
|
+
dbx: Optional[Sequence['outputs.UefiKeyResponse']] = None,
|
|
3016
|
+
kek: Optional[Sequence['outputs.UefiKeyResponse']] = None,
|
|
3017
|
+
pk: Optional['outputs.UefiKeyResponse'] = None):
|
|
3018
|
+
"""
|
|
3019
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
3020
|
+
:param Sequence['UefiKeyResponse'] db: The database of UEFI keys for this image version.
|
|
3021
|
+
:param Sequence['UefiKeyResponse'] dbx: The database of revoked UEFI keys for this image version.
|
|
3022
|
+
:param Sequence['UefiKeyResponse'] kek: The Key Encryption Keys of this image version.
|
|
3023
|
+
:param 'UefiKeyResponse' pk: The Platform Key of this image version.
|
|
3024
|
+
"""
|
|
3025
|
+
if db is not None:
|
|
3026
|
+
pulumi.set(__self__, "db", db)
|
|
3027
|
+
if dbx is not None:
|
|
3028
|
+
pulumi.set(__self__, "dbx", dbx)
|
|
3029
|
+
if kek is not None:
|
|
3030
|
+
pulumi.set(__self__, "kek", kek)
|
|
3031
|
+
if pk is not None:
|
|
3032
|
+
pulumi.set(__self__, "pk", pk)
|
|
3033
|
+
|
|
3034
|
+
@property
|
|
3035
|
+
@pulumi.getter
|
|
3036
|
+
def db(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
|
|
3037
|
+
"""
|
|
3038
|
+
The database of UEFI keys for this image version.
|
|
3039
|
+
"""
|
|
3040
|
+
return pulumi.get(self, "db")
|
|
3041
|
+
|
|
3042
|
+
@property
|
|
3043
|
+
@pulumi.getter
|
|
3044
|
+
def dbx(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
|
|
3045
|
+
"""
|
|
3046
|
+
The database of revoked UEFI keys for this image version.
|
|
3047
|
+
"""
|
|
3048
|
+
return pulumi.get(self, "dbx")
|
|
3049
|
+
|
|
3050
|
+
@property
|
|
3051
|
+
@pulumi.getter
|
|
3052
|
+
def kek(self) -> Optional[Sequence['outputs.UefiKeyResponse']]:
|
|
3053
|
+
"""
|
|
3054
|
+
The Key Encryption Keys of this image version.
|
|
3055
|
+
"""
|
|
3056
|
+
return pulumi.get(self, "kek")
|
|
3057
|
+
|
|
3058
|
+
@property
|
|
3059
|
+
@pulumi.getter
|
|
3060
|
+
def pk(self) -> Optional['outputs.UefiKeyResponse']:
|
|
3061
|
+
"""
|
|
3062
|
+
The Platform Key of this image version.
|
|
3063
|
+
"""
|
|
3064
|
+
return pulumi.get(self, "pk")
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
@pulumi.output_type
|
|
3068
|
+
class UserArtifactManageResponse(dict):
|
|
3069
|
+
def __init__(__self__, *,
|
|
3070
|
+
install: str,
|
|
3071
|
+
remove: str,
|
|
3072
|
+
update: Optional[str] = None):
|
|
3073
|
+
"""
|
|
3074
|
+
:param str install: Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
|
|
3075
|
+
:param str remove: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
|
|
3076
|
+
:param str update: Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.
|
|
3077
|
+
"""
|
|
3078
|
+
pulumi.set(__self__, "install", install)
|
|
3079
|
+
pulumi.set(__self__, "remove", remove)
|
|
3080
|
+
if update is not None:
|
|
3081
|
+
pulumi.set(__self__, "update", update)
|
|
3082
|
+
|
|
3083
|
+
@property
|
|
3084
|
+
@pulumi.getter
|
|
3085
|
+
def install(self) -> str:
|
|
3086
|
+
"""
|
|
3087
|
+
Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
|
|
3088
|
+
"""
|
|
3089
|
+
return pulumi.get(self, "install")
|
|
3090
|
+
|
|
3091
|
+
@property
|
|
3092
|
+
@pulumi.getter
|
|
3093
|
+
def remove(self) -> str:
|
|
3094
|
+
"""
|
|
3095
|
+
Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
|
|
3096
|
+
"""
|
|
3097
|
+
return pulumi.get(self, "remove")
|
|
3098
|
+
|
|
3099
|
+
@property
|
|
3100
|
+
@pulumi.getter
|
|
3101
|
+
def update(self) -> Optional[str]:
|
|
3102
|
+
"""
|
|
3103
|
+
Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.
|
|
3104
|
+
"""
|
|
3105
|
+
return pulumi.get(self, "update")
|
|
3106
|
+
|
|
3107
|
+
|
|
3108
|
+
@pulumi.output_type
|
|
3109
|
+
class UserArtifactSettingsResponse(dict):
|
|
3110
|
+
"""
|
|
3111
|
+
Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
|
|
3112
|
+
"""
|
|
3113
|
+
@staticmethod
|
|
3114
|
+
def __key_warning(key: str):
|
|
3115
|
+
suggest = None
|
|
3116
|
+
if key == "configFileName":
|
|
3117
|
+
suggest = "config_file_name"
|
|
3118
|
+
elif key == "packageFileName":
|
|
3119
|
+
suggest = "package_file_name"
|
|
3120
|
+
elif key == "scriptBehaviorAfterReboot":
|
|
3121
|
+
suggest = "script_behavior_after_reboot"
|
|
3122
|
+
|
|
3123
|
+
if suggest:
|
|
3124
|
+
pulumi.log.warn(f"Key '{key}' not found in UserArtifactSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3125
|
+
|
|
3126
|
+
def __getitem__(self, key: str) -> Any:
|
|
3127
|
+
UserArtifactSettingsResponse.__key_warning(key)
|
|
3128
|
+
return super().__getitem__(key)
|
|
3129
|
+
|
|
3130
|
+
def get(self, key: str, default = None) -> Any:
|
|
3131
|
+
UserArtifactSettingsResponse.__key_warning(key)
|
|
3132
|
+
return super().get(key, default)
|
|
3133
|
+
|
|
3134
|
+
def __init__(__self__, *,
|
|
3135
|
+
config_file_name: Optional[str] = None,
|
|
3136
|
+
package_file_name: Optional[str] = None,
|
|
3137
|
+
script_behavior_after_reboot: Optional[str] = None):
|
|
3138
|
+
"""
|
|
3139
|
+
Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.
|
|
3140
|
+
:param str config_file_name: Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".
|
|
3141
|
+
:param str package_file_name: Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.
|
|
3142
|
+
:param str script_behavior_after_reboot: Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
|
|
3143
|
+
"""
|
|
3144
|
+
if config_file_name is not None:
|
|
3145
|
+
pulumi.set(__self__, "config_file_name", config_file_name)
|
|
3146
|
+
if package_file_name is not None:
|
|
3147
|
+
pulumi.set(__self__, "package_file_name", package_file_name)
|
|
3148
|
+
if script_behavior_after_reboot is not None:
|
|
3149
|
+
pulumi.set(__self__, "script_behavior_after_reboot", script_behavior_after_reboot)
|
|
3150
|
+
|
|
3151
|
+
@property
|
|
3152
|
+
@pulumi.getter(name="configFileName")
|
|
3153
|
+
def config_file_name(self) -> Optional[str]:
|
|
3154
|
+
"""
|
|
3155
|
+
Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".
|
|
3156
|
+
"""
|
|
3157
|
+
return pulumi.get(self, "config_file_name")
|
|
3158
|
+
|
|
3159
|
+
@property
|
|
3160
|
+
@pulumi.getter(name="packageFileName")
|
|
3161
|
+
def package_file_name(self) -> Optional[str]:
|
|
3162
|
+
"""
|
|
3163
|
+
Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.
|
|
3164
|
+
"""
|
|
3165
|
+
return pulumi.get(self, "package_file_name")
|
|
3166
|
+
|
|
3167
|
+
@property
|
|
3168
|
+
@pulumi.getter(name="scriptBehaviorAfterReboot")
|
|
3169
|
+
def script_behavior_after_reboot(self) -> Optional[str]:
|
|
3170
|
+
"""
|
|
3171
|
+
Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
|
|
3172
|
+
"""
|
|
3173
|
+
return pulumi.get(self, "script_behavior_after_reboot")
|
|
3174
|
+
|
|
3175
|
+
|
|
3176
|
+
@pulumi.output_type
|
|
3177
|
+
class UserArtifactSourceResponse(dict):
|
|
3178
|
+
"""
|
|
3179
|
+
The source image from which the Image Version is going to be created.
|
|
3180
|
+
"""
|
|
3181
|
+
@staticmethod
|
|
3182
|
+
def __key_warning(key: str):
|
|
3183
|
+
suggest = None
|
|
3184
|
+
if key == "mediaLink":
|
|
3185
|
+
suggest = "media_link"
|
|
3186
|
+
elif key == "defaultConfigurationLink":
|
|
3187
|
+
suggest = "default_configuration_link"
|
|
3188
|
+
|
|
3189
|
+
if suggest:
|
|
3190
|
+
pulumi.log.warn(f"Key '{key}' not found in UserArtifactSourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3191
|
+
|
|
3192
|
+
def __getitem__(self, key: str) -> Any:
|
|
3193
|
+
UserArtifactSourceResponse.__key_warning(key)
|
|
3194
|
+
return super().__getitem__(key)
|
|
3195
|
+
|
|
3196
|
+
def get(self, key: str, default = None) -> Any:
|
|
3197
|
+
UserArtifactSourceResponse.__key_warning(key)
|
|
3198
|
+
return super().get(key, default)
|
|
3199
|
+
|
|
3200
|
+
def __init__(__self__, *,
|
|
3201
|
+
media_link: str,
|
|
3202
|
+
default_configuration_link: Optional[str] = None):
|
|
3203
|
+
"""
|
|
3204
|
+
The source image from which the Image Version is going to be created.
|
|
3205
|
+
:param str media_link: Required. The mediaLink of the artifact, must be a readable storage page blob.
|
|
3206
|
+
:param str default_configuration_link: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
|
|
3207
|
+
"""
|
|
3208
|
+
pulumi.set(__self__, "media_link", media_link)
|
|
3209
|
+
if default_configuration_link is not None:
|
|
3210
|
+
pulumi.set(__self__, "default_configuration_link", default_configuration_link)
|
|
3211
|
+
|
|
3212
|
+
@property
|
|
3213
|
+
@pulumi.getter(name="mediaLink")
|
|
3214
|
+
def media_link(self) -> str:
|
|
3215
|
+
"""
|
|
3216
|
+
Required. The mediaLink of the artifact, must be a readable storage page blob.
|
|
3217
|
+
"""
|
|
3218
|
+
return pulumi.get(self, "media_link")
|
|
3219
|
+
|
|
3220
|
+
@property
|
|
3221
|
+
@pulumi.getter(name="defaultConfigurationLink")
|
|
3222
|
+
def default_configuration_link(self) -> Optional[str]:
|
|
3223
|
+
"""
|
|
3224
|
+
Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
|
|
3225
|
+
"""
|
|
3226
|
+
return pulumi.get(self, "default_configuration_link")
|
|
3227
|
+
|
|
3228
|
+
|
|
3229
|
+
@pulumi.output_type
|
|
3230
|
+
class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
|
|
3231
|
+
@staticmethod
|
|
3232
|
+
def __key_warning(key: str):
|
|
3233
|
+
suggest = None
|
|
3234
|
+
if key == "clientId":
|
|
3235
|
+
suggest = "client_id"
|
|
3236
|
+
elif key == "principalId":
|
|
3237
|
+
suggest = "principal_id"
|
|
3238
|
+
|
|
3239
|
+
if suggest:
|
|
3240
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
|
|
3241
|
+
|
|
3242
|
+
def __getitem__(self, key: str) -> Any:
|
|
3243
|
+
UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
|
|
3244
|
+
return super().__getitem__(key)
|
|
3245
|
+
|
|
3246
|
+
def get(self, key: str, default = None) -> Any:
|
|
3247
|
+
UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
|
|
3248
|
+
return super().get(key, default)
|
|
3249
|
+
|
|
3250
|
+
def __init__(__self__, *,
|
|
3251
|
+
client_id: str,
|
|
3252
|
+
principal_id: str):
|
|
3253
|
+
"""
|
|
3254
|
+
:param str client_id: The client id of user assigned identity.
|
|
3255
|
+
:param str principal_id: The principal id of user assigned identity.
|
|
3256
|
+
"""
|
|
3257
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
3258
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
3259
|
+
|
|
3260
|
+
@property
|
|
3261
|
+
@pulumi.getter(name="clientId")
|
|
3262
|
+
def client_id(self) -> str:
|
|
3263
|
+
"""
|
|
3264
|
+
The client id of user assigned identity.
|
|
3265
|
+
"""
|
|
3266
|
+
return pulumi.get(self, "client_id")
|
|
3267
|
+
|
|
3268
|
+
@property
|
|
3269
|
+
@pulumi.getter(name="principalId")
|
|
3270
|
+
def principal_id(self) -> str:
|
|
3271
|
+
"""
|
|
3272
|
+
The principal id of user assigned identity.
|
|
3273
|
+
"""
|
|
3274
|
+
return pulumi.get(self, "principal_id")
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
@pulumi.output_type
|
|
3278
|
+
class ValidationsProfileResponse(dict):
|
|
3279
|
+
"""
|
|
3280
|
+
This is the validations profile of a Gallery Image Version.
|
|
3281
|
+
"""
|
|
3282
|
+
@staticmethod
|
|
3283
|
+
def __key_warning(key: str):
|
|
3284
|
+
suggest = None
|
|
3285
|
+
if key == "executedValidations":
|
|
3286
|
+
suggest = "executed_validations"
|
|
3287
|
+
elif key == "platformAttributes":
|
|
3288
|
+
suggest = "platform_attributes"
|
|
3289
|
+
elif key == "validationEtag":
|
|
3290
|
+
suggest = "validation_etag"
|
|
3291
|
+
|
|
3292
|
+
if suggest:
|
|
3293
|
+
pulumi.log.warn(f"Key '{key}' not found in ValidationsProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3294
|
+
|
|
3295
|
+
def __getitem__(self, key: str) -> Any:
|
|
3296
|
+
ValidationsProfileResponse.__key_warning(key)
|
|
3297
|
+
return super().__getitem__(key)
|
|
3298
|
+
|
|
3299
|
+
def get(self, key: str, default = None) -> Any:
|
|
3300
|
+
ValidationsProfileResponse.__key_warning(key)
|
|
3301
|
+
return super().get(key, default)
|
|
3302
|
+
|
|
3303
|
+
def __init__(__self__, *,
|
|
3304
|
+
executed_validations: Optional[Sequence['outputs.ExecutedValidationResponse']] = None,
|
|
3305
|
+
platform_attributes: Optional[Sequence['outputs.PlatformAttributeResponse']] = None,
|
|
3306
|
+
validation_etag: Optional[str] = None):
|
|
3307
|
+
"""
|
|
3308
|
+
This is the validations profile of a Gallery Image Version.
|
|
3309
|
+
:param Sequence['PlatformAttributeResponse'] platform_attributes: This specifies the pub, offer, sku and version of the image version metadata
|
|
3310
|
+
:param str validation_etag: The published time of the image version
|
|
3311
|
+
"""
|
|
3312
|
+
if executed_validations is not None:
|
|
3313
|
+
pulumi.set(__self__, "executed_validations", executed_validations)
|
|
3314
|
+
if platform_attributes is not None:
|
|
3315
|
+
pulumi.set(__self__, "platform_attributes", platform_attributes)
|
|
3316
|
+
if validation_etag is not None:
|
|
3317
|
+
pulumi.set(__self__, "validation_etag", validation_etag)
|
|
3318
|
+
|
|
3319
|
+
@property
|
|
3320
|
+
@pulumi.getter(name="executedValidations")
|
|
3321
|
+
def executed_validations(self) -> Optional[Sequence['outputs.ExecutedValidationResponse']]:
|
|
3322
|
+
return pulumi.get(self, "executed_validations")
|
|
3323
|
+
|
|
3324
|
+
@property
|
|
3325
|
+
@pulumi.getter(name="platformAttributes")
|
|
3326
|
+
def platform_attributes(self) -> Optional[Sequence['outputs.PlatformAttributeResponse']]:
|
|
3327
|
+
"""
|
|
3328
|
+
This specifies the pub, offer, sku and version of the image version metadata
|
|
3329
|
+
"""
|
|
3330
|
+
return pulumi.get(self, "platform_attributes")
|
|
3331
|
+
|
|
3332
|
+
@property
|
|
3333
|
+
@pulumi.getter(name="validationEtag")
|
|
3334
|
+
def validation_etag(self) -> Optional[str]:
|
|
3335
|
+
"""
|
|
3336
|
+
The published time of the image version
|
|
3337
|
+
"""
|
|
3338
|
+
return pulumi.get(self, "validation_etag")
|
|
3339
|
+
|
|
3340
|
+
|