pulumi-azure-native 2.42.0__py3-none-any.whl → 2.42.0a1715777949__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 +0 -63
- pulumi_azure_native/alertsmanagement/__init__.py +0 -3
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +3 -3
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +2 -2
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/cache/__init__.py +0 -3
- pulumi_azure_native/cache/access_policy.py +3 -3
- pulumi_azure_native/cache/access_policy_assignment.py +3 -3
- pulumi_azure_native/cache/firewall_rule.py +3 -3
- pulumi_azure_native/cache/get_access_policy.py +2 -2
- pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/cache/get_firewall_rule.py +2 -2
- pulumi_azure_native/cache/get_linked_server.py +2 -2
- pulumi_azure_native/cache/get_patch_schedule.py +2 -2
- pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis.py +2 -2
- pulumi_azure_native/cache/linked_server.py +3 -3
- pulumi_azure_native/cache/list_redis_keys.py +2 -2
- pulumi_azure_native/cache/patch_schedule.py +3 -3
- pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/redis.py +3 -3
- pulumi_azure_native/cache/v20200601/redis.py +1 -1
- pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230401/redis.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801/redis.py +1 -1
- pulumi_azure_native/documentdb/__init__.py +0 -3
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +4 -4
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +6 -31
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +20 -20
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +10 -10
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +6 -47
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +0 -2
- pulumi_azure_native/recoveryservices/_enums.py +0 -27
- pulumi_azure_native/recoveryservices/_inputs.py +8007 -10259
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/outputs.py +10248 -11526
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/__init__.py +0 -22
- pulumi_azure_native/recoveryservices/v20240201/_enums.py +0 -179
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py +6720 -15079
- pulumi_azure_native/recoveryservices/v20240201/outputs.py +8111 -30387
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/RECORD +320 -420
- pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -705
- pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +0 -253
- pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +0 -157
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -872
- pulumi_azure_native/cache/v20240301/__init__.py +0 -25
- pulumi_azure_native/cache/v20240301/_enums.py +0 -101
- pulumi_azure_native/cache/v20240301/_inputs.py +0 -486
- pulumi_azure_native/cache/v20240301/access_policy.py +0 -214
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py +0 -274
- pulumi_azure_native/cache/v20240301/firewall_rule.py +0 -234
- pulumi_azure_native/cache/v20240301/get_access_policy.py +0 -135
- pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py +0 -161
- pulumi_azure_native/cache/v20240301/get_firewall_rule.py +0 -135
- pulumi_azure_native/cache/v20240301/get_linked_server.py +0 -187
- pulumi_azure_native/cache/v20240301/get_patch_schedule.py +0 -136
- pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py +0 -149
- pulumi_azure_native/cache/v20240301/get_redis.py +0 -443
- pulumi_azure_native/cache/v20240301/linked_server.py +0 -294
- pulumi_azure_native/cache/v20240301/list_redis_keys.py +0 -91
- pulumi_azure_native/cache/v20240301/outputs.py +0 -912
- pulumi_azure_native/cache/v20240301/patch_schedule.py +0 -216
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +0 -227
- pulumi_azure_native/cache/v20240301/redis.py +0 -770
- pulumi_azure_native/documentdb/v20240515/__init__.py +0 -57
- pulumi_azure_native/documentdb/v20240515/_enums.py +0 -337
- pulumi_azure_native/documentdb/v20240515/_inputs.py +0 -3821
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +0 -272
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +0 -206
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +0 -287
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +0 -308
- pulumi_azure_native/documentdb/v20240515/database_account.py +0 -1271
- pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py +0 -157
- pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py +0 -123
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +0 -677
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py +0 -162
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py +0 -188
- pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py +0 -135
- pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py +0 -162
- pulumi_azure_native/documentdb/v20240515/get_service.py +0 -123
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py +0 -148
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py +0 -149
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py +0 -156
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +0 -309
- pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py +0 -79
- pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py +0 -117
- pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py +0 -96
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +0 -309
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +0 -312
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +0 -350
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +0 -194
- pulumi_azure_native/documentdb/v20240515/outputs.py +0 -6258
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +0 -292
- pulumi_azure_native/documentdb/v20240515/service.py +0 -247
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +0 -309
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +0 -261
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +0 -283
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +0 -323
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +0 -324
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +0 -323
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +0 -288
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +0 -135
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +0 -250
- pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py +0 -136
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py +0 -133
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py +0 -136
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +0 -215
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +0 -259
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +0 -216
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +0 -248
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +0 -217
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +0 -237
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +0 -257
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +0 -236
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/top_level.txt +0 -0
|
@@ -1,57 +0,0 @@
|
|
|
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
|
-
from ... import _utilities
|
|
6
|
-
import typing
|
|
7
|
-
# Export this package's modules as members:
|
|
8
|
-
from ._enums import *
|
|
9
|
-
from .cassandra_cluster import *
|
|
10
|
-
from .cassandra_data_center import *
|
|
11
|
-
from .cassandra_resource_cassandra_keyspace import *
|
|
12
|
-
from .cassandra_resource_cassandra_table import *
|
|
13
|
-
from .database_account import *
|
|
14
|
-
from .get_cassandra_cluster import *
|
|
15
|
-
from .get_cassandra_data_center import *
|
|
16
|
-
from .get_cassandra_resource_cassandra_keyspace import *
|
|
17
|
-
from .get_cassandra_resource_cassandra_table import *
|
|
18
|
-
from .get_database_account import *
|
|
19
|
-
from .get_gremlin_resource_gremlin_database import *
|
|
20
|
-
from .get_gremlin_resource_gremlin_graph import *
|
|
21
|
-
from .get_mongo_db_resource_mongo_db_collection import *
|
|
22
|
-
from .get_mongo_db_resource_mongo_db_database import *
|
|
23
|
-
from .get_mongo_db_resource_mongo_role_definition import *
|
|
24
|
-
from .get_mongo_db_resource_mongo_user_definition import *
|
|
25
|
-
from .get_notebook_workspace import *
|
|
26
|
-
from .get_private_endpoint_connection import *
|
|
27
|
-
from .get_service import *
|
|
28
|
-
from .get_sql_resource_sql_container import *
|
|
29
|
-
from .get_sql_resource_sql_database import *
|
|
30
|
-
from .get_sql_resource_sql_role_assignment import *
|
|
31
|
-
from .get_sql_resource_sql_role_definition import *
|
|
32
|
-
from .get_sql_resource_sql_stored_procedure import *
|
|
33
|
-
from .get_sql_resource_sql_trigger import *
|
|
34
|
-
from .get_sql_resource_sql_user_defined_function import *
|
|
35
|
-
from .get_table_resource_table import *
|
|
36
|
-
from .gremlin_resource_gremlin_database import *
|
|
37
|
-
from .gremlin_resource_gremlin_graph import *
|
|
38
|
-
from .list_database_account_connection_strings import *
|
|
39
|
-
from .list_database_account_keys import *
|
|
40
|
-
from .list_notebook_workspace_connection_info import *
|
|
41
|
-
from .mongo_db_resource_mongo_db_collection import *
|
|
42
|
-
from .mongo_db_resource_mongo_db_database import *
|
|
43
|
-
from .mongo_db_resource_mongo_role_definition import *
|
|
44
|
-
from .mongo_db_resource_mongo_user_definition import *
|
|
45
|
-
from .notebook_workspace import *
|
|
46
|
-
from .private_endpoint_connection import *
|
|
47
|
-
from .service import *
|
|
48
|
-
from .sql_resource_sql_container import *
|
|
49
|
-
from .sql_resource_sql_database import *
|
|
50
|
-
from .sql_resource_sql_role_assignment import *
|
|
51
|
-
from .sql_resource_sql_role_definition import *
|
|
52
|
-
from .sql_resource_sql_stored_procedure import *
|
|
53
|
-
from .sql_resource_sql_trigger import *
|
|
54
|
-
from .sql_resource_sql_user_defined_function import *
|
|
55
|
-
from .table_resource_table import *
|
|
56
|
-
from ._inputs import *
|
|
57
|
-
from . import outputs
|
|
@@ -1,337 +0,0 @@
|
|
|
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
|
-
from enum import Enum
|
|
6
|
-
|
|
7
|
-
__all__ = [
|
|
8
|
-
'AnalyticalStorageSchemaType',
|
|
9
|
-
'AuthenticationMethod',
|
|
10
|
-
'AzureConnectionType',
|
|
11
|
-
'BackupPolicyMigrationStatus',
|
|
12
|
-
'BackupPolicyType',
|
|
13
|
-
'BackupStorageRedundancy',
|
|
14
|
-
'CompositePathSortOrder',
|
|
15
|
-
'ConflictResolutionMode',
|
|
16
|
-
'ConnectorOffer',
|
|
17
|
-
'ContinuousTier',
|
|
18
|
-
'CreateMode',
|
|
19
|
-
'DataType',
|
|
20
|
-
'DatabaseAccountKind',
|
|
21
|
-
'DatabaseAccountOfferType',
|
|
22
|
-
'DefaultConsistencyLevel',
|
|
23
|
-
'IndexKind',
|
|
24
|
-
'IndexingMode',
|
|
25
|
-
'ManagedCassandraProvisioningState',
|
|
26
|
-
'ManagedCassandraResourceIdentityType',
|
|
27
|
-
'MinimalTlsVersion',
|
|
28
|
-
'MongoRoleDefinitionType',
|
|
29
|
-
'NetworkAclBypass',
|
|
30
|
-
'PartitionKind',
|
|
31
|
-
'PublicNetworkAccess',
|
|
32
|
-
'ResourceIdentityType',
|
|
33
|
-
'RestoreMode',
|
|
34
|
-
'RoleDefinitionType',
|
|
35
|
-
'ServerVersion',
|
|
36
|
-
'ServiceSize',
|
|
37
|
-
'ServiceType',
|
|
38
|
-
'SpatialType',
|
|
39
|
-
'TriggerOperation',
|
|
40
|
-
'TriggerType',
|
|
41
|
-
]
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
class AnalyticalStorageSchemaType(str, Enum):
|
|
45
|
-
"""
|
|
46
|
-
Describes the types of schema for analytical storage.
|
|
47
|
-
"""
|
|
48
|
-
WELL_DEFINED = "WellDefined"
|
|
49
|
-
FULL_FIDELITY = "FullFidelity"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
class AuthenticationMethod(str, Enum):
|
|
53
|
-
"""
|
|
54
|
-
Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
|
|
55
|
-
"""
|
|
56
|
-
NONE = "None"
|
|
57
|
-
CASSANDRA = "Cassandra"
|
|
58
|
-
LDAP = "Ldap"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
class AzureConnectionType(str, Enum):
|
|
62
|
-
"""
|
|
63
|
-
How to connect to the azure services needed for running the cluster
|
|
64
|
-
"""
|
|
65
|
-
NONE = "None"
|
|
66
|
-
VPN = "VPN"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
class BackupPolicyMigrationStatus(str, Enum):
|
|
70
|
-
"""
|
|
71
|
-
Describes the status of migration between backup policy types.
|
|
72
|
-
"""
|
|
73
|
-
INVALID = "Invalid"
|
|
74
|
-
IN_PROGRESS = "InProgress"
|
|
75
|
-
COMPLETED = "Completed"
|
|
76
|
-
FAILED = "Failed"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
class BackupPolicyType(str, Enum):
|
|
80
|
-
"""
|
|
81
|
-
Describes the mode of backups.
|
|
82
|
-
"""
|
|
83
|
-
PERIODIC = "Periodic"
|
|
84
|
-
CONTINUOUS = "Continuous"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
class BackupStorageRedundancy(str, Enum):
|
|
88
|
-
"""
|
|
89
|
-
Enum to indicate type of backup residency
|
|
90
|
-
"""
|
|
91
|
-
GEO = "Geo"
|
|
92
|
-
LOCAL = "Local"
|
|
93
|
-
ZONE = "Zone"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
class CompositePathSortOrder(str, Enum):
|
|
97
|
-
"""
|
|
98
|
-
Sort order for composite paths.
|
|
99
|
-
"""
|
|
100
|
-
ASCENDING = "ascending"
|
|
101
|
-
DESCENDING = "descending"
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
class ConflictResolutionMode(str, Enum):
|
|
105
|
-
"""
|
|
106
|
-
Indicates the conflict resolution mode.
|
|
107
|
-
"""
|
|
108
|
-
LAST_WRITER_WINS = "LastWriterWins"
|
|
109
|
-
CUSTOM = "Custom"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
class ConnectorOffer(str, Enum):
|
|
113
|
-
"""
|
|
114
|
-
The cassandra connector offer type for the Cosmos DB database C* account.
|
|
115
|
-
"""
|
|
116
|
-
SMALL = "Small"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
class ContinuousTier(str, Enum):
|
|
120
|
-
"""
|
|
121
|
-
Enum to indicate type of Continuous backup mode
|
|
122
|
-
"""
|
|
123
|
-
CONTINUOUS7_DAYS = "Continuous7Days"
|
|
124
|
-
CONTINUOUS30_DAYS = "Continuous30Days"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
class CreateMode(str, Enum):
|
|
128
|
-
"""
|
|
129
|
-
Enum to indicate the mode of resource creation.
|
|
130
|
-
"""
|
|
131
|
-
DEFAULT = "Default"
|
|
132
|
-
RESTORE = "Restore"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
class DataType(str, Enum):
|
|
136
|
-
"""
|
|
137
|
-
The datatype for which the indexing behavior is applied to.
|
|
138
|
-
"""
|
|
139
|
-
STRING = "String"
|
|
140
|
-
NUMBER = "Number"
|
|
141
|
-
POINT = "Point"
|
|
142
|
-
POLYGON = "Polygon"
|
|
143
|
-
LINE_STRING = "LineString"
|
|
144
|
-
MULTI_POLYGON = "MultiPolygon"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
class DatabaseAccountKind(str, Enum):
|
|
148
|
-
"""
|
|
149
|
-
Indicates the type of database account. This can only be set at database account creation.
|
|
150
|
-
"""
|
|
151
|
-
GLOBAL_DOCUMENT_DB = "GlobalDocumentDB"
|
|
152
|
-
MONGO_DB = "MongoDB"
|
|
153
|
-
PARSE = "Parse"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
class DatabaseAccountOfferType(str, Enum):
|
|
157
|
-
"""
|
|
158
|
-
The offer type for the database
|
|
159
|
-
"""
|
|
160
|
-
STANDARD = "Standard"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
class DefaultConsistencyLevel(str, Enum):
|
|
164
|
-
"""
|
|
165
|
-
The default consistency level and configuration settings of the Cosmos DB account.
|
|
166
|
-
"""
|
|
167
|
-
EVENTUAL = "Eventual"
|
|
168
|
-
SESSION = "Session"
|
|
169
|
-
BOUNDED_STALENESS = "BoundedStaleness"
|
|
170
|
-
STRONG = "Strong"
|
|
171
|
-
CONSISTENT_PREFIX = "ConsistentPrefix"
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
class IndexKind(str, Enum):
|
|
175
|
-
"""
|
|
176
|
-
Indicates the type of index.
|
|
177
|
-
"""
|
|
178
|
-
HASH = "Hash"
|
|
179
|
-
RANGE = "Range"
|
|
180
|
-
SPATIAL = "Spatial"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
class IndexingMode(str, Enum):
|
|
184
|
-
"""
|
|
185
|
-
Indicates the indexing mode.
|
|
186
|
-
"""
|
|
187
|
-
CONSISTENT = "consistent"
|
|
188
|
-
LAZY = "lazy"
|
|
189
|
-
NONE = "none"
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
class ManagedCassandraProvisioningState(str, Enum):
|
|
193
|
-
"""
|
|
194
|
-
The status of the resource at the time the operation was called.
|
|
195
|
-
"""
|
|
196
|
-
CREATING = "Creating"
|
|
197
|
-
UPDATING = "Updating"
|
|
198
|
-
DELETING = "Deleting"
|
|
199
|
-
SUCCEEDED = "Succeeded"
|
|
200
|
-
FAILED = "Failed"
|
|
201
|
-
CANCELED = "Canceled"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
class ManagedCassandraResourceIdentityType(str, Enum):
|
|
205
|
-
"""
|
|
206
|
-
The type of the resource.
|
|
207
|
-
"""
|
|
208
|
-
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
209
|
-
NONE = "None"
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
class MinimalTlsVersion(str, Enum):
|
|
213
|
-
"""
|
|
214
|
-
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
|
|
215
|
-
"""
|
|
216
|
-
TLS = "Tls"
|
|
217
|
-
TLS11 = "Tls11"
|
|
218
|
-
TLS12 = "Tls12"
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
class MongoRoleDefinitionType(str, Enum):
|
|
222
|
-
"""
|
|
223
|
-
Indicates whether the Role Definition was built-in or user created.
|
|
224
|
-
"""
|
|
225
|
-
BUILT_IN_ROLE = "BuiltInRole"
|
|
226
|
-
CUSTOM_ROLE = "CustomRole"
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
class NetworkAclBypass(str, Enum):
|
|
230
|
-
"""
|
|
231
|
-
Indicates what services are allowed to bypass firewall checks.
|
|
232
|
-
"""
|
|
233
|
-
NONE = "None"
|
|
234
|
-
AZURE_SERVICES = "AzureServices"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
class PartitionKind(str, Enum):
|
|
238
|
-
"""
|
|
239
|
-
Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create
|
|
240
|
-
"""
|
|
241
|
-
HASH = "Hash"
|
|
242
|
-
RANGE = "Range"
|
|
243
|
-
MULTI_HASH = "MultiHash"
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
class PublicNetworkAccess(str, Enum):
|
|
247
|
-
"""
|
|
248
|
-
Whether requests from Public Network are allowed
|
|
249
|
-
"""
|
|
250
|
-
ENABLED = "Enabled"
|
|
251
|
-
DISABLED = "Disabled"
|
|
252
|
-
SECURED_BY_PERIMETER = "SecuredByPerimeter"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
class ResourceIdentityType(str, Enum):
|
|
256
|
-
"""
|
|
257
|
-
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
|
|
258
|
-
"""
|
|
259
|
-
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
260
|
-
USER_ASSIGNED = "UserAssigned"
|
|
261
|
-
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
262
|
-
NONE = "None"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
class RestoreMode(str, Enum):
|
|
266
|
-
"""
|
|
267
|
-
Describes the mode of the restore.
|
|
268
|
-
"""
|
|
269
|
-
POINT_IN_TIME = "PointInTime"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
class RoleDefinitionType(str, Enum):
|
|
273
|
-
"""
|
|
274
|
-
Indicates whether the Role Definition was built-in or user created.
|
|
275
|
-
"""
|
|
276
|
-
BUILT_IN_ROLE = "BuiltInRole"
|
|
277
|
-
CUSTOM_ROLE = "CustomRole"
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
class ServerVersion(str, Enum):
|
|
281
|
-
"""
|
|
282
|
-
Describes the ServerVersion of an a MongoDB account.
|
|
283
|
-
"""
|
|
284
|
-
SERVER_VERSION_3_2 = "3.2"
|
|
285
|
-
SERVER_VERSION_3_6 = "3.6"
|
|
286
|
-
SERVER_VERSION_4_0 = "4.0"
|
|
287
|
-
SERVER_VERSION_4_2 = "4.2"
|
|
288
|
-
SERVER_VERSION_5_0 = "5.0"
|
|
289
|
-
SERVER_VERSION_6_0 = "6.0"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
class ServiceSize(str, Enum):
|
|
293
|
-
"""
|
|
294
|
-
Instance type for the service.
|
|
295
|
-
"""
|
|
296
|
-
COSMOS_D4S = "Cosmos.D4s"
|
|
297
|
-
COSMOS_D8S = "Cosmos.D8s"
|
|
298
|
-
COSMOS_D16S = "Cosmos.D16s"
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
class ServiceType(str, Enum):
|
|
302
|
-
"""
|
|
303
|
-
ServiceType for the service.
|
|
304
|
-
"""
|
|
305
|
-
SQL_DEDICATED_GATEWAY = "SqlDedicatedGateway"
|
|
306
|
-
DATA_TRANSFER = "DataTransfer"
|
|
307
|
-
GRAPH_API_COMPUTE = "GraphAPICompute"
|
|
308
|
-
MATERIALIZED_VIEWS_BUILDER = "MaterializedViewsBuilder"
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
class SpatialType(str, Enum):
|
|
312
|
-
"""
|
|
313
|
-
Indicates the spatial type of index.
|
|
314
|
-
"""
|
|
315
|
-
POINT = "Point"
|
|
316
|
-
LINE_STRING = "LineString"
|
|
317
|
-
POLYGON = "Polygon"
|
|
318
|
-
MULTI_POLYGON = "MultiPolygon"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
class TriggerOperation(str, Enum):
|
|
322
|
-
"""
|
|
323
|
-
The operation the trigger is associated with
|
|
324
|
-
"""
|
|
325
|
-
ALL = "All"
|
|
326
|
-
CREATE = "Create"
|
|
327
|
-
UPDATE = "Update"
|
|
328
|
-
DELETE = "Delete"
|
|
329
|
-
REPLACE = "Replace"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
class TriggerType(str, Enum):
|
|
333
|
-
"""
|
|
334
|
-
Type of the Trigger
|
|
335
|
-
"""
|
|
336
|
-
PRE = "Pre"
|
|
337
|
-
POST = "Post"
|