pulumi-azure-native 3.7.0a1755047742__py3-none-any.whl → 3.8.0__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 +2 -0
- pulumi_azure_native/apimanagement/__init__.py +5 -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/client_application.py +314 -0
- pulumi_azure_native/apimanagement/client_application_product_link.py +246 -0
- 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_client_application.py +223 -0
- pulumi_azure_native/apimanagement/get_client_application_product_link.py +159 -0
- 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_client_application_secrets.py +98 -0
- 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/outputs.py +35 -0
- 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/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/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +6 -6
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +18 -18
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurefleet/fleet.py +3 -3
- pulumi_azure_native/azurefleet/get_fleet.py +2 -2
- pulumi_azure_native/config/__init__.pyi +11 -1
- pulumi_azure_native/config/vars.py +15 -1
- pulumi_azure_native/containerservice/deployment_safeguard.py +3 -3
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +2 -2
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +3 -3
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/edge/config_template.py +5 -1
- pulumi_azure_native/edge/configuration.py +5 -1
- pulumi_azure_native/edge/configuration_reference.py +5 -1
- pulumi_azure_native/edge/context.py +5 -1
- pulumi_azure_native/edge/diagnostic.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration_version.py +5 -1
- pulumi_azure_native/edge/dynamic_schema.py +5 -1
- pulumi_azure_native/edge/dynamic_schema_version.py +26 -22
- pulumi_azure_native/edge/execution.py +5 -1
- pulumi_azure_native/edge/get_config_template.py +4 -0
- pulumi_azure_native/edge/get_configuration.py +4 -0
- pulumi_azure_native/edge/get_configuration_reference.py +4 -0
- pulumi_azure_native/edge/get_context.py +4 -0
- pulumi_azure_native/edge/get_diagnostic.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +10 -6
- pulumi_azure_native/edge/get_execution.py +4 -0
- pulumi_azure_native/edge/get_instance.py +4 -0
- pulumi_azure_native/edge/get_schema.py +4 -0
- pulumi_azure_native/edge/get_schema_version.py +4 -0
- pulumi_azure_native/edge/get_site_reference.py +4 -0
- pulumi_azure_native/edge/get_solution.py +4 -0
- pulumi_azure_native/edge/get_solution_template.py +4 -0
- pulumi_azure_native/edge/get_solution_version.py +4 -0
- pulumi_azure_native/edge/get_target.py +4 -0
- pulumi_azure_native/edge/get_workflow.py +4 -0
- pulumi_azure_native/edge/get_workflow_version.py +4 -0
- pulumi_azure_native/edge/instance.py +5 -1
- pulumi_azure_native/edge/schema.py +5 -1
- pulumi_azure_native/edge/schema_version.py +5 -1
- pulumi_azure_native/edge/site_reference.py +5 -1
- pulumi_azure_native/edge/solution.py +5 -1
- pulumi_azure_native/edge/solution_template.py +5 -1
- pulumi_azure_native/edge/solution_version.py +5 -1
- pulumi_azure_native/edge/target.py +5 -1
- pulumi_azure_native/edge/workflow.py +5 -1
- pulumi_azure_native/edge/workflow_version.py +5 -1
- pulumi_azure_native/healthdataaiservices/deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -4
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -4
- pulumi_azure_native/loadtestservice/_enums.py +3 -3
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +25 -7
- pulumi_azure_native/loadtestservice/playwright_workspace.py +24 -10
- pulumi_azure_native/monitor/_enums.py +1 -1
- pulumi_azure_native/monitor/_inputs.py +23 -3
- pulumi_azure_native/monitor/get_scheduled_query_rule.py +6 -6
- pulumi_azure_native/monitor/outputs.py +16 -2
- pulumi_azure_native/monitor/scheduled_query_rule.py +12 -12
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/provider.py +43 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redisenterprise/_enums.py +82 -5
- pulumi_azure_native/redisenterprise/_inputs.py +19 -19
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +7 -7
- pulumi_azure_native/redisenterprise/database.py +56 -17
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +6 -6
- pulumi_azure_native/redisenterprise/get_database.py +40 -12
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +8 -8
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +54 -12
- pulumi_azure_native/redisenterprise/list_database_keys.py +8 -8
- pulumi_azure_native/redisenterprise/outputs.py +125 -14
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +7 -7
- pulumi_azure_native/redisenterprise/redis_enterprise.py +63 -14
- pulumi_azure_native/search/_enums.py +121 -10
- pulumi_azure_native/search/_inputs.py +109 -69
- pulumi_azure_native/search/get_private_endpoint_connection.py +26 -12
- pulumi_azure_native/search/get_service.py +117 -19
- pulumi_azure_native/search/get_shared_private_link_resource.py +26 -12
- pulumi_azure_native/search/list_admin_key.py +9 -9
- pulumi_azure_native/search/list_query_key_by_search_service.py +10 -10
- pulumi_azure_native/search/outputs.py +303 -57
- pulumi_azure_native/search/private_endpoint_connection.py +26 -16
- pulumi_azure_native/search/service.py +179 -33
- pulumi_azure_native/search/shared_private_link_resource.py +26 -16
- pulumi_azure_native/servicefabric/application.py +3 -3
- pulumi_azure_native/servicefabric/application_type.py +3 -3
- pulumi_azure_native/servicefabric/application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/get_application.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/get_service.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +3 -3
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/RECORD +399 -394
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/top_level.txt +0 -0
|
@@ -158,7 +158,7 @@ def get_capacity_pool_subvolume(account_name: Optional[builtins.str] = None,
|
|
|
158
158
|
|
|
159
159
|
Uses Azure REST API version 2024-09-01.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
161
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -197,7 +197,7 @@ def get_capacity_pool_subvolume_output(account_name: Optional[pulumi.Input[built
|
|
|
197
197
|
|
|
198
198
|
Uses Azure REST API version 2024-09-01.
|
|
199
199
|
|
|
200
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
200
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -205,7 +205,7 @@ def get_capacity_pool_subvolume_metadata(account_name: Optional[builtins.str] =
|
|
|
205
205
|
|
|
206
206
|
Uses Azure REST API version 2024-09-01.
|
|
207
207
|
|
|
208
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
208
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
209
|
|
|
210
210
|
|
|
211
211
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -248,7 +248,7 @@ def get_capacity_pool_subvolume_metadata_output(account_name: Optional[pulumi.In
|
|
|
248
248
|
|
|
249
249
|
Uses Azure REST API version 2024-09-01.
|
|
250
250
|
|
|
251
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
251
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -829,7 +829,7 @@ def get_capacity_pool_volume(account_name: Optional[builtins.str] = None,
|
|
|
829
829
|
|
|
830
830
|
Uses Azure REST API version 2024-09-01.
|
|
831
831
|
|
|
832
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
832
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
833
833
|
|
|
834
834
|
|
|
835
835
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -921,7 +921,7 @@ def get_capacity_pool_volume_output(account_name: Optional[pulumi.Input[builtins
|
|
|
921
921
|
|
|
922
922
|
Uses Azure REST API version 2024-09-01.
|
|
923
923
|
|
|
924
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
924
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
925
925
|
|
|
926
926
|
|
|
927
927
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -61,7 +61,7 @@ def get_capacity_pool_volume_group_id_for_ldap_user(account_name: Optional[built
|
|
|
61
61
|
|
|
62
62
|
Uses Azure REST API version 2024-09-01.
|
|
63
63
|
|
|
64
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
64
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -92,7 +92,7 @@ def get_capacity_pool_volume_group_id_for_ldap_user_output(account_name: Optiona
|
|
|
92
92
|
|
|
93
93
|
Uses Azure REST API version 2024-09-01.
|
|
94
94
|
|
|
95
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
95
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -182,7 +182,7 @@ def get_capacity_pool_volume_quota_rule(account_name: Optional[builtins.str] = N
|
|
|
182
182
|
|
|
183
183
|
Uses Azure REST API version 2024-09-01.
|
|
184
184
|
|
|
185
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
185
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -223,7 +223,7 @@ def get_capacity_pool_volume_quota_rule_output(account_name: Optional[pulumi.Inp
|
|
|
223
223
|
|
|
224
224
|
Uses Azure REST API version 2024-09-01.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
226
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -216,7 +216,7 @@ def get_snapshot_policy(account_name: Optional[builtins.str] = None,
|
|
|
216
216
|
|
|
217
217
|
Uses Azure REST API version 2024-09-01.
|
|
218
218
|
|
|
219
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
219
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -254,7 +254,7 @@ def get_snapshot_policy_output(account_name: Optional[pulumi.Input[builtins.str]
|
|
|
254
254
|
|
|
255
255
|
Uses Azure REST API version 2024-09-01.
|
|
256
256
|
|
|
257
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
257
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -144,7 +144,7 @@ def get_volume_group(account_name: Optional[builtins.str] = None,
|
|
|
144
144
|
|
|
145
145
|
Uses Azure REST API version 2024-09-01.
|
|
146
146
|
|
|
147
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -176,7 +176,7 @@ def get_volume_group_output(account_name: Optional[pulumi.Input[builtins.str]] =
|
|
|
176
176
|
|
|
177
177
|
Uses Azure REST API version 2024-09-01.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
179
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -61,7 +61,7 @@ def list_capacity_pool_volume_replications(account_name: Optional[builtins.str]
|
|
|
61
61
|
|
|
62
62
|
Uses Azure REST API version 2024-09-01.
|
|
63
63
|
|
|
64
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
64
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -89,7 +89,7 @@ def list_capacity_pool_volume_replications_output(account_name: Optional[pulumi.
|
|
|
89
89
|
|
|
90
90
|
Uses Azure REST API version 2024-09-01.
|
|
91
91
|
|
|
92
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
92
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
:param builtins.str account_name: The name of the NetApp account
|
|
@@ -207,7 +207,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
207
207
|
|
|
208
208
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
209
209
|
|
|
210
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
210
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
211
211
|
|
|
212
212
|
:param str resource_name: The name of the resource.
|
|
213
213
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -233,7 +233,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
233
233
|
|
|
234
234
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
235
235
|
|
|
236
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
236
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
237
237
|
|
|
238
238
|
:param str resource_name: The name of the resource.
|
|
239
239
|
:param SnapshotPolicyArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -289,7 +289,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
289
289
|
__props__.__dict__["provisioning_state"] = None
|
|
290
290
|
__props__.__dict__["system_data"] = None
|
|
291
291
|
__props__.__dict__["type"] = None
|
|
292
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20200501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20211001:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250301preview:SnapshotPolicy")])
|
|
292
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20200501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20211001:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250301preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250601:SnapshotPolicy")])
|
|
293
293
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
294
294
|
super(SnapshotPolicy, __self__).__init__(
|
|
295
295
|
'azure-native:netapp:SnapshotPolicy',
|
|
@@ -140,7 +140,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
140
140
|
|
|
141
141
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
143
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -162,7 +162,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
162
162
|
|
|
163
163
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
164
164
|
|
|
165
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
165
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview, 2025-03-01, 2025-03-01-preview, 2025-06-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
166
166
|
|
|
167
167
|
:param str resource_name: The name of the resource.
|
|
168
168
|
:param VolumeGroupArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -208,7 +208,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
208
208
|
__props__.__dict__["name"] = None
|
|
209
209
|
__props__.__dict__["provisioning_state"] = None
|
|
210
210
|
__props__.__dict__["type"] = None
|
|
211
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20210801:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20211001:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250301preview:VolumeGroup")])
|
|
211
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20210801:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20211001:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250301preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250601:VolumeGroup")])
|
|
212
212
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
213
213
|
super(VolumeGroup, __self__).__init__(
|
|
214
214
|
'azure-native:netapp:VolumeGroup',
|
pulumi_azure_native/provider.py
CHANGED
|
@@ -25,6 +25,7 @@ class ProviderArgs:
|
|
|
25
25
|
client_certificate_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
26
26
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
27
27
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
28
|
+
disable_instance_discovery: Optional[pulumi.Input[builtins.bool]] = None,
|
|
28
29
|
disable_pulumi_partner_id: Optional[pulumi.Input[builtins.bool]] = None,
|
|
29
30
|
environment: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
31
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -36,6 +37,7 @@ class ProviderArgs:
|
|
|
36
37
|
partner_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
37
38
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
38
39
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
40
|
+
use_default_azure_credential: Optional[pulumi.Input[builtins.bool]] = None,
|
|
39
41
|
use_msi: Optional[pulumi.Input[builtins.bool]] = None,
|
|
40
42
|
use_oidc: Optional[pulumi.Input[builtins.bool]] = None):
|
|
41
43
|
"""
|
|
@@ -45,8 +47,9 @@ class ProviderArgs:
|
|
|
45
47
|
:param pulumi.Input[builtins.str] client_certificate_path: The path to the Client Certificate associated with the Service Principal for use when authenticating as a Service Principal using a Client Certificate.
|
|
46
48
|
:param pulumi.Input[builtins.str] client_id: The Client ID which should be used.
|
|
47
49
|
:param pulumi.Input[builtins.str] client_secret: The Client Secret which should be used. For use When authenticating as a Service Principal using a Client Secret.
|
|
50
|
+
:param pulumi.Input[builtins.bool] disable_instance_discovery: Determines whether or not instance discovery is performed when attempting to authenticate. Setting this to true will completely disable both instance discovery and authority validation. This functionality is intended for use in scenarios where the metadata endpoint cannot be reached, such as in private clouds or Azure Stack.
|
|
48
51
|
:param pulumi.Input[builtins.bool] disable_pulumi_partner_id: This will disable the Pulumi Partner ID which is used if a custom `partnerId` isn't specified.
|
|
49
|
-
:param pulumi.Input[builtins.str] environment: The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public.
|
|
52
|
+
:param pulumi.Input[builtins.str] environment: The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public. Not used when metadataHost is specified or when ARM_METADATA_HOSTNAME is set.
|
|
50
53
|
:param pulumi.Input[builtins.str] location: The location to use. ResourceGroups will consult this property for a default location, if one was not supplied explicitly when defining the resource.
|
|
51
54
|
:param pulumi.Input[builtins.str] metadata_host: The Hostname of the Azure Metadata Service.
|
|
52
55
|
:param pulumi.Input[builtins.str] msi_endpoint: The path to a custom endpoint for Managed Service Identity - in most circumstances this should be detected automatically.
|
|
@@ -56,6 +59,7 @@ class ProviderArgs:
|
|
|
56
59
|
:param pulumi.Input[builtins.str] partner_id: A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution.
|
|
57
60
|
:param pulumi.Input[builtins.str] subscription_id: The Subscription ID which should be used.
|
|
58
61
|
:param pulumi.Input[builtins.str] tenant_id: The Tenant ID which should be used.
|
|
62
|
+
:param pulumi.Input[builtins.bool] use_default_azure_credential: Use the default credential chain of the Azure SDK (see https://learn.microsoft.com/en-us/azure/developer/go/sdk/authentication/credential-chains#defaultazurecredential-overview).
|
|
59
63
|
:param pulumi.Input[builtins.bool] use_msi: Allow Managed Service Identity to be used for Authentication.
|
|
60
64
|
:param pulumi.Input[builtins.bool] use_oidc: Allow OpenID Connect (OIDC) to be used for Authentication.
|
|
61
65
|
"""
|
|
@@ -69,6 +73,8 @@ class ProviderArgs:
|
|
|
69
73
|
pulumi.set(__self__, "client_id", client_id)
|
|
70
74
|
if client_secret is not None:
|
|
71
75
|
pulumi.set(__self__, "client_secret", client_secret)
|
|
76
|
+
if disable_instance_discovery is not None:
|
|
77
|
+
pulumi.set(__self__, "disable_instance_discovery", disable_instance_discovery)
|
|
72
78
|
if disable_pulumi_partner_id is not None:
|
|
73
79
|
pulumi.set(__self__, "disable_pulumi_partner_id", disable_pulumi_partner_id)
|
|
74
80
|
if environment is None:
|
|
@@ -93,6 +99,8 @@ class ProviderArgs:
|
|
|
93
99
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
94
100
|
if tenant_id is not None:
|
|
95
101
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
102
|
+
if use_default_azure_credential is not None:
|
|
103
|
+
pulumi.set(__self__, "use_default_azure_credential", use_default_azure_credential)
|
|
96
104
|
if use_msi is not None:
|
|
97
105
|
pulumi.set(__self__, "use_msi", use_msi)
|
|
98
106
|
if use_oidc is not None:
|
|
@@ -158,6 +166,18 @@ class ProviderArgs:
|
|
|
158
166
|
def client_secret(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
159
167
|
pulumi.set(self, "client_secret", value)
|
|
160
168
|
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="disableInstanceDiscovery")
|
|
171
|
+
def disable_instance_discovery(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
172
|
+
"""
|
|
173
|
+
Determines whether or not instance discovery is performed when attempting to authenticate. Setting this to true will completely disable both instance discovery and authority validation. This functionality is intended for use in scenarios where the metadata endpoint cannot be reached, such as in private clouds or Azure Stack.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "disable_instance_discovery")
|
|
176
|
+
|
|
177
|
+
@disable_instance_discovery.setter
|
|
178
|
+
def disable_instance_discovery(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
179
|
+
pulumi.set(self, "disable_instance_discovery", value)
|
|
180
|
+
|
|
161
181
|
@property
|
|
162
182
|
@pulumi.getter(name="disablePulumiPartnerId")
|
|
163
183
|
def disable_pulumi_partner_id(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -174,7 +194,7 @@ class ProviderArgs:
|
|
|
174
194
|
@pulumi.getter
|
|
175
195
|
def environment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
176
196
|
"""
|
|
177
|
-
The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public.
|
|
197
|
+
The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public. Not used when metadataHost is specified or when ARM_METADATA_HOSTNAME is set.
|
|
178
198
|
"""
|
|
179
199
|
return pulumi.get(self, "environment")
|
|
180
200
|
|
|
@@ -290,6 +310,18 @@ class ProviderArgs:
|
|
|
290
310
|
def tenant_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
291
311
|
pulumi.set(self, "tenant_id", value)
|
|
292
312
|
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="useDefaultAzureCredential")
|
|
315
|
+
def use_default_azure_credential(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
316
|
+
"""
|
|
317
|
+
Use the default credential chain of the Azure SDK (see https://learn.microsoft.com/en-us/azure/developer/go/sdk/authentication/credential-chains#defaultazurecredential-overview).
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "use_default_azure_credential")
|
|
320
|
+
|
|
321
|
+
@use_default_azure_credential.setter
|
|
322
|
+
def use_default_azure_credential(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
323
|
+
pulumi.set(self, "use_default_azure_credential", value)
|
|
324
|
+
|
|
293
325
|
@property
|
|
294
326
|
@pulumi.getter(name="useMsi")
|
|
295
327
|
def use_msi(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -326,6 +358,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
326
358
|
client_certificate_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
327
359
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
328
360
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
361
|
+
disable_instance_discovery: Optional[pulumi.Input[builtins.bool]] = None,
|
|
329
362
|
disable_pulumi_partner_id: Optional[pulumi.Input[builtins.bool]] = None,
|
|
330
363
|
environment: Optional[pulumi.Input[builtins.str]] = None,
|
|
331
364
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -337,6 +370,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
337
370
|
partner_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
338
371
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
339
372
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
373
|
+
use_default_azure_credential: Optional[pulumi.Input[builtins.bool]] = None,
|
|
340
374
|
use_msi: Optional[pulumi.Input[builtins.bool]] = None,
|
|
341
375
|
use_oidc: Optional[pulumi.Input[builtins.bool]] = None,
|
|
342
376
|
__props__=None):
|
|
@@ -350,8 +384,9 @@ class Provider(pulumi.ProviderResource):
|
|
|
350
384
|
:param pulumi.Input[builtins.str] client_certificate_path: The path to the Client Certificate associated with the Service Principal for use when authenticating as a Service Principal using a Client Certificate.
|
|
351
385
|
:param pulumi.Input[builtins.str] client_id: The Client ID which should be used.
|
|
352
386
|
:param pulumi.Input[builtins.str] client_secret: The Client Secret which should be used. For use When authenticating as a Service Principal using a Client Secret.
|
|
387
|
+
:param pulumi.Input[builtins.bool] disable_instance_discovery: Determines whether or not instance discovery is performed when attempting to authenticate. Setting this to true will completely disable both instance discovery and authority validation. This functionality is intended for use in scenarios where the metadata endpoint cannot be reached, such as in private clouds or Azure Stack.
|
|
353
388
|
:param pulumi.Input[builtins.bool] disable_pulumi_partner_id: This will disable the Pulumi Partner ID which is used if a custom `partnerId` isn't specified.
|
|
354
|
-
:param pulumi.Input[builtins.str] environment: The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public.
|
|
389
|
+
:param pulumi.Input[builtins.str] environment: The Cloud Environment which should be used. Possible values are public, usgovernment, and china. Defaults to public. Not used when metadataHost is specified or when ARM_METADATA_HOSTNAME is set.
|
|
355
390
|
:param pulumi.Input[builtins.str] location: The location to use. ResourceGroups will consult this property for a default location, if one was not supplied explicitly when defining the resource.
|
|
356
391
|
:param pulumi.Input[builtins.str] metadata_host: The Hostname of the Azure Metadata Service.
|
|
357
392
|
:param pulumi.Input[builtins.str] msi_endpoint: The path to a custom endpoint for Managed Service Identity - in most circumstances this should be detected automatically.
|
|
@@ -361,6 +396,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
361
396
|
:param pulumi.Input[builtins.str] partner_id: A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution.
|
|
362
397
|
:param pulumi.Input[builtins.str] subscription_id: The Subscription ID which should be used.
|
|
363
398
|
:param pulumi.Input[builtins.str] tenant_id: The Tenant ID which should be used.
|
|
399
|
+
:param pulumi.Input[builtins.bool] use_default_azure_credential: Use the default credential chain of the Azure SDK (see https://learn.microsoft.com/en-us/azure/developer/go/sdk/authentication/credential-chains#defaultazurecredential-overview).
|
|
364
400
|
:param pulumi.Input[builtins.bool] use_msi: Allow Managed Service Identity to be used for Authentication.
|
|
365
401
|
:param pulumi.Input[builtins.bool] use_oidc: Allow OpenID Connect (OIDC) to be used for Authentication.
|
|
366
402
|
"""
|
|
@@ -393,6 +429,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
393
429
|
client_certificate_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
394
430
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
395
431
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
432
|
+
disable_instance_discovery: Optional[pulumi.Input[builtins.bool]] = None,
|
|
396
433
|
disable_pulumi_partner_id: Optional[pulumi.Input[builtins.bool]] = None,
|
|
397
434
|
environment: Optional[pulumi.Input[builtins.str]] = None,
|
|
398
435
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -404,6 +441,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
404
441
|
partner_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
405
442
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
406
443
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
444
|
+
use_default_azure_credential: Optional[pulumi.Input[builtins.bool]] = None,
|
|
407
445
|
use_msi: Optional[pulumi.Input[builtins.bool]] = None,
|
|
408
446
|
use_oidc: Optional[pulumi.Input[builtins.bool]] = None,
|
|
409
447
|
__props__=None):
|
|
@@ -420,6 +458,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
420
458
|
__props__.__dict__["client_certificate_path"] = client_certificate_path
|
|
421
459
|
__props__.__dict__["client_id"] = None if client_id is None else pulumi.Output.secret(client_id)
|
|
422
460
|
__props__.__dict__["client_secret"] = None if client_secret is None else pulumi.Output.secret(client_secret)
|
|
461
|
+
__props__.__dict__["disable_instance_discovery"] = pulumi.Output.from_input(disable_instance_discovery).apply(pulumi.runtime.to_json) if disable_instance_discovery is not None else None
|
|
423
462
|
__props__.__dict__["disable_pulumi_partner_id"] = pulumi.Output.from_input(disable_pulumi_partner_id).apply(pulumi.runtime.to_json) if disable_pulumi_partner_id is not None else None
|
|
424
463
|
if environment is None:
|
|
425
464
|
environment = 'public'
|
|
@@ -433,6 +472,7 @@ class Provider(pulumi.ProviderResource):
|
|
|
433
472
|
__props__.__dict__["partner_id"] = partner_id
|
|
434
473
|
__props__.__dict__["subscription_id"] = subscription_id
|
|
435
474
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
475
|
+
__props__.__dict__["use_default_azure_credential"] = pulumi.Output.from_input(use_default_azure_credential).apply(pulumi.runtime.to_json) if use_default_azure_credential is not None else None
|
|
436
476
|
__props__.__dict__["use_msi"] = pulumi.Output.from_input(use_msi).apply(pulumi.runtime.to_json) if use_msi is not None else None
|
|
437
477
|
__props__.__dict__["use_oidc"] = pulumi.Output.from_input(use_oidc).apply(pulumi.runtime.to_json) if use_oidc is not None else None
|
|
438
478
|
super(Provider, __self__).__init__(
|
|
@@ -7,11 +7,13 @@ import pulumi
|
|
|
7
7
|
from enum import Enum
|
|
8
8
|
|
|
9
9
|
__all__ = [
|
|
10
|
+
'AccessKeysAuthentication',
|
|
10
11
|
'AofFrequency',
|
|
11
12
|
'ClusteringPolicy',
|
|
12
13
|
'CmkIdentityType',
|
|
13
14
|
'DeferUpgradeSetting',
|
|
14
15
|
'EvictionPolicy',
|
|
16
|
+
'HighAvailability',
|
|
15
17
|
'ManagedServiceIdentityType',
|
|
16
18
|
'PrivateEndpointServiceConnectionStatus',
|
|
17
19
|
'Protocol',
|
|
@@ -21,10 +23,19 @@ __all__ = [
|
|
|
21
23
|
]
|
|
22
24
|
|
|
23
25
|
|
|
26
|
+
@pulumi.type_token("azure-native:redisenterprise:AccessKeysAuthentication")
|
|
27
|
+
class AccessKeysAuthentication(builtins.str, Enum):
|
|
28
|
+
"""
|
|
29
|
+
This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
|
|
30
|
+
"""
|
|
31
|
+
DISABLED = "Disabled"
|
|
32
|
+
ENABLED = "Enabled"
|
|
33
|
+
|
|
34
|
+
|
|
24
35
|
@pulumi.type_token("azure-native:redisenterprise:AofFrequency")
|
|
25
36
|
class AofFrequency(builtins.str, Enum):
|
|
26
37
|
"""
|
|
27
|
-
Sets the frequency at which data is written to disk.
|
|
38
|
+
Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.
|
|
28
39
|
"""
|
|
29
40
|
AOF_FREQUENCY_1S = "1s"
|
|
30
41
|
ALWAYS = "always"
|
|
@@ -33,10 +44,20 @@ class AofFrequency(builtins.str, Enum):
|
|
|
33
44
|
@pulumi.type_token("azure-native:redisenterprise:ClusteringPolicy")
|
|
34
45
|
class ClusteringPolicy(builtins.str, Enum):
|
|
35
46
|
"""
|
|
36
|
-
Clustering policy - default is OSSCluster.
|
|
47
|
+
Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
|
|
37
48
|
"""
|
|
38
49
|
ENTERPRISE_CLUSTER = "EnterpriseCluster"
|
|
50
|
+
"""
|
|
51
|
+
Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands.
|
|
52
|
+
"""
|
|
39
53
|
OSS_CLUSTER = "OSSCluster"
|
|
54
|
+
"""
|
|
55
|
+
OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering.
|
|
56
|
+
"""
|
|
57
|
+
NO_CLUSTER = "NoCluster"
|
|
58
|
+
"""
|
|
59
|
+
The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
|
|
60
|
+
"""
|
|
40
61
|
|
|
41
62
|
|
|
42
63
|
@pulumi.type_token("azure-native:redisenterprise:CmkIdentityType")
|
|
@@ -51,7 +72,7 @@ class CmkIdentityType(builtins.str, Enum):
|
|
|
51
72
|
@pulumi.type_token("azure-native:redisenterprise:DeferUpgradeSetting")
|
|
52
73
|
class DeferUpgradeSetting(builtins.str, Enum):
|
|
53
74
|
"""
|
|
54
|
-
Option to defer upgrade when newest version is released - default is NotDeferred. Learn more:
|
|
75
|
+
Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
|
|
55
76
|
"""
|
|
56
77
|
DEFERRED = "Deferred"
|
|
57
78
|
NOT_DEFERRED = "NotDeferred"
|
|
@@ -72,6 +93,15 @@ class EvictionPolicy(builtins.str, Enum):
|
|
|
72
93
|
NO_EVICTION = "NoEviction"
|
|
73
94
|
|
|
74
95
|
|
|
96
|
+
@pulumi.type_token("azure-native:redisenterprise:HighAvailability")
|
|
97
|
+
class HighAvailability(builtins.str, Enum):
|
|
98
|
+
"""
|
|
99
|
+
Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
|
|
100
|
+
"""
|
|
101
|
+
ENABLED = "Enabled"
|
|
102
|
+
DISABLED = "Disabled"
|
|
103
|
+
|
|
104
|
+
|
|
75
105
|
@pulumi.type_token("azure-native:redisenterprise:ManagedServiceIdentityType")
|
|
76
106
|
class ManagedServiceIdentityType(builtins.str, Enum):
|
|
77
107
|
"""
|
|
@@ -115,22 +145,69 @@ class RdbFrequency(builtins.str, Enum):
|
|
|
115
145
|
@pulumi.type_token("azure-native:redisenterprise:SkuName")
|
|
116
146
|
class SkuName(builtins.str, Enum):
|
|
117
147
|
"""
|
|
118
|
-
The
|
|
148
|
+
The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future.
|
|
119
149
|
"""
|
|
150
|
+
ENTERPRISE_E1 = "Enterprise_E1"
|
|
120
151
|
ENTERPRISE_E5 = "Enterprise_E5"
|
|
121
152
|
ENTERPRISE_E10 = "Enterprise_E10"
|
|
122
153
|
ENTERPRISE_E20 = "Enterprise_E20"
|
|
123
154
|
ENTERPRISE_E50 = "Enterprise_E50"
|
|
124
155
|
ENTERPRISE_E100 = "Enterprise_E100"
|
|
156
|
+
ENTERPRISE_E200 = "Enterprise_E200"
|
|
157
|
+
ENTERPRISE_E400 = "Enterprise_E400"
|
|
125
158
|
ENTERPRISE_FLASH_F300 = "EnterpriseFlash_F300"
|
|
126
159
|
ENTERPRISE_FLASH_F700 = "EnterpriseFlash_F700"
|
|
127
160
|
ENTERPRISE_FLASH_F1500 = "EnterpriseFlash_F1500"
|
|
161
|
+
BALANCED_B0 = "Balanced_B0"
|
|
162
|
+
BALANCED_B1 = "Balanced_B1"
|
|
163
|
+
BALANCED_B3 = "Balanced_B3"
|
|
164
|
+
BALANCED_B5 = "Balanced_B5"
|
|
165
|
+
BALANCED_B10 = "Balanced_B10"
|
|
166
|
+
BALANCED_B20 = "Balanced_B20"
|
|
167
|
+
BALANCED_B50 = "Balanced_B50"
|
|
168
|
+
BALANCED_B100 = "Balanced_B100"
|
|
169
|
+
BALANCED_B150 = "Balanced_B150"
|
|
170
|
+
BALANCED_B250 = "Balanced_B250"
|
|
171
|
+
BALANCED_B350 = "Balanced_B350"
|
|
172
|
+
BALANCED_B500 = "Balanced_B500"
|
|
173
|
+
BALANCED_B700 = "Balanced_B700"
|
|
174
|
+
BALANCED_B1000 = "Balanced_B1000"
|
|
175
|
+
MEMORY_OPTIMIZED_M10 = "MemoryOptimized_M10"
|
|
176
|
+
MEMORY_OPTIMIZED_M20 = "MemoryOptimized_M20"
|
|
177
|
+
MEMORY_OPTIMIZED_M50 = "MemoryOptimized_M50"
|
|
178
|
+
MEMORY_OPTIMIZED_M100 = "MemoryOptimized_M100"
|
|
179
|
+
MEMORY_OPTIMIZED_M150 = "MemoryOptimized_M150"
|
|
180
|
+
MEMORY_OPTIMIZED_M250 = "MemoryOptimized_M250"
|
|
181
|
+
MEMORY_OPTIMIZED_M350 = "MemoryOptimized_M350"
|
|
182
|
+
MEMORY_OPTIMIZED_M500 = "MemoryOptimized_M500"
|
|
183
|
+
MEMORY_OPTIMIZED_M700 = "MemoryOptimized_M700"
|
|
184
|
+
MEMORY_OPTIMIZED_M1000 = "MemoryOptimized_M1000"
|
|
185
|
+
MEMORY_OPTIMIZED_M1500 = "MemoryOptimized_M1500"
|
|
186
|
+
MEMORY_OPTIMIZED_M2000 = "MemoryOptimized_M2000"
|
|
187
|
+
COMPUTE_OPTIMIZED_X3 = "ComputeOptimized_X3"
|
|
188
|
+
COMPUTE_OPTIMIZED_X5 = "ComputeOptimized_X5"
|
|
189
|
+
COMPUTE_OPTIMIZED_X10 = "ComputeOptimized_X10"
|
|
190
|
+
COMPUTE_OPTIMIZED_X20 = "ComputeOptimized_X20"
|
|
191
|
+
COMPUTE_OPTIMIZED_X50 = "ComputeOptimized_X50"
|
|
192
|
+
COMPUTE_OPTIMIZED_X100 = "ComputeOptimized_X100"
|
|
193
|
+
COMPUTE_OPTIMIZED_X150 = "ComputeOptimized_X150"
|
|
194
|
+
COMPUTE_OPTIMIZED_X250 = "ComputeOptimized_X250"
|
|
195
|
+
COMPUTE_OPTIMIZED_X350 = "ComputeOptimized_X350"
|
|
196
|
+
COMPUTE_OPTIMIZED_X500 = "ComputeOptimized_X500"
|
|
197
|
+
COMPUTE_OPTIMIZED_X700 = "ComputeOptimized_X700"
|
|
198
|
+
FLASH_OPTIMIZED_A250 = "FlashOptimized_A250"
|
|
199
|
+
FLASH_OPTIMIZED_A500 = "FlashOptimized_A500"
|
|
200
|
+
FLASH_OPTIMIZED_A700 = "FlashOptimized_A700"
|
|
201
|
+
FLASH_OPTIMIZED_A1000 = "FlashOptimized_A1000"
|
|
202
|
+
FLASH_OPTIMIZED_A1500 = "FlashOptimized_A1500"
|
|
203
|
+
FLASH_OPTIMIZED_A2000 = "FlashOptimized_A2000"
|
|
204
|
+
FLASH_OPTIMIZED_A4500 = "FlashOptimized_A4500"
|
|
128
205
|
|
|
129
206
|
|
|
130
207
|
@pulumi.type_token("azure-native:redisenterprise:TlsVersion")
|
|
131
208
|
class TlsVersion(builtins.str, Enum):
|
|
132
209
|
"""
|
|
133
|
-
The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
210
|
+
The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.
|
|
134
211
|
"""
|
|
135
212
|
TLS_VERSION_1_0 = "1.0"
|
|
136
213
|
TLS_VERSION_1_1 = "1.1"
|