pulumi-azure-native 2.43.0a1716362298__py3-none-any.whl → 2.43.0a1717057472__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 +165 -24
- pulumi_azure_native/azurefleet/__init__.py +23 -0
- pulumi_azure_native/azurefleet/_enums.py +373 -0
- pulumi_azure_native/azurefleet/_inputs.py +4437 -0
- pulumi_azure_native/azurefleet/fleet.py +445 -0
- pulumi_azure_native/azurefleet/get_fleet.py +254 -0
- pulumi_azure_native/azurefleet/outputs.py +5068 -0
- pulumi_azure_native/azurefleet/v20231101preview/__init__.py +12 -0
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +369 -0
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +4373 -0
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +439 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +248 -0
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +5014 -0
- pulumi_azure_native/azurefleet/v20240501preview/__init__.py +12 -0
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +373 -0
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +4437 -0
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +439 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +248 -0
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +5068 -0
- pulumi_azure_native/cache/__init__.py +6 -0
- pulumi_azure_native/cache/access_policy.py +3 -3
- pulumi_azure_native/cache/access_policy_assignment.py +3 -3
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.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_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.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/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/linked_server.py +3 -3
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- 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/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20200601/redis.py +1 -1
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/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/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/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/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
- pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301/redis.py +1 -1
- pulumi_azure_native/cache/v20240301preview/database.py +1 -1
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240401preview/__init__.py +25 -0
- pulumi_azure_native/cache/v20240401preview/_enums.py +111 -0
- pulumi_azure_native/cache/v20240401preview/_inputs.py +486 -0
- pulumi_azure_native/cache/v20240401preview/access_policy.py +214 -0
- pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +274 -0
- pulumi_azure_native/cache/v20240401preview/firewall_rule.py +234 -0
- pulumi_azure_native/cache/v20240401preview/get_access_policy.py +135 -0
- pulumi_azure_native/cache/v20240401preview/get_access_policy_assignment.py +161 -0
- pulumi_azure_native/cache/v20240401preview/get_firewall_rule.py +135 -0
- pulumi_azure_native/cache/v20240401preview/get_linked_server.py +187 -0
- pulumi_azure_native/cache/v20240401preview/get_patch_schedule.py +136 -0
- pulumi_azure_native/cache/v20240401preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/cache/v20240401preview/get_redis.py +456 -0
- pulumi_azure_native/cache/v20240401preview/linked_server.py +294 -0
- pulumi_azure_native/cache/v20240401preview/list_redis_keys.py +91 -0
- pulumi_azure_native/cache/v20240401preview/outputs.py +912 -0
- pulumi_azure_native/cache/v20240401preview/patch_schedule.py +216 -0
- pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +227 -0
- pulumi_azure_native/cache/v20240401preview/redis.py +799 -0
- pulumi_azure_native/cache/v20240601preview/__init__.py +17 -0
- pulumi_azure_native/cache/v20240601preview/_enums.py +125 -0
- pulumi_azure_native/cache/v20240601preview/_inputs.py +438 -0
- pulumi_azure_native/cache/v20240601preview/database.py +439 -0
- pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +227 -0
- pulumi_azure_native/cache/v20240601preview/get_database.py +253 -0
- pulumi_azure_native/cache/v20240601preview/get_enterprise_private_endpoint_connection.py +149 -0
- pulumi_azure_native/cache/v20240601preview/get_redis_enterprise.py +261 -0
- pulumi_azure_native/cache/v20240601preview/list_database_keys.py +96 -0
- pulumi_azure_native/cache/v20240601preview/outputs.py +740 -0
- pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +410 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240201preview/__init__.py +12 -0
- pulumi_azure_native/dbformysql/v20240201preview/_enums.py +101 -0
- pulumi_azure_native/dbformysql/v20240201preview/_inputs.py +600 -0
- pulumi_azure_native/dbformysql/v20240201preview/get_server.py +378 -0
- pulumi_azure_native/dbformysql/v20240201preview/outputs.py +1101 -0
- pulumi_azure_native/dbformysql/v20240201preview/server.py +730 -0
- pulumi_azure_native/documentdb/__init__.py +3 -0
- 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/cassandra_resource_cassandra_view.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_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_graph_resource_graph.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/get_throughput_pool.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
- 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/throughput_pool.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool_account.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/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.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/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.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/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.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/v20231115preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.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/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.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/documentdb/v20240215preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/__init__.py +65 -0
- pulumi_azure_native/documentdb/v20240515preview/_enums.py +395 -0
- pulumi_azure_native/documentdb/v20240515preview/_inputs.py +4164 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +272 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +206 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/database_account.py +1455 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_cluster.py +157 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_data_center.py +123 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_keyspace.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_table.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_view.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_database_account.py +768 -0
- pulumi_azure_native/documentdb/v20240515preview/get_graph_resource_graph.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_graph.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_collection.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_role_definition.py +162 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_user_definition.py +188 -0
- pulumi_azure_native/documentdb/v20240515preview/get_notebook_workspace.py +135 -0
- pulumi_azure_native/documentdb/v20240515preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/documentdb/v20240515preview/get_service.py +123 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_container.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_assignment.py +148 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_definition.py +149 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_stored_procedure.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_trigger.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_user_defined_function.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_table_resource_table.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool.py +170 -0
- pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool_account.py +175 -0
- pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/list_database_account_connection_strings.py +79 -0
- pulumi_azure_native/documentdb/v20240515preview/list_database_account_keys.py +117 -0
- pulumi_azure_native/documentdb/v20240515preview/list_notebook_workspace_connection_info.py +96 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +312 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +350 -0
- pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +194 -0
- pulumi_azure_native/documentdb/v20240515preview/outputs.py +6884 -0
- pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +302 -0
- pulumi_azure_native/documentdb/v20240515preview/service.py +247 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +261 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +283 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +261 -0
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +263 -0
- pulumi_azure_native/elastic/__init__.py +5 -0
- pulumi_azure_native/elastic/_enums.py +23 -0
- pulumi_azure_native/elastic/_inputs.py +114 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +125 -0
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +208 -0
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/outputs.py +133 -0
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20240501preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20240501preview/_inputs.py +826 -0
- pulumi_azure_native/elastic/v20240501preview/get_billing_info.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/get_monitor.py +183 -0
- pulumi_azure_native/elastic/v20240501preview/get_monitored_subscription.py +123 -0
- pulumi_azure_native/elastic/v20240501preview/get_open_ai.py +123 -0
- pulumi_azure_native/elastic/v20240501preview/get_open_ai_status.py +84 -0
- pulumi_azure_native/elastic/v20240501preview/get_organization_api_key.py +71 -0
- pulumi_azure_native/elastic/v20240501preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
- pulumi_azure_native/elastic/v20240501preview/get_tag_rule.py +136 -0
- pulumi_azure_native/elastic/v20240501preview/list_all_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240501preview/list_connected_partner_resource.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/list_deployment_info.py +157 -0
- pulumi_azure_native/elastic/v20240501preview/list_monitored_resource.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/list_upgradable_version_details.py +91 -0
- pulumi_azure_native/elastic/v20240501preview/list_vm_host.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/listlist_associated_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240501preview/monitor.py +311 -0
- pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +206 -0
- pulumi_azure_native/elastic/v20240501preview/open_ai.py +205 -0
- pulumi_azure_native/elastic/v20240501preview/outputs.py +1728 -0
- pulumi_azure_native/elastic/v20240501preview/tag_rule.py +216 -0
- pulumi_azure_native/hdinsight/v20240501/_inputs.py +34 -2
- pulumi_azure_native/hdinsight/v20240501/outputs.py +45 -2
- pulumi_azure_native/integrationspaces/_inputs.py +20 -16
- pulumi_azure_native/integrationspaces/application.py +18 -19
- pulumi_azure_native/integrationspaces/get_application.py +1 -1
- pulumi_azure_native/integrationspaces/outputs.py +16 -12
- pulumi_azure_native/integrationspaces/v20231114preview/_inputs.py +20 -16
- pulumi_azure_native/integrationspaces/v20231114preview/application.py +18 -19
- pulumi_azure_native/integrationspaces/v20231114preview/get_application.py +1 -1
- pulumi_azure_native/integrationspaces/v20231114preview/outputs.py +16 -12
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/__init__.py +5 -0
- pulumi_azure_native/machinelearningservices/v20240401/_enums.py +17 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +125 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_marketplace_subscription.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_serverless_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_serverless_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +356 -0
- pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +359 -0
- pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/networkcloud/__init__.py +0 -3
- pulumi_azure_native/networkcloud/_enums.py +29 -0
- pulumi_azure_native/networkcloud/_inputs.py +173 -1
- pulumi_azure_native/networkcloud/agent_pool.py +5 -5
- pulumi_azure_native/networkcloud/bare_metal_machine.py +25 -5
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +5 -5
- pulumi_azure_native/networkcloud/bmc_key_set.py +5 -5
- pulumi_azure_native/networkcloud/cloud_services_network.py +5 -5
- pulumi_azure_native/networkcloud/cluster.py +93 -6
- pulumi_azure_native/networkcloud/cluster_manager.py +5 -5
- pulumi_azure_native/networkcloud/console.py +5 -5
- pulumi_azure_native/networkcloud/get_agent_pool.py +4 -4
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +31 -5
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +4 -4
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +4 -4
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +4 -4
- pulumi_azure_native/networkcloud/get_cluster.py +44 -5
- pulumi_azure_native/networkcloud/get_cluster_manager.py +4 -4
- pulumi_azure_native/networkcloud/get_console.py +4 -4
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +4 -4
- pulumi_azure_native/networkcloud/get_l2_network.py +4 -4
- pulumi_azure_native/networkcloud/get_l3_network.py +4 -4
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +4 -4
- pulumi_azure_native/networkcloud/get_rack.py +4 -4
- pulumi_azure_native/networkcloud/get_storage_appliance.py +4 -4
- pulumi_azure_native/networkcloud/get_trunked_network.py +4 -4
- pulumi_azure_native/networkcloud/get_virtual_machine.py +5 -5
- pulumi_azure_native/networkcloud/get_volume.py +4 -4
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +5 -5
- pulumi_azure_native/networkcloud/l2_network.py +5 -5
- pulumi_azure_native/networkcloud/l3_network.py +5 -5
- pulumi_azure_native/networkcloud/metrics_configuration.py +5 -5
- pulumi_azure_native/networkcloud/outputs.py +288 -1
- pulumi_azure_native/networkcloud/rack.py +5 -5
- pulumi_azure_native/networkcloud/storage_appliance.py +5 -5
- pulumi_azure_native/networkcloud/trunked_network.py +5 -5
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/virtual_machine.py +6 -6
- pulumi_azure_native/networkcloud/volume.py +5 -5
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/__init__.py +18 -0
- pulumi_azure_native/search/v20240601preview/_enums.py +283 -0
- pulumi_azure_native/search/v20240601preview/_inputs.py +499 -0
- pulumi_azure_native/search/v20240601preview/get_private_endpoint_connection.py +123 -0
- pulumi_azure_native/search/v20240601preview/get_service.py +365 -0
- pulumi_azure_native/search/v20240601preview/get_shared_private_link_resource.py +123 -0
- pulumi_azure_native/search/v20240601preview/list_admin_key.py +91 -0
- pulumi_azure_native/search/v20240601preview/list_query_key_by_search_service.py +92 -0
- pulumi_azure_native/search/v20240601preview/outputs.py +827 -0
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +206 -0
- pulumi_azure_native/search/v20240601preview/service.py +638 -0
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +206 -0
- pulumi_azure_native/security/__init__.py +5 -0
- pulumi_azure_native/security/_enums.py +19 -0
- pulumi_azure_native/security/_inputs.py +146 -0
- pulumi_azure_native/security/dev_ops_configuration.py +3 -3
- pulumi_azure_native/security/dev_ops_policy_assignment.py +218 -0
- pulumi_azure_native/security/get_dev_ops_configuration.py +2 -2
- pulumi_azure_native/security/get_dev_ops_policy_assignment.py +138 -0
- pulumi_azure_native/security/list_azure_dev_ops_org_available.py +2 -2
- pulumi_azure_native/security/list_git_hub_owner_available.py +2 -2
- pulumi_azure_native/security/list_git_lab_group_available.py +2 -2
- pulumi_azure_native/security/list_git_lab_subgroup.py +2 -2
- pulumi_azure_native/security/outputs.py +219 -0
- pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240401/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240515preview/__init__.py +18 -0
- pulumi_azure_native/security/v20240515preview/_enums.py +37 -0
- pulumi_azure_native/security/v20240515preview/_inputs.py +249 -0
- pulumi_azure_native/security/v20240515preview/dev_ops_configuration.py +196 -0
- pulumi_azure_native/security/v20240515preview/dev_ops_policy_assignment.py +216 -0
- pulumi_azure_native/security/v20240515preview/get_dev_ops_configuration.py +131 -0
- pulumi_azure_native/security/v20240515preview/get_dev_ops_policy_assignment.py +136 -0
- pulumi_azure_native/security/v20240515preview/list_azure_dev_ops_org_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_hub_owner_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_lab_group_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_lab_subgroup.py +97 -0
- pulumi_azure_native/security/v20240515preview/outputs.py +1233 -0
- pulumi_azure_native/servicenetworking/__init__.py +5 -0
- pulumi_azure_native/servicenetworking/_inputs.py +24 -0
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +190 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/outputs.py +23 -0
- pulumi_azure_native/servicenetworking/security_policies_interface.py +295 -0
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/_enums.py +3 -0
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20231101/get_frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20240501preview/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20240501preview/_inputs.py +112 -0
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +314 -0
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +263 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_associations_interface.py +188 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_frontends_interface.py +175 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_security_policies_interface.py +188 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_traffic_controller_interface.py +222 -0
- pulumi_azure_native/servicenetworking/v20240501preview/outputs.py +260 -0
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +293 -0
- pulumi_azure_native/{networkcloud/v20230501preview/volume.py → servicenetworking/v20240501preview/traffic_controller_interface.py} +84 -113
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240301/_enums.py +95 -0
- pulumi_azure_native/signalrservice/v20240301/_inputs.py +990 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r.py +484 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_certificate.py +175 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_domain.py +162 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_private_endpoint_connection.py +175 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_replica.py +204 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_shared_private_link_resource.py +188 -0
- pulumi_azure_native/signalrservice/v20240301/list_signal_r_keys.py +117 -0
- pulumi_azure_native/signalrservice/v20240301/outputs.py +1511 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +858 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +284 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +255 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +265 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +362 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +294 -0
- pulumi_azure_native/storage/v20230501/get_storage_account.py +14 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +29 -0
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240301/_enums.py +90 -0
- pulumi_azure_native/webpubsub/v20240301/_inputs.py +1077 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub.py +440 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_certificate.py +175 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_domain.py +162 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_hub.py +136 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_private_endpoint_connection.py +175 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_replica.py +204 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_shared_private_link_resource.py +188 -0
- pulumi_azure_native/webpubsub/v20240301/list_web_pub_sub_keys.py +117 -0
- pulumi_azure_native/webpubsub/v20240301/outputs.py +1619 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +751 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +284 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +255 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +217 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +265 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +362 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +294 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.43.0a1716362298.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.43.0a1716362298.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/RECORD +833 -652
- pulumi_azure_native/networkcloud/v20230501preview/__init__.py +0 -44
- pulumi_azure_native/networkcloud/v20230501preview/_enums.py +0 -277
- pulumi_azure_native/networkcloud/v20230501preview/_inputs.py +0 -2197
- pulumi_azure_native/networkcloud/v20230501preview/agent_pool.py +0 -605
- pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine.py +0 -731
- pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine_key_set.py +0 -502
- pulumi_azure_native/networkcloud/v20230501preview/bmc_key_set.py +0 -443
- pulumi_azure_native/networkcloud/v20230501preview/cloud_services_network.py +0 -412
- pulumi_azure_native/networkcloud/v20230501preview/cluster.py +0 -680
- pulumi_azure_native/networkcloud/v20230501preview/cluster_manager.py +0 -417
- pulumi_azure_native/networkcloud/v20230501preview/console.py +0 -412
- pulumi_azure_native/networkcloud/v20230501preview/get_agent_pool.py +0 -341
- pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine_key_set.py +0 -302
- pulumi_azure_native/networkcloud/v20230501preview/get_bmc_key_set.py +0 -276
- pulumi_azure_native/networkcloud/v20230501preview/get_cloud_services_network.py +0 -303
- pulumi_azure_native/networkcloud/v20230501preview/get_cluster.py +0 -454
- pulumi_azure_native/networkcloud/v20230501preview/get_cluster_manager.py +0 -271
- pulumi_azure_native/networkcloud/v20230501preview/get_console.py +0 -263
- pulumi_azure_native/networkcloud/v20230501preview/get_kubernetes_cluster.py +0 -375
- pulumi_azure_native/networkcloud/v20230501preview/get_l2_network.py +0 -284
- pulumi_azure_native/networkcloud/v20230501preview/get_l3_network.py +0 -351
- pulumi_azure_native/networkcloud/v20230501preview/get_metrics_configuration.py +0 -237
- pulumi_azure_native/networkcloud/v20230501preview/get_rack.py +0 -258
- pulumi_azure_native/networkcloud/v20230501preview/get_storage_appliance.py +0 -336
- pulumi_azure_native/networkcloud/v20230501preview/get_trunked_network.py +0 -297
- pulumi_azure_native/networkcloud/v20230501preview/get_virtual_machine.py +0 -466
- pulumi_azure_native/networkcloud/v20230501preview/get_volume.py +0 -232
- pulumi_azure_native/networkcloud/v20230501preview/kubernetes_cluster.py +0 -559
- pulumi_azure_native/networkcloud/v20230501preview/l2_network.py +0 -414
- pulumi_azure_native/networkcloud/v20230501preview/l3_network.py +0 -576
- pulumi_azure_native/networkcloud/v20230501preview/metrics_configuration.py +0 -371
- pulumi_azure_native/networkcloud/v20230501preview/outputs.py +0 -3449
- pulumi_azure_native/networkcloud/v20230501preview/rack.py +0 -411
- pulumi_azure_native/networkcloud/v20230501preview/storage_appliance.py +0 -491
- pulumi_azure_native/networkcloud/v20230501preview/trunked_network.py +0 -444
- pulumi_azure_native/networkcloud/v20230501preview/virtual_machine.py +0 -818
- {pulumi_azure_native-2.43.0a1716362298.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.43.0a1716362298.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetServiceResult',
|
|
15
|
+
'AwaitableGetServiceResult',
|
|
16
|
+
'get_service',
|
|
17
|
+
'get_service_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetServiceResult:
|
|
22
|
+
"""
|
|
23
|
+
Describes an Azure AI Search service and its current state.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, auth_options=None, disable_local_auth=None, disabled_data_exfiltration_options=None, e_tag=None, encryption_with_cmk=None, hosting_mode=None, id=None, identity=None, location=None, name=None, network_rule_set=None, partition_count=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, replica_count=None, semantic_search=None, shared_private_link_resources=None, sku=None, status=None, status_details=None, tags=None, type=None):
|
|
26
|
+
if auth_options and not isinstance(auth_options, dict):
|
|
27
|
+
raise TypeError("Expected argument 'auth_options' to be a dict")
|
|
28
|
+
pulumi.set(__self__, "auth_options", auth_options)
|
|
29
|
+
if disable_local_auth and not isinstance(disable_local_auth, bool):
|
|
30
|
+
raise TypeError("Expected argument 'disable_local_auth' to be a bool")
|
|
31
|
+
pulumi.set(__self__, "disable_local_auth", disable_local_auth)
|
|
32
|
+
if disabled_data_exfiltration_options and not isinstance(disabled_data_exfiltration_options, list):
|
|
33
|
+
raise TypeError("Expected argument 'disabled_data_exfiltration_options' to be a list")
|
|
34
|
+
pulumi.set(__self__, "disabled_data_exfiltration_options", disabled_data_exfiltration_options)
|
|
35
|
+
if e_tag and not isinstance(e_tag, str):
|
|
36
|
+
raise TypeError("Expected argument 'e_tag' to be a str")
|
|
37
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
38
|
+
if encryption_with_cmk and not isinstance(encryption_with_cmk, dict):
|
|
39
|
+
raise TypeError("Expected argument 'encryption_with_cmk' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "encryption_with_cmk", encryption_with_cmk)
|
|
41
|
+
if hosting_mode and not isinstance(hosting_mode, str):
|
|
42
|
+
raise TypeError("Expected argument 'hosting_mode' to be a str")
|
|
43
|
+
pulumi.set(__self__, "hosting_mode", hosting_mode)
|
|
44
|
+
if id and not isinstance(id, str):
|
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "id", id)
|
|
47
|
+
if identity and not isinstance(identity, dict):
|
|
48
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "identity", identity)
|
|
50
|
+
if location and not isinstance(location, str):
|
|
51
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
52
|
+
pulumi.set(__self__, "location", location)
|
|
53
|
+
if name and not isinstance(name, str):
|
|
54
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
55
|
+
pulumi.set(__self__, "name", name)
|
|
56
|
+
if network_rule_set and not isinstance(network_rule_set, dict):
|
|
57
|
+
raise TypeError("Expected argument 'network_rule_set' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "network_rule_set", network_rule_set)
|
|
59
|
+
if partition_count and not isinstance(partition_count, int):
|
|
60
|
+
raise TypeError("Expected argument 'partition_count' to be a int")
|
|
61
|
+
pulumi.set(__self__, "partition_count", partition_count)
|
|
62
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
63
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
64
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
65
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
66
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
67
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
68
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
69
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
70
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
71
|
+
if replica_count and not isinstance(replica_count, int):
|
|
72
|
+
raise TypeError("Expected argument 'replica_count' to be a int")
|
|
73
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
74
|
+
if semantic_search and not isinstance(semantic_search, str):
|
|
75
|
+
raise TypeError("Expected argument 'semantic_search' to be a str")
|
|
76
|
+
pulumi.set(__self__, "semantic_search", semantic_search)
|
|
77
|
+
if shared_private_link_resources and not isinstance(shared_private_link_resources, list):
|
|
78
|
+
raise TypeError("Expected argument 'shared_private_link_resources' to be a list")
|
|
79
|
+
pulumi.set(__self__, "shared_private_link_resources", shared_private_link_resources)
|
|
80
|
+
if sku and not isinstance(sku, dict):
|
|
81
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
82
|
+
pulumi.set(__self__, "sku", sku)
|
|
83
|
+
if status and not isinstance(status, str):
|
|
84
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
85
|
+
pulumi.set(__self__, "status", status)
|
|
86
|
+
if status_details and not isinstance(status_details, str):
|
|
87
|
+
raise TypeError("Expected argument 'status_details' to be a str")
|
|
88
|
+
pulumi.set(__self__, "status_details", status_details)
|
|
89
|
+
if tags and not isinstance(tags, dict):
|
|
90
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
91
|
+
pulumi.set(__self__, "tags", tags)
|
|
92
|
+
if type and not isinstance(type, str):
|
|
93
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
94
|
+
pulumi.set(__self__, "type", type)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="authOptions")
|
|
98
|
+
def auth_options(self) -> Optional['outputs.DataPlaneAuthOptionsResponse']:
|
|
99
|
+
"""
|
|
100
|
+
Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "auth_options")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
106
|
+
def disable_local_auth(self) -> Optional[bool]:
|
|
107
|
+
"""
|
|
108
|
+
When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "disable_local_auth")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="disabledDataExfiltrationOptions")
|
|
114
|
+
def disabled_data_exfiltration_options(self) -> Optional[Sequence[str]]:
|
|
115
|
+
"""
|
|
116
|
+
A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "disabled_data_exfiltration_options")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="eTag")
|
|
122
|
+
def e_tag(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
A system generated property representing the service's etag that can be for optimistic concurrency control during updates.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "e_tag")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="encryptionWithCmk")
|
|
130
|
+
def encryption_with_cmk(self) -> Optional['outputs.EncryptionWithCmkResponse']:
|
|
131
|
+
"""
|
|
132
|
+
Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "encryption_with_cmk")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="hostingMode")
|
|
138
|
+
def hosting_mode(self) -> Optional[str]:
|
|
139
|
+
"""
|
|
140
|
+
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "hosting_mode")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter
|
|
146
|
+
def id(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "id")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def identity(self) -> Optional['outputs.IdentityResponse']:
|
|
155
|
+
"""
|
|
156
|
+
The identity of the resource.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "identity")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def location(self) -> str:
|
|
163
|
+
"""
|
|
164
|
+
The geo-location where the resource lives
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "location")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def name(self) -> str:
|
|
171
|
+
"""
|
|
172
|
+
The name of the resource
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "name")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="networkRuleSet")
|
|
178
|
+
def network_rule_set(self) -> Optional['outputs.NetworkRuleSetResponse']:
|
|
179
|
+
"""
|
|
180
|
+
Network specific rules that determine how the Azure AI Search service may be reached.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "network_rule_set")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="partitionCount")
|
|
186
|
+
def partition_count(self) -> Optional[int]:
|
|
187
|
+
"""
|
|
188
|
+
The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "partition_count")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
194
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
195
|
+
"""
|
|
196
|
+
The list of private endpoint connections to the Azure AI Search service.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="provisioningState")
|
|
202
|
+
def provisioning_state(self) -> str:
|
|
203
|
+
"""
|
|
204
|
+
The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "provisioning_state")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
210
|
+
def public_network_access(self) -> Optional[str]:
|
|
211
|
+
"""
|
|
212
|
+
This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "public_network_access")
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="replicaCount")
|
|
218
|
+
def replica_count(self) -> Optional[int]:
|
|
219
|
+
"""
|
|
220
|
+
The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "replica_count")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="semanticSearch")
|
|
226
|
+
def semantic_search(self) -> Optional[str]:
|
|
227
|
+
"""
|
|
228
|
+
Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "semantic_search")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="sharedPrivateLinkResources")
|
|
234
|
+
def shared_private_link_resources(self) -> Sequence['outputs.SharedPrivateLinkResourceResponse']:
|
|
235
|
+
"""
|
|
236
|
+
The list of shared private link resources managed by the Azure AI Search service.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "shared_private_link_resources")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def sku(self) -> Optional['outputs.SkuResponse']:
|
|
243
|
+
"""
|
|
244
|
+
The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "sku")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def status(self) -> str:
|
|
251
|
+
"""
|
|
252
|
+
The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "status")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="statusDetails")
|
|
258
|
+
def status_details(self) -> str:
|
|
259
|
+
"""
|
|
260
|
+
The details of the search service status.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "status_details")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter
|
|
266
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
267
|
+
"""
|
|
268
|
+
Resource tags.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "tags")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def type(self) -> str:
|
|
275
|
+
"""
|
|
276
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "type")
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
class AwaitableGetServiceResult(GetServiceResult):
|
|
282
|
+
# pylint: disable=using-constant-test
|
|
283
|
+
def __await__(self):
|
|
284
|
+
if False:
|
|
285
|
+
yield self
|
|
286
|
+
return GetServiceResult(
|
|
287
|
+
auth_options=self.auth_options,
|
|
288
|
+
disable_local_auth=self.disable_local_auth,
|
|
289
|
+
disabled_data_exfiltration_options=self.disabled_data_exfiltration_options,
|
|
290
|
+
e_tag=self.e_tag,
|
|
291
|
+
encryption_with_cmk=self.encryption_with_cmk,
|
|
292
|
+
hosting_mode=self.hosting_mode,
|
|
293
|
+
id=self.id,
|
|
294
|
+
identity=self.identity,
|
|
295
|
+
location=self.location,
|
|
296
|
+
name=self.name,
|
|
297
|
+
network_rule_set=self.network_rule_set,
|
|
298
|
+
partition_count=self.partition_count,
|
|
299
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
300
|
+
provisioning_state=self.provisioning_state,
|
|
301
|
+
public_network_access=self.public_network_access,
|
|
302
|
+
replica_count=self.replica_count,
|
|
303
|
+
semantic_search=self.semantic_search,
|
|
304
|
+
shared_private_link_resources=self.shared_private_link_resources,
|
|
305
|
+
sku=self.sku,
|
|
306
|
+
status=self.status,
|
|
307
|
+
status_details=self.status_details,
|
|
308
|
+
tags=self.tags,
|
|
309
|
+
type=self.type)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
def get_service(resource_group_name: Optional[str] = None,
|
|
313
|
+
search_service_name: Optional[str] = None,
|
|
314
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceResult:
|
|
315
|
+
"""
|
|
316
|
+
Gets the search service with the given name in the given resource group.
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
320
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
321
|
+
"""
|
|
322
|
+
__args__ = dict()
|
|
323
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
324
|
+
__args__['searchServiceName'] = search_service_name
|
|
325
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
326
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20240601preview:getService', __args__, opts=opts, typ=GetServiceResult).value
|
|
327
|
+
|
|
328
|
+
return AwaitableGetServiceResult(
|
|
329
|
+
auth_options=pulumi.get(__ret__, 'auth_options'),
|
|
330
|
+
disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
|
|
331
|
+
disabled_data_exfiltration_options=pulumi.get(__ret__, 'disabled_data_exfiltration_options'),
|
|
332
|
+
e_tag=pulumi.get(__ret__, 'e_tag'),
|
|
333
|
+
encryption_with_cmk=pulumi.get(__ret__, 'encryption_with_cmk'),
|
|
334
|
+
hosting_mode=pulumi.get(__ret__, 'hosting_mode'),
|
|
335
|
+
id=pulumi.get(__ret__, 'id'),
|
|
336
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
337
|
+
location=pulumi.get(__ret__, 'location'),
|
|
338
|
+
name=pulumi.get(__ret__, 'name'),
|
|
339
|
+
network_rule_set=pulumi.get(__ret__, 'network_rule_set'),
|
|
340
|
+
partition_count=pulumi.get(__ret__, 'partition_count'),
|
|
341
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
342
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
343
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
344
|
+
replica_count=pulumi.get(__ret__, 'replica_count'),
|
|
345
|
+
semantic_search=pulumi.get(__ret__, 'semantic_search'),
|
|
346
|
+
shared_private_link_resources=pulumi.get(__ret__, 'shared_private_link_resources'),
|
|
347
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
348
|
+
status=pulumi.get(__ret__, 'status'),
|
|
349
|
+
status_details=pulumi.get(__ret__, 'status_details'),
|
|
350
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
351
|
+
type=pulumi.get(__ret__, 'type'))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
@_utilities.lift_output_func(get_service)
|
|
355
|
+
def get_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
356
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
357
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceResult]:
|
|
358
|
+
"""
|
|
359
|
+
Gets the search service with the given name in the given resource group.
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
363
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
364
|
+
"""
|
|
365
|
+
...
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetSharedPrivateLinkResourceResult',
|
|
15
|
+
'AwaitableGetSharedPrivateLinkResourceResult',
|
|
16
|
+
'get_shared_private_link_resource',
|
|
17
|
+
'get_shared_private_link_resource_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetSharedPrivateLinkResourceResult:
|
|
22
|
+
"""
|
|
23
|
+
Describes a shared private link resource managed by the Azure AI Search service.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, properties=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if type and not isinstance(type, str):
|
|
36
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
37
|
+
pulumi.set(__self__, "type", type)
|
|
38
|
+
|
|
39
|
+
@property
|
|
40
|
+
@pulumi.getter
|
|
41
|
+
def id(self) -> str:
|
|
42
|
+
"""
|
|
43
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
44
|
+
"""
|
|
45
|
+
return pulumi.get(self, "id")
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter
|
|
49
|
+
def name(self) -> str:
|
|
50
|
+
"""
|
|
51
|
+
The name of the resource
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "name")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def properties(self) -> 'outputs.SharedPrivateLinkResourcePropertiesResponse':
|
|
58
|
+
"""
|
|
59
|
+
Describes the properties of a shared private link resource managed by the Azure AI Search service.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "properties")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def type(self) -> str:
|
|
66
|
+
"""
|
|
67
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "type")
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
class AwaitableGetSharedPrivateLinkResourceResult(GetSharedPrivateLinkResourceResult):
|
|
73
|
+
# pylint: disable=using-constant-test
|
|
74
|
+
def __await__(self):
|
|
75
|
+
if False:
|
|
76
|
+
yield self
|
|
77
|
+
return GetSharedPrivateLinkResourceResult(
|
|
78
|
+
id=self.id,
|
|
79
|
+
name=self.name,
|
|
80
|
+
properties=self.properties,
|
|
81
|
+
type=self.type)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
def get_shared_private_link_resource(resource_group_name: Optional[str] = None,
|
|
85
|
+
search_service_name: Optional[str] = None,
|
|
86
|
+
shared_private_link_resource_name: Optional[str] = None,
|
|
87
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSharedPrivateLinkResourceResult:
|
|
88
|
+
"""
|
|
89
|
+
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
93
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
94
|
+
:param str shared_private_link_resource_name: The name of the shared private link resource managed by the Azure AI Search service within the specified resource group.
|
|
95
|
+
"""
|
|
96
|
+
__args__ = dict()
|
|
97
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
98
|
+
__args__['searchServiceName'] = search_service_name
|
|
99
|
+
__args__['sharedPrivateLinkResourceName'] = shared_private_link_resource_name
|
|
100
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
101
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20240601preview:getSharedPrivateLinkResource', __args__, opts=opts, typ=GetSharedPrivateLinkResourceResult).value
|
|
102
|
+
|
|
103
|
+
return AwaitableGetSharedPrivateLinkResourceResult(
|
|
104
|
+
id=pulumi.get(__ret__, 'id'),
|
|
105
|
+
name=pulumi.get(__ret__, 'name'),
|
|
106
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
107
|
+
type=pulumi.get(__ret__, 'type'))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
@_utilities.lift_output_func(get_shared_private_link_resource)
|
|
111
|
+
def get_shared_private_link_resource_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSharedPrivateLinkResourceResult]:
|
|
115
|
+
"""
|
|
116
|
+
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
120
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
121
|
+
:param str shared_private_link_resource_name: The name of the shared private link resource managed by the Azure AI Search service within the specified resource group.
|
|
122
|
+
"""
|
|
123
|
+
...
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'ListAdminKeyResult',
|
|
14
|
+
'AwaitableListAdminKeyResult',
|
|
15
|
+
'list_admin_key',
|
|
16
|
+
'list_admin_key_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class ListAdminKeyResult:
|
|
21
|
+
"""
|
|
22
|
+
Response containing the primary and secondary admin API keys for a given Azure AI Search service.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, primary_key=None, secondary_key=None):
|
|
25
|
+
if primary_key and not isinstance(primary_key, str):
|
|
26
|
+
raise TypeError("Expected argument 'primary_key' to be a str")
|
|
27
|
+
pulumi.set(__self__, "primary_key", primary_key)
|
|
28
|
+
if secondary_key and not isinstance(secondary_key, str):
|
|
29
|
+
raise TypeError("Expected argument 'secondary_key' to be a str")
|
|
30
|
+
pulumi.set(__self__, "secondary_key", secondary_key)
|
|
31
|
+
|
|
32
|
+
@property
|
|
33
|
+
@pulumi.getter(name="primaryKey")
|
|
34
|
+
def primary_key(self) -> str:
|
|
35
|
+
"""
|
|
36
|
+
The primary admin API key of the search service.
|
|
37
|
+
"""
|
|
38
|
+
return pulumi.get(self, "primary_key")
|
|
39
|
+
|
|
40
|
+
@property
|
|
41
|
+
@pulumi.getter(name="secondaryKey")
|
|
42
|
+
def secondary_key(self) -> str:
|
|
43
|
+
"""
|
|
44
|
+
The secondary admin API key of the search service.
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "secondary_key")
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class AwaitableListAdminKeyResult(ListAdminKeyResult):
|
|
50
|
+
# pylint: disable=using-constant-test
|
|
51
|
+
def __await__(self):
|
|
52
|
+
if False:
|
|
53
|
+
yield self
|
|
54
|
+
return ListAdminKeyResult(
|
|
55
|
+
primary_key=self.primary_key,
|
|
56
|
+
secondary_key=self.secondary_key)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
def list_admin_key(resource_group_name: Optional[str] = None,
|
|
60
|
+
search_service_name: Optional[str] = None,
|
|
61
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAdminKeyResult:
|
|
62
|
+
"""
|
|
63
|
+
Gets the primary and secondary admin API keys for the specified Azure AI Search service.
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
67
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
68
|
+
"""
|
|
69
|
+
__args__ = dict()
|
|
70
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
71
|
+
__args__['searchServiceName'] = search_service_name
|
|
72
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
73
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20240601preview:listAdminKey', __args__, opts=opts, typ=ListAdminKeyResult).value
|
|
74
|
+
|
|
75
|
+
return AwaitableListAdminKeyResult(
|
|
76
|
+
primary_key=pulumi.get(__ret__, 'primary_key'),
|
|
77
|
+
secondary_key=pulumi.get(__ret__, 'secondary_key'))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@_utilities.lift_output_func(list_admin_key)
|
|
81
|
+
def list_admin_key_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
82
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListAdminKeyResult]:
|
|
84
|
+
"""
|
|
85
|
+
Gets the primary and secondary admin API keys for the specified Azure AI Search service.
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
89
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
90
|
+
"""
|
|
91
|
+
...
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'ListQueryKeyBySearchServiceResult',
|
|
15
|
+
'AwaitableListQueryKeyBySearchServiceResult',
|
|
16
|
+
'list_query_key_by_search_service',
|
|
17
|
+
'list_query_key_by_search_service_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class ListQueryKeyBySearchServiceResult:
|
|
22
|
+
"""
|
|
23
|
+
Response containing the query API keys for a given Azure AI Search service.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, next_link=None, value=None):
|
|
26
|
+
if next_link and not isinstance(next_link, str):
|
|
27
|
+
raise TypeError("Expected argument 'next_link' to be a str")
|
|
28
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
29
|
+
if value and not isinstance(value, list):
|
|
30
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
31
|
+
pulumi.set(__self__, "value", value)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter(name="nextLink")
|
|
35
|
+
def next_link(self) -> str:
|
|
36
|
+
"""
|
|
37
|
+
Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size.
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "next_link")
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter
|
|
43
|
+
def value(self) -> Sequence['outputs.QueryKeyResponse']:
|
|
44
|
+
"""
|
|
45
|
+
The query keys for the Azure AI Search service.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "value")
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class AwaitableListQueryKeyBySearchServiceResult(ListQueryKeyBySearchServiceResult):
|
|
51
|
+
# pylint: disable=using-constant-test
|
|
52
|
+
def __await__(self):
|
|
53
|
+
if False:
|
|
54
|
+
yield self
|
|
55
|
+
return ListQueryKeyBySearchServiceResult(
|
|
56
|
+
next_link=self.next_link,
|
|
57
|
+
value=self.value)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def list_query_key_by_search_service(resource_group_name: Optional[str] = None,
|
|
61
|
+
search_service_name: Optional[str] = None,
|
|
62
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult:
|
|
63
|
+
"""
|
|
64
|
+
Returns the list of query API keys for the given Azure AI Search service.
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
68
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
69
|
+
"""
|
|
70
|
+
__args__ = dict()
|
|
71
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
72
|
+
__args__['searchServiceName'] = search_service_name
|
|
73
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
74
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20240601preview:listQueryKeyBySearchService', __args__, opts=opts, typ=ListQueryKeyBySearchServiceResult).value
|
|
75
|
+
|
|
76
|
+
return AwaitableListQueryKeyBySearchServiceResult(
|
|
77
|
+
next_link=pulumi.get(__ret__, 'next_link'),
|
|
78
|
+
value=pulumi.get(__ret__, 'value'))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@_utilities.lift_output_func(list_query_key_by_search_service)
|
|
82
|
+
def list_query_key_by_search_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
84
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListQueryKeyBySearchServiceResult]:
|
|
85
|
+
"""
|
|
86
|
+
Returns the list of query API keys for the given Azure AI Search service.
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
90
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
91
|
+
"""
|
|
92
|
+
...
|