pulumi-azure-native 2.74.0a1732205415__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.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/RECORD +2921 -2378
- {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.74.0a1732205415.dist-info → pulumi_azure_native-2.74.0a1732531694.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3294 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AccessControlRulesIdentityArgs',
|
|
20
|
+
'AccessControlRulesIdentityArgsDict',
|
|
21
|
+
'AccessControlRulesPrivilegeArgs',
|
|
22
|
+
'AccessControlRulesPrivilegeArgsDict',
|
|
23
|
+
'AccessControlRulesRoleAssignmentArgs',
|
|
24
|
+
'AccessControlRulesRoleAssignmentArgsDict',
|
|
25
|
+
'AccessControlRulesRoleArgs',
|
|
26
|
+
'AccessControlRulesRoleArgsDict',
|
|
27
|
+
'AccessControlRulesArgs',
|
|
28
|
+
'AccessControlRulesArgsDict',
|
|
29
|
+
'AdditionalReplicaSetArgs',
|
|
30
|
+
'AdditionalReplicaSetArgsDict',
|
|
31
|
+
'CommunityGalleryInfoArgs',
|
|
32
|
+
'CommunityGalleryInfoArgsDict',
|
|
33
|
+
'DataDiskImageEncryptionArgs',
|
|
34
|
+
'DataDiskImageEncryptionArgsDict',
|
|
35
|
+
'DisallowedArgs',
|
|
36
|
+
'DisallowedArgsDict',
|
|
37
|
+
'EncryptionImagesArgs',
|
|
38
|
+
'EncryptionImagesArgsDict',
|
|
39
|
+
'GalleryApplicationCustomActionParameterArgs',
|
|
40
|
+
'GalleryApplicationCustomActionParameterArgsDict',
|
|
41
|
+
'GalleryApplicationCustomActionArgs',
|
|
42
|
+
'GalleryApplicationCustomActionArgsDict',
|
|
43
|
+
'GalleryApplicationVersionPublishingProfileArgs',
|
|
44
|
+
'GalleryApplicationVersionPublishingProfileArgsDict',
|
|
45
|
+
'GalleryApplicationVersionSafetyProfileArgs',
|
|
46
|
+
'GalleryApplicationVersionSafetyProfileArgsDict',
|
|
47
|
+
'GalleryArtifactVersionFullSourceArgs',
|
|
48
|
+
'GalleryArtifactVersionFullSourceArgsDict',
|
|
49
|
+
'GalleryDataDiskImageArgs',
|
|
50
|
+
'GalleryDataDiskImageArgsDict',
|
|
51
|
+
'GalleryDiskImageSourceArgs',
|
|
52
|
+
'GalleryDiskImageSourceArgsDict',
|
|
53
|
+
'GalleryExtendedLocationArgs',
|
|
54
|
+
'GalleryExtendedLocationArgsDict',
|
|
55
|
+
'GalleryIdentityArgs',
|
|
56
|
+
'GalleryIdentityArgsDict',
|
|
57
|
+
'GalleryImageFeatureArgs',
|
|
58
|
+
'GalleryImageFeatureArgsDict',
|
|
59
|
+
'GalleryImageIdentifierArgs',
|
|
60
|
+
'GalleryImageIdentifierArgsDict',
|
|
61
|
+
'GalleryImageVersionPublishingProfileArgs',
|
|
62
|
+
'GalleryImageVersionPublishingProfileArgsDict',
|
|
63
|
+
'GalleryImageVersionSafetyProfileArgs',
|
|
64
|
+
'GalleryImageVersionSafetyProfileArgsDict',
|
|
65
|
+
'GalleryImageVersionStorageProfileArgs',
|
|
66
|
+
'GalleryImageVersionStorageProfileArgsDict',
|
|
67
|
+
'GalleryImageVersionUefiSettingsArgs',
|
|
68
|
+
'GalleryImageVersionUefiSettingsArgsDict',
|
|
69
|
+
'GalleryInVMAccessControlProfilePropertiesArgs',
|
|
70
|
+
'GalleryInVMAccessControlProfilePropertiesArgsDict',
|
|
71
|
+
'GalleryOSDiskImageArgs',
|
|
72
|
+
'GalleryOSDiskImageArgsDict',
|
|
73
|
+
'GalleryTargetExtendedLocationArgs',
|
|
74
|
+
'GalleryTargetExtendedLocationArgsDict',
|
|
75
|
+
'ImagePurchasePlanArgs',
|
|
76
|
+
'ImagePurchasePlanArgsDict',
|
|
77
|
+
'ImageVersionSecurityProfileArgs',
|
|
78
|
+
'ImageVersionSecurityProfileArgsDict',
|
|
79
|
+
'OSDiskImageEncryptionArgs',
|
|
80
|
+
'OSDiskImageEncryptionArgsDict',
|
|
81
|
+
'OSDiskImageSecurityProfileArgs',
|
|
82
|
+
'OSDiskImageSecurityProfileArgsDict',
|
|
83
|
+
'RecommendedMachineConfigurationArgs',
|
|
84
|
+
'RecommendedMachineConfigurationArgsDict',
|
|
85
|
+
'ResourceRangeArgs',
|
|
86
|
+
'ResourceRangeArgsDict',
|
|
87
|
+
'SharingProfileArgs',
|
|
88
|
+
'SharingProfileArgsDict',
|
|
89
|
+
'SoftDeletePolicyArgs',
|
|
90
|
+
'SoftDeletePolicyArgsDict',
|
|
91
|
+
'TargetRegionArgs',
|
|
92
|
+
'TargetRegionArgsDict',
|
|
93
|
+
'UefiKeySignaturesArgs',
|
|
94
|
+
'UefiKeySignaturesArgsDict',
|
|
95
|
+
'UefiKeyArgs',
|
|
96
|
+
'UefiKeyArgsDict',
|
|
97
|
+
'UserArtifactManageArgs',
|
|
98
|
+
'UserArtifactManageArgsDict',
|
|
99
|
+
'UserArtifactSettingsArgs',
|
|
100
|
+
'UserArtifactSettingsArgsDict',
|
|
101
|
+
'UserArtifactSourceArgs',
|
|
102
|
+
'UserArtifactSourceArgsDict',
|
|
103
|
+
]
|
|
104
|
+
|
|
105
|
+
MYPY = False
|
|
106
|
+
|
|
107
|
+
if not MYPY:
|
|
108
|
+
class AccessControlRulesIdentityArgsDict(TypedDict):
|
|
109
|
+
"""
|
|
110
|
+
The properties of an Access Control Rule Identity.
|
|
111
|
+
"""
|
|
112
|
+
name: pulumi.Input[str]
|
|
113
|
+
"""
|
|
114
|
+
The name of the identity.
|
|
115
|
+
"""
|
|
116
|
+
exe_path: NotRequired[pulumi.Input[str]]
|
|
117
|
+
"""
|
|
118
|
+
The path to the executable.
|
|
119
|
+
"""
|
|
120
|
+
group_name: NotRequired[pulumi.Input[str]]
|
|
121
|
+
"""
|
|
122
|
+
The groupName corresponding to this identity.
|
|
123
|
+
"""
|
|
124
|
+
process_name: NotRequired[pulumi.Input[str]]
|
|
125
|
+
"""
|
|
126
|
+
The process name of the executable.
|
|
127
|
+
"""
|
|
128
|
+
user_name: NotRequired[pulumi.Input[str]]
|
|
129
|
+
"""
|
|
130
|
+
The username corresponding to this identity.
|
|
131
|
+
"""
|
|
132
|
+
elif False:
|
|
133
|
+
AccessControlRulesIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
134
|
+
|
|
135
|
+
@pulumi.input_type
|
|
136
|
+
class AccessControlRulesIdentityArgs:
|
|
137
|
+
def __init__(__self__, *,
|
|
138
|
+
name: pulumi.Input[str],
|
|
139
|
+
exe_path: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
group_name: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
process_name: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
user_name: Optional[pulumi.Input[str]] = None):
|
|
143
|
+
"""
|
|
144
|
+
The properties of an Access Control Rule Identity.
|
|
145
|
+
:param pulumi.Input[str] name: The name of the identity.
|
|
146
|
+
:param pulumi.Input[str] exe_path: The path to the executable.
|
|
147
|
+
:param pulumi.Input[str] group_name: The groupName corresponding to this identity.
|
|
148
|
+
:param pulumi.Input[str] process_name: The process name of the executable.
|
|
149
|
+
:param pulumi.Input[str] user_name: The username corresponding to this identity.
|
|
150
|
+
"""
|
|
151
|
+
pulumi.set(__self__, "name", name)
|
|
152
|
+
if exe_path is not None:
|
|
153
|
+
pulumi.set(__self__, "exe_path", exe_path)
|
|
154
|
+
if group_name is not None:
|
|
155
|
+
pulumi.set(__self__, "group_name", group_name)
|
|
156
|
+
if process_name is not None:
|
|
157
|
+
pulumi.set(__self__, "process_name", process_name)
|
|
158
|
+
if user_name is not None:
|
|
159
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter
|
|
163
|
+
def name(self) -> pulumi.Input[str]:
|
|
164
|
+
"""
|
|
165
|
+
The name of the identity.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "name")
|
|
168
|
+
|
|
169
|
+
@name.setter
|
|
170
|
+
def name(self, value: pulumi.Input[str]):
|
|
171
|
+
pulumi.set(self, "name", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="exePath")
|
|
175
|
+
def exe_path(self) -> Optional[pulumi.Input[str]]:
|
|
176
|
+
"""
|
|
177
|
+
The path to the executable.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "exe_path")
|
|
180
|
+
|
|
181
|
+
@exe_path.setter
|
|
182
|
+
def exe_path(self, value: Optional[pulumi.Input[str]]):
|
|
183
|
+
pulumi.set(self, "exe_path", value)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="groupName")
|
|
187
|
+
def group_name(self) -> Optional[pulumi.Input[str]]:
|
|
188
|
+
"""
|
|
189
|
+
The groupName corresponding to this identity.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "group_name")
|
|
192
|
+
|
|
193
|
+
@group_name.setter
|
|
194
|
+
def group_name(self, value: Optional[pulumi.Input[str]]):
|
|
195
|
+
pulumi.set(self, "group_name", value)
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="processName")
|
|
199
|
+
def process_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
|
+
"""
|
|
201
|
+
The process name of the executable.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "process_name")
|
|
204
|
+
|
|
205
|
+
@process_name.setter
|
|
206
|
+
def process_name(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
pulumi.set(self, "process_name", value)
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="userName")
|
|
211
|
+
def user_name(self) -> Optional[pulumi.Input[str]]:
|
|
212
|
+
"""
|
|
213
|
+
The username corresponding to this identity.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "user_name")
|
|
216
|
+
|
|
217
|
+
@user_name.setter
|
|
218
|
+
def user_name(self, value: Optional[pulumi.Input[str]]):
|
|
219
|
+
pulumi.set(self, "user_name", value)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
if not MYPY:
|
|
223
|
+
class AccessControlRulesPrivilegeArgsDict(TypedDict):
|
|
224
|
+
"""
|
|
225
|
+
The properties of an Access Control Rule Privilege.
|
|
226
|
+
"""
|
|
227
|
+
name: pulumi.Input[str]
|
|
228
|
+
"""
|
|
229
|
+
The name of the privilege.
|
|
230
|
+
"""
|
|
231
|
+
path: pulumi.Input[str]
|
|
232
|
+
"""
|
|
233
|
+
The HTTP path corresponding to the privilege.
|
|
234
|
+
"""
|
|
235
|
+
query_parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
236
|
+
"""
|
|
237
|
+
The query parameters to match in the path.
|
|
238
|
+
"""
|
|
239
|
+
elif False:
|
|
240
|
+
AccessControlRulesPrivilegeArgsDict: TypeAlias = Mapping[str, Any]
|
|
241
|
+
|
|
242
|
+
@pulumi.input_type
|
|
243
|
+
class AccessControlRulesPrivilegeArgs:
|
|
244
|
+
def __init__(__self__, *,
|
|
245
|
+
name: pulumi.Input[str],
|
|
246
|
+
path: pulumi.Input[str],
|
|
247
|
+
query_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
248
|
+
"""
|
|
249
|
+
The properties of an Access Control Rule Privilege.
|
|
250
|
+
:param pulumi.Input[str] name: The name of the privilege.
|
|
251
|
+
:param pulumi.Input[str] path: The HTTP path corresponding to the privilege.
|
|
252
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] query_parameters: The query parameters to match in the path.
|
|
253
|
+
"""
|
|
254
|
+
pulumi.set(__self__, "name", name)
|
|
255
|
+
pulumi.set(__self__, "path", path)
|
|
256
|
+
if query_parameters is not None:
|
|
257
|
+
pulumi.set(__self__, "query_parameters", query_parameters)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter
|
|
261
|
+
def name(self) -> pulumi.Input[str]:
|
|
262
|
+
"""
|
|
263
|
+
The name of the privilege.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "name")
|
|
266
|
+
|
|
267
|
+
@name.setter
|
|
268
|
+
def name(self, value: pulumi.Input[str]):
|
|
269
|
+
pulumi.set(self, "name", value)
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter
|
|
273
|
+
def path(self) -> pulumi.Input[str]:
|
|
274
|
+
"""
|
|
275
|
+
The HTTP path corresponding to the privilege.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "path")
|
|
278
|
+
|
|
279
|
+
@path.setter
|
|
280
|
+
def path(self, value: pulumi.Input[str]):
|
|
281
|
+
pulumi.set(self, "path", value)
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="queryParameters")
|
|
285
|
+
def query_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
286
|
+
"""
|
|
287
|
+
The query parameters to match in the path.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "query_parameters")
|
|
290
|
+
|
|
291
|
+
@query_parameters.setter
|
|
292
|
+
def query_parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
293
|
+
pulumi.set(self, "query_parameters", value)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
if not MYPY:
|
|
297
|
+
class AccessControlRulesRoleAssignmentArgsDict(TypedDict):
|
|
298
|
+
"""
|
|
299
|
+
The properties of an Access Control Rule RoleAssignment.
|
|
300
|
+
"""
|
|
301
|
+
identities: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
302
|
+
"""
|
|
303
|
+
A list of identities that can access the privileges defined by the role.
|
|
304
|
+
"""
|
|
305
|
+
role: pulumi.Input[str]
|
|
306
|
+
"""
|
|
307
|
+
The name of the role.
|
|
308
|
+
"""
|
|
309
|
+
elif False:
|
|
310
|
+
AccessControlRulesRoleAssignmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
311
|
+
|
|
312
|
+
@pulumi.input_type
|
|
313
|
+
class AccessControlRulesRoleAssignmentArgs:
|
|
314
|
+
def __init__(__self__, *,
|
|
315
|
+
identities: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
316
|
+
role: pulumi.Input[str]):
|
|
317
|
+
"""
|
|
318
|
+
The properties of an Access Control Rule RoleAssignment.
|
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that can access the privileges defined by the role.
|
|
320
|
+
:param pulumi.Input[str] role: The name of the role.
|
|
321
|
+
"""
|
|
322
|
+
pulumi.set(__self__, "identities", identities)
|
|
323
|
+
pulumi.set(__self__, "role", role)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter
|
|
327
|
+
def identities(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
328
|
+
"""
|
|
329
|
+
A list of identities that can access the privileges defined by the role.
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "identities")
|
|
332
|
+
|
|
333
|
+
@identities.setter
|
|
334
|
+
def identities(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
335
|
+
pulumi.set(self, "identities", value)
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter
|
|
339
|
+
def role(self) -> pulumi.Input[str]:
|
|
340
|
+
"""
|
|
341
|
+
The name of the role.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "role")
|
|
344
|
+
|
|
345
|
+
@role.setter
|
|
346
|
+
def role(self, value: pulumi.Input[str]):
|
|
347
|
+
pulumi.set(self, "role", value)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
if not MYPY:
|
|
351
|
+
class AccessControlRulesRoleArgsDict(TypedDict):
|
|
352
|
+
"""
|
|
353
|
+
The properties of an Access Control Rule Role.
|
|
354
|
+
"""
|
|
355
|
+
name: pulumi.Input[str]
|
|
356
|
+
"""
|
|
357
|
+
The name of the role.
|
|
358
|
+
"""
|
|
359
|
+
privileges: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
360
|
+
"""
|
|
361
|
+
A list of privileges needed by this role.
|
|
362
|
+
"""
|
|
363
|
+
elif False:
|
|
364
|
+
AccessControlRulesRoleArgsDict: TypeAlias = Mapping[str, Any]
|
|
365
|
+
|
|
366
|
+
@pulumi.input_type
|
|
367
|
+
class AccessControlRulesRoleArgs:
|
|
368
|
+
def __init__(__self__, *,
|
|
369
|
+
name: pulumi.Input[str],
|
|
370
|
+
privileges: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
371
|
+
"""
|
|
372
|
+
The properties of an Access Control Rule Role.
|
|
373
|
+
:param pulumi.Input[str] name: The name of the role.
|
|
374
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: A list of privileges needed by this role.
|
|
375
|
+
"""
|
|
376
|
+
pulumi.set(__self__, "name", name)
|
|
377
|
+
pulumi.set(__self__, "privileges", privileges)
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter
|
|
381
|
+
def name(self) -> pulumi.Input[str]:
|
|
382
|
+
"""
|
|
383
|
+
The name of the role.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "name")
|
|
386
|
+
|
|
387
|
+
@name.setter
|
|
388
|
+
def name(self, value: pulumi.Input[str]):
|
|
389
|
+
pulumi.set(self, "name", value)
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter
|
|
393
|
+
def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
394
|
+
"""
|
|
395
|
+
A list of privileges needed by this role.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "privileges")
|
|
398
|
+
|
|
399
|
+
@privileges.setter
|
|
400
|
+
def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
401
|
+
pulumi.set(self, "privileges", value)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
if not MYPY:
|
|
405
|
+
class AccessControlRulesArgsDict(TypedDict):
|
|
406
|
+
"""
|
|
407
|
+
This is the Access Control Rules specification for an inVMAccessControlProfile version.
|
|
408
|
+
"""
|
|
409
|
+
identities: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgsDict']]]]
|
|
410
|
+
"""
|
|
411
|
+
A list of identities.
|
|
412
|
+
"""
|
|
413
|
+
privileges: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgsDict']]]]
|
|
414
|
+
"""
|
|
415
|
+
A list of privileges.
|
|
416
|
+
"""
|
|
417
|
+
role_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgsDict']]]]
|
|
418
|
+
"""
|
|
419
|
+
A list of role assignments.
|
|
420
|
+
"""
|
|
421
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgsDict']]]]
|
|
422
|
+
"""
|
|
423
|
+
A list of roles.
|
|
424
|
+
"""
|
|
425
|
+
elif False:
|
|
426
|
+
AccessControlRulesArgsDict: TypeAlias = Mapping[str, Any]
|
|
427
|
+
|
|
428
|
+
@pulumi.input_type
|
|
429
|
+
class AccessControlRulesArgs:
|
|
430
|
+
def __init__(__self__, *,
|
|
431
|
+
identities: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]] = None,
|
|
432
|
+
privileges: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]] = None,
|
|
433
|
+
role_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]] = None,
|
|
434
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]] = None):
|
|
435
|
+
"""
|
|
436
|
+
This is the Access Control Rules specification for an inVMAccessControlProfile version.
|
|
437
|
+
:param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]] identities: A list of identities.
|
|
438
|
+
:param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]] privileges: A list of privileges.
|
|
439
|
+
:param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]] role_assignments: A list of role assignments.
|
|
440
|
+
:param pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]] roles: A list of roles.
|
|
441
|
+
"""
|
|
442
|
+
if identities is not None:
|
|
443
|
+
pulumi.set(__self__, "identities", identities)
|
|
444
|
+
if privileges is not None:
|
|
445
|
+
pulumi.set(__self__, "privileges", privileges)
|
|
446
|
+
if role_assignments is not None:
|
|
447
|
+
pulumi.set(__self__, "role_assignments", role_assignments)
|
|
448
|
+
if roles is not None:
|
|
449
|
+
pulumi.set(__self__, "roles", roles)
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter
|
|
453
|
+
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]]:
|
|
454
|
+
"""
|
|
455
|
+
A list of identities.
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "identities")
|
|
458
|
+
|
|
459
|
+
@identities.setter
|
|
460
|
+
def identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesIdentityArgs']]]]):
|
|
461
|
+
pulumi.set(self, "identities", value)
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter
|
|
465
|
+
def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]]:
|
|
466
|
+
"""
|
|
467
|
+
A list of privileges.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "privileges")
|
|
470
|
+
|
|
471
|
+
@privileges.setter
|
|
472
|
+
def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesPrivilegeArgs']]]]):
|
|
473
|
+
pulumi.set(self, "privileges", value)
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
@pulumi.getter(name="roleAssignments")
|
|
477
|
+
def role_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]]:
|
|
478
|
+
"""
|
|
479
|
+
A list of role assignments.
|
|
480
|
+
"""
|
|
481
|
+
return pulumi.get(self, "role_assignments")
|
|
482
|
+
|
|
483
|
+
@role_assignments.setter
|
|
484
|
+
def role_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleAssignmentArgs']]]]):
|
|
485
|
+
pulumi.set(self, "role_assignments", value)
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter
|
|
489
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]]:
|
|
490
|
+
"""
|
|
491
|
+
A list of roles.
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "roles")
|
|
494
|
+
|
|
495
|
+
@roles.setter
|
|
496
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessControlRulesRoleArgs']]]]):
|
|
497
|
+
pulumi.set(self, "roles", value)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
if not MYPY:
|
|
501
|
+
class AdditionalReplicaSetArgsDict(TypedDict):
|
|
502
|
+
"""
|
|
503
|
+
Describes the additional replica set information.
|
|
504
|
+
"""
|
|
505
|
+
regional_replica_count: NotRequired[pulumi.Input[int]]
|
|
506
|
+
"""
|
|
507
|
+
The number of direct drive replicas of the Image Version to be created.This Property is updatable
|
|
508
|
+
"""
|
|
509
|
+
storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
|
|
510
|
+
"""
|
|
511
|
+
Specifies the storage account type to be used to create the direct drive replicas
|
|
512
|
+
"""
|
|
513
|
+
elif False:
|
|
514
|
+
AdditionalReplicaSetArgsDict: TypeAlias = Mapping[str, Any]
|
|
515
|
+
|
|
516
|
+
@pulumi.input_type
|
|
517
|
+
class AdditionalReplicaSetArgs:
|
|
518
|
+
def __init__(__self__, *,
|
|
519
|
+
regional_replica_count: Optional[pulumi.Input[int]] = None,
|
|
520
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None):
|
|
521
|
+
"""
|
|
522
|
+
Describes the additional replica set information.
|
|
523
|
+
:param pulumi.Input[int] regional_replica_count: The number of direct drive replicas of the Image Version to be created.This Property is updatable
|
|
524
|
+
:param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to create the direct drive replicas
|
|
525
|
+
"""
|
|
526
|
+
if regional_replica_count is not None:
|
|
527
|
+
pulumi.set(__self__, "regional_replica_count", regional_replica_count)
|
|
528
|
+
if storage_account_type is not None:
|
|
529
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="regionalReplicaCount")
|
|
533
|
+
def regional_replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
534
|
+
"""
|
|
535
|
+
The number of direct drive replicas of the Image Version to be created.This Property is updatable
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "regional_replica_count")
|
|
538
|
+
|
|
539
|
+
@regional_replica_count.setter
|
|
540
|
+
def regional_replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
541
|
+
pulumi.set(self, "regional_replica_count", value)
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter(name="storageAccountType")
|
|
545
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
|
|
546
|
+
"""
|
|
547
|
+
Specifies the storage account type to be used to create the direct drive replicas
|
|
548
|
+
"""
|
|
549
|
+
return pulumi.get(self, "storage_account_type")
|
|
550
|
+
|
|
551
|
+
@storage_account_type.setter
|
|
552
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
|
|
553
|
+
pulumi.set(self, "storage_account_type", value)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
if not MYPY:
|
|
557
|
+
class CommunityGalleryInfoArgsDict(TypedDict):
|
|
558
|
+
"""
|
|
559
|
+
Information of community gallery if current gallery is shared to community
|
|
560
|
+
"""
|
|
561
|
+
eula: NotRequired[pulumi.Input[str]]
|
|
562
|
+
"""
|
|
563
|
+
End-user license agreement for community gallery image.
|
|
564
|
+
"""
|
|
565
|
+
public_name_prefix: NotRequired[pulumi.Input[str]]
|
|
566
|
+
"""
|
|
567
|
+
The prefix of the gallery name that will be displayed publicly. Visible to all users.
|
|
568
|
+
"""
|
|
569
|
+
publisher_contact: NotRequired[pulumi.Input[str]]
|
|
570
|
+
"""
|
|
571
|
+
Community gallery publisher support email. The email address of the publisher. Visible to all users.
|
|
572
|
+
"""
|
|
573
|
+
publisher_uri: NotRequired[pulumi.Input[str]]
|
|
574
|
+
"""
|
|
575
|
+
The link to the publisher website. Visible to all users.
|
|
576
|
+
"""
|
|
577
|
+
elif False:
|
|
578
|
+
CommunityGalleryInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
579
|
+
|
|
580
|
+
@pulumi.input_type
|
|
581
|
+
class CommunityGalleryInfoArgs:
|
|
582
|
+
def __init__(__self__, *,
|
|
583
|
+
eula: Optional[pulumi.Input[str]] = None,
|
|
584
|
+
public_name_prefix: Optional[pulumi.Input[str]] = None,
|
|
585
|
+
publisher_contact: Optional[pulumi.Input[str]] = None,
|
|
586
|
+
publisher_uri: Optional[pulumi.Input[str]] = None):
|
|
587
|
+
"""
|
|
588
|
+
Information of community gallery if current gallery is shared to community
|
|
589
|
+
:param pulumi.Input[str] eula: End-user license agreement for community gallery image.
|
|
590
|
+
:param pulumi.Input[str] public_name_prefix: The prefix of the gallery name that will be displayed publicly. Visible to all users.
|
|
591
|
+
:param pulumi.Input[str] publisher_contact: Community gallery publisher support email. The email address of the publisher. Visible to all users.
|
|
592
|
+
:param pulumi.Input[str] publisher_uri: The link to the publisher website. Visible to all users.
|
|
593
|
+
"""
|
|
594
|
+
if eula is not None:
|
|
595
|
+
pulumi.set(__self__, "eula", eula)
|
|
596
|
+
if public_name_prefix is not None:
|
|
597
|
+
pulumi.set(__self__, "public_name_prefix", public_name_prefix)
|
|
598
|
+
if publisher_contact is not None:
|
|
599
|
+
pulumi.set(__self__, "publisher_contact", publisher_contact)
|
|
600
|
+
if publisher_uri is not None:
|
|
601
|
+
pulumi.set(__self__, "publisher_uri", publisher_uri)
|
|
602
|
+
|
|
603
|
+
@property
|
|
604
|
+
@pulumi.getter
|
|
605
|
+
def eula(self) -> Optional[pulumi.Input[str]]:
|
|
606
|
+
"""
|
|
607
|
+
End-user license agreement for community gallery image.
|
|
608
|
+
"""
|
|
609
|
+
return pulumi.get(self, "eula")
|
|
610
|
+
|
|
611
|
+
@eula.setter
|
|
612
|
+
def eula(self, value: Optional[pulumi.Input[str]]):
|
|
613
|
+
pulumi.set(self, "eula", value)
|
|
614
|
+
|
|
615
|
+
@property
|
|
616
|
+
@pulumi.getter(name="publicNamePrefix")
|
|
617
|
+
def public_name_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
618
|
+
"""
|
|
619
|
+
The prefix of the gallery name that will be displayed publicly. Visible to all users.
|
|
620
|
+
"""
|
|
621
|
+
return pulumi.get(self, "public_name_prefix")
|
|
622
|
+
|
|
623
|
+
@public_name_prefix.setter
|
|
624
|
+
def public_name_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
625
|
+
pulumi.set(self, "public_name_prefix", value)
|
|
626
|
+
|
|
627
|
+
@property
|
|
628
|
+
@pulumi.getter(name="publisherContact")
|
|
629
|
+
def publisher_contact(self) -> Optional[pulumi.Input[str]]:
|
|
630
|
+
"""
|
|
631
|
+
Community gallery publisher support email. The email address of the publisher. Visible to all users.
|
|
632
|
+
"""
|
|
633
|
+
return pulumi.get(self, "publisher_contact")
|
|
634
|
+
|
|
635
|
+
@publisher_contact.setter
|
|
636
|
+
def publisher_contact(self, value: Optional[pulumi.Input[str]]):
|
|
637
|
+
pulumi.set(self, "publisher_contact", value)
|
|
638
|
+
|
|
639
|
+
@property
|
|
640
|
+
@pulumi.getter(name="publisherUri")
|
|
641
|
+
def publisher_uri(self) -> Optional[pulumi.Input[str]]:
|
|
642
|
+
"""
|
|
643
|
+
The link to the publisher website. Visible to all users.
|
|
644
|
+
"""
|
|
645
|
+
return pulumi.get(self, "publisher_uri")
|
|
646
|
+
|
|
647
|
+
@publisher_uri.setter
|
|
648
|
+
def publisher_uri(self, value: Optional[pulumi.Input[str]]):
|
|
649
|
+
pulumi.set(self, "publisher_uri", value)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
if not MYPY:
|
|
653
|
+
class DataDiskImageEncryptionArgsDict(TypedDict):
|
|
654
|
+
"""
|
|
655
|
+
Contains encryption settings for a data disk image.
|
|
656
|
+
"""
|
|
657
|
+
lun: pulumi.Input[int]
|
|
658
|
+
"""
|
|
659
|
+
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.
|
|
660
|
+
"""
|
|
661
|
+
disk_encryption_set_id: NotRequired[pulumi.Input[str]]
|
|
662
|
+
"""
|
|
663
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
664
|
+
"""
|
|
665
|
+
elif False:
|
|
666
|
+
DataDiskImageEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
667
|
+
|
|
668
|
+
@pulumi.input_type
|
|
669
|
+
class DataDiskImageEncryptionArgs:
|
|
670
|
+
def __init__(__self__, *,
|
|
671
|
+
lun: pulumi.Input[int],
|
|
672
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None):
|
|
673
|
+
"""
|
|
674
|
+
Contains encryption settings for a data disk image.
|
|
675
|
+
:param pulumi.Input[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.
|
|
676
|
+
:param pulumi.Input[str] disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
|
|
677
|
+
"""
|
|
678
|
+
pulumi.set(__self__, "lun", lun)
|
|
679
|
+
if disk_encryption_set_id is not None:
|
|
680
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
681
|
+
|
|
682
|
+
@property
|
|
683
|
+
@pulumi.getter
|
|
684
|
+
def lun(self) -> pulumi.Input[int]:
|
|
685
|
+
"""
|
|
686
|
+
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.
|
|
687
|
+
"""
|
|
688
|
+
return pulumi.get(self, "lun")
|
|
689
|
+
|
|
690
|
+
@lun.setter
|
|
691
|
+
def lun(self, value: pulumi.Input[int]):
|
|
692
|
+
pulumi.set(self, "lun", value)
|
|
693
|
+
|
|
694
|
+
@property
|
|
695
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
696
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
697
|
+
"""
|
|
698
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
699
|
+
"""
|
|
700
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
701
|
+
|
|
702
|
+
@disk_encryption_set_id.setter
|
|
703
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
704
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
if not MYPY:
|
|
708
|
+
class DisallowedArgsDict(TypedDict):
|
|
709
|
+
"""
|
|
710
|
+
Describes the disallowed disk types.
|
|
711
|
+
"""
|
|
712
|
+
disk_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
713
|
+
"""
|
|
714
|
+
A list of disk types.
|
|
715
|
+
"""
|
|
716
|
+
elif False:
|
|
717
|
+
DisallowedArgsDict: TypeAlias = Mapping[str, Any]
|
|
718
|
+
|
|
719
|
+
@pulumi.input_type
|
|
720
|
+
class DisallowedArgs:
|
|
721
|
+
def __init__(__self__, *,
|
|
722
|
+
disk_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
723
|
+
"""
|
|
724
|
+
Describes the disallowed disk types.
|
|
725
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] disk_types: A list of disk types.
|
|
726
|
+
"""
|
|
727
|
+
if disk_types is not None:
|
|
728
|
+
pulumi.set(__self__, "disk_types", disk_types)
|
|
729
|
+
|
|
730
|
+
@property
|
|
731
|
+
@pulumi.getter(name="diskTypes")
|
|
732
|
+
def disk_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
733
|
+
"""
|
|
734
|
+
A list of disk types.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "disk_types")
|
|
737
|
+
|
|
738
|
+
@disk_types.setter
|
|
739
|
+
def disk_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
740
|
+
pulumi.set(self, "disk_types", value)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
if not MYPY:
|
|
744
|
+
class EncryptionImagesArgsDict(TypedDict):
|
|
745
|
+
"""
|
|
746
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
747
|
+
"""
|
|
748
|
+
data_disk_images: NotRequired[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgsDict']]]]
|
|
749
|
+
"""
|
|
750
|
+
A list of encryption specifications for data disk images.
|
|
751
|
+
"""
|
|
752
|
+
os_disk_image: NotRequired[pulumi.Input['OSDiskImageEncryptionArgsDict']]
|
|
753
|
+
"""
|
|
754
|
+
Contains encryption settings for an OS disk image.
|
|
755
|
+
"""
|
|
756
|
+
elif False:
|
|
757
|
+
EncryptionImagesArgsDict: TypeAlias = Mapping[str, Any]
|
|
758
|
+
|
|
759
|
+
@pulumi.input_type
|
|
760
|
+
class EncryptionImagesArgs:
|
|
761
|
+
def __init__(__self__, *,
|
|
762
|
+
data_disk_images: Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]] = None,
|
|
763
|
+
os_disk_image: Optional[pulumi.Input['OSDiskImageEncryptionArgs']] = None):
|
|
764
|
+
"""
|
|
765
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
766
|
+
:param pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]] data_disk_images: A list of encryption specifications for data disk images.
|
|
767
|
+
:param pulumi.Input['OSDiskImageEncryptionArgs'] os_disk_image: Contains encryption settings for an OS disk image.
|
|
768
|
+
"""
|
|
769
|
+
if data_disk_images is not None:
|
|
770
|
+
pulumi.set(__self__, "data_disk_images", data_disk_images)
|
|
771
|
+
if os_disk_image is not None:
|
|
772
|
+
pulumi.set(__self__, "os_disk_image", os_disk_image)
|
|
773
|
+
|
|
774
|
+
@property
|
|
775
|
+
@pulumi.getter(name="dataDiskImages")
|
|
776
|
+
def data_disk_images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]]:
|
|
777
|
+
"""
|
|
778
|
+
A list of encryption specifications for data disk images.
|
|
779
|
+
"""
|
|
780
|
+
return pulumi.get(self, "data_disk_images")
|
|
781
|
+
|
|
782
|
+
@data_disk_images.setter
|
|
783
|
+
def data_disk_images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DataDiskImageEncryptionArgs']]]]):
|
|
784
|
+
pulumi.set(self, "data_disk_images", value)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="osDiskImage")
|
|
788
|
+
def os_disk_image(self) -> Optional[pulumi.Input['OSDiskImageEncryptionArgs']]:
|
|
789
|
+
"""
|
|
790
|
+
Contains encryption settings for an OS disk image.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "os_disk_image")
|
|
793
|
+
|
|
794
|
+
@os_disk_image.setter
|
|
795
|
+
def os_disk_image(self, value: Optional[pulumi.Input['OSDiskImageEncryptionArgs']]):
|
|
796
|
+
pulumi.set(self, "os_disk_image", value)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
if not MYPY:
|
|
800
|
+
class GalleryApplicationCustomActionParameterArgsDict(TypedDict):
|
|
801
|
+
"""
|
|
802
|
+
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
|
|
803
|
+
"""
|
|
804
|
+
name: pulumi.Input[str]
|
|
805
|
+
"""
|
|
806
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
807
|
+
"""
|
|
808
|
+
default_value: NotRequired[pulumi.Input[str]]
|
|
809
|
+
"""
|
|
810
|
+
The default value of the parameter. Only applies to string types
|
|
811
|
+
"""
|
|
812
|
+
description: NotRequired[pulumi.Input[str]]
|
|
813
|
+
"""
|
|
814
|
+
A description to help users understand what this parameter means
|
|
815
|
+
"""
|
|
816
|
+
required: NotRequired[pulumi.Input[bool]]
|
|
817
|
+
"""
|
|
818
|
+
Indicates whether this parameter must be passed when running the custom action.
|
|
819
|
+
"""
|
|
820
|
+
type: NotRequired[pulumi.Input['GalleryApplicationCustomActionParameterType']]
|
|
821
|
+
"""
|
|
822
|
+
Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
|
|
823
|
+
"""
|
|
824
|
+
elif False:
|
|
825
|
+
GalleryApplicationCustomActionParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
826
|
+
|
|
827
|
+
@pulumi.input_type
|
|
828
|
+
class GalleryApplicationCustomActionParameterArgs:
|
|
829
|
+
def __init__(__self__, *,
|
|
830
|
+
name: pulumi.Input[str],
|
|
831
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
|
832
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
833
|
+
required: Optional[pulumi.Input[bool]] = None,
|
|
834
|
+
type: Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']] = None):
|
|
835
|
+
"""
|
|
836
|
+
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
|
|
837
|
+
:param pulumi.Input[str] name: The name of the custom action. Must be unique within the Gallery Application Version.
|
|
838
|
+
:param pulumi.Input[str] default_value: The default value of the parameter. Only applies to string types
|
|
839
|
+
:param pulumi.Input[str] description: A description to help users understand what this parameter means
|
|
840
|
+
:param pulumi.Input[bool] required: Indicates whether this parameter must be passed when running the custom action.
|
|
841
|
+
:param pulumi.Input['GalleryApplicationCustomActionParameterType'] type: Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
|
|
842
|
+
"""
|
|
843
|
+
pulumi.set(__self__, "name", name)
|
|
844
|
+
if default_value is not None:
|
|
845
|
+
pulumi.set(__self__, "default_value", default_value)
|
|
846
|
+
if description is not None:
|
|
847
|
+
pulumi.set(__self__, "description", description)
|
|
848
|
+
if required is not None:
|
|
849
|
+
pulumi.set(__self__, "required", required)
|
|
850
|
+
if type is not None:
|
|
851
|
+
pulumi.set(__self__, "type", type)
|
|
852
|
+
|
|
853
|
+
@property
|
|
854
|
+
@pulumi.getter
|
|
855
|
+
def name(self) -> pulumi.Input[str]:
|
|
856
|
+
"""
|
|
857
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
858
|
+
"""
|
|
859
|
+
return pulumi.get(self, "name")
|
|
860
|
+
|
|
861
|
+
@name.setter
|
|
862
|
+
def name(self, value: pulumi.Input[str]):
|
|
863
|
+
pulumi.set(self, "name", value)
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
@pulumi.getter(name="defaultValue")
|
|
867
|
+
def default_value(self) -> Optional[pulumi.Input[str]]:
|
|
868
|
+
"""
|
|
869
|
+
The default value of the parameter. Only applies to string types
|
|
870
|
+
"""
|
|
871
|
+
return pulumi.get(self, "default_value")
|
|
872
|
+
|
|
873
|
+
@default_value.setter
|
|
874
|
+
def default_value(self, value: Optional[pulumi.Input[str]]):
|
|
875
|
+
pulumi.set(self, "default_value", value)
|
|
876
|
+
|
|
877
|
+
@property
|
|
878
|
+
@pulumi.getter
|
|
879
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
880
|
+
"""
|
|
881
|
+
A description to help users understand what this parameter means
|
|
882
|
+
"""
|
|
883
|
+
return pulumi.get(self, "description")
|
|
884
|
+
|
|
885
|
+
@description.setter
|
|
886
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
887
|
+
pulumi.set(self, "description", value)
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter
|
|
891
|
+
def required(self) -> Optional[pulumi.Input[bool]]:
|
|
892
|
+
"""
|
|
893
|
+
Indicates whether this parameter must be passed when running the custom action.
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "required")
|
|
896
|
+
|
|
897
|
+
@required.setter
|
|
898
|
+
def required(self, value: Optional[pulumi.Input[bool]]):
|
|
899
|
+
pulumi.set(self, "required", value)
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
@pulumi.getter
|
|
903
|
+
def type(self) -> Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']]:
|
|
904
|
+
"""
|
|
905
|
+
Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob
|
|
906
|
+
"""
|
|
907
|
+
return pulumi.get(self, "type")
|
|
908
|
+
|
|
909
|
+
@type.setter
|
|
910
|
+
def type(self, value: Optional[pulumi.Input['GalleryApplicationCustomActionParameterType']]):
|
|
911
|
+
pulumi.set(self, "type", value)
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
if not MYPY:
|
|
915
|
+
class GalleryApplicationCustomActionArgsDict(TypedDict):
|
|
916
|
+
"""
|
|
917
|
+
A custom action that can be performed with a Gallery Application Version.
|
|
918
|
+
"""
|
|
919
|
+
name: pulumi.Input[str]
|
|
920
|
+
"""
|
|
921
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
922
|
+
"""
|
|
923
|
+
script: pulumi.Input[str]
|
|
924
|
+
"""
|
|
925
|
+
The script to run when executing this custom action.
|
|
926
|
+
"""
|
|
927
|
+
description: NotRequired[pulumi.Input[str]]
|
|
928
|
+
"""
|
|
929
|
+
Description to help the users understand what this custom action does.
|
|
930
|
+
"""
|
|
931
|
+
parameters: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgsDict']]]]
|
|
932
|
+
"""
|
|
933
|
+
The parameters that this custom action uses
|
|
934
|
+
"""
|
|
935
|
+
elif False:
|
|
936
|
+
GalleryApplicationCustomActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
937
|
+
|
|
938
|
+
@pulumi.input_type
|
|
939
|
+
class GalleryApplicationCustomActionArgs:
|
|
940
|
+
def __init__(__self__, *,
|
|
941
|
+
name: pulumi.Input[str],
|
|
942
|
+
script: pulumi.Input[str],
|
|
943
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
944
|
+
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]] = None):
|
|
945
|
+
"""
|
|
946
|
+
A custom action that can be performed with a Gallery Application Version.
|
|
947
|
+
:param pulumi.Input[str] name: The name of the custom action. Must be unique within the Gallery Application Version.
|
|
948
|
+
:param pulumi.Input[str] script: The script to run when executing this custom action.
|
|
949
|
+
:param pulumi.Input[str] description: Description to help the users understand what this custom action does.
|
|
950
|
+
:param pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]] parameters: The parameters that this custom action uses
|
|
951
|
+
"""
|
|
952
|
+
pulumi.set(__self__, "name", name)
|
|
953
|
+
pulumi.set(__self__, "script", script)
|
|
954
|
+
if description is not None:
|
|
955
|
+
pulumi.set(__self__, "description", description)
|
|
956
|
+
if parameters is not None:
|
|
957
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
958
|
+
|
|
959
|
+
@property
|
|
960
|
+
@pulumi.getter
|
|
961
|
+
def name(self) -> pulumi.Input[str]:
|
|
962
|
+
"""
|
|
963
|
+
The name of the custom action. Must be unique within the Gallery Application Version.
|
|
964
|
+
"""
|
|
965
|
+
return pulumi.get(self, "name")
|
|
966
|
+
|
|
967
|
+
@name.setter
|
|
968
|
+
def name(self, value: pulumi.Input[str]):
|
|
969
|
+
pulumi.set(self, "name", value)
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter
|
|
973
|
+
def script(self) -> pulumi.Input[str]:
|
|
974
|
+
"""
|
|
975
|
+
The script to run when executing this custom action.
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "script")
|
|
978
|
+
|
|
979
|
+
@script.setter
|
|
980
|
+
def script(self, value: pulumi.Input[str]):
|
|
981
|
+
pulumi.set(self, "script", value)
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
@pulumi.getter
|
|
985
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
986
|
+
"""
|
|
987
|
+
Description to help the users understand what this custom action does.
|
|
988
|
+
"""
|
|
989
|
+
return pulumi.get(self, "description")
|
|
990
|
+
|
|
991
|
+
@description.setter
|
|
992
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
993
|
+
pulumi.set(self, "description", value)
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter
|
|
997
|
+
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]]:
|
|
998
|
+
"""
|
|
999
|
+
The parameters that this custom action uses
|
|
1000
|
+
"""
|
|
1001
|
+
return pulumi.get(self, "parameters")
|
|
1002
|
+
|
|
1003
|
+
@parameters.setter
|
|
1004
|
+
def parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionParameterArgs']]]]):
|
|
1005
|
+
pulumi.set(self, "parameters", value)
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
if not MYPY:
|
|
1009
|
+
class GalleryApplicationVersionPublishingProfileArgsDict(TypedDict):
|
|
1010
|
+
"""
|
|
1011
|
+
The publishing profile of a gallery image version.
|
|
1012
|
+
"""
|
|
1013
|
+
source: pulumi.Input['UserArtifactSourceArgsDict']
|
|
1014
|
+
"""
|
|
1015
|
+
The source image from which the Image Version is going to be created.
|
|
1016
|
+
"""
|
|
1017
|
+
advanced_settings: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1018
|
+
"""
|
|
1019
|
+
Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
|
|
1020
|
+
"""
|
|
1021
|
+
custom_actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgsDict']]]]
|
|
1022
|
+
"""
|
|
1023
|
+
A list of custom actions that can be performed with this Gallery Application Version.
|
|
1024
|
+
"""
|
|
1025
|
+
enable_health_check: NotRequired[pulumi.Input[bool]]
|
|
1026
|
+
"""
|
|
1027
|
+
Optional. Whether or not this application reports health.
|
|
1028
|
+
"""
|
|
1029
|
+
end_of_life_date: NotRequired[pulumi.Input[str]]
|
|
1030
|
+
"""
|
|
1031
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1032
|
+
"""
|
|
1033
|
+
exclude_from_latest: NotRequired[pulumi.Input[bool]]
|
|
1034
|
+
"""
|
|
1035
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1036
|
+
"""
|
|
1037
|
+
manage_actions: NotRequired[pulumi.Input['UserArtifactManageArgsDict']]
|
|
1038
|
+
replica_count: NotRequired[pulumi.Input[int]]
|
|
1039
|
+
"""
|
|
1040
|
+
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.
|
|
1041
|
+
"""
|
|
1042
|
+
replication_mode: NotRequired[pulumi.Input[Union[str, 'ReplicationMode']]]
|
|
1043
|
+
"""
|
|
1044
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1045
|
+
"""
|
|
1046
|
+
settings: NotRequired[pulumi.Input['UserArtifactSettingsArgsDict']]
|
|
1047
|
+
"""
|
|
1048
|
+
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.
|
|
1049
|
+
"""
|
|
1050
|
+
storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
|
|
1051
|
+
"""
|
|
1052
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1053
|
+
"""
|
|
1054
|
+
target_extended_locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgsDict']]]]
|
|
1055
|
+
"""
|
|
1056
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1057
|
+
"""
|
|
1058
|
+
target_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgsDict']]]]
|
|
1059
|
+
"""
|
|
1060
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1061
|
+
"""
|
|
1062
|
+
elif False:
|
|
1063
|
+
GalleryApplicationVersionPublishingProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1064
|
+
|
|
1065
|
+
@pulumi.input_type
|
|
1066
|
+
class GalleryApplicationVersionPublishingProfileArgs:
|
|
1067
|
+
def __init__(__self__, *,
|
|
1068
|
+
source: pulumi.Input['UserArtifactSourceArgs'],
|
|
1069
|
+
advanced_settings: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1070
|
+
custom_actions: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]] = None,
|
|
1071
|
+
enable_health_check: Optional[pulumi.Input[bool]] = None,
|
|
1072
|
+
end_of_life_date: Optional[pulumi.Input[str]] = None,
|
|
1073
|
+
exclude_from_latest: Optional[pulumi.Input[bool]] = None,
|
|
1074
|
+
manage_actions: Optional[pulumi.Input['UserArtifactManageArgs']] = None,
|
|
1075
|
+
replica_count: Optional[pulumi.Input[int]] = None,
|
|
1076
|
+
replication_mode: Optional[pulumi.Input[Union[str, 'ReplicationMode']]] = None,
|
|
1077
|
+
settings: Optional[pulumi.Input['UserArtifactSettingsArgs']] = None,
|
|
1078
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None,
|
|
1079
|
+
target_extended_locations: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]] = None,
|
|
1080
|
+
target_regions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]] = None):
|
|
1081
|
+
"""
|
|
1082
|
+
The publishing profile of a gallery image version.
|
|
1083
|
+
:param pulumi.Input['UserArtifactSourceArgs'] source: The source image from which the Image Version is going to be created.
|
|
1084
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] advanced_settings: Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
|
|
1085
|
+
:param pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]] custom_actions: A list of custom actions that can be performed with this Gallery Application Version.
|
|
1086
|
+
:param pulumi.Input[bool] enable_health_check: Optional. Whether or not this application reports health.
|
|
1087
|
+
:param pulumi.Input[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.
|
|
1088
|
+
:param pulumi.Input[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.
|
|
1089
|
+
:param pulumi.Input[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.
|
|
1090
|
+
:param pulumi.Input[Union[str, 'ReplicationMode']] replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1091
|
+
:param pulumi.Input['UserArtifactSettingsArgs'] 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.
|
|
1092
|
+
:param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1093
|
+
:param pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1094
|
+
:param pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1095
|
+
"""
|
|
1096
|
+
pulumi.set(__self__, "source", source)
|
|
1097
|
+
if advanced_settings is not None:
|
|
1098
|
+
pulumi.set(__self__, "advanced_settings", advanced_settings)
|
|
1099
|
+
if custom_actions is not None:
|
|
1100
|
+
pulumi.set(__self__, "custom_actions", custom_actions)
|
|
1101
|
+
if enable_health_check is not None:
|
|
1102
|
+
pulumi.set(__self__, "enable_health_check", enable_health_check)
|
|
1103
|
+
if end_of_life_date is not None:
|
|
1104
|
+
pulumi.set(__self__, "end_of_life_date", end_of_life_date)
|
|
1105
|
+
if exclude_from_latest is not None:
|
|
1106
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
1107
|
+
if manage_actions is not None:
|
|
1108
|
+
pulumi.set(__self__, "manage_actions", manage_actions)
|
|
1109
|
+
if replica_count is not None:
|
|
1110
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
1111
|
+
if replication_mode is not None:
|
|
1112
|
+
pulumi.set(__self__, "replication_mode", replication_mode)
|
|
1113
|
+
if settings is not None:
|
|
1114
|
+
pulumi.set(__self__, "settings", settings)
|
|
1115
|
+
if storage_account_type is not None:
|
|
1116
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
1117
|
+
if target_extended_locations is not None:
|
|
1118
|
+
pulumi.set(__self__, "target_extended_locations", target_extended_locations)
|
|
1119
|
+
if target_regions is not None:
|
|
1120
|
+
pulumi.set(__self__, "target_regions", target_regions)
|
|
1121
|
+
|
|
1122
|
+
@property
|
|
1123
|
+
@pulumi.getter
|
|
1124
|
+
def source(self) -> pulumi.Input['UserArtifactSourceArgs']:
|
|
1125
|
+
"""
|
|
1126
|
+
The source image from which the Image Version is going to be created.
|
|
1127
|
+
"""
|
|
1128
|
+
return pulumi.get(self, "source")
|
|
1129
|
+
|
|
1130
|
+
@source.setter
|
|
1131
|
+
def source(self, value: pulumi.Input['UserArtifactSourceArgs']):
|
|
1132
|
+
pulumi.set(self, "source", value)
|
|
1133
|
+
|
|
1134
|
+
@property
|
|
1135
|
+
@pulumi.getter(name="advancedSettings")
|
|
1136
|
+
def advanced_settings(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1137
|
+
"""
|
|
1138
|
+
Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "advanced_settings")
|
|
1141
|
+
|
|
1142
|
+
@advanced_settings.setter
|
|
1143
|
+
def advanced_settings(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1144
|
+
pulumi.set(self, "advanced_settings", value)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="customActions")
|
|
1148
|
+
def custom_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]]:
|
|
1149
|
+
"""
|
|
1150
|
+
A list of custom actions that can be performed with this Gallery Application Version.
|
|
1151
|
+
"""
|
|
1152
|
+
return pulumi.get(self, "custom_actions")
|
|
1153
|
+
|
|
1154
|
+
@custom_actions.setter
|
|
1155
|
+
def custom_actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryApplicationCustomActionArgs']]]]):
|
|
1156
|
+
pulumi.set(self, "custom_actions", value)
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter(name="enableHealthCheck")
|
|
1160
|
+
def enable_health_check(self) -> Optional[pulumi.Input[bool]]:
|
|
1161
|
+
"""
|
|
1162
|
+
Optional. Whether or not this application reports health.
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "enable_health_check")
|
|
1165
|
+
|
|
1166
|
+
@enable_health_check.setter
|
|
1167
|
+
def enable_health_check(self, value: Optional[pulumi.Input[bool]]):
|
|
1168
|
+
pulumi.set(self, "enable_health_check", value)
|
|
1169
|
+
|
|
1170
|
+
@property
|
|
1171
|
+
@pulumi.getter(name="endOfLifeDate")
|
|
1172
|
+
def end_of_life_date(self) -> Optional[pulumi.Input[str]]:
|
|
1173
|
+
"""
|
|
1174
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1175
|
+
"""
|
|
1176
|
+
return pulumi.get(self, "end_of_life_date")
|
|
1177
|
+
|
|
1178
|
+
@end_of_life_date.setter
|
|
1179
|
+
def end_of_life_date(self, value: Optional[pulumi.Input[str]]):
|
|
1180
|
+
pulumi.set(self, "end_of_life_date", value)
|
|
1181
|
+
|
|
1182
|
+
@property
|
|
1183
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
1184
|
+
def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
|
|
1185
|
+
"""
|
|
1186
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1187
|
+
"""
|
|
1188
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
1189
|
+
|
|
1190
|
+
@exclude_from_latest.setter
|
|
1191
|
+
def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
|
|
1192
|
+
pulumi.set(self, "exclude_from_latest", value)
|
|
1193
|
+
|
|
1194
|
+
@property
|
|
1195
|
+
@pulumi.getter(name="manageActions")
|
|
1196
|
+
def manage_actions(self) -> Optional[pulumi.Input['UserArtifactManageArgs']]:
|
|
1197
|
+
return pulumi.get(self, "manage_actions")
|
|
1198
|
+
|
|
1199
|
+
@manage_actions.setter
|
|
1200
|
+
def manage_actions(self, value: Optional[pulumi.Input['UserArtifactManageArgs']]):
|
|
1201
|
+
pulumi.set(self, "manage_actions", value)
|
|
1202
|
+
|
|
1203
|
+
@property
|
|
1204
|
+
@pulumi.getter(name="replicaCount")
|
|
1205
|
+
def replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
1206
|
+
"""
|
|
1207
|
+
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.
|
|
1208
|
+
"""
|
|
1209
|
+
return pulumi.get(self, "replica_count")
|
|
1210
|
+
|
|
1211
|
+
@replica_count.setter
|
|
1212
|
+
def replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
1213
|
+
pulumi.set(self, "replica_count", value)
|
|
1214
|
+
|
|
1215
|
+
@property
|
|
1216
|
+
@pulumi.getter(name="replicationMode")
|
|
1217
|
+
def replication_mode(self) -> Optional[pulumi.Input[Union[str, 'ReplicationMode']]]:
|
|
1218
|
+
"""
|
|
1219
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1220
|
+
"""
|
|
1221
|
+
return pulumi.get(self, "replication_mode")
|
|
1222
|
+
|
|
1223
|
+
@replication_mode.setter
|
|
1224
|
+
def replication_mode(self, value: Optional[pulumi.Input[Union[str, 'ReplicationMode']]]):
|
|
1225
|
+
pulumi.set(self, "replication_mode", value)
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
@pulumi.getter
|
|
1229
|
+
def settings(self) -> Optional[pulumi.Input['UserArtifactSettingsArgs']]:
|
|
1230
|
+
"""
|
|
1231
|
+
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.
|
|
1232
|
+
"""
|
|
1233
|
+
return pulumi.get(self, "settings")
|
|
1234
|
+
|
|
1235
|
+
@settings.setter
|
|
1236
|
+
def settings(self, value: Optional[pulumi.Input['UserArtifactSettingsArgs']]):
|
|
1237
|
+
pulumi.set(self, "settings", value)
|
|
1238
|
+
|
|
1239
|
+
@property
|
|
1240
|
+
@pulumi.getter(name="storageAccountType")
|
|
1241
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
|
|
1242
|
+
"""
|
|
1243
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1244
|
+
"""
|
|
1245
|
+
return pulumi.get(self, "storage_account_type")
|
|
1246
|
+
|
|
1247
|
+
@storage_account_type.setter
|
|
1248
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
|
|
1249
|
+
pulumi.set(self, "storage_account_type", value)
|
|
1250
|
+
|
|
1251
|
+
@property
|
|
1252
|
+
@pulumi.getter(name="targetExtendedLocations")
|
|
1253
|
+
def target_extended_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]:
|
|
1254
|
+
"""
|
|
1255
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1256
|
+
"""
|
|
1257
|
+
return pulumi.get(self, "target_extended_locations")
|
|
1258
|
+
|
|
1259
|
+
@target_extended_locations.setter
|
|
1260
|
+
def target_extended_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]):
|
|
1261
|
+
pulumi.set(self, "target_extended_locations", value)
|
|
1262
|
+
|
|
1263
|
+
@property
|
|
1264
|
+
@pulumi.getter(name="targetRegions")
|
|
1265
|
+
def target_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]:
|
|
1266
|
+
"""
|
|
1267
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1268
|
+
"""
|
|
1269
|
+
return pulumi.get(self, "target_regions")
|
|
1270
|
+
|
|
1271
|
+
@target_regions.setter
|
|
1272
|
+
def target_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]):
|
|
1273
|
+
pulumi.set(self, "target_regions", value)
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
if not MYPY:
|
|
1277
|
+
class GalleryApplicationVersionSafetyProfileArgsDict(TypedDict):
|
|
1278
|
+
"""
|
|
1279
|
+
The safety profile of the Gallery Application Version.
|
|
1280
|
+
"""
|
|
1281
|
+
allow_deletion_of_replicated_locations: NotRequired[pulumi.Input[bool]]
|
|
1282
|
+
"""
|
|
1283
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1284
|
+
"""
|
|
1285
|
+
elif False:
|
|
1286
|
+
GalleryApplicationVersionSafetyProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1287
|
+
|
|
1288
|
+
@pulumi.input_type
|
|
1289
|
+
class GalleryApplicationVersionSafetyProfileArgs:
|
|
1290
|
+
def __init__(__self__, *,
|
|
1291
|
+
allow_deletion_of_replicated_locations: Optional[pulumi.Input[bool]] = None):
|
|
1292
|
+
"""
|
|
1293
|
+
The safety profile of the Gallery Application Version.
|
|
1294
|
+
:param pulumi.Input[bool] allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1295
|
+
"""
|
|
1296
|
+
if allow_deletion_of_replicated_locations is not None:
|
|
1297
|
+
pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
|
|
1298
|
+
|
|
1299
|
+
@property
|
|
1300
|
+
@pulumi.getter(name="allowDeletionOfReplicatedLocations")
|
|
1301
|
+
def allow_deletion_of_replicated_locations(self) -> Optional[pulumi.Input[bool]]:
|
|
1302
|
+
"""
|
|
1303
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1304
|
+
"""
|
|
1305
|
+
return pulumi.get(self, "allow_deletion_of_replicated_locations")
|
|
1306
|
+
|
|
1307
|
+
@allow_deletion_of_replicated_locations.setter
|
|
1308
|
+
def allow_deletion_of_replicated_locations(self, value: Optional[pulumi.Input[bool]]):
|
|
1309
|
+
pulumi.set(self, "allow_deletion_of_replicated_locations", value)
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
if not MYPY:
|
|
1313
|
+
class GalleryArtifactVersionFullSourceArgsDict(TypedDict):
|
|
1314
|
+
"""
|
|
1315
|
+
The source of the gallery artifact version.
|
|
1316
|
+
"""
|
|
1317
|
+
community_gallery_image_id: NotRequired[pulumi.Input[str]]
|
|
1318
|
+
"""
|
|
1319
|
+
The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
|
|
1320
|
+
"""
|
|
1321
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1322
|
+
"""
|
|
1323
|
+
The id of the gallery artifact version source.
|
|
1324
|
+
"""
|
|
1325
|
+
virtual_machine_id: NotRequired[pulumi.Input[str]]
|
|
1326
|
+
"""
|
|
1327
|
+
The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
|
|
1328
|
+
"""
|
|
1329
|
+
elif False:
|
|
1330
|
+
GalleryArtifactVersionFullSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1331
|
+
|
|
1332
|
+
@pulumi.input_type
|
|
1333
|
+
class GalleryArtifactVersionFullSourceArgs:
|
|
1334
|
+
def __init__(__self__, *,
|
|
1335
|
+
community_gallery_image_id: Optional[pulumi.Input[str]] = None,
|
|
1336
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
1337
|
+
virtual_machine_id: Optional[pulumi.Input[str]] = None):
|
|
1338
|
+
"""
|
|
1339
|
+
The source of the gallery artifact version.
|
|
1340
|
+
:param pulumi.Input[str] community_gallery_image_id: The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
|
|
1341
|
+
:param pulumi.Input[str] id: The id of the gallery artifact version source.
|
|
1342
|
+
:param pulumi.Input[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.
|
|
1343
|
+
"""
|
|
1344
|
+
if community_gallery_image_id is not None:
|
|
1345
|
+
pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
|
|
1346
|
+
if id is not None:
|
|
1347
|
+
pulumi.set(__self__, "id", id)
|
|
1348
|
+
if virtual_machine_id is not None:
|
|
1349
|
+
pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
|
|
1350
|
+
|
|
1351
|
+
@property
|
|
1352
|
+
@pulumi.getter(name="communityGalleryImageId")
|
|
1353
|
+
def community_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
|
|
1354
|
+
"""
|
|
1355
|
+
The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.
|
|
1356
|
+
"""
|
|
1357
|
+
return pulumi.get(self, "community_gallery_image_id")
|
|
1358
|
+
|
|
1359
|
+
@community_gallery_image_id.setter
|
|
1360
|
+
def community_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
|
|
1361
|
+
pulumi.set(self, "community_gallery_image_id", value)
|
|
1362
|
+
|
|
1363
|
+
@property
|
|
1364
|
+
@pulumi.getter
|
|
1365
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1366
|
+
"""
|
|
1367
|
+
The id of the gallery artifact version source.
|
|
1368
|
+
"""
|
|
1369
|
+
return pulumi.get(self, "id")
|
|
1370
|
+
|
|
1371
|
+
@id.setter
|
|
1372
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1373
|
+
pulumi.set(self, "id", value)
|
|
1374
|
+
|
|
1375
|
+
@property
|
|
1376
|
+
@pulumi.getter(name="virtualMachineId")
|
|
1377
|
+
def virtual_machine_id(self) -> Optional[pulumi.Input[str]]:
|
|
1378
|
+
"""
|
|
1379
|
+
The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "virtual_machine_id")
|
|
1382
|
+
|
|
1383
|
+
@virtual_machine_id.setter
|
|
1384
|
+
def virtual_machine_id(self, value: Optional[pulumi.Input[str]]):
|
|
1385
|
+
pulumi.set(self, "virtual_machine_id", value)
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
if not MYPY:
|
|
1389
|
+
class GalleryDataDiskImageArgsDict(TypedDict):
|
|
1390
|
+
"""
|
|
1391
|
+
This is the data disk image.
|
|
1392
|
+
"""
|
|
1393
|
+
lun: pulumi.Input[int]
|
|
1394
|
+
"""
|
|
1395
|
+
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.
|
|
1396
|
+
"""
|
|
1397
|
+
host_caching: NotRequired[pulumi.Input['HostCaching']]
|
|
1398
|
+
"""
|
|
1399
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
1400
|
+
"""
|
|
1401
|
+
source: NotRequired[pulumi.Input['GalleryDiskImageSourceArgsDict']]
|
|
1402
|
+
"""
|
|
1403
|
+
The source for the disk image.
|
|
1404
|
+
"""
|
|
1405
|
+
elif False:
|
|
1406
|
+
GalleryDataDiskImageArgsDict: TypeAlias = Mapping[str, Any]
|
|
1407
|
+
|
|
1408
|
+
@pulumi.input_type
|
|
1409
|
+
class GalleryDataDiskImageArgs:
|
|
1410
|
+
def __init__(__self__, *,
|
|
1411
|
+
lun: pulumi.Input[int],
|
|
1412
|
+
host_caching: Optional[pulumi.Input['HostCaching']] = None,
|
|
1413
|
+
source: Optional[pulumi.Input['GalleryDiskImageSourceArgs']] = None):
|
|
1414
|
+
"""
|
|
1415
|
+
This is the data disk image.
|
|
1416
|
+
:param pulumi.Input[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.
|
|
1417
|
+
:param pulumi.Input['HostCaching'] host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
1418
|
+
:param pulumi.Input['GalleryDiskImageSourceArgs'] source: The source for the disk image.
|
|
1419
|
+
"""
|
|
1420
|
+
pulumi.set(__self__, "lun", lun)
|
|
1421
|
+
if host_caching is not None:
|
|
1422
|
+
pulumi.set(__self__, "host_caching", host_caching)
|
|
1423
|
+
if source is not None:
|
|
1424
|
+
pulumi.set(__self__, "source", source)
|
|
1425
|
+
|
|
1426
|
+
@property
|
|
1427
|
+
@pulumi.getter
|
|
1428
|
+
def lun(self) -> pulumi.Input[int]:
|
|
1429
|
+
"""
|
|
1430
|
+
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.
|
|
1431
|
+
"""
|
|
1432
|
+
return pulumi.get(self, "lun")
|
|
1433
|
+
|
|
1434
|
+
@lun.setter
|
|
1435
|
+
def lun(self, value: pulumi.Input[int]):
|
|
1436
|
+
pulumi.set(self, "lun", value)
|
|
1437
|
+
|
|
1438
|
+
@property
|
|
1439
|
+
@pulumi.getter(name="hostCaching")
|
|
1440
|
+
def host_caching(self) -> Optional[pulumi.Input['HostCaching']]:
|
|
1441
|
+
"""
|
|
1442
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
1443
|
+
"""
|
|
1444
|
+
return pulumi.get(self, "host_caching")
|
|
1445
|
+
|
|
1446
|
+
@host_caching.setter
|
|
1447
|
+
def host_caching(self, value: Optional[pulumi.Input['HostCaching']]):
|
|
1448
|
+
pulumi.set(self, "host_caching", value)
|
|
1449
|
+
|
|
1450
|
+
@property
|
|
1451
|
+
@pulumi.getter
|
|
1452
|
+
def source(self) -> Optional[pulumi.Input['GalleryDiskImageSourceArgs']]:
|
|
1453
|
+
"""
|
|
1454
|
+
The source for the disk image.
|
|
1455
|
+
"""
|
|
1456
|
+
return pulumi.get(self, "source")
|
|
1457
|
+
|
|
1458
|
+
@source.setter
|
|
1459
|
+
def source(self, value: Optional[pulumi.Input['GalleryDiskImageSourceArgs']]):
|
|
1460
|
+
pulumi.set(self, "source", value)
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
if not MYPY:
|
|
1464
|
+
class GalleryDiskImageSourceArgsDict(TypedDict):
|
|
1465
|
+
"""
|
|
1466
|
+
The source for the disk image.
|
|
1467
|
+
"""
|
|
1468
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1469
|
+
"""
|
|
1470
|
+
The id of the gallery artifact version source.
|
|
1471
|
+
"""
|
|
1472
|
+
storage_account_id: NotRequired[pulumi.Input[str]]
|
|
1473
|
+
"""
|
|
1474
|
+
The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
|
|
1475
|
+
"""
|
|
1476
|
+
uri: NotRequired[pulumi.Input[str]]
|
|
1477
|
+
"""
|
|
1478
|
+
The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
|
|
1479
|
+
"""
|
|
1480
|
+
elif False:
|
|
1481
|
+
GalleryDiskImageSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1482
|
+
|
|
1483
|
+
@pulumi.input_type
|
|
1484
|
+
class GalleryDiskImageSourceArgs:
|
|
1485
|
+
def __init__(__self__, *,
|
|
1486
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
1487
|
+
storage_account_id: Optional[pulumi.Input[str]] = None,
|
|
1488
|
+
uri: Optional[pulumi.Input[str]] = None):
|
|
1489
|
+
"""
|
|
1490
|
+
The source for the disk image.
|
|
1491
|
+
:param pulumi.Input[str] id: The id of the gallery artifact version source.
|
|
1492
|
+
:param pulumi.Input[str] storage_account_id: The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
|
|
1493
|
+
:param pulumi.Input[str] uri: The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
|
|
1494
|
+
"""
|
|
1495
|
+
if id is not None:
|
|
1496
|
+
pulumi.set(__self__, "id", id)
|
|
1497
|
+
if storage_account_id is not None:
|
|
1498
|
+
pulumi.set(__self__, "storage_account_id", storage_account_id)
|
|
1499
|
+
if uri is not None:
|
|
1500
|
+
pulumi.set(__self__, "uri", uri)
|
|
1501
|
+
|
|
1502
|
+
@property
|
|
1503
|
+
@pulumi.getter
|
|
1504
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1505
|
+
"""
|
|
1506
|
+
The id of the gallery artifact version source.
|
|
1507
|
+
"""
|
|
1508
|
+
return pulumi.get(self, "id")
|
|
1509
|
+
|
|
1510
|
+
@id.setter
|
|
1511
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1512
|
+
pulumi.set(self, "id", value)
|
|
1513
|
+
|
|
1514
|
+
@property
|
|
1515
|
+
@pulumi.getter(name="storageAccountId")
|
|
1516
|
+
def storage_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
1517
|
+
"""
|
|
1518
|
+
The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
|
|
1519
|
+
"""
|
|
1520
|
+
return pulumi.get(self, "storage_account_id")
|
|
1521
|
+
|
|
1522
|
+
@storage_account_id.setter
|
|
1523
|
+
def storage_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
1524
|
+
pulumi.set(self, "storage_account_id", value)
|
|
1525
|
+
|
|
1526
|
+
@property
|
|
1527
|
+
@pulumi.getter
|
|
1528
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
|
1529
|
+
"""
|
|
1530
|
+
The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "uri")
|
|
1533
|
+
|
|
1534
|
+
@uri.setter
|
|
1535
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
|
1536
|
+
pulumi.set(self, "uri", value)
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
if not MYPY:
|
|
1540
|
+
class GalleryExtendedLocationArgsDict(TypedDict):
|
|
1541
|
+
"""
|
|
1542
|
+
The name of the extended location.
|
|
1543
|
+
"""
|
|
1544
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1545
|
+
type: NotRequired[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]
|
|
1546
|
+
"""
|
|
1547
|
+
It is type of the extended location.
|
|
1548
|
+
"""
|
|
1549
|
+
elif False:
|
|
1550
|
+
GalleryExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1551
|
+
|
|
1552
|
+
@pulumi.input_type
|
|
1553
|
+
class GalleryExtendedLocationArgs:
|
|
1554
|
+
def __init__(__self__, *,
|
|
1555
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1556
|
+
type: Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]] = None):
|
|
1557
|
+
"""
|
|
1558
|
+
The name of the extended location.
|
|
1559
|
+
:param pulumi.Input[Union[str, 'GalleryExtendedLocationType']] type: It is type of the extended location.
|
|
1560
|
+
"""
|
|
1561
|
+
if name is not None:
|
|
1562
|
+
pulumi.set(__self__, "name", name)
|
|
1563
|
+
if type is not None:
|
|
1564
|
+
pulumi.set(__self__, "type", type)
|
|
1565
|
+
|
|
1566
|
+
@property
|
|
1567
|
+
@pulumi.getter
|
|
1568
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1569
|
+
return pulumi.get(self, "name")
|
|
1570
|
+
|
|
1571
|
+
@name.setter
|
|
1572
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1573
|
+
pulumi.set(self, "name", value)
|
|
1574
|
+
|
|
1575
|
+
@property
|
|
1576
|
+
@pulumi.getter
|
|
1577
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]:
|
|
1578
|
+
"""
|
|
1579
|
+
It is type of the extended location.
|
|
1580
|
+
"""
|
|
1581
|
+
return pulumi.get(self, "type")
|
|
1582
|
+
|
|
1583
|
+
@type.setter
|
|
1584
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'GalleryExtendedLocationType']]]):
|
|
1585
|
+
pulumi.set(self, "type", value)
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
if not MYPY:
|
|
1589
|
+
class GalleryIdentityArgsDict(TypedDict):
|
|
1590
|
+
"""
|
|
1591
|
+
Identity for the virtual machine.
|
|
1592
|
+
"""
|
|
1593
|
+
type: NotRequired[pulumi.Input['ResourceIdentityType']]
|
|
1594
|
+
"""
|
|
1595
|
+
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.
|
|
1596
|
+
"""
|
|
1597
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1598
|
+
"""
|
|
1599
|
+
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}'.
|
|
1600
|
+
"""
|
|
1601
|
+
elif False:
|
|
1602
|
+
GalleryIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
1603
|
+
|
|
1604
|
+
@pulumi.input_type
|
|
1605
|
+
class GalleryIdentityArgs:
|
|
1606
|
+
def __init__(__self__, *,
|
|
1607
|
+
type: Optional[pulumi.Input['ResourceIdentityType']] = None,
|
|
1608
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1609
|
+
"""
|
|
1610
|
+
Identity for the virtual machine.
|
|
1611
|
+
:param pulumi.Input['ResourceIdentityType'] 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.
|
|
1612
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] 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}'.
|
|
1613
|
+
"""
|
|
1614
|
+
if type is not None:
|
|
1615
|
+
pulumi.set(__self__, "type", type)
|
|
1616
|
+
if user_assigned_identities is not None:
|
|
1617
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1618
|
+
|
|
1619
|
+
@property
|
|
1620
|
+
@pulumi.getter
|
|
1621
|
+
def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
|
|
1622
|
+
"""
|
|
1623
|
+
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.
|
|
1624
|
+
"""
|
|
1625
|
+
return pulumi.get(self, "type")
|
|
1626
|
+
|
|
1627
|
+
@type.setter
|
|
1628
|
+
def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
|
|
1629
|
+
pulumi.set(self, "type", value)
|
|
1630
|
+
|
|
1631
|
+
@property
|
|
1632
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1633
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1634
|
+
"""
|
|
1635
|
+
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}'.
|
|
1636
|
+
"""
|
|
1637
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1638
|
+
|
|
1639
|
+
@user_assigned_identities.setter
|
|
1640
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1641
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
if not MYPY:
|
|
1645
|
+
class GalleryImageFeatureArgsDict(TypedDict):
|
|
1646
|
+
"""
|
|
1647
|
+
A feature for gallery image.
|
|
1648
|
+
"""
|
|
1649
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1650
|
+
"""
|
|
1651
|
+
The name of the gallery image feature.
|
|
1652
|
+
"""
|
|
1653
|
+
starts_at_version: NotRequired[pulumi.Input[str]]
|
|
1654
|
+
"""
|
|
1655
|
+
The minimum gallery image version which supports this feature.
|
|
1656
|
+
"""
|
|
1657
|
+
value: NotRequired[pulumi.Input[str]]
|
|
1658
|
+
"""
|
|
1659
|
+
The value of the gallery image feature.
|
|
1660
|
+
"""
|
|
1661
|
+
elif False:
|
|
1662
|
+
GalleryImageFeatureArgsDict: TypeAlias = Mapping[str, Any]
|
|
1663
|
+
|
|
1664
|
+
@pulumi.input_type
|
|
1665
|
+
class GalleryImageFeatureArgs:
|
|
1666
|
+
def __init__(__self__, *,
|
|
1667
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1668
|
+
starts_at_version: Optional[pulumi.Input[str]] = None,
|
|
1669
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
1670
|
+
"""
|
|
1671
|
+
A feature for gallery image.
|
|
1672
|
+
:param pulumi.Input[str] name: The name of the gallery image feature.
|
|
1673
|
+
:param pulumi.Input[str] starts_at_version: The minimum gallery image version which supports this feature.
|
|
1674
|
+
:param pulumi.Input[str] value: The value of the gallery image feature.
|
|
1675
|
+
"""
|
|
1676
|
+
if name is not None:
|
|
1677
|
+
pulumi.set(__self__, "name", name)
|
|
1678
|
+
if starts_at_version is not None:
|
|
1679
|
+
pulumi.set(__self__, "starts_at_version", starts_at_version)
|
|
1680
|
+
if value is not None:
|
|
1681
|
+
pulumi.set(__self__, "value", value)
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter
|
|
1685
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1686
|
+
"""
|
|
1687
|
+
The name of the gallery image feature.
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "name")
|
|
1690
|
+
|
|
1691
|
+
@name.setter
|
|
1692
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1693
|
+
pulumi.set(self, "name", value)
|
|
1694
|
+
|
|
1695
|
+
@property
|
|
1696
|
+
@pulumi.getter(name="startsAtVersion")
|
|
1697
|
+
def starts_at_version(self) -> Optional[pulumi.Input[str]]:
|
|
1698
|
+
"""
|
|
1699
|
+
The minimum gallery image version which supports this feature.
|
|
1700
|
+
"""
|
|
1701
|
+
return pulumi.get(self, "starts_at_version")
|
|
1702
|
+
|
|
1703
|
+
@starts_at_version.setter
|
|
1704
|
+
def starts_at_version(self, value: Optional[pulumi.Input[str]]):
|
|
1705
|
+
pulumi.set(self, "starts_at_version", value)
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter
|
|
1709
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
1710
|
+
"""
|
|
1711
|
+
The value of the gallery image feature.
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "value")
|
|
1714
|
+
|
|
1715
|
+
@value.setter
|
|
1716
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
1717
|
+
pulumi.set(self, "value", value)
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
if not MYPY:
|
|
1721
|
+
class GalleryImageIdentifierArgsDict(TypedDict):
|
|
1722
|
+
"""
|
|
1723
|
+
This is the gallery image definition identifier.
|
|
1724
|
+
"""
|
|
1725
|
+
offer: pulumi.Input[str]
|
|
1726
|
+
"""
|
|
1727
|
+
The name of the gallery image definition offer.
|
|
1728
|
+
"""
|
|
1729
|
+
publisher: pulumi.Input[str]
|
|
1730
|
+
"""
|
|
1731
|
+
The name of the gallery image definition publisher.
|
|
1732
|
+
"""
|
|
1733
|
+
sku: pulumi.Input[str]
|
|
1734
|
+
"""
|
|
1735
|
+
The name of the gallery image definition SKU.
|
|
1736
|
+
"""
|
|
1737
|
+
elif False:
|
|
1738
|
+
GalleryImageIdentifierArgsDict: TypeAlias = Mapping[str, Any]
|
|
1739
|
+
|
|
1740
|
+
@pulumi.input_type
|
|
1741
|
+
class GalleryImageIdentifierArgs:
|
|
1742
|
+
def __init__(__self__, *,
|
|
1743
|
+
offer: pulumi.Input[str],
|
|
1744
|
+
publisher: pulumi.Input[str],
|
|
1745
|
+
sku: pulumi.Input[str]):
|
|
1746
|
+
"""
|
|
1747
|
+
This is the gallery image definition identifier.
|
|
1748
|
+
:param pulumi.Input[str] offer: The name of the gallery image definition offer.
|
|
1749
|
+
:param pulumi.Input[str] publisher: The name of the gallery image definition publisher.
|
|
1750
|
+
:param pulumi.Input[str] sku: The name of the gallery image definition SKU.
|
|
1751
|
+
"""
|
|
1752
|
+
pulumi.set(__self__, "offer", offer)
|
|
1753
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
1754
|
+
pulumi.set(__self__, "sku", sku)
|
|
1755
|
+
|
|
1756
|
+
@property
|
|
1757
|
+
@pulumi.getter
|
|
1758
|
+
def offer(self) -> pulumi.Input[str]:
|
|
1759
|
+
"""
|
|
1760
|
+
The name of the gallery image definition offer.
|
|
1761
|
+
"""
|
|
1762
|
+
return pulumi.get(self, "offer")
|
|
1763
|
+
|
|
1764
|
+
@offer.setter
|
|
1765
|
+
def offer(self, value: pulumi.Input[str]):
|
|
1766
|
+
pulumi.set(self, "offer", value)
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter
|
|
1770
|
+
def publisher(self) -> pulumi.Input[str]:
|
|
1771
|
+
"""
|
|
1772
|
+
The name of the gallery image definition publisher.
|
|
1773
|
+
"""
|
|
1774
|
+
return pulumi.get(self, "publisher")
|
|
1775
|
+
|
|
1776
|
+
@publisher.setter
|
|
1777
|
+
def publisher(self, value: pulumi.Input[str]):
|
|
1778
|
+
pulumi.set(self, "publisher", value)
|
|
1779
|
+
|
|
1780
|
+
@property
|
|
1781
|
+
@pulumi.getter
|
|
1782
|
+
def sku(self) -> pulumi.Input[str]:
|
|
1783
|
+
"""
|
|
1784
|
+
The name of the gallery image definition SKU.
|
|
1785
|
+
"""
|
|
1786
|
+
return pulumi.get(self, "sku")
|
|
1787
|
+
|
|
1788
|
+
@sku.setter
|
|
1789
|
+
def sku(self, value: pulumi.Input[str]):
|
|
1790
|
+
pulumi.set(self, "sku", value)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
if not MYPY:
|
|
1794
|
+
class GalleryImageVersionPublishingProfileArgsDict(TypedDict):
|
|
1795
|
+
"""
|
|
1796
|
+
The publishing profile of a gallery image Version.
|
|
1797
|
+
"""
|
|
1798
|
+
end_of_life_date: NotRequired[pulumi.Input[str]]
|
|
1799
|
+
"""
|
|
1800
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1801
|
+
"""
|
|
1802
|
+
exclude_from_latest: NotRequired[pulumi.Input[bool]]
|
|
1803
|
+
"""
|
|
1804
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1805
|
+
"""
|
|
1806
|
+
replica_count: NotRequired[pulumi.Input[int]]
|
|
1807
|
+
"""
|
|
1808
|
+
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.
|
|
1809
|
+
"""
|
|
1810
|
+
replication_mode: NotRequired[pulumi.Input[Union[str, 'ReplicationMode']]]
|
|
1811
|
+
"""
|
|
1812
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1813
|
+
"""
|
|
1814
|
+
storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
|
|
1815
|
+
"""
|
|
1816
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1817
|
+
"""
|
|
1818
|
+
target_extended_locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgsDict']]]]
|
|
1819
|
+
"""
|
|
1820
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1821
|
+
"""
|
|
1822
|
+
target_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgsDict']]]]
|
|
1823
|
+
"""
|
|
1824
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1825
|
+
"""
|
|
1826
|
+
elif False:
|
|
1827
|
+
GalleryImageVersionPublishingProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1828
|
+
|
|
1829
|
+
@pulumi.input_type
|
|
1830
|
+
class GalleryImageVersionPublishingProfileArgs:
|
|
1831
|
+
def __init__(__self__, *,
|
|
1832
|
+
end_of_life_date: Optional[pulumi.Input[str]] = None,
|
|
1833
|
+
exclude_from_latest: Optional[pulumi.Input[bool]] = None,
|
|
1834
|
+
replica_count: Optional[pulumi.Input[int]] = None,
|
|
1835
|
+
replication_mode: Optional[pulumi.Input[Union[str, 'ReplicationMode']]] = None,
|
|
1836
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None,
|
|
1837
|
+
target_extended_locations: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]] = None,
|
|
1838
|
+
target_regions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]] = None):
|
|
1839
|
+
"""
|
|
1840
|
+
The publishing profile of a gallery image Version.
|
|
1841
|
+
:param pulumi.Input[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.
|
|
1842
|
+
:param pulumi.Input[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.
|
|
1843
|
+
:param pulumi.Input[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.
|
|
1844
|
+
:param pulumi.Input[Union[str, 'ReplicationMode']] replication_mode: Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1845
|
+
:param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1846
|
+
:param pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]] target_extended_locations: The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1847
|
+
:param pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]] target_regions: The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1848
|
+
"""
|
|
1849
|
+
if end_of_life_date is not None:
|
|
1850
|
+
pulumi.set(__self__, "end_of_life_date", end_of_life_date)
|
|
1851
|
+
if exclude_from_latest is not None:
|
|
1852
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
1853
|
+
if replica_count is not None:
|
|
1854
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
1855
|
+
if replication_mode is not None:
|
|
1856
|
+
pulumi.set(__self__, "replication_mode", replication_mode)
|
|
1857
|
+
if storage_account_type is not None:
|
|
1858
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
1859
|
+
if target_extended_locations is not None:
|
|
1860
|
+
pulumi.set(__self__, "target_extended_locations", target_extended_locations)
|
|
1861
|
+
if target_regions is not None:
|
|
1862
|
+
pulumi.set(__self__, "target_regions", target_regions)
|
|
1863
|
+
|
|
1864
|
+
@property
|
|
1865
|
+
@pulumi.getter(name="endOfLifeDate")
|
|
1866
|
+
def end_of_life_date(self) -> Optional[pulumi.Input[str]]:
|
|
1867
|
+
"""
|
|
1868
|
+
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
|
|
1869
|
+
"""
|
|
1870
|
+
return pulumi.get(self, "end_of_life_date")
|
|
1871
|
+
|
|
1872
|
+
@end_of_life_date.setter
|
|
1873
|
+
def end_of_life_date(self, value: Optional[pulumi.Input[str]]):
|
|
1874
|
+
pulumi.set(self, "end_of_life_date", value)
|
|
1875
|
+
|
|
1876
|
+
@property
|
|
1877
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
1878
|
+
def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
|
|
1879
|
+
"""
|
|
1880
|
+
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
|
|
1881
|
+
"""
|
|
1882
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
1883
|
+
|
|
1884
|
+
@exclude_from_latest.setter
|
|
1885
|
+
def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
|
|
1886
|
+
pulumi.set(self, "exclude_from_latest", value)
|
|
1887
|
+
|
|
1888
|
+
@property
|
|
1889
|
+
@pulumi.getter(name="replicaCount")
|
|
1890
|
+
def replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
1891
|
+
"""
|
|
1892
|
+
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.
|
|
1893
|
+
"""
|
|
1894
|
+
return pulumi.get(self, "replica_count")
|
|
1895
|
+
|
|
1896
|
+
@replica_count.setter
|
|
1897
|
+
def replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
1898
|
+
pulumi.set(self, "replica_count", value)
|
|
1899
|
+
|
|
1900
|
+
@property
|
|
1901
|
+
@pulumi.getter(name="replicationMode")
|
|
1902
|
+
def replication_mode(self) -> Optional[pulumi.Input[Union[str, 'ReplicationMode']]]:
|
|
1903
|
+
"""
|
|
1904
|
+
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
|
|
1905
|
+
"""
|
|
1906
|
+
return pulumi.get(self, "replication_mode")
|
|
1907
|
+
|
|
1908
|
+
@replication_mode.setter
|
|
1909
|
+
def replication_mode(self, value: Optional[pulumi.Input[Union[str, 'ReplicationMode']]]):
|
|
1910
|
+
pulumi.set(self, "replication_mode", value)
|
|
1911
|
+
|
|
1912
|
+
@property
|
|
1913
|
+
@pulumi.getter(name="storageAccountType")
|
|
1914
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
|
|
1915
|
+
"""
|
|
1916
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
1917
|
+
"""
|
|
1918
|
+
return pulumi.get(self, "storage_account_type")
|
|
1919
|
+
|
|
1920
|
+
@storage_account_type.setter
|
|
1921
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
|
|
1922
|
+
pulumi.set(self, "storage_account_type", value)
|
|
1923
|
+
|
|
1924
|
+
@property
|
|
1925
|
+
@pulumi.getter(name="targetExtendedLocations")
|
|
1926
|
+
def target_extended_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]:
|
|
1927
|
+
"""
|
|
1928
|
+
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
|
|
1929
|
+
"""
|
|
1930
|
+
return pulumi.get(self, "target_extended_locations")
|
|
1931
|
+
|
|
1932
|
+
@target_extended_locations.setter
|
|
1933
|
+
def target_extended_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryTargetExtendedLocationArgs']]]]):
|
|
1934
|
+
pulumi.set(self, "target_extended_locations", value)
|
|
1935
|
+
|
|
1936
|
+
@property
|
|
1937
|
+
@pulumi.getter(name="targetRegions")
|
|
1938
|
+
def target_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]:
|
|
1939
|
+
"""
|
|
1940
|
+
The target regions where the Image Version is going to be replicated to. This property is updatable.
|
|
1941
|
+
"""
|
|
1942
|
+
return pulumi.get(self, "target_regions")
|
|
1943
|
+
|
|
1944
|
+
@target_regions.setter
|
|
1945
|
+
def target_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TargetRegionArgs']]]]):
|
|
1946
|
+
pulumi.set(self, "target_regions", value)
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
if not MYPY:
|
|
1950
|
+
class GalleryImageVersionSafetyProfileArgsDict(TypedDict):
|
|
1951
|
+
"""
|
|
1952
|
+
This is the safety profile of the Gallery Image Version.
|
|
1953
|
+
"""
|
|
1954
|
+
allow_deletion_of_replicated_locations: NotRequired[pulumi.Input[bool]]
|
|
1955
|
+
"""
|
|
1956
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1957
|
+
"""
|
|
1958
|
+
block_deletion_before_end_of_life: NotRequired[pulumi.Input[bool]]
|
|
1959
|
+
"""
|
|
1960
|
+
Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
|
|
1961
|
+
"""
|
|
1962
|
+
elif False:
|
|
1963
|
+
GalleryImageVersionSafetyProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1964
|
+
|
|
1965
|
+
@pulumi.input_type
|
|
1966
|
+
class GalleryImageVersionSafetyProfileArgs:
|
|
1967
|
+
def __init__(__self__, *,
|
|
1968
|
+
allow_deletion_of_replicated_locations: Optional[pulumi.Input[bool]] = None,
|
|
1969
|
+
block_deletion_before_end_of_life: Optional[pulumi.Input[bool]] = None):
|
|
1970
|
+
"""
|
|
1971
|
+
This is the safety profile of the Gallery Image Version.
|
|
1972
|
+
:param pulumi.Input[bool] allow_deletion_of_replicated_locations: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1973
|
+
:param pulumi.Input[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.
|
|
1974
|
+
"""
|
|
1975
|
+
if allow_deletion_of_replicated_locations is not None:
|
|
1976
|
+
pulumi.set(__self__, "allow_deletion_of_replicated_locations", allow_deletion_of_replicated_locations)
|
|
1977
|
+
if block_deletion_before_end_of_life is not None:
|
|
1978
|
+
pulumi.set(__self__, "block_deletion_before_end_of_life", block_deletion_before_end_of_life)
|
|
1979
|
+
|
|
1980
|
+
@property
|
|
1981
|
+
@pulumi.getter(name="allowDeletionOfReplicatedLocations")
|
|
1982
|
+
def allow_deletion_of_replicated_locations(self) -> Optional[pulumi.Input[bool]]:
|
|
1983
|
+
"""
|
|
1984
|
+
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
|
|
1985
|
+
"""
|
|
1986
|
+
return pulumi.get(self, "allow_deletion_of_replicated_locations")
|
|
1987
|
+
|
|
1988
|
+
@allow_deletion_of_replicated_locations.setter
|
|
1989
|
+
def allow_deletion_of_replicated_locations(self, value: Optional[pulumi.Input[bool]]):
|
|
1990
|
+
pulumi.set(self, "allow_deletion_of_replicated_locations", value)
|
|
1991
|
+
|
|
1992
|
+
@property
|
|
1993
|
+
@pulumi.getter(name="blockDeletionBeforeEndOfLife")
|
|
1994
|
+
def block_deletion_before_end_of_life(self) -> Optional[pulumi.Input[bool]]:
|
|
1995
|
+
"""
|
|
1996
|
+
Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
|
|
1997
|
+
"""
|
|
1998
|
+
return pulumi.get(self, "block_deletion_before_end_of_life")
|
|
1999
|
+
|
|
2000
|
+
@block_deletion_before_end_of_life.setter
|
|
2001
|
+
def block_deletion_before_end_of_life(self, value: Optional[pulumi.Input[bool]]):
|
|
2002
|
+
pulumi.set(self, "block_deletion_before_end_of_life", value)
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
if not MYPY:
|
|
2006
|
+
class GalleryImageVersionStorageProfileArgsDict(TypedDict):
|
|
2007
|
+
"""
|
|
2008
|
+
This is the storage profile of a Gallery Image Version.
|
|
2009
|
+
"""
|
|
2010
|
+
data_disk_images: NotRequired[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgsDict']]]]
|
|
2011
|
+
"""
|
|
2012
|
+
A list of data disk images.
|
|
2013
|
+
"""
|
|
2014
|
+
os_disk_image: NotRequired[pulumi.Input['GalleryOSDiskImageArgsDict']]
|
|
2015
|
+
"""
|
|
2016
|
+
This is the OS disk image.
|
|
2017
|
+
"""
|
|
2018
|
+
source: NotRequired[pulumi.Input['GalleryArtifactVersionFullSourceArgsDict']]
|
|
2019
|
+
"""
|
|
2020
|
+
The source of the gallery artifact version.
|
|
2021
|
+
"""
|
|
2022
|
+
elif False:
|
|
2023
|
+
GalleryImageVersionStorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2024
|
+
|
|
2025
|
+
@pulumi.input_type
|
|
2026
|
+
class GalleryImageVersionStorageProfileArgs:
|
|
2027
|
+
def __init__(__self__, *,
|
|
2028
|
+
data_disk_images: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]] = None,
|
|
2029
|
+
os_disk_image: Optional[pulumi.Input['GalleryOSDiskImageArgs']] = None,
|
|
2030
|
+
source: Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']] = None):
|
|
2031
|
+
"""
|
|
2032
|
+
This is the storage profile of a Gallery Image Version.
|
|
2033
|
+
:param pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]] data_disk_images: A list of data disk images.
|
|
2034
|
+
:param pulumi.Input['GalleryOSDiskImageArgs'] os_disk_image: This is the OS disk image.
|
|
2035
|
+
:param pulumi.Input['GalleryArtifactVersionFullSourceArgs'] source: The source of the gallery artifact version.
|
|
2036
|
+
"""
|
|
2037
|
+
if data_disk_images is not None:
|
|
2038
|
+
pulumi.set(__self__, "data_disk_images", data_disk_images)
|
|
2039
|
+
if os_disk_image is not None:
|
|
2040
|
+
pulumi.set(__self__, "os_disk_image", os_disk_image)
|
|
2041
|
+
if source is not None:
|
|
2042
|
+
pulumi.set(__self__, "source", source)
|
|
2043
|
+
|
|
2044
|
+
@property
|
|
2045
|
+
@pulumi.getter(name="dataDiskImages")
|
|
2046
|
+
def data_disk_images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]]:
|
|
2047
|
+
"""
|
|
2048
|
+
A list of data disk images.
|
|
2049
|
+
"""
|
|
2050
|
+
return pulumi.get(self, "data_disk_images")
|
|
2051
|
+
|
|
2052
|
+
@data_disk_images.setter
|
|
2053
|
+
def data_disk_images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GalleryDataDiskImageArgs']]]]):
|
|
2054
|
+
pulumi.set(self, "data_disk_images", value)
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter(name="osDiskImage")
|
|
2058
|
+
def os_disk_image(self) -> Optional[pulumi.Input['GalleryOSDiskImageArgs']]:
|
|
2059
|
+
"""
|
|
2060
|
+
This is the OS disk image.
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "os_disk_image")
|
|
2063
|
+
|
|
2064
|
+
@os_disk_image.setter
|
|
2065
|
+
def os_disk_image(self, value: Optional[pulumi.Input['GalleryOSDiskImageArgs']]):
|
|
2066
|
+
pulumi.set(self, "os_disk_image", value)
|
|
2067
|
+
|
|
2068
|
+
@property
|
|
2069
|
+
@pulumi.getter
|
|
2070
|
+
def source(self) -> Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']]:
|
|
2071
|
+
"""
|
|
2072
|
+
The source of the gallery artifact version.
|
|
2073
|
+
"""
|
|
2074
|
+
return pulumi.get(self, "source")
|
|
2075
|
+
|
|
2076
|
+
@source.setter
|
|
2077
|
+
def source(self, value: Optional[pulumi.Input['GalleryArtifactVersionFullSourceArgs']]):
|
|
2078
|
+
pulumi.set(self, "source", value)
|
|
2079
|
+
|
|
2080
|
+
|
|
2081
|
+
if not MYPY:
|
|
2082
|
+
class GalleryImageVersionUefiSettingsArgsDict(TypedDict):
|
|
2083
|
+
"""
|
|
2084
|
+
Contains UEFI settings for the image version.
|
|
2085
|
+
"""
|
|
2086
|
+
additional_signatures: NotRequired[pulumi.Input['UefiKeySignaturesArgsDict']]
|
|
2087
|
+
"""
|
|
2088
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
2089
|
+
"""
|
|
2090
|
+
signature_template_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]
|
|
2091
|
+
"""
|
|
2092
|
+
The name of the template(s) that contains default UEFI key signatures that will be added to the image.
|
|
2093
|
+
"""
|
|
2094
|
+
elif False:
|
|
2095
|
+
GalleryImageVersionUefiSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2096
|
+
|
|
2097
|
+
@pulumi.input_type
|
|
2098
|
+
class GalleryImageVersionUefiSettingsArgs:
|
|
2099
|
+
def __init__(__self__, *,
|
|
2100
|
+
additional_signatures: Optional[pulumi.Input['UefiKeySignaturesArgs']] = None,
|
|
2101
|
+
signature_template_names: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]] = None):
|
|
2102
|
+
"""
|
|
2103
|
+
Contains UEFI settings for the image version.
|
|
2104
|
+
:param pulumi.Input['UefiKeySignaturesArgs'] additional_signatures: Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
2105
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]] signature_template_names: The name of the template(s) that contains default UEFI key signatures that will be added to the image.
|
|
2106
|
+
"""
|
|
2107
|
+
if additional_signatures is not None:
|
|
2108
|
+
pulumi.set(__self__, "additional_signatures", additional_signatures)
|
|
2109
|
+
if signature_template_names is not None:
|
|
2110
|
+
pulumi.set(__self__, "signature_template_names", signature_template_names)
|
|
2111
|
+
|
|
2112
|
+
@property
|
|
2113
|
+
@pulumi.getter(name="additionalSignatures")
|
|
2114
|
+
def additional_signatures(self) -> Optional[pulumi.Input['UefiKeySignaturesArgs']]:
|
|
2115
|
+
"""
|
|
2116
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
2117
|
+
"""
|
|
2118
|
+
return pulumi.get(self, "additional_signatures")
|
|
2119
|
+
|
|
2120
|
+
@additional_signatures.setter
|
|
2121
|
+
def additional_signatures(self, value: Optional[pulumi.Input['UefiKeySignaturesArgs']]):
|
|
2122
|
+
pulumi.set(self, "additional_signatures", value)
|
|
2123
|
+
|
|
2124
|
+
@property
|
|
2125
|
+
@pulumi.getter(name="signatureTemplateNames")
|
|
2126
|
+
def signature_template_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]:
|
|
2127
|
+
"""
|
|
2128
|
+
The name of the template(s) that contains default UEFI key signatures that will be added to the image.
|
|
2129
|
+
"""
|
|
2130
|
+
return pulumi.get(self, "signature_template_names")
|
|
2131
|
+
|
|
2132
|
+
@signature_template_names.setter
|
|
2133
|
+
def signature_template_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'UefiSignatureTemplateName']]]]]):
|
|
2134
|
+
pulumi.set(self, "signature_template_names", value)
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
if not MYPY:
|
|
2138
|
+
class GalleryInVMAccessControlProfilePropertiesArgsDict(TypedDict):
|
|
2139
|
+
"""
|
|
2140
|
+
Describes the properties of a gallery inVMAccessControlProfile.
|
|
2141
|
+
"""
|
|
2142
|
+
applicable_host_endpoint: pulumi.Input['EndpointTypes']
|
|
2143
|
+
"""
|
|
2144
|
+
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'
|
|
2145
|
+
"""
|
|
2146
|
+
os_type: pulumi.Input['OperatingSystemTypes']
|
|
2147
|
+
"""
|
|
2148
|
+
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'
|
|
2149
|
+
"""
|
|
2150
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2151
|
+
"""
|
|
2152
|
+
The description of this gallery inVMAccessControlProfile resources. This property is updatable.
|
|
2153
|
+
"""
|
|
2154
|
+
elif False:
|
|
2155
|
+
GalleryInVMAccessControlProfilePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2156
|
+
|
|
2157
|
+
@pulumi.input_type
|
|
2158
|
+
class GalleryInVMAccessControlProfilePropertiesArgs:
|
|
2159
|
+
def __init__(__self__, *,
|
|
2160
|
+
applicable_host_endpoint: pulumi.Input['EndpointTypes'],
|
|
2161
|
+
os_type: pulumi.Input['OperatingSystemTypes'],
|
|
2162
|
+
description: Optional[pulumi.Input[str]] = None):
|
|
2163
|
+
"""
|
|
2164
|
+
Describes the properties of a gallery inVMAccessControlProfile.
|
|
2165
|
+
:param pulumi.Input['EndpointTypes'] 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'
|
|
2166
|
+
:param pulumi.Input['OperatingSystemTypes'] 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'
|
|
2167
|
+
:param pulumi.Input[str] description: The description of this gallery inVMAccessControlProfile resources. This property is updatable.
|
|
2168
|
+
"""
|
|
2169
|
+
pulumi.set(__self__, "applicable_host_endpoint", applicable_host_endpoint)
|
|
2170
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
2171
|
+
if description is not None:
|
|
2172
|
+
pulumi.set(__self__, "description", description)
|
|
2173
|
+
|
|
2174
|
+
@property
|
|
2175
|
+
@pulumi.getter(name="applicableHostEndpoint")
|
|
2176
|
+
def applicable_host_endpoint(self) -> pulumi.Input['EndpointTypes']:
|
|
2177
|
+
"""
|
|
2178
|
+
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'
|
|
2179
|
+
"""
|
|
2180
|
+
return pulumi.get(self, "applicable_host_endpoint")
|
|
2181
|
+
|
|
2182
|
+
@applicable_host_endpoint.setter
|
|
2183
|
+
def applicable_host_endpoint(self, value: pulumi.Input['EndpointTypes']):
|
|
2184
|
+
pulumi.set(self, "applicable_host_endpoint", value)
|
|
2185
|
+
|
|
2186
|
+
@property
|
|
2187
|
+
@pulumi.getter(name="osType")
|
|
2188
|
+
def os_type(self) -> pulumi.Input['OperatingSystemTypes']:
|
|
2189
|
+
"""
|
|
2190
|
+
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'
|
|
2191
|
+
"""
|
|
2192
|
+
return pulumi.get(self, "os_type")
|
|
2193
|
+
|
|
2194
|
+
@os_type.setter
|
|
2195
|
+
def os_type(self, value: pulumi.Input['OperatingSystemTypes']):
|
|
2196
|
+
pulumi.set(self, "os_type", value)
|
|
2197
|
+
|
|
2198
|
+
@property
|
|
2199
|
+
@pulumi.getter
|
|
2200
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2201
|
+
"""
|
|
2202
|
+
The description of this gallery inVMAccessControlProfile resources. This property is updatable.
|
|
2203
|
+
"""
|
|
2204
|
+
return pulumi.get(self, "description")
|
|
2205
|
+
|
|
2206
|
+
@description.setter
|
|
2207
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2208
|
+
pulumi.set(self, "description", value)
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
if not MYPY:
|
|
2212
|
+
class GalleryOSDiskImageArgsDict(TypedDict):
|
|
2213
|
+
"""
|
|
2214
|
+
This is the OS disk image.
|
|
2215
|
+
"""
|
|
2216
|
+
host_caching: NotRequired[pulumi.Input['HostCaching']]
|
|
2217
|
+
"""
|
|
2218
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
2219
|
+
"""
|
|
2220
|
+
source: NotRequired[pulumi.Input['GalleryDiskImageSourceArgsDict']]
|
|
2221
|
+
"""
|
|
2222
|
+
The source for the disk image.
|
|
2223
|
+
"""
|
|
2224
|
+
elif False:
|
|
2225
|
+
GalleryOSDiskImageArgsDict: TypeAlias = Mapping[str, Any]
|
|
2226
|
+
|
|
2227
|
+
@pulumi.input_type
|
|
2228
|
+
class GalleryOSDiskImageArgs:
|
|
2229
|
+
def __init__(__self__, *,
|
|
2230
|
+
host_caching: Optional[pulumi.Input['HostCaching']] = None,
|
|
2231
|
+
source: Optional[pulumi.Input['GalleryDiskImageSourceArgs']] = None):
|
|
2232
|
+
"""
|
|
2233
|
+
This is the OS disk image.
|
|
2234
|
+
:param pulumi.Input['HostCaching'] host_caching: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
2235
|
+
:param pulumi.Input['GalleryDiskImageSourceArgs'] source: The source for the disk image.
|
|
2236
|
+
"""
|
|
2237
|
+
if host_caching is not None:
|
|
2238
|
+
pulumi.set(__self__, "host_caching", host_caching)
|
|
2239
|
+
if source is not None:
|
|
2240
|
+
pulumi.set(__self__, "source", source)
|
|
2241
|
+
|
|
2242
|
+
@property
|
|
2243
|
+
@pulumi.getter(name="hostCaching")
|
|
2244
|
+
def host_caching(self) -> Optional[pulumi.Input['HostCaching']]:
|
|
2245
|
+
"""
|
|
2246
|
+
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
|
|
2247
|
+
"""
|
|
2248
|
+
return pulumi.get(self, "host_caching")
|
|
2249
|
+
|
|
2250
|
+
@host_caching.setter
|
|
2251
|
+
def host_caching(self, value: Optional[pulumi.Input['HostCaching']]):
|
|
2252
|
+
pulumi.set(self, "host_caching", value)
|
|
2253
|
+
|
|
2254
|
+
@property
|
|
2255
|
+
@pulumi.getter
|
|
2256
|
+
def source(self) -> Optional[pulumi.Input['GalleryDiskImageSourceArgs']]:
|
|
2257
|
+
"""
|
|
2258
|
+
The source for the disk image.
|
|
2259
|
+
"""
|
|
2260
|
+
return pulumi.get(self, "source")
|
|
2261
|
+
|
|
2262
|
+
@source.setter
|
|
2263
|
+
def source(self, value: Optional[pulumi.Input['GalleryDiskImageSourceArgs']]):
|
|
2264
|
+
pulumi.set(self, "source", value)
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
if not MYPY:
|
|
2268
|
+
class GalleryTargetExtendedLocationArgsDict(TypedDict):
|
|
2269
|
+
encryption: NotRequired[pulumi.Input['EncryptionImagesArgsDict']]
|
|
2270
|
+
"""
|
|
2271
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2272
|
+
"""
|
|
2273
|
+
extended_location: NotRequired[pulumi.Input['GalleryExtendedLocationArgsDict']]
|
|
2274
|
+
"""
|
|
2275
|
+
The name of the extended location.
|
|
2276
|
+
"""
|
|
2277
|
+
extended_location_replica_count: NotRequired[pulumi.Input[int]]
|
|
2278
|
+
"""
|
|
2279
|
+
The number of replicas of the Image Version to be created per extended location. This property is updatable.
|
|
2280
|
+
"""
|
|
2281
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2282
|
+
"""
|
|
2283
|
+
The name of the region.
|
|
2284
|
+
"""
|
|
2285
|
+
storage_account_type: NotRequired[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]
|
|
2286
|
+
"""
|
|
2287
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2288
|
+
"""
|
|
2289
|
+
elif False:
|
|
2290
|
+
GalleryTargetExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2291
|
+
|
|
2292
|
+
@pulumi.input_type
|
|
2293
|
+
class GalleryTargetExtendedLocationArgs:
|
|
2294
|
+
def __init__(__self__, *,
|
|
2295
|
+
encryption: Optional[pulumi.Input['EncryptionImagesArgs']] = None,
|
|
2296
|
+
extended_location: Optional[pulumi.Input['GalleryExtendedLocationArgs']] = None,
|
|
2297
|
+
extended_location_replica_count: Optional[pulumi.Input[int]] = None,
|
|
2298
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2299
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]] = None):
|
|
2300
|
+
"""
|
|
2301
|
+
:param pulumi.Input['EncryptionImagesArgs'] encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2302
|
+
:param pulumi.Input['GalleryExtendedLocationArgs'] extended_location: The name of the extended location.
|
|
2303
|
+
:param pulumi.Input[int] extended_location_replica_count: The number of replicas of the Image Version to be created per extended location. This property is updatable.
|
|
2304
|
+
:param pulumi.Input[str] name: The name of the region.
|
|
2305
|
+
:param pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2306
|
+
"""
|
|
2307
|
+
if encryption is not None:
|
|
2308
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
2309
|
+
if extended_location is not None:
|
|
2310
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
2311
|
+
if extended_location_replica_count is not None:
|
|
2312
|
+
pulumi.set(__self__, "extended_location_replica_count", extended_location_replica_count)
|
|
2313
|
+
if name is not None:
|
|
2314
|
+
pulumi.set(__self__, "name", name)
|
|
2315
|
+
if storage_account_type is not None:
|
|
2316
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
2317
|
+
|
|
2318
|
+
@property
|
|
2319
|
+
@pulumi.getter
|
|
2320
|
+
def encryption(self) -> Optional[pulumi.Input['EncryptionImagesArgs']]:
|
|
2321
|
+
"""
|
|
2322
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2323
|
+
"""
|
|
2324
|
+
return pulumi.get(self, "encryption")
|
|
2325
|
+
|
|
2326
|
+
@encryption.setter
|
|
2327
|
+
def encryption(self, value: Optional[pulumi.Input['EncryptionImagesArgs']]):
|
|
2328
|
+
pulumi.set(self, "encryption", value)
|
|
2329
|
+
|
|
2330
|
+
@property
|
|
2331
|
+
@pulumi.getter(name="extendedLocation")
|
|
2332
|
+
def extended_location(self) -> Optional[pulumi.Input['GalleryExtendedLocationArgs']]:
|
|
2333
|
+
"""
|
|
2334
|
+
The name of the extended location.
|
|
2335
|
+
"""
|
|
2336
|
+
return pulumi.get(self, "extended_location")
|
|
2337
|
+
|
|
2338
|
+
@extended_location.setter
|
|
2339
|
+
def extended_location(self, value: Optional[pulumi.Input['GalleryExtendedLocationArgs']]):
|
|
2340
|
+
pulumi.set(self, "extended_location", value)
|
|
2341
|
+
|
|
2342
|
+
@property
|
|
2343
|
+
@pulumi.getter(name="extendedLocationReplicaCount")
|
|
2344
|
+
def extended_location_replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
2345
|
+
"""
|
|
2346
|
+
The number of replicas of the Image Version to be created per extended location. This property is updatable.
|
|
2347
|
+
"""
|
|
2348
|
+
return pulumi.get(self, "extended_location_replica_count")
|
|
2349
|
+
|
|
2350
|
+
@extended_location_replica_count.setter
|
|
2351
|
+
def extended_location_replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
2352
|
+
pulumi.set(self, "extended_location_replica_count", value)
|
|
2353
|
+
|
|
2354
|
+
@property
|
|
2355
|
+
@pulumi.getter
|
|
2356
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2357
|
+
"""
|
|
2358
|
+
The name of the region.
|
|
2359
|
+
"""
|
|
2360
|
+
return pulumi.get(self, "name")
|
|
2361
|
+
|
|
2362
|
+
@name.setter
|
|
2363
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2364
|
+
pulumi.set(self, "name", value)
|
|
2365
|
+
|
|
2366
|
+
@property
|
|
2367
|
+
@pulumi.getter(name="storageAccountType")
|
|
2368
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]:
|
|
2369
|
+
"""
|
|
2370
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2371
|
+
"""
|
|
2372
|
+
return pulumi.get(self, "storage_account_type")
|
|
2373
|
+
|
|
2374
|
+
@storage_account_type.setter
|
|
2375
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'EdgeZoneStorageAccountType']]]):
|
|
2376
|
+
pulumi.set(self, "storage_account_type", value)
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
if not MYPY:
|
|
2380
|
+
class ImagePurchasePlanArgsDict(TypedDict):
|
|
2381
|
+
"""
|
|
2382
|
+
Describes the gallery image definition purchase plan. This is used by marketplace images.
|
|
2383
|
+
"""
|
|
2384
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2385
|
+
"""
|
|
2386
|
+
The plan ID.
|
|
2387
|
+
"""
|
|
2388
|
+
product: NotRequired[pulumi.Input[str]]
|
|
2389
|
+
"""
|
|
2390
|
+
The product ID.
|
|
2391
|
+
"""
|
|
2392
|
+
publisher: NotRequired[pulumi.Input[str]]
|
|
2393
|
+
"""
|
|
2394
|
+
The publisher ID.
|
|
2395
|
+
"""
|
|
2396
|
+
elif False:
|
|
2397
|
+
ImagePurchasePlanArgsDict: TypeAlias = Mapping[str, Any]
|
|
2398
|
+
|
|
2399
|
+
@pulumi.input_type
|
|
2400
|
+
class ImagePurchasePlanArgs:
|
|
2401
|
+
def __init__(__self__, *,
|
|
2402
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2403
|
+
product: Optional[pulumi.Input[str]] = None,
|
|
2404
|
+
publisher: Optional[pulumi.Input[str]] = None):
|
|
2405
|
+
"""
|
|
2406
|
+
Describes the gallery image definition purchase plan. This is used by marketplace images.
|
|
2407
|
+
:param pulumi.Input[str] name: The plan ID.
|
|
2408
|
+
:param pulumi.Input[str] product: The product ID.
|
|
2409
|
+
:param pulumi.Input[str] publisher: The publisher ID.
|
|
2410
|
+
"""
|
|
2411
|
+
if name is not None:
|
|
2412
|
+
pulumi.set(__self__, "name", name)
|
|
2413
|
+
if product is not None:
|
|
2414
|
+
pulumi.set(__self__, "product", product)
|
|
2415
|
+
if publisher is not None:
|
|
2416
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
2417
|
+
|
|
2418
|
+
@property
|
|
2419
|
+
@pulumi.getter
|
|
2420
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2421
|
+
"""
|
|
2422
|
+
The plan ID.
|
|
2423
|
+
"""
|
|
2424
|
+
return pulumi.get(self, "name")
|
|
2425
|
+
|
|
2426
|
+
@name.setter
|
|
2427
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2428
|
+
pulumi.set(self, "name", value)
|
|
2429
|
+
|
|
2430
|
+
@property
|
|
2431
|
+
@pulumi.getter
|
|
2432
|
+
def product(self) -> Optional[pulumi.Input[str]]:
|
|
2433
|
+
"""
|
|
2434
|
+
The product ID.
|
|
2435
|
+
"""
|
|
2436
|
+
return pulumi.get(self, "product")
|
|
2437
|
+
|
|
2438
|
+
@product.setter
|
|
2439
|
+
def product(self, value: Optional[pulumi.Input[str]]):
|
|
2440
|
+
pulumi.set(self, "product", value)
|
|
2441
|
+
|
|
2442
|
+
@property
|
|
2443
|
+
@pulumi.getter
|
|
2444
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
2445
|
+
"""
|
|
2446
|
+
The publisher ID.
|
|
2447
|
+
"""
|
|
2448
|
+
return pulumi.get(self, "publisher")
|
|
2449
|
+
|
|
2450
|
+
@publisher.setter
|
|
2451
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
2452
|
+
pulumi.set(self, "publisher", value)
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
if not MYPY:
|
|
2456
|
+
class ImageVersionSecurityProfileArgsDict(TypedDict):
|
|
2457
|
+
"""
|
|
2458
|
+
The security profile of a gallery image version
|
|
2459
|
+
"""
|
|
2460
|
+
uefi_settings: NotRequired[pulumi.Input['GalleryImageVersionUefiSettingsArgsDict']]
|
|
2461
|
+
"""
|
|
2462
|
+
Contains UEFI settings for the image version.
|
|
2463
|
+
"""
|
|
2464
|
+
elif False:
|
|
2465
|
+
ImageVersionSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2466
|
+
|
|
2467
|
+
@pulumi.input_type
|
|
2468
|
+
class ImageVersionSecurityProfileArgs:
|
|
2469
|
+
def __init__(__self__, *,
|
|
2470
|
+
uefi_settings: Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']] = None):
|
|
2471
|
+
"""
|
|
2472
|
+
The security profile of a gallery image version
|
|
2473
|
+
:param pulumi.Input['GalleryImageVersionUefiSettingsArgs'] uefi_settings: Contains UEFI settings for the image version.
|
|
2474
|
+
"""
|
|
2475
|
+
if uefi_settings is not None:
|
|
2476
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
2477
|
+
|
|
2478
|
+
@property
|
|
2479
|
+
@pulumi.getter(name="uefiSettings")
|
|
2480
|
+
def uefi_settings(self) -> Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']]:
|
|
2481
|
+
"""
|
|
2482
|
+
Contains UEFI settings for the image version.
|
|
2483
|
+
"""
|
|
2484
|
+
return pulumi.get(self, "uefi_settings")
|
|
2485
|
+
|
|
2486
|
+
@uefi_settings.setter
|
|
2487
|
+
def uefi_settings(self, value: Optional[pulumi.Input['GalleryImageVersionUefiSettingsArgs']]):
|
|
2488
|
+
pulumi.set(self, "uefi_settings", value)
|
|
2489
|
+
|
|
2490
|
+
|
|
2491
|
+
if not MYPY:
|
|
2492
|
+
class OSDiskImageEncryptionArgsDict(TypedDict):
|
|
2493
|
+
"""
|
|
2494
|
+
Contains encryption settings for an OS disk image.
|
|
2495
|
+
"""
|
|
2496
|
+
disk_encryption_set_id: NotRequired[pulumi.Input[str]]
|
|
2497
|
+
"""
|
|
2498
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
2499
|
+
"""
|
|
2500
|
+
security_profile: NotRequired[pulumi.Input['OSDiskImageSecurityProfileArgsDict']]
|
|
2501
|
+
"""
|
|
2502
|
+
This property specifies the security profile of an OS disk image.
|
|
2503
|
+
"""
|
|
2504
|
+
elif False:
|
|
2505
|
+
OSDiskImageEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2506
|
+
|
|
2507
|
+
@pulumi.input_type
|
|
2508
|
+
class OSDiskImageEncryptionArgs:
|
|
2509
|
+
def __init__(__self__, *,
|
|
2510
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
|
|
2511
|
+
security_profile: Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']] = None):
|
|
2512
|
+
"""
|
|
2513
|
+
Contains encryption settings for an OS disk image.
|
|
2514
|
+
:param pulumi.Input[str] disk_encryption_set_id: A relative URI containing the resource ID of the disk encryption set.
|
|
2515
|
+
:param pulumi.Input['OSDiskImageSecurityProfileArgs'] security_profile: This property specifies the security profile of an OS disk image.
|
|
2516
|
+
"""
|
|
2517
|
+
if disk_encryption_set_id is not None:
|
|
2518
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
2519
|
+
if security_profile is not None:
|
|
2520
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
2521
|
+
|
|
2522
|
+
@property
|
|
2523
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
2524
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
2525
|
+
"""
|
|
2526
|
+
A relative URI containing the resource ID of the disk encryption set.
|
|
2527
|
+
"""
|
|
2528
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
2529
|
+
|
|
2530
|
+
@disk_encryption_set_id.setter
|
|
2531
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
2532
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
2533
|
+
|
|
2534
|
+
@property
|
|
2535
|
+
@pulumi.getter(name="securityProfile")
|
|
2536
|
+
def security_profile(self) -> Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']]:
|
|
2537
|
+
"""
|
|
2538
|
+
This property specifies the security profile of an OS disk image.
|
|
2539
|
+
"""
|
|
2540
|
+
return pulumi.get(self, "security_profile")
|
|
2541
|
+
|
|
2542
|
+
@security_profile.setter
|
|
2543
|
+
def security_profile(self, value: Optional[pulumi.Input['OSDiskImageSecurityProfileArgs']]):
|
|
2544
|
+
pulumi.set(self, "security_profile", value)
|
|
2545
|
+
|
|
2546
|
+
|
|
2547
|
+
if not MYPY:
|
|
2548
|
+
class OSDiskImageSecurityProfileArgsDict(TypedDict):
|
|
2549
|
+
"""
|
|
2550
|
+
Contains security profile for an OS disk image.
|
|
2551
|
+
"""
|
|
2552
|
+
confidential_vm_encryption_type: NotRequired[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]
|
|
2553
|
+
"""
|
|
2554
|
+
confidential VM encryption types
|
|
2555
|
+
"""
|
|
2556
|
+
secure_vm_disk_encryption_set_id: NotRequired[pulumi.Input[str]]
|
|
2557
|
+
"""
|
|
2558
|
+
secure VM disk encryption set id
|
|
2559
|
+
"""
|
|
2560
|
+
elif False:
|
|
2561
|
+
OSDiskImageSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2562
|
+
|
|
2563
|
+
@pulumi.input_type
|
|
2564
|
+
class OSDiskImageSecurityProfileArgs:
|
|
2565
|
+
def __init__(__self__, *,
|
|
2566
|
+
confidential_vm_encryption_type: Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]] = None,
|
|
2567
|
+
secure_vm_disk_encryption_set_id: Optional[pulumi.Input[str]] = None):
|
|
2568
|
+
"""
|
|
2569
|
+
Contains security profile for an OS disk image.
|
|
2570
|
+
:param pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']] confidential_vm_encryption_type: confidential VM encryption types
|
|
2571
|
+
:param pulumi.Input[str] secure_vm_disk_encryption_set_id: secure VM disk encryption set id
|
|
2572
|
+
"""
|
|
2573
|
+
if confidential_vm_encryption_type is not None:
|
|
2574
|
+
pulumi.set(__self__, "confidential_vm_encryption_type", confidential_vm_encryption_type)
|
|
2575
|
+
if secure_vm_disk_encryption_set_id is not None:
|
|
2576
|
+
pulumi.set(__self__, "secure_vm_disk_encryption_set_id", secure_vm_disk_encryption_set_id)
|
|
2577
|
+
|
|
2578
|
+
@property
|
|
2579
|
+
@pulumi.getter(name="confidentialVMEncryptionType")
|
|
2580
|
+
def confidential_vm_encryption_type(self) -> Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]:
|
|
2581
|
+
"""
|
|
2582
|
+
confidential VM encryption types
|
|
2583
|
+
"""
|
|
2584
|
+
return pulumi.get(self, "confidential_vm_encryption_type")
|
|
2585
|
+
|
|
2586
|
+
@confidential_vm_encryption_type.setter
|
|
2587
|
+
def confidential_vm_encryption_type(self, value: Optional[pulumi.Input[Union[str, 'ConfidentialVMEncryptionType']]]):
|
|
2588
|
+
pulumi.set(self, "confidential_vm_encryption_type", value)
|
|
2589
|
+
|
|
2590
|
+
@property
|
|
2591
|
+
@pulumi.getter(name="secureVMDiskEncryptionSetId")
|
|
2592
|
+
def secure_vm_disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
2593
|
+
"""
|
|
2594
|
+
secure VM disk encryption set id
|
|
2595
|
+
"""
|
|
2596
|
+
return pulumi.get(self, "secure_vm_disk_encryption_set_id")
|
|
2597
|
+
|
|
2598
|
+
@secure_vm_disk_encryption_set_id.setter
|
|
2599
|
+
def secure_vm_disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
2600
|
+
pulumi.set(self, "secure_vm_disk_encryption_set_id", value)
|
|
2601
|
+
|
|
2602
|
+
|
|
2603
|
+
if not MYPY:
|
|
2604
|
+
class RecommendedMachineConfigurationArgsDict(TypedDict):
|
|
2605
|
+
"""
|
|
2606
|
+
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
|
|
2607
|
+
"""
|
|
2608
|
+
memory: NotRequired[pulumi.Input['ResourceRangeArgsDict']]
|
|
2609
|
+
"""
|
|
2610
|
+
Describes the resource range.
|
|
2611
|
+
"""
|
|
2612
|
+
v_cpus: NotRequired[pulumi.Input['ResourceRangeArgsDict']]
|
|
2613
|
+
"""
|
|
2614
|
+
Describes the resource range.
|
|
2615
|
+
"""
|
|
2616
|
+
elif False:
|
|
2617
|
+
RecommendedMachineConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2618
|
+
|
|
2619
|
+
@pulumi.input_type
|
|
2620
|
+
class RecommendedMachineConfigurationArgs:
|
|
2621
|
+
def __init__(__self__, *,
|
|
2622
|
+
memory: Optional[pulumi.Input['ResourceRangeArgs']] = None,
|
|
2623
|
+
v_cpus: Optional[pulumi.Input['ResourceRangeArgs']] = None):
|
|
2624
|
+
"""
|
|
2625
|
+
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
|
|
2626
|
+
:param pulumi.Input['ResourceRangeArgs'] memory: Describes the resource range.
|
|
2627
|
+
:param pulumi.Input['ResourceRangeArgs'] v_cpus: Describes the resource range.
|
|
2628
|
+
"""
|
|
2629
|
+
if memory is not None:
|
|
2630
|
+
pulumi.set(__self__, "memory", memory)
|
|
2631
|
+
if v_cpus is not None:
|
|
2632
|
+
pulumi.set(__self__, "v_cpus", v_cpus)
|
|
2633
|
+
|
|
2634
|
+
@property
|
|
2635
|
+
@pulumi.getter
|
|
2636
|
+
def memory(self) -> Optional[pulumi.Input['ResourceRangeArgs']]:
|
|
2637
|
+
"""
|
|
2638
|
+
Describes the resource range.
|
|
2639
|
+
"""
|
|
2640
|
+
return pulumi.get(self, "memory")
|
|
2641
|
+
|
|
2642
|
+
@memory.setter
|
|
2643
|
+
def memory(self, value: Optional[pulumi.Input['ResourceRangeArgs']]):
|
|
2644
|
+
pulumi.set(self, "memory", value)
|
|
2645
|
+
|
|
2646
|
+
@property
|
|
2647
|
+
@pulumi.getter(name="vCPUs")
|
|
2648
|
+
def v_cpus(self) -> Optional[pulumi.Input['ResourceRangeArgs']]:
|
|
2649
|
+
"""
|
|
2650
|
+
Describes the resource range.
|
|
2651
|
+
"""
|
|
2652
|
+
return pulumi.get(self, "v_cpus")
|
|
2653
|
+
|
|
2654
|
+
@v_cpus.setter
|
|
2655
|
+
def v_cpus(self, value: Optional[pulumi.Input['ResourceRangeArgs']]):
|
|
2656
|
+
pulumi.set(self, "v_cpus", value)
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
if not MYPY:
|
|
2660
|
+
class ResourceRangeArgsDict(TypedDict):
|
|
2661
|
+
"""
|
|
2662
|
+
Describes the resource range.
|
|
2663
|
+
"""
|
|
2664
|
+
max: NotRequired[pulumi.Input[int]]
|
|
2665
|
+
"""
|
|
2666
|
+
The maximum number of the resource.
|
|
2667
|
+
"""
|
|
2668
|
+
min: NotRequired[pulumi.Input[int]]
|
|
2669
|
+
"""
|
|
2670
|
+
The minimum number of the resource.
|
|
2671
|
+
"""
|
|
2672
|
+
elif False:
|
|
2673
|
+
ResourceRangeArgsDict: TypeAlias = Mapping[str, Any]
|
|
2674
|
+
|
|
2675
|
+
@pulumi.input_type
|
|
2676
|
+
class ResourceRangeArgs:
|
|
2677
|
+
def __init__(__self__, *,
|
|
2678
|
+
max: Optional[pulumi.Input[int]] = None,
|
|
2679
|
+
min: Optional[pulumi.Input[int]] = None):
|
|
2680
|
+
"""
|
|
2681
|
+
Describes the resource range.
|
|
2682
|
+
:param pulumi.Input[int] max: The maximum number of the resource.
|
|
2683
|
+
:param pulumi.Input[int] min: The minimum number of the resource.
|
|
2684
|
+
"""
|
|
2685
|
+
if max is not None:
|
|
2686
|
+
pulumi.set(__self__, "max", max)
|
|
2687
|
+
if min is not None:
|
|
2688
|
+
pulumi.set(__self__, "min", min)
|
|
2689
|
+
|
|
2690
|
+
@property
|
|
2691
|
+
@pulumi.getter
|
|
2692
|
+
def max(self) -> Optional[pulumi.Input[int]]:
|
|
2693
|
+
"""
|
|
2694
|
+
The maximum number of the resource.
|
|
2695
|
+
"""
|
|
2696
|
+
return pulumi.get(self, "max")
|
|
2697
|
+
|
|
2698
|
+
@max.setter
|
|
2699
|
+
def max(self, value: Optional[pulumi.Input[int]]):
|
|
2700
|
+
pulumi.set(self, "max", value)
|
|
2701
|
+
|
|
2702
|
+
@property
|
|
2703
|
+
@pulumi.getter
|
|
2704
|
+
def min(self) -> Optional[pulumi.Input[int]]:
|
|
2705
|
+
"""
|
|
2706
|
+
The minimum number of the resource.
|
|
2707
|
+
"""
|
|
2708
|
+
return pulumi.get(self, "min")
|
|
2709
|
+
|
|
2710
|
+
@min.setter
|
|
2711
|
+
def min(self, value: Optional[pulumi.Input[int]]):
|
|
2712
|
+
pulumi.set(self, "min", value)
|
|
2713
|
+
|
|
2714
|
+
|
|
2715
|
+
if not MYPY:
|
|
2716
|
+
class SharingProfileArgsDict(TypedDict):
|
|
2717
|
+
"""
|
|
2718
|
+
Profile for gallery sharing to subscription or tenant
|
|
2719
|
+
"""
|
|
2720
|
+
community_gallery_info: NotRequired[pulumi.Input['CommunityGalleryInfoArgsDict']]
|
|
2721
|
+
"""
|
|
2722
|
+
Information of community gallery if current gallery is shared to community.
|
|
2723
|
+
"""
|
|
2724
|
+
permissions: NotRequired[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]
|
|
2725
|
+
"""
|
|
2726
|
+
This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
|
|
2727
|
+
"""
|
|
2728
|
+
elif False:
|
|
2729
|
+
SharingProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2730
|
+
|
|
2731
|
+
@pulumi.input_type
|
|
2732
|
+
class SharingProfileArgs:
|
|
2733
|
+
def __init__(__self__, *,
|
|
2734
|
+
community_gallery_info: Optional[pulumi.Input['CommunityGalleryInfoArgs']] = None,
|
|
2735
|
+
permissions: Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]] = None):
|
|
2736
|
+
"""
|
|
2737
|
+
Profile for gallery sharing to subscription or tenant
|
|
2738
|
+
:param pulumi.Input['CommunityGalleryInfoArgs'] community_gallery_info: Information of community gallery if current gallery is shared to community.
|
|
2739
|
+
:param pulumi.Input[Union[str, 'GallerySharingPermissionTypes']] permissions: This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
|
|
2740
|
+
"""
|
|
2741
|
+
if community_gallery_info is not None:
|
|
2742
|
+
pulumi.set(__self__, "community_gallery_info", community_gallery_info)
|
|
2743
|
+
if permissions is not None:
|
|
2744
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
2745
|
+
|
|
2746
|
+
@property
|
|
2747
|
+
@pulumi.getter(name="communityGalleryInfo")
|
|
2748
|
+
def community_gallery_info(self) -> Optional[pulumi.Input['CommunityGalleryInfoArgs']]:
|
|
2749
|
+
"""
|
|
2750
|
+
Information of community gallery if current gallery is shared to community.
|
|
2751
|
+
"""
|
|
2752
|
+
return pulumi.get(self, "community_gallery_info")
|
|
2753
|
+
|
|
2754
|
+
@community_gallery_info.setter
|
|
2755
|
+
def community_gallery_info(self, value: Optional[pulumi.Input['CommunityGalleryInfoArgs']]):
|
|
2756
|
+
pulumi.set(self, "community_gallery_info", value)
|
|
2757
|
+
|
|
2758
|
+
@property
|
|
2759
|
+
@pulumi.getter
|
|
2760
|
+
def permissions(self) -> Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]:
|
|
2761
|
+
"""
|
|
2762
|
+
This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community.**
|
|
2763
|
+
"""
|
|
2764
|
+
return pulumi.get(self, "permissions")
|
|
2765
|
+
|
|
2766
|
+
@permissions.setter
|
|
2767
|
+
def permissions(self, value: Optional[pulumi.Input[Union[str, 'GallerySharingPermissionTypes']]]):
|
|
2768
|
+
pulumi.set(self, "permissions", value)
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
if not MYPY:
|
|
2772
|
+
class SoftDeletePolicyArgsDict(TypedDict):
|
|
2773
|
+
"""
|
|
2774
|
+
Contains information about the soft deletion policy of the gallery.
|
|
2775
|
+
"""
|
|
2776
|
+
is_soft_delete_enabled: NotRequired[pulumi.Input[bool]]
|
|
2777
|
+
"""
|
|
2778
|
+
Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
|
|
2779
|
+
"""
|
|
2780
|
+
elif False:
|
|
2781
|
+
SoftDeletePolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2782
|
+
|
|
2783
|
+
@pulumi.input_type
|
|
2784
|
+
class SoftDeletePolicyArgs:
|
|
2785
|
+
def __init__(__self__, *,
|
|
2786
|
+
is_soft_delete_enabled: Optional[pulumi.Input[bool]] = None):
|
|
2787
|
+
"""
|
|
2788
|
+
Contains information about the soft deletion policy of the gallery.
|
|
2789
|
+
:param pulumi.Input[bool] is_soft_delete_enabled: Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
|
|
2790
|
+
"""
|
|
2791
|
+
if is_soft_delete_enabled is not None:
|
|
2792
|
+
pulumi.set(__self__, "is_soft_delete_enabled", is_soft_delete_enabled)
|
|
2793
|
+
|
|
2794
|
+
@property
|
|
2795
|
+
@pulumi.getter(name="isSoftDeleteEnabled")
|
|
2796
|
+
def is_soft_delete_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2797
|
+
"""
|
|
2798
|
+
Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.
|
|
2799
|
+
"""
|
|
2800
|
+
return pulumi.get(self, "is_soft_delete_enabled")
|
|
2801
|
+
|
|
2802
|
+
@is_soft_delete_enabled.setter
|
|
2803
|
+
def is_soft_delete_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2804
|
+
pulumi.set(self, "is_soft_delete_enabled", value)
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
if not MYPY:
|
|
2808
|
+
class TargetRegionArgsDict(TypedDict):
|
|
2809
|
+
"""
|
|
2810
|
+
Describes the target region information.
|
|
2811
|
+
"""
|
|
2812
|
+
name: pulumi.Input[str]
|
|
2813
|
+
"""
|
|
2814
|
+
The name of the region.
|
|
2815
|
+
"""
|
|
2816
|
+
additional_replica_sets: NotRequired[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgsDict']]]]
|
|
2817
|
+
"""
|
|
2818
|
+
List of storage sku with replica count to create direct drive replicas.
|
|
2819
|
+
"""
|
|
2820
|
+
encryption: NotRequired[pulumi.Input['EncryptionImagesArgsDict']]
|
|
2821
|
+
"""
|
|
2822
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2823
|
+
"""
|
|
2824
|
+
exclude_from_latest: NotRequired[pulumi.Input[bool]]
|
|
2825
|
+
"""
|
|
2826
|
+
Contains the flag setting to hide an image when users specify version='latest'
|
|
2827
|
+
"""
|
|
2828
|
+
regional_replica_count: NotRequired[pulumi.Input[int]]
|
|
2829
|
+
"""
|
|
2830
|
+
The number of replicas of the Image Version to be created per region. This property is updatable.
|
|
2831
|
+
"""
|
|
2832
|
+
storage_account_type: NotRequired[pulumi.Input[Union[str, 'StorageAccountType']]]
|
|
2833
|
+
"""
|
|
2834
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2835
|
+
"""
|
|
2836
|
+
elif False:
|
|
2837
|
+
TargetRegionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2838
|
+
|
|
2839
|
+
@pulumi.input_type
|
|
2840
|
+
class TargetRegionArgs:
|
|
2841
|
+
def __init__(__self__, *,
|
|
2842
|
+
name: pulumi.Input[str],
|
|
2843
|
+
additional_replica_sets: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]] = None,
|
|
2844
|
+
encryption: Optional[pulumi.Input['EncryptionImagesArgs']] = None,
|
|
2845
|
+
exclude_from_latest: Optional[pulumi.Input[bool]] = None,
|
|
2846
|
+
regional_replica_count: Optional[pulumi.Input[int]] = None,
|
|
2847
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountType']]] = None):
|
|
2848
|
+
"""
|
|
2849
|
+
Describes the target region information.
|
|
2850
|
+
:param pulumi.Input[str] name: The name of the region.
|
|
2851
|
+
:param pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]] additional_replica_sets: List of storage sku with replica count to create direct drive replicas.
|
|
2852
|
+
:param pulumi.Input['EncryptionImagesArgs'] encryption: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2853
|
+
:param pulumi.Input[bool] exclude_from_latest: Contains the flag setting to hide an image when users specify version='latest'
|
|
2854
|
+
:param pulumi.Input[int] regional_replica_count: The number of replicas of the Image Version to be created per region. This property is updatable.
|
|
2855
|
+
:param pulumi.Input[Union[str, 'StorageAccountType']] storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2856
|
+
"""
|
|
2857
|
+
pulumi.set(__self__, "name", name)
|
|
2858
|
+
if additional_replica_sets is not None:
|
|
2859
|
+
pulumi.set(__self__, "additional_replica_sets", additional_replica_sets)
|
|
2860
|
+
if encryption is not None:
|
|
2861
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
2862
|
+
if exclude_from_latest is not None:
|
|
2863
|
+
pulumi.set(__self__, "exclude_from_latest", exclude_from_latest)
|
|
2864
|
+
if regional_replica_count is not None:
|
|
2865
|
+
pulumi.set(__self__, "regional_replica_count", regional_replica_count)
|
|
2866
|
+
if storage_account_type is not None:
|
|
2867
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
2868
|
+
|
|
2869
|
+
@property
|
|
2870
|
+
@pulumi.getter
|
|
2871
|
+
def name(self) -> pulumi.Input[str]:
|
|
2872
|
+
"""
|
|
2873
|
+
The name of the region.
|
|
2874
|
+
"""
|
|
2875
|
+
return pulumi.get(self, "name")
|
|
2876
|
+
|
|
2877
|
+
@name.setter
|
|
2878
|
+
def name(self, value: pulumi.Input[str]):
|
|
2879
|
+
pulumi.set(self, "name", value)
|
|
2880
|
+
|
|
2881
|
+
@property
|
|
2882
|
+
@pulumi.getter(name="additionalReplicaSets")
|
|
2883
|
+
def additional_replica_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]]:
|
|
2884
|
+
"""
|
|
2885
|
+
List of storage sku with replica count to create direct drive replicas.
|
|
2886
|
+
"""
|
|
2887
|
+
return pulumi.get(self, "additional_replica_sets")
|
|
2888
|
+
|
|
2889
|
+
@additional_replica_sets.setter
|
|
2890
|
+
def additional_replica_sets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalReplicaSetArgs']]]]):
|
|
2891
|
+
pulumi.set(self, "additional_replica_sets", value)
|
|
2892
|
+
|
|
2893
|
+
@property
|
|
2894
|
+
@pulumi.getter
|
|
2895
|
+
def encryption(self) -> Optional[pulumi.Input['EncryptionImagesArgs']]:
|
|
2896
|
+
"""
|
|
2897
|
+
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
|
|
2898
|
+
"""
|
|
2899
|
+
return pulumi.get(self, "encryption")
|
|
2900
|
+
|
|
2901
|
+
@encryption.setter
|
|
2902
|
+
def encryption(self, value: Optional[pulumi.Input['EncryptionImagesArgs']]):
|
|
2903
|
+
pulumi.set(self, "encryption", value)
|
|
2904
|
+
|
|
2905
|
+
@property
|
|
2906
|
+
@pulumi.getter(name="excludeFromLatest")
|
|
2907
|
+
def exclude_from_latest(self) -> Optional[pulumi.Input[bool]]:
|
|
2908
|
+
"""
|
|
2909
|
+
Contains the flag setting to hide an image when users specify version='latest'
|
|
2910
|
+
"""
|
|
2911
|
+
return pulumi.get(self, "exclude_from_latest")
|
|
2912
|
+
|
|
2913
|
+
@exclude_from_latest.setter
|
|
2914
|
+
def exclude_from_latest(self, value: Optional[pulumi.Input[bool]]):
|
|
2915
|
+
pulumi.set(self, "exclude_from_latest", value)
|
|
2916
|
+
|
|
2917
|
+
@property
|
|
2918
|
+
@pulumi.getter(name="regionalReplicaCount")
|
|
2919
|
+
def regional_replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
2920
|
+
"""
|
|
2921
|
+
The number of replicas of the Image Version to be created per region. This property is updatable.
|
|
2922
|
+
"""
|
|
2923
|
+
return pulumi.get(self, "regional_replica_count")
|
|
2924
|
+
|
|
2925
|
+
@regional_replica_count.setter
|
|
2926
|
+
def regional_replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
2927
|
+
pulumi.set(self, "regional_replica_count", value)
|
|
2928
|
+
|
|
2929
|
+
@property
|
|
2930
|
+
@pulumi.getter(name="storageAccountType")
|
|
2931
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountType']]]:
|
|
2932
|
+
"""
|
|
2933
|
+
Specifies the storage account type to be used to store the image. This property is not updatable.
|
|
2934
|
+
"""
|
|
2935
|
+
return pulumi.get(self, "storage_account_type")
|
|
2936
|
+
|
|
2937
|
+
@storage_account_type.setter
|
|
2938
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountType']]]):
|
|
2939
|
+
pulumi.set(self, "storage_account_type", value)
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
if not MYPY:
|
|
2943
|
+
class UefiKeySignaturesArgsDict(TypedDict):
|
|
2944
|
+
"""
|
|
2945
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
2946
|
+
"""
|
|
2947
|
+
db: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
|
|
2948
|
+
"""
|
|
2949
|
+
The database of UEFI keys for this image version.
|
|
2950
|
+
"""
|
|
2951
|
+
dbx: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
|
|
2952
|
+
"""
|
|
2953
|
+
The database of revoked UEFI keys for this image version.
|
|
2954
|
+
"""
|
|
2955
|
+
kek: NotRequired[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgsDict']]]]
|
|
2956
|
+
"""
|
|
2957
|
+
The Key Encryption Keys of this image version.
|
|
2958
|
+
"""
|
|
2959
|
+
pk: NotRequired[pulumi.Input['UefiKeyArgsDict']]
|
|
2960
|
+
"""
|
|
2961
|
+
The Platform Key of this image version.
|
|
2962
|
+
"""
|
|
2963
|
+
elif False:
|
|
2964
|
+
UefiKeySignaturesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2965
|
+
|
|
2966
|
+
@pulumi.input_type
|
|
2967
|
+
class UefiKeySignaturesArgs:
|
|
2968
|
+
def __init__(__self__, *,
|
|
2969
|
+
db: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
|
|
2970
|
+
dbx: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
|
|
2971
|
+
kek: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]] = None,
|
|
2972
|
+
pk: Optional[pulumi.Input['UefiKeyArgs']] = None):
|
|
2973
|
+
"""
|
|
2974
|
+
Additional UEFI key signatures that will be added to the image in addition to the signature templates
|
|
2975
|
+
:param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] db: The database of UEFI keys for this image version.
|
|
2976
|
+
:param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] dbx: The database of revoked UEFI keys for this image version.
|
|
2977
|
+
:param pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]] kek: The Key Encryption Keys of this image version.
|
|
2978
|
+
:param pulumi.Input['UefiKeyArgs'] pk: The Platform Key of this image version.
|
|
2979
|
+
"""
|
|
2980
|
+
if db is not None:
|
|
2981
|
+
pulumi.set(__self__, "db", db)
|
|
2982
|
+
if dbx is not None:
|
|
2983
|
+
pulumi.set(__self__, "dbx", dbx)
|
|
2984
|
+
if kek is not None:
|
|
2985
|
+
pulumi.set(__self__, "kek", kek)
|
|
2986
|
+
if pk is not None:
|
|
2987
|
+
pulumi.set(__self__, "pk", pk)
|
|
2988
|
+
|
|
2989
|
+
@property
|
|
2990
|
+
@pulumi.getter
|
|
2991
|
+
def db(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
|
|
2992
|
+
"""
|
|
2993
|
+
The database of UEFI keys for this image version.
|
|
2994
|
+
"""
|
|
2995
|
+
return pulumi.get(self, "db")
|
|
2996
|
+
|
|
2997
|
+
@db.setter
|
|
2998
|
+
def db(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
|
|
2999
|
+
pulumi.set(self, "db", value)
|
|
3000
|
+
|
|
3001
|
+
@property
|
|
3002
|
+
@pulumi.getter
|
|
3003
|
+
def dbx(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
|
|
3004
|
+
"""
|
|
3005
|
+
The database of revoked UEFI keys for this image version.
|
|
3006
|
+
"""
|
|
3007
|
+
return pulumi.get(self, "dbx")
|
|
3008
|
+
|
|
3009
|
+
@dbx.setter
|
|
3010
|
+
def dbx(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
|
|
3011
|
+
pulumi.set(self, "dbx", value)
|
|
3012
|
+
|
|
3013
|
+
@property
|
|
3014
|
+
@pulumi.getter
|
|
3015
|
+
def kek(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]:
|
|
3016
|
+
"""
|
|
3017
|
+
The Key Encryption Keys of this image version.
|
|
3018
|
+
"""
|
|
3019
|
+
return pulumi.get(self, "kek")
|
|
3020
|
+
|
|
3021
|
+
@kek.setter
|
|
3022
|
+
def kek(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UefiKeyArgs']]]]):
|
|
3023
|
+
pulumi.set(self, "kek", value)
|
|
3024
|
+
|
|
3025
|
+
@property
|
|
3026
|
+
@pulumi.getter
|
|
3027
|
+
def pk(self) -> Optional[pulumi.Input['UefiKeyArgs']]:
|
|
3028
|
+
"""
|
|
3029
|
+
The Platform Key of this image version.
|
|
3030
|
+
"""
|
|
3031
|
+
return pulumi.get(self, "pk")
|
|
3032
|
+
|
|
3033
|
+
@pk.setter
|
|
3034
|
+
def pk(self, value: Optional[pulumi.Input['UefiKeyArgs']]):
|
|
3035
|
+
pulumi.set(self, "pk", value)
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
if not MYPY:
|
|
3039
|
+
class UefiKeyArgsDict(TypedDict):
|
|
3040
|
+
"""
|
|
3041
|
+
A UEFI key signature.
|
|
3042
|
+
"""
|
|
3043
|
+
type: NotRequired[pulumi.Input[Union[str, 'UefiKeyType']]]
|
|
3044
|
+
"""
|
|
3045
|
+
The type of key signature.
|
|
3046
|
+
"""
|
|
3047
|
+
value: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3048
|
+
"""
|
|
3049
|
+
The value of the key signature.
|
|
3050
|
+
"""
|
|
3051
|
+
elif False:
|
|
3052
|
+
UefiKeyArgsDict: TypeAlias = Mapping[str, Any]
|
|
3053
|
+
|
|
3054
|
+
@pulumi.input_type
|
|
3055
|
+
class UefiKeyArgs:
|
|
3056
|
+
def __init__(__self__, *,
|
|
3057
|
+
type: Optional[pulumi.Input[Union[str, 'UefiKeyType']]] = None,
|
|
3058
|
+
value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
3059
|
+
"""
|
|
3060
|
+
A UEFI key signature.
|
|
3061
|
+
:param pulumi.Input[Union[str, 'UefiKeyType']] type: The type of key signature.
|
|
3062
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] value: The value of the key signature.
|
|
3063
|
+
"""
|
|
3064
|
+
if type is not None:
|
|
3065
|
+
pulumi.set(__self__, "type", type)
|
|
3066
|
+
if value is not None:
|
|
3067
|
+
pulumi.set(__self__, "value", value)
|
|
3068
|
+
|
|
3069
|
+
@property
|
|
3070
|
+
@pulumi.getter
|
|
3071
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'UefiKeyType']]]:
|
|
3072
|
+
"""
|
|
3073
|
+
The type of key signature.
|
|
3074
|
+
"""
|
|
3075
|
+
return pulumi.get(self, "type")
|
|
3076
|
+
|
|
3077
|
+
@type.setter
|
|
3078
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'UefiKeyType']]]):
|
|
3079
|
+
pulumi.set(self, "type", value)
|
|
3080
|
+
|
|
3081
|
+
@property
|
|
3082
|
+
@pulumi.getter
|
|
3083
|
+
def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3084
|
+
"""
|
|
3085
|
+
The value of the key signature.
|
|
3086
|
+
"""
|
|
3087
|
+
return pulumi.get(self, "value")
|
|
3088
|
+
|
|
3089
|
+
@value.setter
|
|
3090
|
+
def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3091
|
+
pulumi.set(self, "value", value)
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
if not MYPY:
|
|
3095
|
+
class UserArtifactManageArgsDict(TypedDict):
|
|
3096
|
+
install: pulumi.Input[str]
|
|
3097
|
+
"""
|
|
3098
|
+
Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
|
|
3099
|
+
"""
|
|
3100
|
+
remove: pulumi.Input[str]
|
|
3101
|
+
"""
|
|
3102
|
+
Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
|
|
3103
|
+
"""
|
|
3104
|
+
update: NotRequired[pulumi.Input[str]]
|
|
3105
|
+
"""
|
|
3106
|
+
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.
|
|
3107
|
+
"""
|
|
3108
|
+
elif False:
|
|
3109
|
+
UserArtifactManageArgsDict: TypeAlias = Mapping[str, Any]
|
|
3110
|
+
|
|
3111
|
+
@pulumi.input_type
|
|
3112
|
+
class UserArtifactManageArgs:
|
|
3113
|
+
def __init__(__self__, *,
|
|
3114
|
+
install: pulumi.Input[str],
|
|
3115
|
+
remove: pulumi.Input[str],
|
|
3116
|
+
update: Optional[pulumi.Input[str]] = None):
|
|
3117
|
+
"""
|
|
3118
|
+
:param pulumi.Input[str] install: Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
|
|
3119
|
+
:param pulumi.Input[str] remove: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
|
|
3120
|
+
:param pulumi.Input[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.
|
|
3121
|
+
"""
|
|
3122
|
+
pulumi.set(__self__, "install", install)
|
|
3123
|
+
pulumi.set(__self__, "remove", remove)
|
|
3124
|
+
if update is not None:
|
|
3125
|
+
pulumi.set(__self__, "update", update)
|
|
3126
|
+
|
|
3127
|
+
@property
|
|
3128
|
+
@pulumi.getter
|
|
3129
|
+
def install(self) -> pulumi.Input[str]:
|
|
3130
|
+
"""
|
|
3131
|
+
Required. The path and arguments to install the gallery application. This is limited to 4096 characters.
|
|
3132
|
+
"""
|
|
3133
|
+
return pulumi.get(self, "install")
|
|
3134
|
+
|
|
3135
|
+
@install.setter
|
|
3136
|
+
def install(self, value: pulumi.Input[str]):
|
|
3137
|
+
pulumi.set(self, "install", value)
|
|
3138
|
+
|
|
3139
|
+
@property
|
|
3140
|
+
@pulumi.getter
|
|
3141
|
+
def remove(self) -> pulumi.Input[str]:
|
|
3142
|
+
"""
|
|
3143
|
+
Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.
|
|
3144
|
+
"""
|
|
3145
|
+
return pulumi.get(self, "remove")
|
|
3146
|
+
|
|
3147
|
+
@remove.setter
|
|
3148
|
+
def remove(self, value: pulumi.Input[str]):
|
|
3149
|
+
pulumi.set(self, "remove", value)
|
|
3150
|
+
|
|
3151
|
+
@property
|
|
3152
|
+
@pulumi.getter
|
|
3153
|
+
def update(self) -> Optional[pulumi.Input[str]]:
|
|
3154
|
+
"""
|
|
3155
|
+
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.
|
|
3156
|
+
"""
|
|
3157
|
+
return pulumi.get(self, "update")
|
|
3158
|
+
|
|
3159
|
+
@update.setter
|
|
3160
|
+
def update(self, value: Optional[pulumi.Input[str]]):
|
|
3161
|
+
pulumi.set(self, "update", value)
|
|
3162
|
+
|
|
3163
|
+
|
|
3164
|
+
if not MYPY:
|
|
3165
|
+
class UserArtifactSettingsArgsDict(TypedDict):
|
|
3166
|
+
"""
|
|
3167
|
+
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.
|
|
3168
|
+
"""
|
|
3169
|
+
config_file_name: NotRequired[pulumi.Input[str]]
|
|
3170
|
+
"""
|
|
3171
|
+
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".
|
|
3172
|
+
"""
|
|
3173
|
+
package_file_name: NotRequired[pulumi.Input[str]]
|
|
3174
|
+
"""
|
|
3175
|
+
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.
|
|
3176
|
+
"""
|
|
3177
|
+
script_behavior_after_reboot: NotRequired[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]
|
|
3178
|
+
"""
|
|
3179
|
+
Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
|
|
3180
|
+
"""
|
|
3181
|
+
elif False:
|
|
3182
|
+
UserArtifactSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3183
|
+
|
|
3184
|
+
@pulumi.input_type
|
|
3185
|
+
class UserArtifactSettingsArgs:
|
|
3186
|
+
def __init__(__self__, *,
|
|
3187
|
+
config_file_name: Optional[pulumi.Input[str]] = None,
|
|
3188
|
+
package_file_name: Optional[pulumi.Input[str]] = None,
|
|
3189
|
+
script_behavior_after_reboot: Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]] = None):
|
|
3190
|
+
"""
|
|
3191
|
+
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.
|
|
3192
|
+
:param pulumi.Input[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".
|
|
3193
|
+
:param pulumi.Input[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.
|
|
3194
|
+
:param pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']] 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.
|
|
3195
|
+
"""
|
|
3196
|
+
if config_file_name is not None:
|
|
3197
|
+
pulumi.set(__self__, "config_file_name", config_file_name)
|
|
3198
|
+
if package_file_name is not None:
|
|
3199
|
+
pulumi.set(__self__, "package_file_name", package_file_name)
|
|
3200
|
+
if script_behavior_after_reboot is not None:
|
|
3201
|
+
pulumi.set(__self__, "script_behavior_after_reboot", script_behavior_after_reboot)
|
|
3202
|
+
|
|
3203
|
+
@property
|
|
3204
|
+
@pulumi.getter(name="configFileName")
|
|
3205
|
+
def config_file_name(self) -> Optional[pulumi.Input[str]]:
|
|
3206
|
+
"""
|
|
3207
|
+
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".
|
|
3208
|
+
"""
|
|
3209
|
+
return pulumi.get(self, "config_file_name")
|
|
3210
|
+
|
|
3211
|
+
@config_file_name.setter
|
|
3212
|
+
def config_file_name(self, value: Optional[pulumi.Input[str]]):
|
|
3213
|
+
pulumi.set(self, "config_file_name", value)
|
|
3214
|
+
|
|
3215
|
+
@property
|
|
3216
|
+
@pulumi.getter(name="packageFileName")
|
|
3217
|
+
def package_file_name(self) -> Optional[pulumi.Input[str]]:
|
|
3218
|
+
"""
|
|
3219
|
+
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.
|
|
3220
|
+
"""
|
|
3221
|
+
return pulumi.get(self, "package_file_name")
|
|
3222
|
+
|
|
3223
|
+
@package_file_name.setter
|
|
3224
|
+
def package_file_name(self, value: Optional[pulumi.Input[str]]):
|
|
3225
|
+
pulumi.set(self, "package_file_name", value)
|
|
3226
|
+
|
|
3227
|
+
@property
|
|
3228
|
+
@pulumi.getter(name="scriptBehaviorAfterReboot")
|
|
3229
|
+
def script_behavior_after_reboot(self) -> Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]:
|
|
3230
|
+
"""
|
|
3231
|
+
Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
|
|
3232
|
+
"""
|
|
3233
|
+
return pulumi.get(self, "script_behavior_after_reboot")
|
|
3234
|
+
|
|
3235
|
+
@script_behavior_after_reboot.setter
|
|
3236
|
+
def script_behavior_after_reboot(self, value: Optional[pulumi.Input[Union[str, 'GalleryApplicationScriptRebootBehavior']]]):
|
|
3237
|
+
pulumi.set(self, "script_behavior_after_reboot", value)
|
|
3238
|
+
|
|
3239
|
+
|
|
3240
|
+
if not MYPY:
|
|
3241
|
+
class UserArtifactSourceArgsDict(TypedDict):
|
|
3242
|
+
"""
|
|
3243
|
+
The source image from which the Image Version is going to be created.
|
|
3244
|
+
"""
|
|
3245
|
+
media_link: pulumi.Input[str]
|
|
3246
|
+
"""
|
|
3247
|
+
Required. The mediaLink of the artifact, must be a readable storage page blob.
|
|
3248
|
+
"""
|
|
3249
|
+
default_configuration_link: NotRequired[pulumi.Input[str]]
|
|
3250
|
+
"""
|
|
3251
|
+
Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
|
|
3252
|
+
"""
|
|
3253
|
+
elif False:
|
|
3254
|
+
UserArtifactSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3255
|
+
|
|
3256
|
+
@pulumi.input_type
|
|
3257
|
+
class UserArtifactSourceArgs:
|
|
3258
|
+
def __init__(__self__, *,
|
|
3259
|
+
media_link: pulumi.Input[str],
|
|
3260
|
+
default_configuration_link: Optional[pulumi.Input[str]] = None):
|
|
3261
|
+
"""
|
|
3262
|
+
The source image from which the Image Version is going to be created.
|
|
3263
|
+
:param pulumi.Input[str] media_link: Required. The mediaLink of the artifact, must be a readable storage page blob.
|
|
3264
|
+
:param pulumi.Input[str] default_configuration_link: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
|
|
3265
|
+
"""
|
|
3266
|
+
pulumi.set(__self__, "media_link", media_link)
|
|
3267
|
+
if default_configuration_link is not None:
|
|
3268
|
+
pulumi.set(__self__, "default_configuration_link", default_configuration_link)
|
|
3269
|
+
|
|
3270
|
+
@property
|
|
3271
|
+
@pulumi.getter(name="mediaLink")
|
|
3272
|
+
def media_link(self) -> pulumi.Input[str]:
|
|
3273
|
+
"""
|
|
3274
|
+
Required. The mediaLink of the artifact, must be a readable storage page blob.
|
|
3275
|
+
"""
|
|
3276
|
+
return pulumi.get(self, "media_link")
|
|
3277
|
+
|
|
3278
|
+
@media_link.setter
|
|
3279
|
+
def media_link(self, value: pulumi.Input[str]):
|
|
3280
|
+
pulumi.set(self, "media_link", value)
|
|
3281
|
+
|
|
3282
|
+
@property
|
|
3283
|
+
@pulumi.getter(name="defaultConfigurationLink")
|
|
3284
|
+
def default_configuration_link(self) -> Optional[pulumi.Input[str]]:
|
|
3285
|
+
"""
|
|
3286
|
+
Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.
|
|
3287
|
+
"""
|
|
3288
|
+
return pulumi.get(self, "default_configuration_link")
|
|
3289
|
+
|
|
3290
|
+
@default_configuration_link.setter
|
|
3291
|
+
def default_configuration_link(self, value: Optional[pulumi.Input[str]]):
|
|
3292
|
+
pulumi.set(self, "default_configuration_link", value)
|
|
3293
|
+
|
|
3294
|
+
|