pulumi-azure-native 2.62.0a1726562525__py3-none-any.whl → 2.63.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +232 -1
- pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240911/__init__.py +20 -0
- pulumi_azure_native/azuredatatransfer/v20240911/_enums.py +111 -0
- pulumi_azure_native/azuredatatransfer/v20240911/_inputs.py +1213 -0
- pulumi_azure_native/azuredatatransfer/v20240911/connection.py +258 -0
- pulumi_azure_native/azuredatatransfer/v20240911/flow.py +337 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_connection.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_flow.py +193 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_pipeline.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_azure_data_transfer_approved_schemas.py +85 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_connection.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_flow.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_schema.py +125 -0
- pulumi_azure_native/azuredatatransfer/v20240911/outputs.py +2123 -0
- pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +258 -0
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20241001/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20241001/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20241001/_inputs.py +2577 -0
- pulumi_azure_native/cognitiveservices/v20241001/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20241001/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20241001/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20241001/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20241001/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20241001/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20241001/outputs.py +3249 -0
- pulumi_azure_native/cognitiveservices/v20241001/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/v20240701/_enums.py +1 -1
- pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
- pulumi_azure_native/compute/v20240701/outputs.py +2 -2
- pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +41 -1
- pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +29 -1
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +15 -0
- pulumi_azure_native/containerservice/_inputs.py +37 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +343 -0
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +211 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +23 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240401/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240401/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240401/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +11 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +64 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +625 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/auto_upgrade_profile.py +341 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet.py +307 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet_member.py +269 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet_update_strategy.py +241 -0
- pulumi_azure_native/containerservice/v20240502preview/get_auto_upgrade_profile.py +209 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet.py +201 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet_member.py +180 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet_update_strategy.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_update_run.py +219 -0
- pulumi_azure_native/containerservice/v20240502preview/list_fleet_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +1235 -3
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/update_run.py +362 -0
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240801/_enums.py +628 -0
- pulumi_azure_native/containerservice/v20240801/_inputs.py +7532 -0
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1420 -0
- pulumi_azure_native/containerservice/v20240801/get_agent_pool.py +687 -0
- pulumi_azure_native/containerservice/v20240801/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240801/get_managed_cluster.py +721 -0
- pulumi_azure_native/containerservice/v20240801/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240801/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240801/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1353 -0
- pulumi_azure_native/containerservice/v20240801/outputs.py +6472 -0
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240801/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -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/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240601preview/__init__.py +12 -0
- pulumi_azure_native/dbformysql/v20240601preview/_enums.py +110 -0
- pulumi_azure_native/dbformysql/v20240601preview/_inputs.py +850 -0
- pulumi_azure_native/dbformysql/v20240601preview/get_server.py +409 -0
- pulumi_azure_native/dbformysql/v20240601preview/outputs.py +1147 -0
- pulumi_azure_native/dbformysql/v20240601preview/server.py +793 -0
- pulumi_azure_native/hybridnetwork/__init__.py +5 -0
- pulumi_azure_native/hybridnetwork/artifact_manifest.py +5 -1
- pulumi_azure_native/hybridnetwork/artifact_store.py +5 -1
- pulumi_azure_native/hybridnetwork/configuration_group_schema.py +5 -1
- pulumi_azure_native/hybridnetwork/configuration_group_value.py +5 -1
- pulumi_azure_native/hybridnetwork/get_artifact_manifest.py +4 -0
- pulumi_azure_native/hybridnetwork/get_artifact_store.py +4 -0
- pulumi_azure_native/hybridnetwork/get_configuration_group_schema.py +4 -0
- pulumi_azure_native/hybridnetwork/get_configuration_group_value.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_function.py +2 -2
- pulumi_azure_native/hybridnetwork/get_network_function_definition_group.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_function_definition_version.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_service_design_group.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_service_design_version.py +4 -0
- pulumi_azure_native/hybridnetwork/get_publisher.py +4 -0
- pulumi_azure_native/hybridnetwork/get_site.py +4 -0
- pulumi_azure_native/hybridnetwork/get_site_network_service.py +4 -0
- pulumi_azure_native/hybridnetwork/list_artifact_manifest_credential.py +4 -0
- pulumi_azure_native/hybridnetwork/list_artifact_store_network_fabric_controller_private_end_points.py +104 -0
- pulumi_azure_native/hybridnetwork/list_artifact_store_private_end_points.py +104 -0
- pulumi_azure_native/hybridnetwork/network_function.py +3 -3
- pulumi_azure_native/hybridnetwork/network_function_definition_group.py +5 -1
- pulumi_azure_native/hybridnetwork/network_function_definition_version.py +5 -1
- pulumi_azure_native/hybridnetwork/network_service_design_group.py +5 -1
- pulumi_azure_native/hybridnetwork/network_service_design_version.py +5 -1
- pulumi_azure_native/hybridnetwork/outputs.py +48 -0
- pulumi_azure_native/hybridnetwork/publisher.py +5 -1
- pulumi_azure_native/hybridnetwork/site.py +5 -1
- pulumi_azure_native/hybridnetwork/site_network_service.py +5 -1
- pulumi_azure_native/hybridnetwork/v20220101preview/network_function.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/artifact_manifest.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/artifact_store.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/configuration_group_schema.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/configuration_group_value.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_group.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_version.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_service_design_group.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_service_design_version.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/publisher.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/site.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/site_network_service.py +1 -1
- pulumi_azure_native/hybridnetwork/v20240415/__init__.py +37 -0
- pulumi_azure_native/hybridnetwork/v20240415/_enums.py +205 -0
- pulumi_azure_native/hybridnetwork/v20240415/_inputs.py +4689 -0
- pulumi_azure_native/hybridnetwork/v20240415/artifact_manifest.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/artifact_store.py +279 -0
- pulumi_azure_native/hybridnetwork/v20240415/configuration_group_schema.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/configuration_group_value.py +257 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_artifact_manifest.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_artifact_store.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_schema.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_value.py +162 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function.py +188 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_group.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_version.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_group.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_version.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_publisher.py +175 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_site.py +162 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_site_network_service.py +188 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_manifest_credential.py +93 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_network_fabric_controller_private_end_points.py +102 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_private_end_points.py +102 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function.py +297 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_group.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_version.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_service_design_group.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_service_design_version.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/outputs.py +4660 -0
- pulumi_azure_native/hybridnetwork/v20240415/publisher.py +287 -0
- pulumi_azure_native/hybridnetwork/v20240415/site.py +257 -0
- pulumi_azure_native/hybridnetwork/v20240415/site_network_service.py +316 -0
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/get_scheduled_query_rule.py +11 -11
- pulumi_azure_native/insights/scheduled_query_rule.py +27 -27
- pulumi_azure_native/insights/v20180416/scheduled_query_rule.py +1 -1
- pulumi_azure_native/insights/v20200501preview/scheduled_query_rule.py +1 -1
- pulumi_azure_native/insights/v20220801preview/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20220801preview/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20230315preview/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20230315preview/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20231201/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20231201/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20240101preview/__init__.py +12 -0
- pulumi_azure_native/insights/v20240101preview/_enums.py +71 -0
- pulumi_azure_native/insights/v20240101preview/_inputs.py +648 -0
- pulumi_azure_native/insights/v20240101preview/get_scheduled_query_rule.py +435 -0
- pulumi_azure_native/insights/v20240101preview/outputs.py +719 -0
- pulumi_azure_native/insights/v20240101preview/scheduled_query_rule.py +794 -0
- pulumi_azure_native/maps/__init__.py +3 -0
- pulumi_azure_native/maps/account.py +3 -3
- pulumi_azure_native/maps/creator.py +3 -3
- pulumi_azure_native/maps/get_account.py +2 -2
- pulumi_azure_native/maps/get_creator.py +2 -2
- pulumi_azure_native/maps/list_account_keys.py +2 -2
- pulumi_azure_native/maps/list_account_sas.py +2 -2
- pulumi_azure_native/maps/v20180501/account.py +1 -1
- pulumi_azure_native/maps/v20200201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20210201/account.py +1 -1
- pulumi_azure_native/maps/v20210201/creator.py +1 -1
- pulumi_azure_native/maps/v20211201preview/account.py +1 -1
- pulumi_azure_native/maps/v20211201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20230601/account.py +1 -1
- pulumi_azure_native/maps/v20230601/creator.py +1 -1
- pulumi_azure_native/maps/v20230801preview/account.py +1 -1
- pulumi_azure_native/maps/v20230801preview/creator.py +1 -1
- pulumi_azure_native/maps/v20231201preview/account.py +1 -1
- pulumi_azure_native/maps/v20231201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20240101preview/account.py +1 -1
- pulumi_azure_native/maps/v20240101preview/creator.py +1 -1
- pulumi_azure_native/maps/v20240701preview/__init__.py +16 -0
- pulumi_azure_native/maps/v20240701preview/_enums.py +54 -0
- pulumi_azure_native/maps/v20240701preview/_inputs.py +695 -0
- pulumi_azure_native/maps/v20240701preview/account.py +346 -0
- pulumi_azure_native/maps/v20240701preview/creator.py +279 -0
- pulumi_azure_native/maps/v20240701preview/get_account.py +201 -0
- pulumi_azure_native/maps/v20240701preview/get_creator.py +167 -0
- pulumi_azure_native/maps/v20240701preview/list_account_keys.py +122 -0
- pulumi_azure_native/maps/v20240701preview/list_account_sas.py +122 -0
- pulumi_azure_native/maps/v20240701preview/outputs.py +862 -0
- pulumi_azure_native/monitor/__init__.py +3 -0
- pulumi_azure_native/monitor/get_pipeline_group.py +4 -0
- pulumi_azure_native/monitor/pipeline_group.py +5 -1
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20241001preview/__init__.py +12 -0
- pulumi_azure_native/monitor/v20241001preview/_enums.py +159 -0
- pulumi_azure_native/monitor/v20241001preview/_inputs.py +1888 -0
- pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py +175 -0
- pulumi_azure_native/monitor/v20241001preview/outputs.py +1573 -0
- pulumi_azure_native/monitor/v20241001preview/pipeline_group.py +287 -0
- pulumi_azure_native/programmableconnectivity/__init__.py +22 -0
- pulumi_azure_native/programmableconnectivity/_enums.py +23 -0
- pulumi_azure_native/programmableconnectivity/_inputs.py +238 -0
- pulumi_azure_native/programmableconnectivity/gateway.py +259 -0
- pulumi_azure_native/programmableconnectivity/get_gateway.py +190 -0
- pulumi_azure_native/programmableconnectivity/get_operator_api_connection.py +281 -0
- pulumi_azure_native/programmableconnectivity/operator_api_connection.py +468 -0
- pulumi_azure_native/programmableconnectivity/outputs.py +345 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/__init__.py +14 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/_enums.py +23 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/_inputs.py +238 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/gateway.py +257 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/get_gateway.py +188 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/get_operator_api_connection.py +279 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/operator_api_connection.py +466 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/outputs.py +345 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/relay/__init__.py +3 -0
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -0
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +2 -2
- pulumi_azure_native/relay/get_namespace.py +4 -0
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/relay/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/relay/get_wcf_relay.py +2 -2
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +2 -2
- pulumi_azure_native/relay/hybrid_connection.py +5 -1
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +3 -3
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +4 -0
- pulumi_azure_native/relay/list_namespace_keys.py +4 -0
- pulumi_azure_native/relay/list_wcf_relay_keys.py +4 -0
- pulumi_azure_native/relay/namespace.py +5 -1
- pulumi_azure_native/relay/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/relay/private_endpoint_connection.py +3 -3
- pulumi_azure_native/relay/v20170401/hybrid_connection_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20170401/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20170401/wcf_relay_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20180101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/hybrid_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/hybrid_connection_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20211101/namespace.py +1 -1
- pulumi_azure_native/relay/v20211101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20211101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/wcf_relay.py +1 -1
- pulumi_azure_native/relay/v20211101/wcf_relay_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20240101/__init__.py +27 -0
- pulumi_azure_native/relay/v20240101/_enums.py +74 -0
- pulumi_azure_native/relay/v20240101/_inputs.py +253 -0
- pulumi_azure_native/relay/v20240101/get_hybrid_connection.py +206 -0
- pulumi_azure_native/relay/v20240101/get_hybrid_connection_authorization_rule.py +159 -0
- pulumi_azure_native/relay/v20240101/get_namespace.py +266 -0
- pulumi_azure_native/relay/v20240101/get_namespace_authorization_rule.py +154 -0
- pulumi_azure_native/relay/v20240101/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/relay/v20240101/get_wcf_relay.py +245 -0
- pulumi_azure_native/relay/v20240101/get_wcf_relay_authorization_rule.py +159 -0
- pulumi_azure_native/relay/v20240101/hybrid_connection.py +288 -0
- pulumi_azure_native/relay/v20240101/hybrid_connection_authorization_rule.py +252 -0
- pulumi_azure_native/relay/v20240101/list_hybrid_connection_keys.py +145 -0
- pulumi_azure_native/relay/v20240101/list_namespace_keys.py +140 -0
- pulumi_azure_native/relay/v20240101/list_wcf_relay_keys.py +145 -0
- pulumi_azure_native/relay/v20240101/namespace.py +383 -0
- pulumi_azure_native/relay/v20240101/namespace_authorization_rule.py +231 -0
- pulumi_azure_native/relay/v20240101/outputs.py +353 -0
- pulumi_azure_native/relay/v20240101/private_endpoint_connection.py +289 -0
- pulumi_azure_native/relay/v20240101/wcf_relay.py +357 -0
- pulumi_azure_native/relay/v20240101/wcf_relay_authorization_rule.py +252 -0
- pulumi_azure_native/relay/wcf_relay.py +3 -3
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +3 -3
- 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/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240801preview/_enums.py +102 -0
- pulumi_azure_native/signalrservice/v20240801preview/_inputs.py +1650 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r.py +502 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_certificate.py +180 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_domain.py +167 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_private_endpoint_connection.py +180 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_replica.py +209 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_shared_private_link_resource.py +206 -0
- pulumi_azure_native/signalrservice/v20240801preview/list_signal_r_keys.py +122 -0
- pulumi_azure_native/signalrservice/v20240801preview/outputs.py +1750 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +892 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +289 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +260 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +270 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +367 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +328 -0
- pulumi_azure_native/sql/__init__.py +3 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/v20140401/database.py +1 -1
- pulumi_azure_native/sql/v20140401/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20140401/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/v20140401/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20140401/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20140401/server.py +1 -1
- pulumi_azure_native/sql/v20140401/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20140401/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20140401/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20150501preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20170301preview/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20170301preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20180601preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20190601preview/database.py +1 -1
- pulumi_azure_native/sql/v20200202preview/database.py +1 -1
- pulumi_azure_native/sql/v20200801preview/database.py +1 -1
- pulumi_azure_native/sql/v20210201preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20211101/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database.py +1 -1
- pulumi_azure_native/sql/v20211101/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20211101/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20211101/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20211101/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20211101/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20211101/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/failover_group.py +1 -1
- pulumi_azure_native/sql/v20211101/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20211101/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20211101/job.py +1 -1
- pulumi_azure_native/sql/v20211101/job_agent.py +1 -1
- pulumi_azure_native/sql/v20211101/job_credential.py +1 -1
- pulumi_azure_native/sql/v20211101/job_step.py +1 -1
- pulumi_azure_native/sql/v20211101/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20211101/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20211101/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20211101/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20211101/server.py +1 -1
- pulumi_azure_native/sql/v20211101/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20211101/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20211101/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20211101/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20211101/server_key.py +1 -1
- pulumi_azure_native/sql/v20211101/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20211101/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20211101/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_group.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_member.py +1 -1
- pulumi_azure_native/sql/v20211101/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20211101/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20211101/workload_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20221101preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20221101preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20221101preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20221101preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20221101preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20221101preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20221101preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230201preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230201preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230201preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230201preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230201preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230201preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230201preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230501preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230501preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_private_endpoint.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230501preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230501preview/replication_link.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230501preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230501preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230501preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230501preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230801preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230801preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_private_endpoint.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230801preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230801preview/replication_link.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230801preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230801preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230801preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230801preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20240501preview/__init__.py +138 -0
- pulumi_azure_native/sql/v20240501preview/_enums.py +616 -0
- pulumi_azure_native/sql/v20240501preview/_inputs.py +2390 -0
- pulumi_azure_native/sql/v20240501preview/backup_short_term_retention_policy.py +258 -0
- pulumi_azure_native/sql/v20240501preview/data_masking_policy.py +300 -0
- pulumi_azure_native/sql/v20240501preview/database.py +1542 -0
- pulumi_azure_native/sql/v20240501preview/database_advisor.py +302 -0
- pulumi_azure_native/sql/v20240501preview/database_blob_auditing_policy.py +792 -0
- pulumi_azure_native/sql/v20240501preview/database_security_alert_policy.py +426 -0
- pulumi_azure_native/sql/v20240501preview/database_sql_vulnerability_assessment_rule_baseline.py +299 -0
- pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment.py +291 -0
- pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment_rule_baseline.py +274 -0
- pulumi_azure_native/sql/v20240501preview/distributed_availability_group.py +443 -0
- pulumi_azure_native/sql/v20240501preview/elastic_pool.py +613 -0
- pulumi_azure_native/sql/v20240501preview/encryption_protector.py +318 -0
- pulumi_azure_native/sql/v20240501preview/extended_database_blob_auditing_policy.py +811 -0
- pulumi_azure_native/sql/v20240501preview/extended_server_blob_auditing_policy.py +855 -0
- pulumi_azure_native/sql/v20240501preview/failover_group.py +379 -0
- pulumi_azure_native/sql/v20240501preview/firewall_rule.py +256 -0
- pulumi_azure_native/sql/v20240501preview/geo_backup_policy.py +261 -0
- pulumi_azure_native/sql/v20240501preview/get_backup_short_term_retention_policy.py +145 -0
- pulumi_azure_native/sql/v20240501preview/get_data_masking_policy.py +197 -0
- pulumi_azure_native/sql/v20240501preview/get_database.py +723 -0
- pulumi_azure_native/sql/v20240501preview/get_database_advisor.py +224 -0
- pulumi_azure_native/sql/v20240501preview/get_database_blob_auditing_policy.py +320 -0
- pulumi_azure_native/sql/v20240501preview/get_database_security_alert_policy.py +237 -0
- pulumi_azure_native/sql/v20240501preview/get_database_sql_vulnerability_assessment_rule_baseline.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment_rule_baseline.py +143 -0
- pulumi_azure_native/sql/v20240501preview/get_distributed_availability_group.py +258 -0
- pulumi_azure_native/sql/v20240501preview/get_elastic_pool.py +329 -0
- pulumi_azure_native/sql/v20240501preview/get_encryption_protector.py +218 -0
- pulumi_azure_native/sql/v20240501preview/get_extended_database_blob_auditing_policy.py +320 -0
- pulumi_azure_native/sql/v20240501preview/get_extended_server_blob_auditing_policy.py +337 -0
- pulumi_azure_native/sql/v20240501preview/get_failover_group.py +219 -0
- pulumi_azure_native/sql/v20240501preview/get_firewall_rule.py +140 -0
- pulumi_azure_native/sql/v20240501preview/get_geo_backup_policy.py +171 -0
- pulumi_azure_native/sql/v20240501preview/get_i_pv6_firewall_rule.py +140 -0
- pulumi_azure_native/sql/v20240501preview/get_instance_failover_group.py +206 -0
- pulumi_azure_native/sql/v20240501preview/get_instance_pool.py +214 -0
- pulumi_azure_native/sql/v20240501preview/get_job.py +159 -0
- pulumi_azure_native/sql/v20240501preview/get_job_agent.py +193 -0
- pulumi_azure_native/sql/v20240501preview/get_job_credential.py +132 -0
- pulumi_azure_native/sql/v20240501preview/get_job_private_endpoint.py +145 -0
- pulumi_azure_native/sql/v20240501preview/get_job_step.py +203 -0
- pulumi_azure_native/sql/v20240501preview/get_job_target_group.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_long_term_retention_policy.py +171 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database.py +244 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_sensitivity_label.py +271 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment_rule_baseline.py +143 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance.py +640 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_administrator.py +164 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_azure_ad_only_authentication.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_key.py +166 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_long_term_retention_policy.py +184 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_private_endpoint_connection.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_vulnerability_assessment.py +128 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_server_dns_alias.py +138 -0
- pulumi_azure_native/sql/v20240501preview/get_outbound_firewall_rule.py +125 -0
- pulumi_azure_native/sql/v20240501preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/sql/v20240501preview/get_replication_link.py +275 -0
- pulumi_azure_native/sql/v20240501preview/get_sensitivity_label.py +271 -0
- pulumi_azure_native/sql/v20240501preview/get_server.py +362 -0
- pulumi_azure_native/sql/v20240501preview/get_server_advisor.py +219 -0
- pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_administrator.py +179 -0
- pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_only_authentication.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_server_blob_auditing_policy.py +324 -0
- pulumi_azure_native/sql/v20240501preview/get_server_dns_alias.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_server_key.py +192 -0
- pulumi_azure_native/sql/v20240501preview/get_server_security_alert_policy.py +232 -0
- pulumi_azure_native/sql/v20240501preview/get_server_trust_certificate.py +153 -0
- pulumi_azure_native/sql/v20240501preview/get_server_trust_group.py +141 -0
- pulumi_azure_native/sql/v20240501preview/get_server_vulnerability_assessment.py +128 -0
- pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessment_rule_baseline.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessments_setting.py +141 -0
- pulumi_azure_native/sql/v20240501preview/get_start_stop_managed_instance_schedule.py +193 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_agent.py +192 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_group.py +276 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_member.py +267 -0
- pulumi_azure_native/sql/v20240501preview/get_transparent_data_encryption.py +132 -0
- pulumi_azure_native/sql/v20240501preview/get_virtual_network_rule.py +153 -0
- pulumi_azure_native/sql/v20240501preview/get_workload_classifier.py +202 -0
- pulumi_azure_native/sql/v20240501preview/get_workload_group.py +197 -0
- pulumi_azure_native/sql/v20240501preview/i_pv6_firewall_rule.py +256 -0
- pulumi_azure_native/sql/v20240501preview/instance_failover_group.py +350 -0
- pulumi_azure_native/sql/v20240501preview/instance_pool.py +377 -0
- pulumi_azure_native/sql/v20240501preview/job.py +275 -0
- pulumi_azure_native/sql/v20240501preview/job_agent.py +338 -0
- pulumi_azure_native/sql/v20240501preview/job_credential.py +251 -0
- pulumi_azure_native/sql/v20240501preview/job_private_endpoint.py +240 -0
- pulumi_azure_native/sql/v20240501preview/job_step.py +400 -0
- pulumi_azure_native/sql/v20240501preview/job_target_group.py +233 -0
- pulumi_azure_native/sql/v20240501preview/long_term_retention_policy.py +316 -0
- pulumi_azure_native/sql/v20240501preview/managed_database.py +655 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_sensitivity_label.py +469 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment.py +291 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment_rule_baseline.py +274 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance.py +1263 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_administrator.py +294 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_azure_ad_only_authentication.py +209 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_key.py +261 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_long_term_retention_policy.py +346 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_private_endpoint_connection.py +244 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_vulnerability_assessment.py +271 -0
- pulumi_azure_native/sql/v20240501preview/managed_server_dns_alias.py +218 -0
- pulumi_azure_native/sql/v20240501preview/outbound_firewall_rule.py +184 -0
- pulumi_azure_native/sql/v20240501preview/outputs.py +3714 -0
- pulumi_azure_native/sql/v20240501preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/sql/v20240501preview/replication_link.py +335 -0
- pulumi_azure_native/sql/v20240501preview/sensitivity_label.py +469 -0
- pulumi_azure_native/sql/v20240501preview/server.py +618 -0
- pulumi_azure_native/sql/v20240501preview/server_advisor.py +281 -0
- pulumi_azure_native/sql/v20240501preview/server_azure_ad_administrator.py +308 -0
- pulumi_azure_native/sql/v20240501preview/server_azure_ad_only_authentication.py +209 -0
- pulumi_azure_native/sql/v20240501preview/server_blob_auditing_policy.py +826 -0
- pulumi_azure_native/sql/v20240501preview/server_dns_alias.py +189 -0
- pulumi_azure_native/sql/v20240501preview/server_key.py +281 -0
- pulumi_azure_native/sql/v20240501preview/server_security_alert_policy.py +405 -0
- pulumi_azure_native/sql/v20240501preview/server_trust_certificate.py +227 -0
- pulumi_azure_native/sql/v20240501preview/server_trust_group.py +241 -0
- pulumi_azure_native/sql/v20240501preview/server_vulnerability_assessment.py +271 -0
- pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessment_rule_baseline.py +299 -0
- pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessments_setting.py +220 -0
- pulumi_azure_native/sql/v20240501preview/start_stop_managed_instance_schedule.py +308 -0
- pulumi_azure_native/sql/v20240501preview/sync_agent.py +258 -0
- pulumi_azure_native/sql/v20240501preview/sync_group.py +514 -0
- pulumi_azure_native/sql/v20240501preview/sync_member.py +483 -0
- pulumi_azure_native/sql/v20240501preview/transparent_data_encryption.py +231 -0
- pulumi_azure_native/sql/v20240501preview/virtual_network_rule.py +248 -0
- pulumi_azure_native/sql/v20240501preview/workload_classifier.py +396 -0
- pulumi_azure_native/sql/v20240501preview/workload_group.py +377 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- 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/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240801preview/_enums.py +97 -0
- pulumi_azure_native/webpubsub/v20240801preview/_inputs.py +1768 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub.py +458 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_certificate.py +180 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_domain.py +167 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_hub.py +141 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_private_endpoint_connection.py +180 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_replica.py +209 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_shared_private_link_resource.py +206 -0
- pulumi_azure_native/webpubsub/v20240801preview/list_web_pub_sub_keys.py +122 -0
- pulumi_azure_native/webpubsub/v20240801preview/outputs.py +1862 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +785 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +289 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +260 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +222 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +270 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +367 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +328 -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/workloads/__init__.py +4 -0
- pulumi_azure_native/workloads/_enums.py +37 -1
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_availability_zone_details.py +97 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_disk_configurations.py +112 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sap_supported_sku.py +112 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sizing_recommendations.py +126 -0
- pulumi_azure_native/workloads/v20240901/__init__.py +4 -4
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_availability_zone_details.py → get_sap_virtual_instance_invoke_availability_zone_details.py} +20 -20
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_disk_configurations.py → get_sap_virtual_instance_invoke_disk_configurations.py} +26 -26
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sap_supported_sku.py → get_sap_virtual_instance_invoke_sap_supported_sku.py} +26 -26
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sizing_recommendations.py → get_sap_virtual_instance_invoke_sizing_recommendations.py} +32 -32
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/RECORD +1347 -1006
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1542 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['DatabaseArgs', 'Database']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class DatabaseArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
server_name: pulumi.Input[str],
|
|
27
|
+
auto_pause_delay: Optional[pulumi.Input[int]] = None,
|
|
28
|
+
availability_zone: Optional[pulumi.Input[Union[str, 'AvailabilityZoneType']]] = None,
|
|
29
|
+
catalog_collation: Optional[pulumi.Input[Union[str, 'CatalogCollationType']]] = None,
|
|
30
|
+
collation: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
create_mode: Optional[pulumi.Input[Union[str, 'CreateMode']]] = None,
|
|
32
|
+
database_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
elastic_pool_id: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
encryption_protector: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
encryption_protector_auto_rotation: Optional[pulumi.Input[bool]] = None,
|
|
36
|
+
federated_client_id: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
free_limit_exhaustion_behavior: Optional[pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']]] = None,
|
|
38
|
+
high_availability_replica_count: Optional[pulumi.Input[int]] = None,
|
|
39
|
+
identity: Optional[pulumi.Input['DatabaseIdentityArgs']] = None,
|
|
40
|
+
is_ledger_on: Optional[pulumi.Input[bool]] = None,
|
|
41
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
42
|
+
license_type: Optional[pulumi.Input[Union[str, 'DatabaseLicenseType']]] = None,
|
|
43
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
44
|
+
long_term_retention_backup_resource_id: Optional[pulumi.Input[str]] = None,
|
|
45
|
+
maintenance_configuration_id: Optional[pulumi.Input[str]] = None,
|
|
46
|
+
manual_cutover: Optional[pulumi.Input[bool]] = None,
|
|
47
|
+
max_size_bytes: Optional[pulumi.Input[float]] = None,
|
|
48
|
+
min_capacity: Optional[pulumi.Input[float]] = None,
|
|
49
|
+
perform_cutover: Optional[pulumi.Input[bool]] = None,
|
|
50
|
+
preferred_enclave_type: Optional[pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']]] = None,
|
|
51
|
+
read_scale: Optional[pulumi.Input[Union[str, 'DatabaseReadScale']]] = None,
|
|
52
|
+
recoverable_database_id: Optional[pulumi.Input[str]] = None,
|
|
53
|
+
recovery_services_recovery_point_id: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
requested_backup_storage_redundancy: Optional[pulumi.Input[Union[str, 'BackupStorageRedundancy']]] = None,
|
|
55
|
+
restorable_dropped_database_id: Optional[pulumi.Input[str]] = None,
|
|
56
|
+
restore_point_in_time: Optional[pulumi.Input[str]] = None,
|
|
57
|
+
sample_name: Optional[pulumi.Input[Union[str, 'SampleName']]] = None,
|
|
58
|
+
secondary_type: Optional[pulumi.Input[Union[str, 'SecondaryType']]] = None,
|
|
59
|
+
sku: Optional[pulumi.Input['SkuArgs']] = None,
|
|
60
|
+
source_database_deletion_date: Optional[pulumi.Input[str]] = None,
|
|
61
|
+
source_database_id: Optional[pulumi.Input[str]] = None,
|
|
62
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
63
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
64
|
+
use_free_limit: Optional[pulumi.Input[bool]] = None,
|
|
65
|
+
zone_redundant: Optional[pulumi.Input[bool]] = None):
|
|
66
|
+
"""
|
|
67
|
+
The set of arguments for constructing a Database resource.
|
|
68
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
69
|
+
:param pulumi.Input[str] server_name: The name of the server.
|
|
70
|
+
:param pulumi.Input[int] auto_pause_delay: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
|
|
71
|
+
:param pulumi.Input[Union[str, 'AvailabilityZoneType']] availability_zone: Specifies the availability zone the database is pinned to.
|
|
72
|
+
:param pulumi.Input[Union[str, 'CatalogCollationType']] catalog_collation: Collation of the metadata catalog.
|
|
73
|
+
:param pulumi.Input[str] collation: The collation of the database.
|
|
74
|
+
:param pulumi.Input[Union[str, 'CreateMode']] create_mode: Specifies the mode of database creation.
|
|
75
|
+
|
|
76
|
+
Default: regular database creation.
|
|
77
|
+
|
|
78
|
+
Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.
|
|
79
|
+
|
|
80
|
+
Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.
|
|
81
|
+
|
|
82
|
+
PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.
|
|
83
|
+
|
|
84
|
+
Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.
|
|
85
|
+
|
|
86
|
+
Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.
|
|
87
|
+
|
|
88
|
+
RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.
|
|
89
|
+
|
|
90
|
+
Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.
|
|
91
|
+
:param pulumi.Input[str] database_name: The name of the database.
|
|
92
|
+
:param pulumi.Input[str] elastic_pool_id: The resource identifier of the elastic pool containing this database.
|
|
93
|
+
:param pulumi.Input[str] encryption_protector: The azure key vault URI of the database if it's configured with per Database Customer Managed Keys.
|
|
94
|
+
:param pulumi.Input[bool] encryption_protector_auto_rotation: The flag to enable or disable auto rotation of database encryption protector AKV key.
|
|
95
|
+
:param pulumi.Input[str] federated_client_id: The Client id used for cross tenant per database CMK scenario
|
|
96
|
+
:param pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']] free_limit_exhaustion_behavior: Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
97
|
+
|
|
98
|
+
AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
99
|
+
|
|
100
|
+
BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
101
|
+
:param pulumi.Input[int] high_availability_replica_count: The number of secondary replicas associated with the Business Critical, Premium, or Hyperscale edition database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
|
|
102
|
+
:param pulumi.Input['DatabaseIdentityArgs'] identity: The Azure Active Directory identity of the database.
|
|
103
|
+
:param pulumi.Input[bool] is_ledger_on: Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
|
|
104
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] keys: The resource ids of the user assigned identities to use
|
|
105
|
+
:param pulumi.Input[Union[str, 'DatabaseLicenseType']] license_type: The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.
|
|
106
|
+
:param pulumi.Input[str] location: Resource location.
|
|
107
|
+
:param pulumi.Input[str] long_term_retention_backup_resource_id: The resource identifier of the long term retention backup associated with create operation of this database.
|
|
108
|
+
:param pulumi.Input[str] maintenance_configuration_id: Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
|
|
109
|
+
:param pulumi.Input[bool] manual_cutover: Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
|
|
110
|
+
|
|
111
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier.
|
|
112
|
+
|
|
113
|
+
When manualCutover is specified, the scaling operation will wait for user input to trigger cutover to Hyperscale database.
|
|
114
|
+
|
|
115
|
+
To trigger cutover, please provide 'performCutover' parameter when the Scaling operation is in Waiting state.
|
|
116
|
+
:param pulumi.Input[float] max_size_bytes: The max size of the database expressed in bytes.
|
|
117
|
+
:param pulumi.Input[float] min_capacity: Minimal capacity that database will always have allocated, if not paused
|
|
118
|
+
:param pulumi.Input[bool] perform_cutover: To trigger customer controlled manual cutover during the wait state while Scaling operation is in progress.
|
|
119
|
+
|
|
120
|
+
This property parameter is only applicable for scaling operations that are initiated along with 'manualCutover' parameter.
|
|
121
|
+
|
|
122
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier is already in progress.
|
|
123
|
+
|
|
124
|
+
When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
|
|
125
|
+
:param pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']] preferred_enclave_type: Type of enclave requested on the database i.e. Default or VBS enclaves.
|
|
126
|
+
:param pulumi.Input[Union[str, 'DatabaseReadScale']] read_scale: The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
|
|
127
|
+
:param pulumi.Input[str] recoverable_database_id: The resource identifier of the recoverable database associated with create operation of this database.
|
|
128
|
+
:param pulumi.Input[str] recovery_services_recovery_point_id: The resource identifier of the recovery point associated with create operation of this database.
|
|
129
|
+
:param pulumi.Input[Union[str, 'BackupStorageRedundancy']] requested_backup_storage_redundancy: The storage account type to be used to store backups for this database.
|
|
130
|
+
:param pulumi.Input[str] restorable_dropped_database_id: The resource identifier of the restorable dropped database associated with create operation of this database.
|
|
131
|
+
:param pulumi.Input[str] restore_point_in_time: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
|
|
132
|
+
:param pulumi.Input[Union[str, 'SampleName']] sample_name: The name of the sample schema to apply when creating this database.
|
|
133
|
+
:param pulumi.Input[Union[str, 'SecondaryType']] secondary_type: The secondary type of the database if it is a secondary. Valid values are Geo, Named and Standby.
|
|
134
|
+
:param pulumi.Input['SkuArgs'] sku: The database SKU.
|
|
135
|
+
|
|
136
|
+
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:
|
|
137
|
+
|
|
138
|
+
```azurecli
|
|
139
|
+
az sql db list-editions -l <location> -o table
|
|
140
|
+
````
|
|
141
|
+
|
|
142
|
+
```powershell
|
|
143
|
+
Get-AzSqlServerServiceObjective -Location <location>
|
|
144
|
+
````
|
|
145
|
+
:param pulumi.Input[str] source_database_deletion_date: Specifies the time that the database was deleted.
|
|
146
|
+
:param pulumi.Input[str] source_database_id: The resource identifier of the source database associated with create operation of this database.
|
|
147
|
+
:param pulumi.Input[str] source_resource_id: The resource identifier of the source associated with the create operation of this database.
|
|
148
|
+
|
|
149
|
+
This property is only supported for DataWarehouse edition and allows to restore across subscriptions.
|
|
150
|
+
|
|
151
|
+
When sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.
|
|
152
|
+
|
|
153
|
+
When createMode is PointInTimeRestore, sourceResourceId must be the resource ID of the existing database or existing sql pool, and restorePointInTime must be specified.
|
|
154
|
+
|
|
155
|
+
When createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.
|
|
156
|
+
|
|
157
|
+
When createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.
|
|
158
|
+
|
|
159
|
+
When source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant
|
|
160
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
161
|
+
:param pulumi.Input[bool] use_free_limit: Whether or not the database uses free monthly limits. Allowed on one database in a subscription.
|
|
162
|
+
:param pulumi.Input[bool] zone_redundant: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
|
163
|
+
"""
|
|
164
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
165
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
166
|
+
if auto_pause_delay is not None:
|
|
167
|
+
pulumi.set(__self__, "auto_pause_delay", auto_pause_delay)
|
|
168
|
+
if availability_zone is not None:
|
|
169
|
+
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
170
|
+
if catalog_collation is not None:
|
|
171
|
+
pulumi.set(__self__, "catalog_collation", catalog_collation)
|
|
172
|
+
if collation is not None:
|
|
173
|
+
pulumi.set(__self__, "collation", collation)
|
|
174
|
+
if create_mode is not None:
|
|
175
|
+
pulumi.set(__self__, "create_mode", create_mode)
|
|
176
|
+
if database_name is not None:
|
|
177
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
178
|
+
if elastic_pool_id is not None:
|
|
179
|
+
pulumi.set(__self__, "elastic_pool_id", elastic_pool_id)
|
|
180
|
+
if encryption_protector is not None:
|
|
181
|
+
pulumi.set(__self__, "encryption_protector", encryption_protector)
|
|
182
|
+
if encryption_protector_auto_rotation is not None:
|
|
183
|
+
pulumi.set(__self__, "encryption_protector_auto_rotation", encryption_protector_auto_rotation)
|
|
184
|
+
if federated_client_id is not None:
|
|
185
|
+
pulumi.set(__self__, "federated_client_id", federated_client_id)
|
|
186
|
+
if free_limit_exhaustion_behavior is not None:
|
|
187
|
+
pulumi.set(__self__, "free_limit_exhaustion_behavior", free_limit_exhaustion_behavior)
|
|
188
|
+
if high_availability_replica_count is not None:
|
|
189
|
+
pulumi.set(__self__, "high_availability_replica_count", high_availability_replica_count)
|
|
190
|
+
if identity is not None:
|
|
191
|
+
pulumi.set(__self__, "identity", identity)
|
|
192
|
+
if is_ledger_on is not None:
|
|
193
|
+
pulumi.set(__self__, "is_ledger_on", is_ledger_on)
|
|
194
|
+
if keys is not None:
|
|
195
|
+
pulumi.set(__self__, "keys", keys)
|
|
196
|
+
if license_type is not None:
|
|
197
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
198
|
+
if location is not None:
|
|
199
|
+
pulumi.set(__self__, "location", location)
|
|
200
|
+
if long_term_retention_backup_resource_id is not None:
|
|
201
|
+
pulumi.set(__self__, "long_term_retention_backup_resource_id", long_term_retention_backup_resource_id)
|
|
202
|
+
if maintenance_configuration_id is not None:
|
|
203
|
+
pulumi.set(__self__, "maintenance_configuration_id", maintenance_configuration_id)
|
|
204
|
+
if manual_cutover is not None:
|
|
205
|
+
pulumi.set(__self__, "manual_cutover", manual_cutover)
|
|
206
|
+
if max_size_bytes is not None:
|
|
207
|
+
pulumi.set(__self__, "max_size_bytes", max_size_bytes)
|
|
208
|
+
if min_capacity is not None:
|
|
209
|
+
pulumi.set(__self__, "min_capacity", min_capacity)
|
|
210
|
+
if perform_cutover is not None:
|
|
211
|
+
pulumi.set(__self__, "perform_cutover", perform_cutover)
|
|
212
|
+
if preferred_enclave_type is not None:
|
|
213
|
+
pulumi.set(__self__, "preferred_enclave_type", preferred_enclave_type)
|
|
214
|
+
if read_scale is not None:
|
|
215
|
+
pulumi.set(__self__, "read_scale", read_scale)
|
|
216
|
+
if recoverable_database_id is not None:
|
|
217
|
+
pulumi.set(__self__, "recoverable_database_id", recoverable_database_id)
|
|
218
|
+
if recovery_services_recovery_point_id is not None:
|
|
219
|
+
pulumi.set(__self__, "recovery_services_recovery_point_id", recovery_services_recovery_point_id)
|
|
220
|
+
if requested_backup_storage_redundancy is not None:
|
|
221
|
+
pulumi.set(__self__, "requested_backup_storage_redundancy", requested_backup_storage_redundancy)
|
|
222
|
+
if restorable_dropped_database_id is not None:
|
|
223
|
+
pulumi.set(__self__, "restorable_dropped_database_id", restorable_dropped_database_id)
|
|
224
|
+
if restore_point_in_time is not None:
|
|
225
|
+
pulumi.set(__self__, "restore_point_in_time", restore_point_in_time)
|
|
226
|
+
if sample_name is not None:
|
|
227
|
+
pulumi.set(__self__, "sample_name", sample_name)
|
|
228
|
+
if secondary_type is not None:
|
|
229
|
+
pulumi.set(__self__, "secondary_type", secondary_type)
|
|
230
|
+
if sku is not None:
|
|
231
|
+
pulumi.set(__self__, "sku", sku)
|
|
232
|
+
if source_database_deletion_date is not None:
|
|
233
|
+
pulumi.set(__self__, "source_database_deletion_date", source_database_deletion_date)
|
|
234
|
+
if source_database_id is not None:
|
|
235
|
+
pulumi.set(__self__, "source_database_id", source_database_id)
|
|
236
|
+
if source_resource_id is not None:
|
|
237
|
+
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
238
|
+
if tags is not None:
|
|
239
|
+
pulumi.set(__self__, "tags", tags)
|
|
240
|
+
if use_free_limit is not None:
|
|
241
|
+
pulumi.set(__self__, "use_free_limit", use_free_limit)
|
|
242
|
+
if zone_redundant is not None:
|
|
243
|
+
pulumi.set(__self__, "zone_redundant", zone_redundant)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="resourceGroupName")
|
|
247
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
248
|
+
"""
|
|
249
|
+
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "resource_group_name")
|
|
252
|
+
|
|
253
|
+
@resource_group_name.setter
|
|
254
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
255
|
+
pulumi.set(self, "resource_group_name", value)
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="serverName")
|
|
259
|
+
def server_name(self) -> pulumi.Input[str]:
|
|
260
|
+
"""
|
|
261
|
+
The name of the server.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "server_name")
|
|
264
|
+
|
|
265
|
+
@server_name.setter
|
|
266
|
+
def server_name(self, value: pulumi.Input[str]):
|
|
267
|
+
pulumi.set(self, "server_name", value)
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
@pulumi.getter(name="autoPauseDelay")
|
|
271
|
+
def auto_pause_delay(self) -> Optional[pulumi.Input[int]]:
|
|
272
|
+
"""
|
|
273
|
+
Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "auto_pause_delay")
|
|
276
|
+
|
|
277
|
+
@auto_pause_delay.setter
|
|
278
|
+
def auto_pause_delay(self, value: Optional[pulumi.Input[int]]):
|
|
279
|
+
pulumi.set(self, "auto_pause_delay", value)
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="availabilityZone")
|
|
283
|
+
def availability_zone(self) -> Optional[pulumi.Input[Union[str, 'AvailabilityZoneType']]]:
|
|
284
|
+
"""
|
|
285
|
+
Specifies the availability zone the database is pinned to.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "availability_zone")
|
|
288
|
+
|
|
289
|
+
@availability_zone.setter
|
|
290
|
+
def availability_zone(self, value: Optional[pulumi.Input[Union[str, 'AvailabilityZoneType']]]):
|
|
291
|
+
pulumi.set(self, "availability_zone", value)
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="catalogCollation")
|
|
295
|
+
def catalog_collation(self) -> Optional[pulumi.Input[Union[str, 'CatalogCollationType']]]:
|
|
296
|
+
"""
|
|
297
|
+
Collation of the metadata catalog.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "catalog_collation")
|
|
300
|
+
|
|
301
|
+
@catalog_collation.setter
|
|
302
|
+
def catalog_collation(self, value: Optional[pulumi.Input[Union[str, 'CatalogCollationType']]]):
|
|
303
|
+
pulumi.set(self, "catalog_collation", value)
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def collation(self) -> Optional[pulumi.Input[str]]:
|
|
308
|
+
"""
|
|
309
|
+
The collation of the database.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "collation")
|
|
312
|
+
|
|
313
|
+
@collation.setter
|
|
314
|
+
def collation(self, value: Optional[pulumi.Input[str]]):
|
|
315
|
+
pulumi.set(self, "collation", value)
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter(name="createMode")
|
|
319
|
+
def create_mode(self) -> Optional[pulumi.Input[Union[str, 'CreateMode']]]:
|
|
320
|
+
"""
|
|
321
|
+
Specifies the mode of database creation.
|
|
322
|
+
|
|
323
|
+
Default: regular database creation.
|
|
324
|
+
|
|
325
|
+
Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.
|
|
326
|
+
|
|
327
|
+
Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.
|
|
328
|
+
|
|
329
|
+
PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.
|
|
330
|
+
|
|
331
|
+
Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.
|
|
332
|
+
|
|
333
|
+
Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.
|
|
334
|
+
|
|
335
|
+
RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.
|
|
336
|
+
|
|
337
|
+
Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "create_mode")
|
|
340
|
+
|
|
341
|
+
@create_mode.setter
|
|
342
|
+
def create_mode(self, value: Optional[pulumi.Input[Union[str, 'CreateMode']]]):
|
|
343
|
+
pulumi.set(self, "create_mode", value)
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="databaseName")
|
|
347
|
+
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
348
|
+
"""
|
|
349
|
+
The name of the database.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "database_name")
|
|
352
|
+
|
|
353
|
+
@database_name.setter
|
|
354
|
+
def database_name(self, value: Optional[pulumi.Input[str]]):
|
|
355
|
+
pulumi.set(self, "database_name", value)
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="elasticPoolId")
|
|
359
|
+
def elastic_pool_id(self) -> Optional[pulumi.Input[str]]:
|
|
360
|
+
"""
|
|
361
|
+
The resource identifier of the elastic pool containing this database.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "elastic_pool_id")
|
|
364
|
+
|
|
365
|
+
@elastic_pool_id.setter
|
|
366
|
+
def elastic_pool_id(self, value: Optional[pulumi.Input[str]]):
|
|
367
|
+
pulumi.set(self, "elastic_pool_id", value)
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="encryptionProtector")
|
|
371
|
+
def encryption_protector(self) -> Optional[pulumi.Input[str]]:
|
|
372
|
+
"""
|
|
373
|
+
The azure key vault URI of the database if it's configured with per Database Customer Managed Keys.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "encryption_protector")
|
|
376
|
+
|
|
377
|
+
@encryption_protector.setter
|
|
378
|
+
def encryption_protector(self, value: Optional[pulumi.Input[str]]):
|
|
379
|
+
pulumi.set(self, "encryption_protector", value)
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="encryptionProtectorAutoRotation")
|
|
383
|
+
def encryption_protector_auto_rotation(self) -> Optional[pulumi.Input[bool]]:
|
|
384
|
+
"""
|
|
385
|
+
The flag to enable or disable auto rotation of database encryption protector AKV key.
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "encryption_protector_auto_rotation")
|
|
388
|
+
|
|
389
|
+
@encryption_protector_auto_rotation.setter
|
|
390
|
+
def encryption_protector_auto_rotation(self, value: Optional[pulumi.Input[bool]]):
|
|
391
|
+
pulumi.set(self, "encryption_protector_auto_rotation", value)
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="federatedClientId")
|
|
395
|
+
def federated_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
396
|
+
"""
|
|
397
|
+
The Client id used for cross tenant per database CMK scenario
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "federated_client_id")
|
|
400
|
+
|
|
401
|
+
@federated_client_id.setter
|
|
402
|
+
def federated_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
403
|
+
pulumi.set(self, "federated_client_id", value)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="freeLimitExhaustionBehavior")
|
|
407
|
+
def free_limit_exhaustion_behavior(self) -> Optional[pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']]]:
|
|
408
|
+
"""
|
|
409
|
+
Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
410
|
+
|
|
411
|
+
AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
412
|
+
|
|
413
|
+
BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "free_limit_exhaustion_behavior")
|
|
416
|
+
|
|
417
|
+
@free_limit_exhaustion_behavior.setter
|
|
418
|
+
def free_limit_exhaustion_behavior(self, value: Optional[pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']]]):
|
|
419
|
+
pulumi.set(self, "free_limit_exhaustion_behavior", value)
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="highAvailabilityReplicaCount")
|
|
423
|
+
def high_availability_replica_count(self) -> Optional[pulumi.Input[int]]:
|
|
424
|
+
"""
|
|
425
|
+
The number of secondary replicas associated with the Business Critical, Premium, or Hyperscale edition database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "high_availability_replica_count")
|
|
428
|
+
|
|
429
|
+
@high_availability_replica_count.setter
|
|
430
|
+
def high_availability_replica_count(self, value: Optional[pulumi.Input[int]]):
|
|
431
|
+
pulumi.set(self, "high_availability_replica_count", value)
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def identity(self) -> Optional[pulumi.Input['DatabaseIdentityArgs']]:
|
|
436
|
+
"""
|
|
437
|
+
The Azure Active Directory identity of the database.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "identity")
|
|
440
|
+
|
|
441
|
+
@identity.setter
|
|
442
|
+
def identity(self, value: Optional[pulumi.Input['DatabaseIdentityArgs']]):
|
|
443
|
+
pulumi.set(self, "identity", value)
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="isLedgerOn")
|
|
447
|
+
def is_ledger_on(self) -> Optional[pulumi.Input[bool]]:
|
|
448
|
+
"""
|
|
449
|
+
Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "is_ledger_on")
|
|
452
|
+
|
|
453
|
+
@is_ledger_on.setter
|
|
454
|
+
def is_ledger_on(self, value: Optional[pulumi.Input[bool]]):
|
|
455
|
+
pulumi.set(self, "is_ledger_on", value)
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter
|
|
459
|
+
def keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
460
|
+
"""
|
|
461
|
+
The resource ids of the user assigned identities to use
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "keys")
|
|
464
|
+
|
|
465
|
+
@keys.setter
|
|
466
|
+
def keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
467
|
+
pulumi.set(self, "keys", value)
|
|
468
|
+
|
|
469
|
+
@property
|
|
470
|
+
@pulumi.getter(name="licenseType")
|
|
471
|
+
def license_type(self) -> Optional[pulumi.Input[Union[str, 'DatabaseLicenseType']]]:
|
|
472
|
+
"""
|
|
473
|
+
The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.
|
|
474
|
+
"""
|
|
475
|
+
return pulumi.get(self, "license_type")
|
|
476
|
+
|
|
477
|
+
@license_type.setter
|
|
478
|
+
def license_type(self, value: Optional[pulumi.Input[Union[str, 'DatabaseLicenseType']]]):
|
|
479
|
+
pulumi.set(self, "license_type", value)
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter
|
|
483
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
484
|
+
"""
|
|
485
|
+
Resource location.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "location")
|
|
488
|
+
|
|
489
|
+
@location.setter
|
|
490
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
491
|
+
pulumi.set(self, "location", value)
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="longTermRetentionBackupResourceId")
|
|
495
|
+
def long_term_retention_backup_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
496
|
+
"""
|
|
497
|
+
The resource identifier of the long term retention backup associated with create operation of this database.
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "long_term_retention_backup_resource_id")
|
|
500
|
+
|
|
501
|
+
@long_term_retention_backup_resource_id.setter
|
|
502
|
+
def long_term_retention_backup_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
503
|
+
pulumi.set(self, "long_term_retention_backup_resource_id", value)
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="maintenanceConfigurationId")
|
|
507
|
+
def maintenance_configuration_id(self) -> Optional[pulumi.Input[str]]:
|
|
508
|
+
"""
|
|
509
|
+
Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "maintenance_configuration_id")
|
|
512
|
+
|
|
513
|
+
@maintenance_configuration_id.setter
|
|
514
|
+
def maintenance_configuration_id(self, value: Optional[pulumi.Input[str]]):
|
|
515
|
+
pulumi.set(self, "maintenance_configuration_id", value)
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
@pulumi.getter(name="manualCutover")
|
|
519
|
+
def manual_cutover(self) -> Optional[pulumi.Input[bool]]:
|
|
520
|
+
"""
|
|
521
|
+
Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
|
|
522
|
+
|
|
523
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier.
|
|
524
|
+
|
|
525
|
+
When manualCutover is specified, the scaling operation will wait for user input to trigger cutover to Hyperscale database.
|
|
526
|
+
|
|
527
|
+
To trigger cutover, please provide 'performCutover' parameter when the Scaling operation is in Waiting state.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "manual_cutover")
|
|
530
|
+
|
|
531
|
+
@manual_cutover.setter
|
|
532
|
+
def manual_cutover(self, value: Optional[pulumi.Input[bool]]):
|
|
533
|
+
pulumi.set(self, "manual_cutover", value)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="maxSizeBytes")
|
|
537
|
+
def max_size_bytes(self) -> Optional[pulumi.Input[float]]:
|
|
538
|
+
"""
|
|
539
|
+
The max size of the database expressed in bytes.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "max_size_bytes")
|
|
542
|
+
|
|
543
|
+
@max_size_bytes.setter
|
|
544
|
+
def max_size_bytes(self, value: Optional[pulumi.Input[float]]):
|
|
545
|
+
pulumi.set(self, "max_size_bytes", value)
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="minCapacity")
|
|
549
|
+
def min_capacity(self) -> Optional[pulumi.Input[float]]:
|
|
550
|
+
"""
|
|
551
|
+
Minimal capacity that database will always have allocated, if not paused
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "min_capacity")
|
|
554
|
+
|
|
555
|
+
@min_capacity.setter
|
|
556
|
+
def min_capacity(self, value: Optional[pulumi.Input[float]]):
|
|
557
|
+
pulumi.set(self, "min_capacity", value)
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="performCutover")
|
|
561
|
+
def perform_cutover(self) -> Optional[pulumi.Input[bool]]:
|
|
562
|
+
"""
|
|
563
|
+
To trigger customer controlled manual cutover during the wait state while Scaling operation is in progress.
|
|
564
|
+
|
|
565
|
+
This property parameter is only applicable for scaling operations that are initiated along with 'manualCutover' parameter.
|
|
566
|
+
|
|
567
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier is already in progress.
|
|
568
|
+
|
|
569
|
+
When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
|
|
570
|
+
"""
|
|
571
|
+
return pulumi.get(self, "perform_cutover")
|
|
572
|
+
|
|
573
|
+
@perform_cutover.setter
|
|
574
|
+
def perform_cutover(self, value: Optional[pulumi.Input[bool]]):
|
|
575
|
+
pulumi.set(self, "perform_cutover", value)
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
@pulumi.getter(name="preferredEnclaveType")
|
|
579
|
+
def preferred_enclave_type(self) -> Optional[pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']]]:
|
|
580
|
+
"""
|
|
581
|
+
Type of enclave requested on the database i.e. Default or VBS enclaves.
|
|
582
|
+
"""
|
|
583
|
+
return pulumi.get(self, "preferred_enclave_type")
|
|
584
|
+
|
|
585
|
+
@preferred_enclave_type.setter
|
|
586
|
+
def preferred_enclave_type(self, value: Optional[pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']]]):
|
|
587
|
+
pulumi.set(self, "preferred_enclave_type", value)
|
|
588
|
+
|
|
589
|
+
@property
|
|
590
|
+
@pulumi.getter(name="readScale")
|
|
591
|
+
def read_scale(self) -> Optional[pulumi.Input[Union[str, 'DatabaseReadScale']]]:
|
|
592
|
+
"""
|
|
593
|
+
The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
|
|
594
|
+
"""
|
|
595
|
+
return pulumi.get(self, "read_scale")
|
|
596
|
+
|
|
597
|
+
@read_scale.setter
|
|
598
|
+
def read_scale(self, value: Optional[pulumi.Input[Union[str, 'DatabaseReadScale']]]):
|
|
599
|
+
pulumi.set(self, "read_scale", value)
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
@pulumi.getter(name="recoverableDatabaseId")
|
|
603
|
+
def recoverable_database_id(self) -> Optional[pulumi.Input[str]]:
|
|
604
|
+
"""
|
|
605
|
+
The resource identifier of the recoverable database associated with create operation of this database.
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "recoverable_database_id")
|
|
608
|
+
|
|
609
|
+
@recoverable_database_id.setter
|
|
610
|
+
def recoverable_database_id(self, value: Optional[pulumi.Input[str]]):
|
|
611
|
+
pulumi.set(self, "recoverable_database_id", value)
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
@pulumi.getter(name="recoveryServicesRecoveryPointId")
|
|
615
|
+
def recovery_services_recovery_point_id(self) -> Optional[pulumi.Input[str]]:
|
|
616
|
+
"""
|
|
617
|
+
The resource identifier of the recovery point associated with create operation of this database.
|
|
618
|
+
"""
|
|
619
|
+
return pulumi.get(self, "recovery_services_recovery_point_id")
|
|
620
|
+
|
|
621
|
+
@recovery_services_recovery_point_id.setter
|
|
622
|
+
def recovery_services_recovery_point_id(self, value: Optional[pulumi.Input[str]]):
|
|
623
|
+
pulumi.set(self, "recovery_services_recovery_point_id", value)
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="requestedBackupStorageRedundancy")
|
|
627
|
+
def requested_backup_storage_redundancy(self) -> Optional[pulumi.Input[Union[str, 'BackupStorageRedundancy']]]:
|
|
628
|
+
"""
|
|
629
|
+
The storage account type to be used to store backups for this database.
|
|
630
|
+
"""
|
|
631
|
+
return pulumi.get(self, "requested_backup_storage_redundancy")
|
|
632
|
+
|
|
633
|
+
@requested_backup_storage_redundancy.setter
|
|
634
|
+
def requested_backup_storage_redundancy(self, value: Optional[pulumi.Input[Union[str, 'BackupStorageRedundancy']]]):
|
|
635
|
+
pulumi.set(self, "requested_backup_storage_redundancy", value)
|
|
636
|
+
|
|
637
|
+
@property
|
|
638
|
+
@pulumi.getter(name="restorableDroppedDatabaseId")
|
|
639
|
+
def restorable_dropped_database_id(self) -> Optional[pulumi.Input[str]]:
|
|
640
|
+
"""
|
|
641
|
+
The resource identifier of the restorable dropped database associated with create operation of this database.
|
|
642
|
+
"""
|
|
643
|
+
return pulumi.get(self, "restorable_dropped_database_id")
|
|
644
|
+
|
|
645
|
+
@restorable_dropped_database_id.setter
|
|
646
|
+
def restorable_dropped_database_id(self, value: Optional[pulumi.Input[str]]):
|
|
647
|
+
pulumi.set(self, "restorable_dropped_database_id", value)
|
|
648
|
+
|
|
649
|
+
@property
|
|
650
|
+
@pulumi.getter(name="restorePointInTime")
|
|
651
|
+
def restore_point_in_time(self) -> Optional[pulumi.Input[str]]:
|
|
652
|
+
"""
|
|
653
|
+
Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
|
|
654
|
+
"""
|
|
655
|
+
return pulumi.get(self, "restore_point_in_time")
|
|
656
|
+
|
|
657
|
+
@restore_point_in_time.setter
|
|
658
|
+
def restore_point_in_time(self, value: Optional[pulumi.Input[str]]):
|
|
659
|
+
pulumi.set(self, "restore_point_in_time", value)
|
|
660
|
+
|
|
661
|
+
@property
|
|
662
|
+
@pulumi.getter(name="sampleName")
|
|
663
|
+
def sample_name(self) -> Optional[pulumi.Input[Union[str, 'SampleName']]]:
|
|
664
|
+
"""
|
|
665
|
+
The name of the sample schema to apply when creating this database.
|
|
666
|
+
"""
|
|
667
|
+
return pulumi.get(self, "sample_name")
|
|
668
|
+
|
|
669
|
+
@sample_name.setter
|
|
670
|
+
def sample_name(self, value: Optional[pulumi.Input[Union[str, 'SampleName']]]):
|
|
671
|
+
pulumi.set(self, "sample_name", value)
|
|
672
|
+
|
|
673
|
+
@property
|
|
674
|
+
@pulumi.getter(name="secondaryType")
|
|
675
|
+
def secondary_type(self) -> Optional[pulumi.Input[Union[str, 'SecondaryType']]]:
|
|
676
|
+
"""
|
|
677
|
+
The secondary type of the database if it is a secondary. Valid values are Geo, Named and Standby.
|
|
678
|
+
"""
|
|
679
|
+
return pulumi.get(self, "secondary_type")
|
|
680
|
+
|
|
681
|
+
@secondary_type.setter
|
|
682
|
+
def secondary_type(self, value: Optional[pulumi.Input[Union[str, 'SecondaryType']]]):
|
|
683
|
+
pulumi.set(self, "secondary_type", value)
|
|
684
|
+
|
|
685
|
+
@property
|
|
686
|
+
@pulumi.getter
|
|
687
|
+
def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
|
|
688
|
+
"""
|
|
689
|
+
The database SKU.
|
|
690
|
+
|
|
691
|
+
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:
|
|
692
|
+
|
|
693
|
+
```azurecli
|
|
694
|
+
az sql db list-editions -l <location> -o table
|
|
695
|
+
````
|
|
696
|
+
|
|
697
|
+
```powershell
|
|
698
|
+
Get-AzSqlServerServiceObjective -Location <location>
|
|
699
|
+
````
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "sku")
|
|
702
|
+
|
|
703
|
+
@sku.setter
|
|
704
|
+
def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
|
|
705
|
+
pulumi.set(self, "sku", value)
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter(name="sourceDatabaseDeletionDate")
|
|
709
|
+
def source_database_deletion_date(self) -> Optional[pulumi.Input[str]]:
|
|
710
|
+
"""
|
|
711
|
+
Specifies the time that the database was deleted.
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "source_database_deletion_date")
|
|
714
|
+
|
|
715
|
+
@source_database_deletion_date.setter
|
|
716
|
+
def source_database_deletion_date(self, value: Optional[pulumi.Input[str]]):
|
|
717
|
+
pulumi.set(self, "source_database_deletion_date", value)
|
|
718
|
+
|
|
719
|
+
@property
|
|
720
|
+
@pulumi.getter(name="sourceDatabaseId")
|
|
721
|
+
def source_database_id(self) -> Optional[pulumi.Input[str]]:
|
|
722
|
+
"""
|
|
723
|
+
The resource identifier of the source database associated with create operation of this database.
|
|
724
|
+
"""
|
|
725
|
+
return pulumi.get(self, "source_database_id")
|
|
726
|
+
|
|
727
|
+
@source_database_id.setter
|
|
728
|
+
def source_database_id(self, value: Optional[pulumi.Input[str]]):
|
|
729
|
+
pulumi.set(self, "source_database_id", value)
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="sourceResourceId")
|
|
733
|
+
def source_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
734
|
+
"""
|
|
735
|
+
The resource identifier of the source associated with the create operation of this database.
|
|
736
|
+
|
|
737
|
+
This property is only supported for DataWarehouse edition and allows to restore across subscriptions.
|
|
738
|
+
|
|
739
|
+
When sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.
|
|
740
|
+
|
|
741
|
+
When createMode is PointInTimeRestore, sourceResourceId must be the resource ID of the existing database or existing sql pool, and restorePointInTime must be specified.
|
|
742
|
+
|
|
743
|
+
When createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.
|
|
744
|
+
|
|
745
|
+
When createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.
|
|
746
|
+
|
|
747
|
+
When source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant
|
|
748
|
+
"""
|
|
749
|
+
return pulumi.get(self, "source_resource_id")
|
|
750
|
+
|
|
751
|
+
@source_resource_id.setter
|
|
752
|
+
def source_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
753
|
+
pulumi.set(self, "source_resource_id", value)
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter
|
|
757
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
758
|
+
"""
|
|
759
|
+
Resource tags.
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "tags")
|
|
762
|
+
|
|
763
|
+
@tags.setter
|
|
764
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
765
|
+
pulumi.set(self, "tags", value)
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
@pulumi.getter(name="useFreeLimit")
|
|
769
|
+
def use_free_limit(self) -> Optional[pulumi.Input[bool]]:
|
|
770
|
+
"""
|
|
771
|
+
Whether or not the database uses free monthly limits. Allowed on one database in a subscription.
|
|
772
|
+
"""
|
|
773
|
+
return pulumi.get(self, "use_free_limit")
|
|
774
|
+
|
|
775
|
+
@use_free_limit.setter
|
|
776
|
+
def use_free_limit(self, value: Optional[pulumi.Input[bool]]):
|
|
777
|
+
pulumi.set(self, "use_free_limit", value)
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter(name="zoneRedundant")
|
|
781
|
+
def zone_redundant(self) -> Optional[pulumi.Input[bool]]:
|
|
782
|
+
"""
|
|
783
|
+
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "zone_redundant")
|
|
786
|
+
|
|
787
|
+
@zone_redundant.setter
|
|
788
|
+
def zone_redundant(self, value: Optional[pulumi.Input[bool]]):
|
|
789
|
+
pulumi.set(self, "zone_redundant", value)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
class Database(pulumi.CustomResource):
|
|
793
|
+
@overload
|
|
794
|
+
def __init__(__self__,
|
|
795
|
+
resource_name: str,
|
|
796
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
797
|
+
auto_pause_delay: Optional[pulumi.Input[int]] = None,
|
|
798
|
+
availability_zone: Optional[pulumi.Input[Union[str, 'AvailabilityZoneType']]] = None,
|
|
799
|
+
catalog_collation: Optional[pulumi.Input[Union[str, 'CatalogCollationType']]] = None,
|
|
800
|
+
collation: Optional[pulumi.Input[str]] = None,
|
|
801
|
+
create_mode: Optional[pulumi.Input[Union[str, 'CreateMode']]] = None,
|
|
802
|
+
database_name: Optional[pulumi.Input[str]] = None,
|
|
803
|
+
elastic_pool_id: Optional[pulumi.Input[str]] = None,
|
|
804
|
+
encryption_protector: Optional[pulumi.Input[str]] = None,
|
|
805
|
+
encryption_protector_auto_rotation: Optional[pulumi.Input[bool]] = None,
|
|
806
|
+
federated_client_id: Optional[pulumi.Input[str]] = None,
|
|
807
|
+
free_limit_exhaustion_behavior: Optional[pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']]] = None,
|
|
808
|
+
high_availability_replica_count: Optional[pulumi.Input[int]] = None,
|
|
809
|
+
identity: Optional[pulumi.Input[Union['DatabaseIdentityArgs', 'DatabaseIdentityArgsDict']]] = None,
|
|
810
|
+
is_ledger_on: Optional[pulumi.Input[bool]] = None,
|
|
811
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
812
|
+
license_type: Optional[pulumi.Input[Union[str, 'DatabaseLicenseType']]] = None,
|
|
813
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
814
|
+
long_term_retention_backup_resource_id: Optional[pulumi.Input[str]] = None,
|
|
815
|
+
maintenance_configuration_id: Optional[pulumi.Input[str]] = None,
|
|
816
|
+
manual_cutover: Optional[pulumi.Input[bool]] = None,
|
|
817
|
+
max_size_bytes: Optional[pulumi.Input[float]] = None,
|
|
818
|
+
min_capacity: Optional[pulumi.Input[float]] = None,
|
|
819
|
+
perform_cutover: Optional[pulumi.Input[bool]] = None,
|
|
820
|
+
preferred_enclave_type: Optional[pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']]] = None,
|
|
821
|
+
read_scale: Optional[pulumi.Input[Union[str, 'DatabaseReadScale']]] = None,
|
|
822
|
+
recoverable_database_id: Optional[pulumi.Input[str]] = None,
|
|
823
|
+
recovery_services_recovery_point_id: Optional[pulumi.Input[str]] = None,
|
|
824
|
+
requested_backup_storage_redundancy: Optional[pulumi.Input[Union[str, 'BackupStorageRedundancy']]] = None,
|
|
825
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
826
|
+
restorable_dropped_database_id: Optional[pulumi.Input[str]] = None,
|
|
827
|
+
restore_point_in_time: Optional[pulumi.Input[str]] = None,
|
|
828
|
+
sample_name: Optional[pulumi.Input[Union[str, 'SampleName']]] = None,
|
|
829
|
+
secondary_type: Optional[pulumi.Input[Union[str, 'SecondaryType']]] = None,
|
|
830
|
+
server_name: Optional[pulumi.Input[str]] = None,
|
|
831
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
832
|
+
source_database_deletion_date: Optional[pulumi.Input[str]] = None,
|
|
833
|
+
source_database_id: Optional[pulumi.Input[str]] = None,
|
|
834
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
835
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
836
|
+
use_free_limit: Optional[pulumi.Input[bool]] = None,
|
|
837
|
+
zone_redundant: Optional[pulumi.Input[bool]] = None,
|
|
838
|
+
__props__=None):
|
|
839
|
+
"""
|
|
840
|
+
A database resource.
|
|
841
|
+
|
|
842
|
+
:param str resource_name: The name of the resource.
|
|
843
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
844
|
+
:param pulumi.Input[int] auto_pause_delay: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
|
|
845
|
+
:param pulumi.Input[Union[str, 'AvailabilityZoneType']] availability_zone: Specifies the availability zone the database is pinned to.
|
|
846
|
+
:param pulumi.Input[Union[str, 'CatalogCollationType']] catalog_collation: Collation of the metadata catalog.
|
|
847
|
+
:param pulumi.Input[str] collation: The collation of the database.
|
|
848
|
+
:param pulumi.Input[Union[str, 'CreateMode']] create_mode: Specifies the mode of database creation.
|
|
849
|
+
|
|
850
|
+
Default: regular database creation.
|
|
851
|
+
|
|
852
|
+
Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.
|
|
853
|
+
|
|
854
|
+
Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.
|
|
855
|
+
|
|
856
|
+
PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.
|
|
857
|
+
|
|
858
|
+
Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.
|
|
859
|
+
|
|
860
|
+
Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.
|
|
861
|
+
|
|
862
|
+
RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.
|
|
863
|
+
|
|
864
|
+
Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.
|
|
865
|
+
:param pulumi.Input[str] database_name: The name of the database.
|
|
866
|
+
:param pulumi.Input[str] elastic_pool_id: The resource identifier of the elastic pool containing this database.
|
|
867
|
+
:param pulumi.Input[str] encryption_protector: The azure key vault URI of the database if it's configured with per Database Customer Managed Keys.
|
|
868
|
+
:param pulumi.Input[bool] encryption_protector_auto_rotation: The flag to enable or disable auto rotation of database encryption protector AKV key.
|
|
869
|
+
:param pulumi.Input[str] federated_client_id: The Client id used for cross tenant per database CMK scenario
|
|
870
|
+
:param pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']] free_limit_exhaustion_behavior: Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
871
|
+
|
|
872
|
+
AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
873
|
+
|
|
874
|
+
BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
875
|
+
:param pulumi.Input[int] high_availability_replica_count: The number of secondary replicas associated with the Business Critical, Premium, or Hyperscale edition database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
|
|
876
|
+
:param pulumi.Input[Union['DatabaseIdentityArgs', 'DatabaseIdentityArgsDict']] identity: The Azure Active Directory identity of the database.
|
|
877
|
+
:param pulumi.Input[bool] is_ledger_on: Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
|
|
878
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] keys: The resource ids of the user assigned identities to use
|
|
879
|
+
:param pulumi.Input[Union[str, 'DatabaseLicenseType']] license_type: The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.
|
|
880
|
+
:param pulumi.Input[str] location: Resource location.
|
|
881
|
+
:param pulumi.Input[str] long_term_retention_backup_resource_id: The resource identifier of the long term retention backup associated with create operation of this database.
|
|
882
|
+
:param pulumi.Input[str] maintenance_configuration_id: Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
|
|
883
|
+
:param pulumi.Input[bool] manual_cutover: Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
|
|
884
|
+
|
|
885
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier.
|
|
886
|
+
|
|
887
|
+
When manualCutover is specified, the scaling operation will wait for user input to trigger cutover to Hyperscale database.
|
|
888
|
+
|
|
889
|
+
To trigger cutover, please provide 'performCutover' parameter when the Scaling operation is in Waiting state.
|
|
890
|
+
:param pulumi.Input[float] max_size_bytes: The max size of the database expressed in bytes.
|
|
891
|
+
:param pulumi.Input[float] min_capacity: Minimal capacity that database will always have allocated, if not paused
|
|
892
|
+
:param pulumi.Input[bool] perform_cutover: To trigger customer controlled manual cutover during the wait state while Scaling operation is in progress.
|
|
893
|
+
|
|
894
|
+
This property parameter is only applicable for scaling operations that are initiated along with 'manualCutover' parameter.
|
|
895
|
+
|
|
896
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier is already in progress.
|
|
897
|
+
|
|
898
|
+
When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
|
|
899
|
+
:param pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']] preferred_enclave_type: Type of enclave requested on the database i.e. Default or VBS enclaves.
|
|
900
|
+
:param pulumi.Input[Union[str, 'DatabaseReadScale']] read_scale: The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
|
|
901
|
+
:param pulumi.Input[str] recoverable_database_id: The resource identifier of the recoverable database associated with create operation of this database.
|
|
902
|
+
:param pulumi.Input[str] recovery_services_recovery_point_id: The resource identifier of the recovery point associated with create operation of this database.
|
|
903
|
+
:param pulumi.Input[Union[str, 'BackupStorageRedundancy']] requested_backup_storage_redundancy: The storage account type to be used to store backups for this database.
|
|
904
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
905
|
+
:param pulumi.Input[str] restorable_dropped_database_id: The resource identifier of the restorable dropped database associated with create operation of this database.
|
|
906
|
+
:param pulumi.Input[str] restore_point_in_time: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
|
|
907
|
+
:param pulumi.Input[Union[str, 'SampleName']] sample_name: The name of the sample schema to apply when creating this database.
|
|
908
|
+
:param pulumi.Input[Union[str, 'SecondaryType']] secondary_type: The secondary type of the database if it is a secondary. Valid values are Geo, Named and Standby.
|
|
909
|
+
:param pulumi.Input[str] server_name: The name of the server.
|
|
910
|
+
:param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: The database SKU.
|
|
911
|
+
|
|
912
|
+
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:
|
|
913
|
+
|
|
914
|
+
```azurecli
|
|
915
|
+
az sql db list-editions -l <location> -o table
|
|
916
|
+
````
|
|
917
|
+
|
|
918
|
+
```powershell
|
|
919
|
+
Get-AzSqlServerServiceObjective -Location <location>
|
|
920
|
+
````
|
|
921
|
+
:param pulumi.Input[str] source_database_deletion_date: Specifies the time that the database was deleted.
|
|
922
|
+
:param pulumi.Input[str] source_database_id: The resource identifier of the source database associated with create operation of this database.
|
|
923
|
+
:param pulumi.Input[str] source_resource_id: The resource identifier of the source associated with the create operation of this database.
|
|
924
|
+
|
|
925
|
+
This property is only supported for DataWarehouse edition and allows to restore across subscriptions.
|
|
926
|
+
|
|
927
|
+
When sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.
|
|
928
|
+
|
|
929
|
+
When createMode is PointInTimeRestore, sourceResourceId must be the resource ID of the existing database or existing sql pool, and restorePointInTime must be specified.
|
|
930
|
+
|
|
931
|
+
When createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.
|
|
932
|
+
|
|
933
|
+
When createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.
|
|
934
|
+
|
|
935
|
+
When source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant
|
|
936
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
937
|
+
:param pulumi.Input[bool] use_free_limit: Whether or not the database uses free monthly limits. Allowed on one database in a subscription.
|
|
938
|
+
:param pulumi.Input[bool] zone_redundant: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
|
939
|
+
"""
|
|
940
|
+
...
|
|
941
|
+
@overload
|
|
942
|
+
def __init__(__self__,
|
|
943
|
+
resource_name: str,
|
|
944
|
+
args: DatabaseArgs,
|
|
945
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
946
|
+
"""
|
|
947
|
+
A database resource.
|
|
948
|
+
|
|
949
|
+
:param str resource_name: The name of the resource.
|
|
950
|
+
:param DatabaseArgs args: The arguments to use to populate this resource's properties.
|
|
951
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
952
|
+
"""
|
|
953
|
+
...
|
|
954
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
955
|
+
resource_args, opts = _utilities.get_resource_args_opts(DatabaseArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
956
|
+
if resource_args is not None:
|
|
957
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
958
|
+
else:
|
|
959
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
960
|
+
|
|
961
|
+
def _internal_init(__self__,
|
|
962
|
+
resource_name: str,
|
|
963
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
964
|
+
auto_pause_delay: Optional[pulumi.Input[int]] = None,
|
|
965
|
+
availability_zone: Optional[pulumi.Input[Union[str, 'AvailabilityZoneType']]] = None,
|
|
966
|
+
catalog_collation: Optional[pulumi.Input[Union[str, 'CatalogCollationType']]] = None,
|
|
967
|
+
collation: Optional[pulumi.Input[str]] = None,
|
|
968
|
+
create_mode: Optional[pulumi.Input[Union[str, 'CreateMode']]] = None,
|
|
969
|
+
database_name: Optional[pulumi.Input[str]] = None,
|
|
970
|
+
elastic_pool_id: Optional[pulumi.Input[str]] = None,
|
|
971
|
+
encryption_protector: Optional[pulumi.Input[str]] = None,
|
|
972
|
+
encryption_protector_auto_rotation: Optional[pulumi.Input[bool]] = None,
|
|
973
|
+
federated_client_id: Optional[pulumi.Input[str]] = None,
|
|
974
|
+
free_limit_exhaustion_behavior: Optional[pulumi.Input[Union[str, 'FreeLimitExhaustionBehavior']]] = None,
|
|
975
|
+
high_availability_replica_count: Optional[pulumi.Input[int]] = None,
|
|
976
|
+
identity: Optional[pulumi.Input[Union['DatabaseIdentityArgs', 'DatabaseIdentityArgsDict']]] = None,
|
|
977
|
+
is_ledger_on: Optional[pulumi.Input[bool]] = None,
|
|
978
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
979
|
+
license_type: Optional[pulumi.Input[Union[str, 'DatabaseLicenseType']]] = None,
|
|
980
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
981
|
+
long_term_retention_backup_resource_id: Optional[pulumi.Input[str]] = None,
|
|
982
|
+
maintenance_configuration_id: Optional[pulumi.Input[str]] = None,
|
|
983
|
+
manual_cutover: Optional[pulumi.Input[bool]] = None,
|
|
984
|
+
max_size_bytes: Optional[pulumi.Input[float]] = None,
|
|
985
|
+
min_capacity: Optional[pulumi.Input[float]] = None,
|
|
986
|
+
perform_cutover: Optional[pulumi.Input[bool]] = None,
|
|
987
|
+
preferred_enclave_type: Optional[pulumi.Input[Union[str, 'AlwaysEncryptedEnclaveType']]] = None,
|
|
988
|
+
read_scale: Optional[pulumi.Input[Union[str, 'DatabaseReadScale']]] = None,
|
|
989
|
+
recoverable_database_id: Optional[pulumi.Input[str]] = None,
|
|
990
|
+
recovery_services_recovery_point_id: Optional[pulumi.Input[str]] = None,
|
|
991
|
+
requested_backup_storage_redundancy: Optional[pulumi.Input[Union[str, 'BackupStorageRedundancy']]] = None,
|
|
992
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
993
|
+
restorable_dropped_database_id: Optional[pulumi.Input[str]] = None,
|
|
994
|
+
restore_point_in_time: Optional[pulumi.Input[str]] = None,
|
|
995
|
+
sample_name: Optional[pulumi.Input[Union[str, 'SampleName']]] = None,
|
|
996
|
+
secondary_type: Optional[pulumi.Input[Union[str, 'SecondaryType']]] = None,
|
|
997
|
+
server_name: Optional[pulumi.Input[str]] = None,
|
|
998
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
999
|
+
source_database_deletion_date: Optional[pulumi.Input[str]] = None,
|
|
1000
|
+
source_database_id: Optional[pulumi.Input[str]] = None,
|
|
1001
|
+
source_resource_id: Optional[pulumi.Input[str]] = None,
|
|
1002
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1003
|
+
use_free_limit: Optional[pulumi.Input[bool]] = None,
|
|
1004
|
+
zone_redundant: Optional[pulumi.Input[bool]] = None,
|
|
1005
|
+
__props__=None):
|
|
1006
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
1007
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
1008
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
1009
|
+
if opts.id is None:
|
|
1010
|
+
if __props__ is not None:
|
|
1011
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
1012
|
+
__props__ = DatabaseArgs.__new__(DatabaseArgs)
|
|
1013
|
+
|
|
1014
|
+
__props__.__dict__["auto_pause_delay"] = auto_pause_delay
|
|
1015
|
+
__props__.__dict__["availability_zone"] = availability_zone
|
|
1016
|
+
__props__.__dict__["catalog_collation"] = catalog_collation
|
|
1017
|
+
__props__.__dict__["collation"] = collation
|
|
1018
|
+
__props__.__dict__["create_mode"] = create_mode
|
|
1019
|
+
__props__.__dict__["database_name"] = database_name
|
|
1020
|
+
__props__.__dict__["elastic_pool_id"] = elastic_pool_id
|
|
1021
|
+
__props__.__dict__["encryption_protector"] = encryption_protector
|
|
1022
|
+
__props__.__dict__["encryption_protector_auto_rotation"] = encryption_protector_auto_rotation
|
|
1023
|
+
__props__.__dict__["federated_client_id"] = federated_client_id
|
|
1024
|
+
__props__.__dict__["free_limit_exhaustion_behavior"] = free_limit_exhaustion_behavior
|
|
1025
|
+
__props__.__dict__["high_availability_replica_count"] = high_availability_replica_count
|
|
1026
|
+
__props__.__dict__["identity"] = identity
|
|
1027
|
+
__props__.__dict__["is_ledger_on"] = is_ledger_on
|
|
1028
|
+
__props__.__dict__["keys"] = keys
|
|
1029
|
+
__props__.__dict__["license_type"] = license_type
|
|
1030
|
+
__props__.__dict__["location"] = location
|
|
1031
|
+
__props__.__dict__["long_term_retention_backup_resource_id"] = long_term_retention_backup_resource_id
|
|
1032
|
+
__props__.__dict__["maintenance_configuration_id"] = maintenance_configuration_id
|
|
1033
|
+
__props__.__dict__["manual_cutover"] = manual_cutover
|
|
1034
|
+
__props__.__dict__["max_size_bytes"] = max_size_bytes
|
|
1035
|
+
__props__.__dict__["min_capacity"] = min_capacity
|
|
1036
|
+
__props__.__dict__["perform_cutover"] = perform_cutover
|
|
1037
|
+
__props__.__dict__["preferred_enclave_type"] = preferred_enclave_type
|
|
1038
|
+
__props__.__dict__["read_scale"] = read_scale
|
|
1039
|
+
__props__.__dict__["recoverable_database_id"] = recoverable_database_id
|
|
1040
|
+
__props__.__dict__["recovery_services_recovery_point_id"] = recovery_services_recovery_point_id
|
|
1041
|
+
__props__.__dict__["requested_backup_storage_redundancy"] = requested_backup_storage_redundancy
|
|
1042
|
+
if resource_group_name is None and not opts.urn:
|
|
1043
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
1044
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
1045
|
+
__props__.__dict__["restorable_dropped_database_id"] = restorable_dropped_database_id
|
|
1046
|
+
__props__.__dict__["restore_point_in_time"] = restore_point_in_time
|
|
1047
|
+
__props__.__dict__["sample_name"] = sample_name
|
|
1048
|
+
__props__.__dict__["secondary_type"] = secondary_type
|
|
1049
|
+
if server_name is None and not opts.urn:
|
|
1050
|
+
raise TypeError("Missing required property 'server_name'")
|
|
1051
|
+
__props__.__dict__["server_name"] = server_name
|
|
1052
|
+
__props__.__dict__["sku"] = sku
|
|
1053
|
+
__props__.__dict__["source_database_deletion_date"] = source_database_deletion_date
|
|
1054
|
+
__props__.__dict__["source_database_id"] = source_database_id
|
|
1055
|
+
__props__.__dict__["source_resource_id"] = source_resource_id
|
|
1056
|
+
__props__.__dict__["tags"] = tags
|
|
1057
|
+
__props__.__dict__["use_free_limit"] = use_free_limit
|
|
1058
|
+
__props__.__dict__["zone_redundant"] = zone_redundant
|
|
1059
|
+
__props__.__dict__["creation_date"] = None
|
|
1060
|
+
__props__.__dict__["current_backup_storage_redundancy"] = None
|
|
1061
|
+
__props__.__dict__["current_service_objective_name"] = None
|
|
1062
|
+
__props__.__dict__["current_sku"] = None
|
|
1063
|
+
__props__.__dict__["database_id"] = None
|
|
1064
|
+
__props__.__dict__["default_secondary_location"] = None
|
|
1065
|
+
__props__.__dict__["earliest_restore_date"] = None
|
|
1066
|
+
__props__.__dict__["failover_group_id"] = None
|
|
1067
|
+
__props__.__dict__["is_infra_encryption_enabled"] = None
|
|
1068
|
+
__props__.__dict__["kind"] = None
|
|
1069
|
+
__props__.__dict__["managed_by"] = None
|
|
1070
|
+
__props__.__dict__["max_log_size_bytes"] = None
|
|
1071
|
+
__props__.__dict__["name"] = None
|
|
1072
|
+
__props__.__dict__["paused_date"] = None
|
|
1073
|
+
__props__.__dict__["requested_service_objective_name"] = None
|
|
1074
|
+
__props__.__dict__["resumed_date"] = None
|
|
1075
|
+
__props__.__dict__["status"] = None
|
|
1076
|
+
__props__.__dict__["type"] = None
|
|
1077
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:sql:Database"), pulumi.Alias(type_="azure-native:sql/v20140401:Database"), pulumi.Alias(type_="azure-native:sql/v20170301preview:Database"), pulumi.Alias(type_="azure-native:sql/v20171001preview:Database"), pulumi.Alias(type_="azure-native:sql/v20190601preview:Database"), pulumi.Alias(type_="azure-native:sql/v20200202preview:Database"), pulumi.Alias(type_="azure-native:sql/v20200801preview:Database"), pulumi.Alias(type_="azure-native:sql/v20201101preview:Database"), pulumi.Alias(type_="azure-native:sql/v20210201preview:Database"), pulumi.Alias(type_="azure-native:sql/v20210501preview:Database"), pulumi.Alias(type_="azure-native:sql/v20210801preview:Database"), pulumi.Alias(type_="azure-native:sql/v20211101:Database"), pulumi.Alias(type_="azure-native:sql/v20211101preview:Database"), pulumi.Alias(type_="azure-native:sql/v20220201preview:Database"), pulumi.Alias(type_="azure-native:sql/v20220501preview:Database"), pulumi.Alias(type_="azure-native:sql/v20220801preview:Database"), pulumi.Alias(type_="azure-native:sql/v20221101preview:Database"), pulumi.Alias(type_="azure-native:sql/v20230201preview:Database"), pulumi.Alias(type_="azure-native:sql/v20230501preview:Database"), pulumi.Alias(type_="azure-native:sql/v20230801preview:Database")])
|
|
1078
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
1079
|
+
super(Database, __self__).__init__(
|
|
1080
|
+
'azure-native:sql/v20240501preview:Database',
|
|
1081
|
+
resource_name,
|
|
1082
|
+
__props__,
|
|
1083
|
+
opts)
|
|
1084
|
+
|
|
1085
|
+
@staticmethod
|
|
1086
|
+
def get(resource_name: str,
|
|
1087
|
+
id: pulumi.Input[str],
|
|
1088
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Database':
|
|
1089
|
+
"""
|
|
1090
|
+
Get an existing Database resource's state with the given name, id, and optional extra
|
|
1091
|
+
properties used to qualify the lookup.
|
|
1092
|
+
|
|
1093
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
1094
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1095
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1096
|
+
"""
|
|
1097
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1098
|
+
|
|
1099
|
+
__props__ = DatabaseArgs.__new__(DatabaseArgs)
|
|
1100
|
+
|
|
1101
|
+
__props__.__dict__["auto_pause_delay"] = None
|
|
1102
|
+
__props__.__dict__["availability_zone"] = None
|
|
1103
|
+
__props__.__dict__["catalog_collation"] = None
|
|
1104
|
+
__props__.__dict__["collation"] = None
|
|
1105
|
+
__props__.__dict__["creation_date"] = None
|
|
1106
|
+
__props__.__dict__["current_backup_storage_redundancy"] = None
|
|
1107
|
+
__props__.__dict__["current_service_objective_name"] = None
|
|
1108
|
+
__props__.__dict__["current_sku"] = None
|
|
1109
|
+
__props__.__dict__["database_id"] = None
|
|
1110
|
+
__props__.__dict__["default_secondary_location"] = None
|
|
1111
|
+
__props__.__dict__["earliest_restore_date"] = None
|
|
1112
|
+
__props__.__dict__["elastic_pool_id"] = None
|
|
1113
|
+
__props__.__dict__["encryption_protector"] = None
|
|
1114
|
+
__props__.__dict__["encryption_protector_auto_rotation"] = None
|
|
1115
|
+
__props__.__dict__["failover_group_id"] = None
|
|
1116
|
+
__props__.__dict__["federated_client_id"] = None
|
|
1117
|
+
__props__.__dict__["free_limit_exhaustion_behavior"] = None
|
|
1118
|
+
__props__.__dict__["high_availability_replica_count"] = None
|
|
1119
|
+
__props__.__dict__["identity"] = None
|
|
1120
|
+
__props__.__dict__["is_infra_encryption_enabled"] = None
|
|
1121
|
+
__props__.__dict__["is_ledger_on"] = None
|
|
1122
|
+
__props__.__dict__["keys"] = None
|
|
1123
|
+
__props__.__dict__["kind"] = None
|
|
1124
|
+
__props__.__dict__["license_type"] = None
|
|
1125
|
+
__props__.__dict__["location"] = None
|
|
1126
|
+
__props__.__dict__["maintenance_configuration_id"] = None
|
|
1127
|
+
__props__.__dict__["managed_by"] = None
|
|
1128
|
+
__props__.__dict__["manual_cutover"] = None
|
|
1129
|
+
__props__.__dict__["max_log_size_bytes"] = None
|
|
1130
|
+
__props__.__dict__["max_size_bytes"] = None
|
|
1131
|
+
__props__.__dict__["min_capacity"] = None
|
|
1132
|
+
__props__.__dict__["name"] = None
|
|
1133
|
+
__props__.__dict__["paused_date"] = None
|
|
1134
|
+
__props__.__dict__["perform_cutover"] = None
|
|
1135
|
+
__props__.__dict__["preferred_enclave_type"] = None
|
|
1136
|
+
__props__.__dict__["read_scale"] = None
|
|
1137
|
+
__props__.__dict__["requested_backup_storage_redundancy"] = None
|
|
1138
|
+
__props__.__dict__["requested_service_objective_name"] = None
|
|
1139
|
+
__props__.__dict__["resumed_date"] = None
|
|
1140
|
+
__props__.__dict__["secondary_type"] = None
|
|
1141
|
+
__props__.__dict__["sku"] = None
|
|
1142
|
+
__props__.__dict__["status"] = None
|
|
1143
|
+
__props__.__dict__["tags"] = None
|
|
1144
|
+
__props__.__dict__["type"] = None
|
|
1145
|
+
__props__.__dict__["use_free_limit"] = None
|
|
1146
|
+
__props__.__dict__["zone_redundant"] = None
|
|
1147
|
+
return Database(resource_name, opts=opts, __props__=__props__)
|
|
1148
|
+
|
|
1149
|
+
@property
|
|
1150
|
+
@pulumi.getter(name="autoPauseDelay")
|
|
1151
|
+
def auto_pause_delay(self) -> pulumi.Output[Optional[int]]:
|
|
1152
|
+
"""
|
|
1153
|
+
Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
|
|
1154
|
+
"""
|
|
1155
|
+
return pulumi.get(self, "auto_pause_delay")
|
|
1156
|
+
|
|
1157
|
+
@property
|
|
1158
|
+
@pulumi.getter(name="availabilityZone")
|
|
1159
|
+
def availability_zone(self) -> pulumi.Output[Optional[str]]:
|
|
1160
|
+
"""
|
|
1161
|
+
Specifies the availability zone the database is pinned to.
|
|
1162
|
+
"""
|
|
1163
|
+
return pulumi.get(self, "availability_zone")
|
|
1164
|
+
|
|
1165
|
+
@property
|
|
1166
|
+
@pulumi.getter(name="catalogCollation")
|
|
1167
|
+
def catalog_collation(self) -> pulumi.Output[Optional[str]]:
|
|
1168
|
+
"""
|
|
1169
|
+
Collation of the metadata catalog.
|
|
1170
|
+
"""
|
|
1171
|
+
return pulumi.get(self, "catalog_collation")
|
|
1172
|
+
|
|
1173
|
+
@property
|
|
1174
|
+
@pulumi.getter
|
|
1175
|
+
def collation(self) -> pulumi.Output[Optional[str]]:
|
|
1176
|
+
"""
|
|
1177
|
+
The collation of the database.
|
|
1178
|
+
"""
|
|
1179
|
+
return pulumi.get(self, "collation")
|
|
1180
|
+
|
|
1181
|
+
@property
|
|
1182
|
+
@pulumi.getter(name="creationDate")
|
|
1183
|
+
def creation_date(self) -> pulumi.Output[str]:
|
|
1184
|
+
"""
|
|
1185
|
+
The creation date of the database (ISO8601 format).
|
|
1186
|
+
"""
|
|
1187
|
+
return pulumi.get(self, "creation_date")
|
|
1188
|
+
|
|
1189
|
+
@property
|
|
1190
|
+
@pulumi.getter(name="currentBackupStorageRedundancy")
|
|
1191
|
+
def current_backup_storage_redundancy(self) -> pulumi.Output[str]:
|
|
1192
|
+
"""
|
|
1193
|
+
The storage account type used to store backups for this database.
|
|
1194
|
+
"""
|
|
1195
|
+
return pulumi.get(self, "current_backup_storage_redundancy")
|
|
1196
|
+
|
|
1197
|
+
@property
|
|
1198
|
+
@pulumi.getter(name="currentServiceObjectiveName")
|
|
1199
|
+
def current_service_objective_name(self) -> pulumi.Output[str]:
|
|
1200
|
+
"""
|
|
1201
|
+
The current service level objective name of the database.
|
|
1202
|
+
"""
|
|
1203
|
+
return pulumi.get(self, "current_service_objective_name")
|
|
1204
|
+
|
|
1205
|
+
@property
|
|
1206
|
+
@pulumi.getter(name="currentSku")
|
|
1207
|
+
def current_sku(self) -> pulumi.Output['outputs.SkuResponse']:
|
|
1208
|
+
"""
|
|
1209
|
+
The name and tier of the SKU.
|
|
1210
|
+
"""
|
|
1211
|
+
return pulumi.get(self, "current_sku")
|
|
1212
|
+
|
|
1213
|
+
@property
|
|
1214
|
+
@pulumi.getter(name="databaseId")
|
|
1215
|
+
def database_id(self) -> pulumi.Output[str]:
|
|
1216
|
+
"""
|
|
1217
|
+
The ID of the database.
|
|
1218
|
+
"""
|
|
1219
|
+
return pulumi.get(self, "database_id")
|
|
1220
|
+
|
|
1221
|
+
@property
|
|
1222
|
+
@pulumi.getter(name="defaultSecondaryLocation")
|
|
1223
|
+
def default_secondary_location(self) -> pulumi.Output[str]:
|
|
1224
|
+
"""
|
|
1225
|
+
The default secondary region for this database.
|
|
1226
|
+
"""
|
|
1227
|
+
return pulumi.get(self, "default_secondary_location")
|
|
1228
|
+
|
|
1229
|
+
@property
|
|
1230
|
+
@pulumi.getter(name="earliestRestoreDate")
|
|
1231
|
+
def earliest_restore_date(self) -> pulumi.Output[str]:
|
|
1232
|
+
"""
|
|
1233
|
+
This records the earliest start date and time that restore is available for this database (ISO8601 format).
|
|
1234
|
+
"""
|
|
1235
|
+
return pulumi.get(self, "earliest_restore_date")
|
|
1236
|
+
|
|
1237
|
+
@property
|
|
1238
|
+
@pulumi.getter(name="elasticPoolId")
|
|
1239
|
+
def elastic_pool_id(self) -> pulumi.Output[Optional[str]]:
|
|
1240
|
+
"""
|
|
1241
|
+
The resource identifier of the elastic pool containing this database.
|
|
1242
|
+
"""
|
|
1243
|
+
return pulumi.get(self, "elastic_pool_id")
|
|
1244
|
+
|
|
1245
|
+
@property
|
|
1246
|
+
@pulumi.getter(name="encryptionProtector")
|
|
1247
|
+
def encryption_protector(self) -> pulumi.Output[Optional[str]]:
|
|
1248
|
+
"""
|
|
1249
|
+
The azure key vault URI of the database if it's configured with per Database Customer Managed Keys.
|
|
1250
|
+
"""
|
|
1251
|
+
return pulumi.get(self, "encryption_protector")
|
|
1252
|
+
|
|
1253
|
+
@property
|
|
1254
|
+
@pulumi.getter(name="encryptionProtectorAutoRotation")
|
|
1255
|
+
def encryption_protector_auto_rotation(self) -> pulumi.Output[Optional[bool]]:
|
|
1256
|
+
"""
|
|
1257
|
+
The flag to enable or disable auto rotation of database encryption protector AKV key.
|
|
1258
|
+
"""
|
|
1259
|
+
return pulumi.get(self, "encryption_protector_auto_rotation")
|
|
1260
|
+
|
|
1261
|
+
@property
|
|
1262
|
+
@pulumi.getter(name="failoverGroupId")
|
|
1263
|
+
def failover_group_id(self) -> pulumi.Output[str]:
|
|
1264
|
+
"""
|
|
1265
|
+
Failover Group resource identifier that this database belongs to.
|
|
1266
|
+
"""
|
|
1267
|
+
return pulumi.get(self, "failover_group_id")
|
|
1268
|
+
|
|
1269
|
+
@property
|
|
1270
|
+
@pulumi.getter(name="federatedClientId")
|
|
1271
|
+
def federated_client_id(self) -> pulumi.Output[Optional[str]]:
|
|
1272
|
+
"""
|
|
1273
|
+
The Client id used for cross tenant per database CMK scenario
|
|
1274
|
+
"""
|
|
1275
|
+
return pulumi.get(self, "federated_client_id")
|
|
1276
|
+
|
|
1277
|
+
@property
|
|
1278
|
+
@pulumi.getter(name="freeLimitExhaustionBehavior")
|
|
1279
|
+
def free_limit_exhaustion_behavior(self) -> pulumi.Output[Optional[str]]:
|
|
1280
|
+
"""
|
|
1281
|
+
Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
1282
|
+
|
|
1283
|
+
AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
1284
|
+
|
|
1285
|
+
BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
1286
|
+
"""
|
|
1287
|
+
return pulumi.get(self, "free_limit_exhaustion_behavior")
|
|
1288
|
+
|
|
1289
|
+
@property
|
|
1290
|
+
@pulumi.getter(name="highAvailabilityReplicaCount")
|
|
1291
|
+
def high_availability_replica_count(self) -> pulumi.Output[Optional[int]]:
|
|
1292
|
+
"""
|
|
1293
|
+
The number of secondary replicas associated with the Business Critical, Premium, or Hyperscale edition database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
|
|
1294
|
+
"""
|
|
1295
|
+
return pulumi.get(self, "high_availability_replica_count")
|
|
1296
|
+
|
|
1297
|
+
@property
|
|
1298
|
+
@pulumi.getter
|
|
1299
|
+
def identity(self) -> pulumi.Output[Optional['outputs.DatabaseIdentityResponse']]:
|
|
1300
|
+
"""
|
|
1301
|
+
The Azure Active Directory identity of the database.
|
|
1302
|
+
"""
|
|
1303
|
+
return pulumi.get(self, "identity")
|
|
1304
|
+
|
|
1305
|
+
@property
|
|
1306
|
+
@pulumi.getter(name="isInfraEncryptionEnabled")
|
|
1307
|
+
def is_infra_encryption_enabled(self) -> pulumi.Output[bool]:
|
|
1308
|
+
"""
|
|
1309
|
+
Infra encryption is enabled for this database.
|
|
1310
|
+
"""
|
|
1311
|
+
return pulumi.get(self, "is_infra_encryption_enabled")
|
|
1312
|
+
|
|
1313
|
+
@property
|
|
1314
|
+
@pulumi.getter(name="isLedgerOn")
|
|
1315
|
+
def is_ledger_on(self) -> pulumi.Output[Optional[bool]]:
|
|
1316
|
+
"""
|
|
1317
|
+
Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
|
|
1318
|
+
"""
|
|
1319
|
+
return pulumi.get(self, "is_ledger_on")
|
|
1320
|
+
|
|
1321
|
+
@property
|
|
1322
|
+
@pulumi.getter
|
|
1323
|
+
def keys(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.DatabaseKeyResponse']]]:
|
|
1324
|
+
"""
|
|
1325
|
+
The resource ids of the user assigned identities to use
|
|
1326
|
+
"""
|
|
1327
|
+
return pulumi.get(self, "keys")
|
|
1328
|
+
|
|
1329
|
+
@property
|
|
1330
|
+
@pulumi.getter
|
|
1331
|
+
def kind(self) -> pulumi.Output[str]:
|
|
1332
|
+
"""
|
|
1333
|
+
Kind of database. This is metadata used for the Azure portal experience.
|
|
1334
|
+
"""
|
|
1335
|
+
return pulumi.get(self, "kind")
|
|
1336
|
+
|
|
1337
|
+
@property
|
|
1338
|
+
@pulumi.getter(name="licenseType")
|
|
1339
|
+
def license_type(self) -> pulumi.Output[Optional[str]]:
|
|
1340
|
+
"""
|
|
1341
|
+
The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.
|
|
1342
|
+
"""
|
|
1343
|
+
return pulumi.get(self, "license_type")
|
|
1344
|
+
|
|
1345
|
+
@property
|
|
1346
|
+
@pulumi.getter
|
|
1347
|
+
def location(self) -> pulumi.Output[str]:
|
|
1348
|
+
"""
|
|
1349
|
+
Resource location.
|
|
1350
|
+
"""
|
|
1351
|
+
return pulumi.get(self, "location")
|
|
1352
|
+
|
|
1353
|
+
@property
|
|
1354
|
+
@pulumi.getter(name="maintenanceConfigurationId")
|
|
1355
|
+
def maintenance_configuration_id(self) -> pulumi.Output[Optional[str]]:
|
|
1356
|
+
"""
|
|
1357
|
+
Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
|
|
1358
|
+
"""
|
|
1359
|
+
return pulumi.get(self, "maintenance_configuration_id")
|
|
1360
|
+
|
|
1361
|
+
@property
|
|
1362
|
+
@pulumi.getter(name="managedBy")
|
|
1363
|
+
def managed_by(self) -> pulumi.Output[str]:
|
|
1364
|
+
"""
|
|
1365
|
+
Resource that manages the database.
|
|
1366
|
+
"""
|
|
1367
|
+
return pulumi.get(self, "managed_by")
|
|
1368
|
+
|
|
1369
|
+
@property
|
|
1370
|
+
@pulumi.getter(name="manualCutover")
|
|
1371
|
+
def manual_cutover(self) -> pulumi.Output[Optional[bool]]:
|
|
1372
|
+
"""
|
|
1373
|
+
Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
|
|
1374
|
+
|
|
1375
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier.
|
|
1376
|
+
|
|
1377
|
+
When manualCutover is specified, the scaling operation will wait for user input to trigger cutover to Hyperscale database.
|
|
1378
|
+
|
|
1379
|
+
To trigger cutover, please provide 'performCutover' parameter when the Scaling operation is in Waiting state.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "manual_cutover")
|
|
1382
|
+
|
|
1383
|
+
@property
|
|
1384
|
+
@pulumi.getter(name="maxLogSizeBytes")
|
|
1385
|
+
def max_log_size_bytes(self) -> pulumi.Output[float]:
|
|
1386
|
+
"""
|
|
1387
|
+
The max log size for this database.
|
|
1388
|
+
"""
|
|
1389
|
+
return pulumi.get(self, "max_log_size_bytes")
|
|
1390
|
+
|
|
1391
|
+
@property
|
|
1392
|
+
@pulumi.getter(name="maxSizeBytes")
|
|
1393
|
+
def max_size_bytes(self) -> pulumi.Output[Optional[float]]:
|
|
1394
|
+
"""
|
|
1395
|
+
The max size of the database expressed in bytes.
|
|
1396
|
+
"""
|
|
1397
|
+
return pulumi.get(self, "max_size_bytes")
|
|
1398
|
+
|
|
1399
|
+
@property
|
|
1400
|
+
@pulumi.getter(name="minCapacity")
|
|
1401
|
+
def min_capacity(self) -> pulumi.Output[Optional[float]]:
|
|
1402
|
+
"""
|
|
1403
|
+
Minimal capacity that database will always have allocated, if not paused
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "min_capacity")
|
|
1406
|
+
|
|
1407
|
+
@property
|
|
1408
|
+
@pulumi.getter
|
|
1409
|
+
def name(self) -> pulumi.Output[str]:
|
|
1410
|
+
"""
|
|
1411
|
+
Resource name.
|
|
1412
|
+
"""
|
|
1413
|
+
return pulumi.get(self, "name")
|
|
1414
|
+
|
|
1415
|
+
@property
|
|
1416
|
+
@pulumi.getter(name="pausedDate")
|
|
1417
|
+
def paused_date(self) -> pulumi.Output[str]:
|
|
1418
|
+
"""
|
|
1419
|
+
The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
|
|
1420
|
+
"""
|
|
1421
|
+
return pulumi.get(self, "paused_date")
|
|
1422
|
+
|
|
1423
|
+
@property
|
|
1424
|
+
@pulumi.getter(name="performCutover")
|
|
1425
|
+
def perform_cutover(self) -> pulumi.Output[Optional[bool]]:
|
|
1426
|
+
"""
|
|
1427
|
+
To trigger customer controlled manual cutover during the wait state while Scaling operation is in progress.
|
|
1428
|
+
|
|
1429
|
+
This property parameter is only applicable for scaling operations that are initiated along with 'manualCutover' parameter.
|
|
1430
|
+
|
|
1431
|
+
This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier is already in progress.
|
|
1432
|
+
|
|
1433
|
+
When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
|
|
1434
|
+
"""
|
|
1435
|
+
return pulumi.get(self, "perform_cutover")
|
|
1436
|
+
|
|
1437
|
+
@property
|
|
1438
|
+
@pulumi.getter(name="preferredEnclaveType")
|
|
1439
|
+
def preferred_enclave_type(self) -> pulumi.Output[Optional[str]]:
|
|
1440
|
+
"""
|
|
1441
|
+
Type of enclave requested on the database i.e. Default or VBS enclaves.
|
|
1442
|
+
"""
|
|
1443
|
+
return pulumi.get(self, "preferred_enclave_type")
|
|
1444
|
+
|
|
1445
|
+
@property
|
|
1446
|
+
@pulumi.getter(name="readScale")
|
|
1447
|
+
def read_scale(self) -> pulumi.Output[Optional[str]]:
|
|
1448
|
+
"""
|
|
1449
|
+
The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
|
|
1450
|
+
"""
|
|
1451
|
+
return pulumi.get(self, "read_scale")
|
|
1452
|
+
|
|
1453
|
+
@property
|
|
1454
|
+
@pulumi.getter(name="requestedBackupStorageRedundancy")
|
|
1455
|
+
def requested_backup_storage_redundancy(self) -> pulumi.Output[Optional[str]]:
|
|
1456
|
+
"""
|
|
1457
|
+
The storage account type to be used to store backups for this database.
|
|
1458
|
+
"""
|
|
1459
|
+
return pulumi.get(self, "requested_backup_storage_redundancy")
|
|
1460
|
+
|
|
1461
|
+
@property
|
|
1462
|
+
@pulumi.getter(name="requestedServiceObjectiveName")
|
|
1463
|
+
def requested_service_objective_name(self) -> pulumi.Output[str]:
|
|
1464
|
+
"""
|
|
1465
|
+
The requested service level objective name of the database.
|
|
1466
|
+
"""
|
|
1467
|
+
return pulumi.get(self, "requested_service_objective_name")
|
|
1468
|
+
|
|
1469
|
+
@property
|
|
1470
|
+
@pulumi.getter(name="resumedDate")
|
|
1471
|
+
def resumed_date(self) -> pulumi.Output[str]:
|
|
1472
|
+
"""
|
|
1473
|
+
The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
|
|
1474
|
+
"""
|
|
1475
|
+
return pulumi.get(self, "resumed_date")
|
|
1476
|
+
|
|
1477
|
+
@property
|
|
1478
|
+
@pulumi.getter(name="secondaryType")
|
|
1479
|
+
def secondary_type(self) -> pulumi.Output[Optional[str]]:
|
|
1480
|
+
"""
|
|
1481
|
+
The secondary type of the database if it is a secondary. Valid values are Geo, Named and Standby.
|
|
1482
|
+
"""
|
|
1483
|
+
return pulumi.get(self, "secondary_type")
|
|
1484
|
+
|
|
1485
|
+
@property
|
|
1486
|
+
@pulumi.getter
|
|
1487
|
+
def sku(self) -> pulumi.Output[Optional['outputs.SkuResponse']]:
|
|
1488
|
+
"""
|
|
1489
|
+
The database SKU.
|
|
1490
|
+
|
|
1491
|
+
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:
|
|
1492
|
+
|
|
1493
|
+
```azurecli
|
|
1494
|
+
az sql db list-editions -l <location> -o table
|
|
1495
|
+
````
|
|
1496
|
+
|
|
1497
|
+
```powershell
|
|
1498
|
+
Get-AzSqlServerServiceObjective -Location <location>
|
|
1499
|
+
````
|
|
1500
|
+
"""
|
|
1501
|
+
return pulumi.get(self, "sku")
|
|
1502
|
+
|
|
1503
|
+
@property
|
|
1504
|
+
@pulumi.getter
|
|
1505
|
+
def status(self) -> pulumi.Output[str]:
|
|
1506
|
+
"""
|
|
1507
|
+
The status of the database.
|
|
1508
|
+
"""
|
|
1509
|
+
return pulumi.get(self, "status")
|
|
1510
|
+
|
|
1511
|
+
@property
|
|
1512
|
+
@pulumi.getter
|
|
1513
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1514
|
+
"""
|
|
1515
|
+
Resource tags.
|
|
1516
|
+
"""
|
|
1517
|
+
return pulumi.get(self, "tags")
|
|
1518
|
+
|
|
1519
|
+
@property
|
|
1520
|
+
@pulumi.getter
|
|
1521
|
+
def type(self) -> pulumi.Output[str]:
|
|
1522
|
+
"""
|
|
1523
|
+
Resource type.
|
|
1524
|
+
"""
|
|
1525
|
+
return pulumi.get(self, "type")
|
|
1526
|
+
|
|
1527
|
+
@property
|
|
1528
|
+
@pulumi.getter(name="useFreeLimit")
|
|
1529
|
+
def use_free_limit(self) -> pulumi.Output[Optional[bool]]:
|
|
1530
|
+
"""
|
|
1531
|
+
Whether or not the database uses free monthly limits. Allowed on one database in a subscription.
|
|
1532
|
+
"""
|
|
1533
|
+
return pulumi.get(self, "use_free_limit")
|
|
1534
|
+
|
|
1535
|
+
@property
|
|
1536
|
+
@pulumi.getter(name="zoneRedundant")
|
|
1537
|
+
def zone_redundant(self) -> pulumi.Output[Optional[bool]]:
|
|
1538
|
+
"""
|
|
1539
|
+
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
|
1540
|
+
"""
|
|
1541
|
+
return pulumi.get(self, "zone_redundant")
|
|
1542
|
+
|