pulumi-azure-native 2.62.0a1726562525__py3-none-any.whl → 2.63.0a1727187288__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.0a1727187288.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/RECORD +1347 -1006
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2390 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'DatabaseIdentityArgs',
|
|
20
|
+
'DatabaseIdentityArgsDict',
|
|
21
|
+
'DatabaseVulnerabilityAssessmentRuleBaselineItemArgs',
|
|
22
|
+
'DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict',
|
|
23
|
+
'DistributedAvailabilityGroupDatabaseArgs',
|
|
24
|
+
'DistributedAvailabilityGroupDatabaseArgsDict',
|
|
25
|
+
'ElasticPoolPerDatabaseSettingsArgs',
|
|
26
|
+
'ElasticPoolPerDatabaseSettingsArgsDict',
|
|
27
|
+
'FailoverGroupReadOnlyEndpointArgs',
|
|
28
|
+
'FailoverGroupReadOnlyEndpointArgsDict',
|
|
29
|
+
'FailoverGroupReadWriteEndpointArgs',
|
|
30
|
+
'FailoverGroupReadWriteEndpointArgsDict',
|
|
31
|
+
'InstanceFailoverGroupReadOnlyEndpointArgs',
|
|
32
|
+
'InstanceFailoverGroupReadOnlyEndpointArgsDict',
|
|
33
|
+
'InstanceFailoverGroupReadWriteEndpointArgs',
|
|
34
|
+
'InstanceFailoverGroupReadWriteEndpointArgsDict',
|
|
35
|
+
'JobAgentIdentityArgs',
|
|
36
|
+
'JobAgentIdentityArgsDict',
|
|
37
|
+
'JobScheduleArgs',
|
|
38
|
+
'JobScheduleArgsDict',
|
|
39
|
+
'JobStepActionArgs',
|
|
40
|
+
'JobStepActionArgsDict',
|
|
41
|
+
'JobStepExecutionOptionsArgs',
|
|
42
|
+
'JobStepExecutionOptionsArgsDict',
|
|
43
|
+
'JobStepOutputArgs',
|
|
44
|
+
'JobStepOutputArgsDict',
|
|
45
|
+
'JobTargetArgs',
|
|
46
|
+
'JobTargetArgsDict',
|
|
47
|
+
'ManagedInstanceExternalAdministratorArgs',
|
|
48
|
+
'ManagedInstanceExternalAdministratorArgsDict',
|
|
49
|
+
'ManagedInstancePairInfoArgs',
|
|
50
|
+
'ManagedInstancePairInfoArgsDict',
|
|
51
|
+
'ManagedInstancePrivateEndpointPropertyArgs',
|
|
52
|
+
'ManagedInstancePrivateEndpointPropertyArgsDict',
|
|
53
|
+
'ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs',
|
|
54
|
+
'ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict',
|
|
55
|
+
'PartnerInfoArgs',
|
|
56
|
+
'PartnerInfoArgsDict',
|
|
57
|
+
'PartnerRegionInfoArgs',
|
|
58
|
+
'PartnerRegionInfoArgsDict',
|
|
59
|
+
'PrivateEndpointPropertyArgs',
|
|
60
|
+
'PrivateEndpointPropertyArgsDict',
|
|
61
|
+
'PrivateLinkServiceConnectionStatePropertyArgs',
|
|
62
|
+
'PrivateLinkServiceConnectionStatePropertyArgsDict',
|
|
63
|
+
'ResourceIdentityArgs',
|
|
64
|
+
'ResourceIdentityArgsDict',
|
|
65
|
+
'ScheduleItemArgs',
|
|
66
|
+
'ScheduleItemArgsDict',
|
|
67
|
+
'ServerExternalAdministratorArgs',
|
|
68
|
+
'ServerExternalAdministratorArgsDict',
|
|
69
|
+
'ServerInfoArgs',
|
|
70
|
+
'ServerInfoArgsDict',
|
|
71
|
+
'ServicePrincipalArgs',
|
|
72
|
+
'ServicePrincipalArgsDict',
|
|
73
|
+
'SkuArgs',
|
|
74
|
+
'SkuArgsDict',
|
|
75
|
+
'SyncGroupSchemaTableColumnArgs',
|
|
76
|
+
'SyncGroupSchemaTableColumnArgsDict',
|
|
77
|
+
'SyncGroupSchemaTableArgs',
|
|
78
|
+
'SyncGroupSchemaTableArgsDict',
|
|
79
|
+
'SyncGroupSchemaArgs',
|
|
80
|
+
'SyncGroupSchemaArgsDict',
|
|
81
|
+
'VulnerabilityAssessmentRecurringScansPropertiesArgs',
|
|
82
|
+
'VulnerabilityAssessmentRecurringScansPropertiesArgsDict',
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
MYPY = False
|
|
86
|
+
|
|
87
|
+
if not MYPY:
|
|
88
|
+
class DatabaseIdentityArgsDict(TypedDict):
|
|
89
|
+
"""
|
|
90
|
+
Azure Active Directory identity configuration for a resource.
|
|
91
|
+
"""
|
|
92
|
+
type: NotRequired[pulumi.Input[Union[str, 'DatabaseIdentityType']]]
|
|
93
|
+
"""
|
|
94
|
+
The identity type
|
|
95
|
+
"""
|
|
96
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
97
|
+
"""
|
|
98
|
+
The resource ids of the user assigned identities to use
|
|
99
|
+
"""
|
|
100
|
+
elif False:
|
|
101
|
+
DatabaseIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
102
|
+
|
|
103
|
+
@pulumi.input_type
|
|
104
|
+
class DatabaseIdentityArgs:
|
|
105
|
+
def __init__(__self__, *,
|
|
106
|
+
type: Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]] = None,
|
|
107
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
108
|
+
"""
|
|
109
|
+
Azure Active Directory identity configuration for a resource.
|
|
110
|
+
:param pulumi.Input[Union[str, 'DatabaseIdentityType']] type: The identity type
|
|
111
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
112
|
+
"""
|
|
113
|
+
if type is not None:
|
|
114
|
+
pulumi.set(__self__, "type", type)
|
|
115
|
+
if user_assigned_identities is not None:
|
|
116
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]]:
|
|
121
|
+
"""
|
|
122
|
+
The identity type
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "type")
|
|
125
|
+
|
|
126
|
+
@type.setter
|
|
127
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'DatabaseIdentityType']]]):
|
|
128
|
+
pulumi.set(self, "type", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
132
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
133
|
+
"""
|
|
134
|
+
The resource ids of the user assigned identities to use
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
137
|
+
|
|
138
|
+
@user_assigned_identities.setter
|
|
139
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
140
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
if not MYPY:
|
|
144
|
+
class DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict(TypedDict):
|
|
145
|
+
"""
|
|
146
|
+
Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
|
|
147
|
+
"""
|
|
148
|
+
result: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
149
|
+
"""
|
|
150
|
+
The rule baseline result
|
|
151
|
+
"""
|
|
152
|
+
elif False:
|
|
153
|
+
DatabaseVulnerabilityAssessmentRuleBaselineItemArgsDict: TypeAlias = Mapping[str, Any]
|
|
154
|
+
|
|
155
|
+
@pulumi.input_type
|
|
156
|
+
class DatabaseVulnerabilityAssessmentRuleBaselineItemArgs:
|
|
157
|
+
def __init__(__self__, *,
|
|
158
|
+
result: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
159
|
+
"""
|
|
160
|
+
Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
|
|
161
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] result: The rule baseline result
|
|
162
|
+
"""
|
|
163
|
+
pulumi.set(__self__, "result", result)
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def result(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
168
|
+
"""
|
|
169
|
+
The rule baseline result
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "result")
|
|
172
|
+
|
|
173
|
+
@result.setter
|
|
174
|
+
def result(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
175
|
+
pulumi.set(self, "result", value)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
if not MYPY:
|
|
179
|
+
class DistributedAvailabilityGroupDatabaseArgsDict(TypedDict):
|
|
180
|
+
"""
|
|
181
|
+
Database specific information
|
|
182
|
+
"""
|
|
183
|
+
database_name: NotRequired[pulumi.Input[str]]
|
|
184
|
+
"""
|
|
185
|
+
The name of the database in link
|
|
186
|
+
"""
|
|
187
|
+
elif False:
|
|
188
|
+
DistributedAvailabilityGroupDatabaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
189
|
+
|
|
190
|
+
@pulumi.input_type
|
|
191
|
+
class DistributedAvailabilityGroupDatabaseArgs:
|
|
192
|
+
def __init__(__self__, *,
|
|
193
|
+
database_name: Optional[pulumi.Input[str]] = None):
|
|
194
|
+
"""
|
|
195
|
+
Database specific information
|
|
196
|
+
:param pulumi.Input[str] database_name: The name of the database in link
|
|
197
|
+
"""
|
|
198
|
+
if database_name is not None:
|
|
199
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="databaseName")
|
|
203
|
+
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
204
|
+
"""
|
|
205
|
+
The name of the database in link
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "database_name")
|
|
208
|
+
|
|
209
|
+
@database_name.setter
|
|
210
|
+
def database_name(self, value: Optional[pulumi.Input[str]]):
|
|
211
|
+
pulumi.set(self, "database_name", value)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
if not MYPY:
|
|
215
|
+
class ElasticPoolPerDatabaseSettingsArgsDict(TypedDict):
|
|
216
|
+
"""
|
|
217
|
+
Per database settings of an elastic pool.
|
|
218
|
+
"""
|
|
219
|
+
auto_pause_delay: NotRequired[pulumi.Input[int]]
|
|
220
|
+
"""
|
|
221
|
+
Auto Pause Delay for per database within pool
|
|
222
|
+
"""
|
|
223
|
+
max_capacity: NotRequired[pulumi.Input[float]]
|
|
224
|
+
"""
|
|
225
|
+
The maximum capacity any one database can consume.
|
|
226
|
+
"""
|
|
227
|
+
min_capacity: NotRequired[pulumi.Input[float]]
|
|
228
|
+
"""
|
|
229
|
+
The minimum capacity all databases are guaranteed.
|
|
230
|
+
"""
|
|
231
|
+
elif False:
|
|
232
|
+
ElasticPoolPerDatabaseSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
233
|
+
|
|
234
|
+
@pulumi.input_type
|
|
235
|
+
class ElasticPoolPerDatabaseSettingsArgs:
|
|
236
|
+
def __init__(__self__, *,
|
|
237
|
+
auto_pause_delay: Optional[pulumi.Input[int]] = None,
|
|
238
|
+
max_capacity: Optional[pulumi.Input[float]] = None,
|
|
239
|
+
min_capacity: Optional[pulumi.Input[float]] = None):
|
|
240
|
+
"""
|
|
241
|
+
Per database settings of an elastic pool.
|
|
242
|
+
:param pulumi.Input[int] auto_pause_delay: Auto Pause Delay for per database within pool
|
|
243
|
+
:param pulumi.Input[float] max_capacity: The maximum capacity any one database can consume.
|
|
244
|
+
:param pulumi.Input[float] min_capacity: The minimum capacity all databases are guaranteed.
|
|
245
|
+
"""
|
|
246
|
+
if auto_pause_delay is not None:
|
|
247
|
+
pulumi.set(__self__, "auto_pause_delay", auto_pause_delay)
|
|
248
|
+
if max_capacity is not None:
|
|
249
|
+
pulumi.set(__self__, "max_capacity", max_capacity)
|
|
250
|
+
if min_capacity is not None:
|
|
251
|
+
pulumi.set(__self__, "min_capacity", min_capacity)
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="autoPauseDelay")
|
|
255
|
+
def auto_pause_delay(self) -> Optional[pulumi.Input[int]]:
|
|
256
|
+
"""
|
|
257
|
+
Auto Pause Delay for per database within pool
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "auto_pause_delay")
|
|
260
|
+
|
|
261
|
+
@auto_pause_delay.setter
|
|
262
|
+
def auto_pause_delay(self, value: Optional[pulumi.Input[int]]):
|
|
263
|
+
pulumi.set(self, "auto_pause_delay", value)
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="maxCapacity")
|
|
267
|
+
def max_capacity(self) -> Optional[pulumi.Input[float]]:
|
|
268
|
+
"""
|
|
269
|
+
The maximum capacity any one database can consume.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "max_capacity")
|
|
272
|
+
|
|
273
|
+
@max_capacity.setter
|
|
274
|
+
def max_capacity(self, value: Optional[pulumi.Input[float]]):
|
|
275
|
+
pulumi.set(self, "max_capacity", value)
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter(name="minCapacity")
|
|
279
|
+
def min_capacity(self) -> Optional[pulumi.Input[float]]:
|
|
280
|
+
"""
|
|
281
|
+
The minimum capacity all databases are guaranteed.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "min_capacity")
|
|
284
|
+
|
|
285
|
+
@min_capacity.setter
|
|
286
|
+
def min_capacity(self, value: Optional[pulumi.Input[float]]):
|
|
287
|
+
pulumi.set(self, "min_capacity", value)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
if not MYPY:
|
|
291
|
+
class FailoverGroupReadOnlyEndpointArgsDict(TypedDict):
|
|
292
|
+
"""
|
|
293
|
+
Read-only endpoint of the failover group instance.
|
|
294
|
+
"""
|
|
295
|
+
failover_policy: NotRequired[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]
|
|
296
|
+
"""
|
|
297
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
298
|
+
"""
|
|
299
|
+
target_server: NotRequired[pulumi.Input[str]]
|
|
300
|
+
"""
|
|
301
|
+
The target partner server where the read-only endpoint points to.
|
|
302
|
+
"""
|
|
303
|
+
elif False:
|
|
304
|
+
FailoverGroupReadOnlyEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
305
|
+
|
|
306
|
+
@pulumi.input_type
|
|
307
|
+
class FailoverGroupReadOnlyEndpointArgs:
|
|
308
|
+
def __init__(__self__, *,
|
|
309
|
+
failover_policy: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]] = None,
|
|
310
|
+
target_server: Optional[pulumi.Input[str]] = None):
|
|
311
|
+
"""
|
|
312
|
+
Read-only endpoint of the failover group instance.
|
|
313
|
+
:param pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']] failover_policy: Failover policy of the read-only endpoint for the failover group.
|
|
314
|
+
:param pulumi.Input[str] target_server: The target partner server where the read-only endpoint points to.
|
|
315
|
+
"""
|
|
316
|
+
if failover_policy is not None:
|
|
317
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
318
|
+
if target_server is not None:
|
|
319
|
+
pulumi.set(__self__, "target_server", target_server)
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="failoverPolicy")
|
|
323
|
+
def failover_policy(self) -> Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]:
|
|
324
|
+
"""
|
|
325
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "failover_policy")
|
|
328
|
+
|
|
329
|
+
@failover_policy.setter
|
|
330
|
+
def failover_policy(self, value: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]):
|
|
331
|
+
pulumi.set(self, "failover_policy", value)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="targetServer")
|
|
335
|
+
def target_server(self) -> Optional[pulumi.Input[str]]:
|
|
336
|
+
"""
|
|
337
|
+
The target partner server where the read-only endpoint points to.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "target_server")
|
|
340
|
+
|
|
341
|
+
@target_server.setter
|
|
342
|
+
def target_server(self, value: Optional[pulumi.Input[str]]):
|
|
343
|
+
pulumi.set(self, "target_server", value)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
if not MYPY:
|
|
347
|
+
class FailoverGroupReadWriteEndpointArgsDict(TypedDict):
|
|
348
|
+
"""
|
|
349
|
+
Read-write endpoint of the failover group instance.
|
|
350
|
+
"""
|
|
351
|
+
failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]
|
|
352
|
+
"""
|
|
353
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
354
|
+
"""
|
|
355
|
+
failover_with_data_loss_grace_period_minutes: NotRequired[pulumi.Input[int]]
|
|
356
|
+
"""
|
|
357
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
358
|
+
"""
|
|
359
|
+
elif False:
|
|
360
|
+
FailoverGroupReadWriteEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
361
|
+
|
|
362
|
+
@pulumi.input_type
|
|
363
|
+
class FailoverGroupReadWriteEndpointArgs:
|
|
364
|
+
def __init__(__self__, *,
|
|
365
|
+
failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']],
|
|
366
|
+
failover_with_data_loss_grace_period_minutes: Optional[pulumi.Input[int]] = None):
|
|
367
|
+
"""
|
|
368
|
+
Read-write endpoint of the failover group instance.
|
|
369
|
+
:param pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']] failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
370
|
+
:param pulumi.Input[int] failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
371
|
+
"""
|
|
372
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
373
|
+
if failover_with_data_loss_grace_period_minutes is not None:
|
|
374
|
+
pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="failoverPolicy")
|
|
378
|
+
def failover_policy(self) -> pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]:
|
|
379
|
+
"""
|
|
380
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "failover_policy")
|
|
383
|
+
|
|
384
|
+
@failover_policy.setter
|
|
385
|
+
def failover_policy(self, value: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]):
|
|
386
|
+
pulumi.set(self, "failover_policy", value)
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
|
|
390
|
+
def failover_with_data_loss_grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
|
|
391
|
+
"""
|
|
392
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
|
|
395
|
+
|
|
396
|
+
@failover_with_data_loss_grace_period_minutes.setter
|
|
397
|
+
def failover_with_data_loss_grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
|
|
398
|
+
pulumi.set(self, "failover_with_data_loss_grace_period_minutes", value)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
if not MYPY:
|
|
402
|
+
class InstanceFailoverGroupReadOnlyEndpointArgsDict(TypedDict):
|
|
403
|
+
"""
|
|
404
|
+
Read-only endpoint of the failover group instance.
|
|
405
|
+
"""
|
|
406
|
+
failover_policy: NotRequired[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]
|
|
407
|
+
"""
|
|
408
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
409
|
+
"""
|
|
410
|
+
elif False:
|
|
411
|
+
InstanceFailoverGroupReadOnlyEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
412
|
+
|
|
413
|
+
@pulumi.input_type
|
|
414
|
+
class InstanceFailoverGroupReadOnlyEndpointArgs:
|
|
415
|
+
def __init__(__self__, *,
|
|
416
|
+
failover_policy: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]] = None):
|
|
417
|
+
"""
|
|
418
|
+
Read-only endpoint of the failover group instance.
|
|
419
|
+
:param pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']] failover_policy: Failover policy of the read-only endpoint for the failover group.
|
|
420
|
+
"""
|
|
421
|
+
if failover_policy is not None:
|
|
422
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="failoverPolicy")
|
|
426
|
+
def failover_policy(self) -> Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]:
|
|
427
|
+
"""
|
|
428
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "failover_policy")
|
|
431
|
+
|
|
432
|
+
@failover_policy.setter
|
|
433
|
+
def failover_policy(self, value: Optional[pulumi.Input[Union[str, 'ReadOnlyEndpointFailoverPolicy']]]):
|
|
434
|
+
pulumi.set(self, "failover_policy", value)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
if not MYPY:
|
|
438
|
+
class InstanceFailoverGroupReadWriteEndpointArgsDict(TypedDict):
|
|
439
|
+
"""
|
|
440
|
+
Read-write endpoint of the failover group instance.
|
|
441
|
+
"""
|
|
442
|
+
failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]
|
|
443
|
+
"""
|
|
444
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
445
|
+
"""
|
|
446
|
+
failover_with_data_loss_grace_period_minutes: NotRequired[pulumi.Input[int]]
|
|
447
|
+
"""
|
|
448
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
449
|
+
"""
|
|
450
|
+
elif False:
|
|
451
|
+
InstanceFailoverGroupReadWriteEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
452
|
+
|
|
453
|
+
@pulumi.input_type
|
|
454
|
+
class InstanceFailoverGroupReadWriteEndpointArgs:
|
|
455
|
+
def __init__(__self__, *,
|
|
456
|
+
failover_policy: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']],
|
|
457
|
+
failover_with_data_loss_grace_period_minutes: Optional[pulumi.Input[int]] = None):
|
|
458
|
+
"""
|
|
459
|
+
Read-write endpoint of the failover group instance.
|
|
460
|
+
:param pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']] failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
461
|
+
:param pulumi.Input[int] failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
462
|
+
"""
|
|
463
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
464
|
+
if failover_with_data_loss_grace_period_minutes is not None:
|
|
465
|
+
pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="failoverPolicy")
|
|
469
|
+
def failover_policy(self) -> pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]:
|
|
470
|
+
"""
|
|
471
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "failover_policy")
|
|
474
|
+
|
|
475
|
+
@failover_policy.setter
|
|
476
|
+
def failover_policy(self, value: pulumi.Input[Union[str, 'ReadWriteEndpointFailoverPolicy']]):
|
|
477
|
+
pulumi.set(self, "failover_policy", value)
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
|
|
481
|
+
def failover_with_data_loss_grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
|
|
482
|
+
"""
|
|
483
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
|
|
486
|
+
|
|
487
|
+
@failover_with_data_loss_grace_period_minutes.setter
|
|
488
|
+
def failover_with_data_loss_grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
|
|
489
|
+
pulumi.set(self, "failover_with_data_loss_grace_period_minutes", value)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
if not MYPY:
|
|
493
|
+
class JobAgentIdentityArgsDict(TypedDict):
|
|
494
|
+
"""
|
|
495
|
+
Azure Active Directory identity configuration for a resource.
|
|
496
|
+
"""
|
|
497
|
+
type: pulumi.Input[Union[str, 'JobAgentIdentityType']]
|
|
498
|
+
"""
|
|
499
|
+
The job agent identity type
|
|
500
|
+
"""
|
|
501
|
+
tenant_id: NotRequired[pulumi.Input[str]]
|
|
502
|
+
"""
|
|
503
|
+
The job agent identity tenant id
|
|
504
|
+
"""
|
|
505
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
506
|
+
"""
|
|
507
|
+
The resource ids of the user assigned identities to use
|
|
508
|
+
"""
|
|
509
|
+
elif False:
|
|
510
|
+
JobAgentIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
511
|
+
|
|
512
|
+
@pulumi.input_type
|
|
513
|
+
class JobAgentIdentityArgs:
|
|
514
|
+
def __init__(__self__, *,
|
|
515
|
+
type: pulumi.Input[Union[str, 'JobAgentIdentityType']],
|
|
516
|
+
tenant_id: Optional[pulumi.Input[str]] = None,
|
|
517
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
518
|
+
"""
|
|
519
|
+
Azure Active Directory identity configuration for a resource.
|
|
520
|
+
:param pulumi.Input[Union[str, 'JobAgentIdentityType']] type: The job agent identity type
|
|
521
|
+
:param pulumi.Input[str] tenant_id: The job agent identity tenant id
|
|
522
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
523
|
+
"""
|
|
524
|
+
pulumi.set(__self__, "type", type)
|
|
525
|
+
if tenant_id is not None:
|
|
526
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
527
|
+
if user_assigned_identities is not None:
|
|
528
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
529
|
+
|
|
530
|
+
@property
|
|
531
|
+
@pulumi.getter
|
|
532
|
+
def type(self) -> pulumi.Input[Union[str, 'JobAgentIdentityType']]:
|
|
533
|
+
"""
|
|
534
|
+
The job agent identity type
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "type")
|
|
537
|
+
|
|
538
|
+
@type.setter
|
|
539
|
+
def type(self, value: pulumi.Input[Union[str, 'JobAgentIdentityType']]):
|
|
540
|
+
pulumi.set(self, "type", value)
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter(name="tenantId")
|
|
544
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
545
|
+
"""
|
|
546
|
+
The job agent identity tenant id
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "tenant_id")
|
|
549
|
+
|
|
550
|
+
@tenant_id.setter
|
|
551
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
552
|
+
pulumi.set(self, "tenant_id", value)
|
|
553
|
+
|
|
554
|
+
@property
|
|
555
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
556
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
557
|
+
"""
|
|
558
|
+
The resource ids of the user assigned identities to use
|
|
559
|
+
"""
|
|
560
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
561
|
+
|
|
562
|
+
@user_assigned_identities.setter
|
|
563
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
564
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
if not MYPY:
|
|
568
|
+
class JobScheduleArgsDict(TypedDict):
|
|
569
|
+
"""
|
|
570
|
+
Scheduling properties of a job.
|
|
571
|
+
"""
|
|
572
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
573
|
+
"""
|
|
574
|
+
Whether or not the schedule is enabled.
|
|
575
|
+
"""
|
|
576
|
+
end_time: NotRequired[pulumi.Input[str]]
|
|
577
|
+
"""
|
|
578
|
+
Schedule end time.
|
|
579
|
+
"""
|
|
580
|
+
interval: NotRequired[pulumi.Input[str]]
|
|
581
|
+
"""
|
|
582
|
+
Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
|
|
583
|
+
"""
|
|
584
|
+
start_time: NotRequired[pulumi.Input[str]]
|
|
585
|
+
"""
|
|
586
|
+
Schedule start time.
|
|
587
|
+
"""
|
|
588
|
+
type: NotRequired[pulumi.Input['JobScheduleType']]
|
|
589
|
+
"""
|
|
590
|
+
Schedule interval type
|
|
591
|
+
"""
|
|
592
|
+
elif False:
|
|
593
|
+
JobScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
|
594
|
+
|
|
595
|
+
@pulumi.input_type
|
|
596
|
+
class JobScheduleArgs:
|
|
597
|
+
def __init__(__self__, *,
|
|
598
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
599
|
+
end_time: Optional[pulumi.Input[str]] = None,
|
|
600
|
+
interval: Optional[pulumi.Input[str]] = None,
|
|
601
|
+
start_time: Optional[pulumi.Input[str]] = None,
|
|
602
|
+
type: Optional[pulumi.Input['JobScheduleType']] = None):
|
|
603
|
+
"""
|
|
604
|
+
Scheduling properties of a job.
|
|
605
|
+
:param pulumi.Input[bool] enabled: Whether or not the schedule is enabled.
|
|
606
|
+
:param pulumi.Input[str] end_time: Schedule end time.
|
|
607
|
+
:param pulumi.Input[str] interval: Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
|
|
608
|
+
:param pulumi.Input[str] start_time: Schedule start time.
|
|
609
|
+
:param pulumi.Input['JobScheduleType'] type: Schedule interval type
|
|
610
|
+
"""
|
|
611
|
+
if enabled is not None:
|
|
612
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
613
|
+
if end_time is None:
|
|
614
|
+
end_time = '9999-12-31T17:29:59+05:30'
|
|
615
|
+
if end_time is not None:
|
|
616
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
617
|
+
if interval is not None:
|
|
618
|
+
pulumi.set(__self__, "interval", interval)
|
|
619
|
+
if start_time is None:
|
|
620
|
+
start_time = '0001-01-01T05:30:00+05:30'
|
|
621
|
+
if start_time is not None:
|
|
622
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
623
|
+
if type is None:
|
|
624
|
+
type = 'Once'
|
|
625
|
+
if type is not None:
|
|
626
|
+
pulumi.set(__self__, "type", type)
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
@pulumi.getter
|
|
630
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
631
|
+
"""
|
|
632
|
+
Whether or not the schedule is enabled.
|
|
633
|
+
"""
|
|
634
|
+
return pulumi.get(self, "enabled")
|
|
635
|
+
|
|
636
|
+
@enabled.setter
|
|
637
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
638
|
+
pulumi.set(self, "enabled", value)
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter(name="endTime")
|
|
642
|
+
def end_time(self) -> Optional[pulumi.Input[str]]:
|
|
643
|
+
"""
|
|
644
|
+
Schedule end time.
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "end_time")
|
|
647
|
+
|
|
648
|
+
@end_time.setter
|
|
649
|
+
def end_time(self, value: Optional[pulumi.Input[str]]):
|
|
650
|
+
pulumi.set(self, "end_time", value)
|
|
651
|
+
|
|
652
|
+
@property
|
|
653
|
+
@pulumi.getter
|
|
654
|
+
def interval(self) -> Optional[pulumi.Input[str]]:
|
|
655
|
+
"""
|
|
656
|
+
Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
|
|
657
|
+
"""
|
|
658
|
+
return pulumi.get(self, "interval")
|
|
659
|
+
|
|
660
|
+
@interval.setter
|
|
661
|
+
def interval(self, value: Optional[pulumi.Input[str]]):
|
|
662
|
+
pulumi.set(self, "interval", value)
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="startTime")
|
|
666
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
667
|
+
"""
|
|
668
|
+
Schedule start time.
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "start_time")
|
|
671
|
+
|
|
672
|
+
@start_time.setter
|
|
673
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
|
674
|
+
pulumi.set(self, "start_time", value)
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter
|
|
678
|
+
def type(self) -> Optional[pulumi.Input['JobScheduleType']]:
|
|
679
|
+
"""
|
|
680
|
+
Schedule interval type
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "type")
|
|
683
|
+
|
|
684
|
+
@type.setter
|
|
685
|
+
def type(self, value: Optional[pulumi.Input['JobScheduleType']]):
|
|
686
|
+
pulumi.set(self, "type", value)
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
if not MYPY:
|
|
690
|
+
class JobStepActionArgsDict(TypedDict):
|
|
691
|
+
"""
|
|
692
|
+
The action to be executed by a job step.
|
|
693
|
+
"""
|
|
694
|
+
value: pulumi.Input[str]
|
|
695
|
+
"""
|
|
696
|
+
The action value, for example the text of the T-SQL script to execute.
|
|
697
|
+
"""
|
|
698
|
+
source: NotRequired[pulumi.Input[Union[str, 'JobStepActionSource']]]
|
|
699
|
+
"""
|
|
700
|
+
The source of the action to execute.
|
|
701
|
+
"""
|
|
702
|
+
type: NotRequired[pulumi.Input[Union[str, 'JobStepActionType']]]
|
|
703
|
+
"""
|
|
704
|
+
Type of action being executed by the job step.
|
|
705
|
+
"""
|
|
706
|
+
elif False:
|
|
707
|
+
JobStepActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
708
|
+
|
|
709
|
+
@pulumi.input_type
|
|
710
|
+
class JobStepActionArgs:
|
|
711
|
+
def __init__(__self__, *,
|
|
712
|
+
value: pulumi.Input[str],
|
|
713
|
+
source: Optional[pulumi.Input[Union[str, 'JobStepActionSource']]] = None,
|
|
714
|
+
type: Optional[pulumi.Input[Union[str, 'JobStepActionType']]] = None):
|
|
715
|
+
"""
|
|
716
|
+
The action to be executed by a job step.
|
|
717
|
+
:param pulumi.Input[str] value: The action value, for example the text of the T-SQL script to execute.
|
|
718
|
+
:param pulumi.Input[Union[str, 'JobStepActionSource']] source: The source of the action to execute.
|
|
719
|
+
:param pulumi.Input[Union[str, 'JobStepActionType']] type: Type of action being executed by the job step.
|
|
720
|
+
"""
|
|
721
|
+
pulumi.set(__self__, "value", value)
|
|
722
|
+
if source is None:
|
|
723
|
+
source = 'Inline'
|
|
724
|
+
if source is not None:
|
|
725
|
+
pulumi.set(__self__, "source", source)
|
|
726
|
+
if type is None:
|
|
727
|
+
type = 'TSql'
|
|
728
|
+
if type is not None:
|
|
729
|
+
pulumi.set(__self__, "type", type)
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter
|
|
733
|
+
def value(self) -> pulumi.Input[str]:
|
|
734
|
+
"""
|
|
735
|
+
The action value, for example the text of the T-SQL script to execute.
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "value")
|
|
738
|
+
|
|
739
|
+
@value.setter
|
|
740
|
+
def value(self, value: pulumi.Input[str]):
|
|
741
|
+
pulumi.set(self, "value", value)
|
|
742
|
+
|
|
743
|
+
@property
|
|
744
|
+
@pulumi.getter
|
|
745
|
+
def source(self) -> Optional[pulumi.Input[Union[str, 'JobStepActionSource']]]:
|
|
746
|
+
"""
|
|
747
|
+
The source of the action to execute.
|
|
748
|
+
"""
|
|
749
|
+
return pulumi.get(self, "source")
|
|
750
|
+
|
|
751
|
+
@source.setter
|
|
752
|
+
def source(self, value: Optional[pulumi.Input[Union[str, 'JobStepActionSource']]]):
|
|
753
|
+
pulumi.set(self, "source", value)
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter
|
|
757
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'JobStepActionType']]]:
|
|
758
|
+
"""
|
|
759
|
+
Type of action being executed by the job step.
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "type")
|
|
762
|
+
|
|
763
|
+
@type.setter
|
|
764
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'JobStepActionType']]]):
|
|
765
|
+
pulumi.set(self, "type", value)
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
if not MYPY:
|
|
769
|
+
class JobStepExecutionOptionsArgsDict(TypedDict):
|
|
770
|
+
"""
|
|
771
|
+
The execution options of a job step.
|
|
772
|
+
"""
|
|
773
|
+
initial_retry_interval_seconds: NotRequired[pulumi.Input[int]]
|
|
774
|
+
"""
|
|
775
|
+
Initial delay between retries for job step execution.
|
|
776
|
+
"""
|
|
777
|
+
maximum_retry_interval_seconds: NotRequired[pulumi.Input[int]]
|
|
778
|
+
"""
|
|
779
|
+
The maximum amount of time to wait between retries for job step execution.
|
|
780
|
+
"""
|
|
781
|
+
retry_attempts: NotRequired[pulumi.Input[int]]
|
|
782
|
+
"""
|
|
783
|
+
Maximum number of times the job step will be reattempted if the first attempt fails.
|
|
784
|
+
"""
|
|
785
|
+
retry_interval_backoff_multiplier: NotRequired[pulumi.Input[float]]
|
|
786
|
+
"""
|
|
787
|
+
The backoff multiplier for the time between retries.
|
|
788
|
+
"""
|
|
789
|
+
timeout_seconds: NotRequired[pulumi.Input[int]]
|
|
790
|
+
"""
|
|
791
|
+
Execution timeout for the job step.
|
|
792
|
+
"""
|
|
793
|
+
elif False:
|
|
794
|
+
JobStepExecutionOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
795
|
+
|
|
796
|
+
@pulumi.input_type
|
|
797
|
+
class JobStepExecutionOptionsArgs:
|
|
798
|
+
def __init__(__self__, *,
|
|
799
|
+
initial_retry_interval_seconds: Optional[pulumi.Input[int]] = None,
|
|
800
|
+
maximum_retry_interval_seconds: Optional[pulumi.Input[int]] = None,
|
|
801
|
+
retry_attempts: Optional[pulumi.Input[int]] = None,
|
|
802
|
+
retry_interval_backoff_multiplier: Optional[pulumi.Input[float]] = None,
|
|
803
|
+
timeout_seconds: Optional[pulumi.Input[int]] = None):
|
|
804
|
+
"""
|
|
805
|
+
The execution options of a job step.
|
|
806
|
+
:param pulumi.Input[int] initial_retry_interval_seconds: Initial delay between retries for job step execution.
|
|
807
|
+
:param pulumi.Input[int] maximum_retry_interval_seconds: The maximum amount of time to wait between retries for job step execution.
|
|
808
|
+
:param pulumi.Input[int] retry_attempts: Maximum number of times the job step will be reattempted if the first attempt fails.
|
|
809
|
+
:param pulumi.Input[float] retry_interval_backoff_multiplier: The backoff multiplier for the time between retries.
|
|
810
|
+
:param pulumi.Input[int] timeout_seconds: Execution timeout for the job step.
|
|
811
|
+
"""
|
|
812
|
+
if initial_retry_interval_seconds is None:
|
|
813
|
+
initial_retry_interval_seconds = 1
|
|
814
|
+
if initial_retry_interval_seconds is not None:
|
|
815
|
+
pulumi.set(__self__, "initial_retry_interval_seconds", initial_retry_interval_seconds)
|
|
816
|
+
if maximum_retry_interval_seconds is None:
|
|
817
|
+
maximum_retry_interval_seconds = 120
|
|
818
|
+
if maximum_retry_interval_seconds is not None:
|
|
819
|
+
pulumi.set(__self__, "maximum_retry_interval_seconds", maximum_retry_interval_seconds)
|
|
820
|
+
if retry_attempts is None:
|
|
821
|
+
retry_attempts = 10
|
|
822
|
+
if retry_attempts is not None:
|
|
823
|
+
pulumi.set(__self__, "retry_attempts", retry_attempts)
|
|
824
|
+
if retry_interval_backoff_multiplier is None:
|
|
825
|
+
retry_interval_backoff_multiplier = 2
|
|
826
|
+
if retry_interval_backoff_multiplier is not None:
|
|
827
|
+
pulumi.set(__self__, "retry_interval_backoff_multiplier", retry_interval_backoff_multiplier)
|
|
828
|
+
if timeout_seconds is None:
|
|
829
|
+
timeout_seconds = 43200
|
|
830
|
+
if timeout_seconds is not None:
|
|
831
|
+
pulumi.set(__self__, "timeout_seconds", timeout_seconds)
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="initialRetryIntervalSeconds")
|
|
835
|
+
def initial_retry_interval_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
836
|
+
"""
|
|
837
|
+
Initial delay between retries for job step execution.
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "initial_retry_interval_seconds")
|
|
840
|
+
|
|
841
|
+
@initial_retry_interval_seconds.setter
|
|
842
|
+
def initial_retry_interval_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
843
|
+
pulumi.set(self, "initial_retry_interval_seconds", value)
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
@pulumi.getter(name="maximumRetryIntervalSeconds")
|
|
847
|
+
def maximum_retry_interval_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
848
|
+
"""
|
|
849
|
+
The maximum amount of time to wait between retries for job step execution.
|
|
850
|
+
"""
|
|
851
|
+
return pulumi.get(self, "maximum_retry_interval_seconds")
|
|
852
|
+
|
|
853
|
+
@maximum_retry_interval_seconds.setter
|
|
854
|
+
def maximum_retry_interval_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
855
|
+
pulumi.set(self, "maximum_retry_interval_seconds", value)
|
|
856
|
+
|
|
857
|
+
@property
|
|
858
|
+
@pulumi.getter(name="retryAttempts")
|
|
859
|
+
def retry_attempts(self) -> Optional[pulumi.Input[int]]:
|
|
860
|
+
"""
|
|
861
|
+
Maximum number of times the job step will be reattempted if the first attempt fails.
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "retry_attempts")
|
|
864
|
+
|
|
865
|
+
@retry_attempts.setter
|
|
866
|
+
def retry_attempts(self, value: Optional[pulumi.Input[int]]):
|
|
867
|
+
pulumi.set(self, "retry_attempts", value)
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter(name="retryIntervalBackoffMultiplier")
|
|
871
|
+
def retry_interval_backoff_multiplier(self) -> Optional[pulumi.Input[float]]:
|
|
872
|
+
"""
|
|
873
|
+
The backoff multiplier for the time between retries.
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "retry_interval_backoff_multiplier")
|
|
876
|
+
|
|
877
|
+
@retry_interval_backoff_multiplier.setter
|
|
878
|
+
def retry_interval_backoff_multiplier(self, value: Optional[pulumi.Input[float]]):
|
|
879
|
+
pulumi.set(self, "retry_interval_backoff_multiplier", value)
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter(name="timeoutSeconds")
|
|
883
|
+
def timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
884
|
+
"""
|
|
885
|
+
Execution timeout for the job step.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "timeout_seconds")
|
|
888
|
+
|
|
889
|
+
@timeout_seconds.setter
|
|
890
|
+
def timeout_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
891
|
+
pulumi.set(self, "timeout_seconds", value)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
if not MYPY:
|
|
895
|
+
class JobStepOutputArgsDict(TypedDict):
|
|
896
|
+
"""
|
|
897
|
+
The output configuration of a job step.
|
|
898
|
+
"""
|
|
899
|
+
database_name: pulumi.Input[str]
|
|
900
|
+
"""
|
|
901
|
+
The output destination database.
|
|
902
|
+
"""
|
|
903
|
+
server_name: pulumi.Input[str]
|
|
904
|
+
"""
|
|
905
|
+
The output destination server name.
|
|
906
|
+
"""
|
|
907
|
+
table_name: pulumi.Input[str]
|
|
908
|
+
"""
|
|
909
|
+
The output destination table.
|
|
910
|
+
"""
|
|
911
|
+
credential: NotRequired[pulumi.Input[str]]
|
|
912
|
+
"""
|
|
913
|
+
The resource ID of the credential to use to connect to the output destination.
|
|
914
|
+
"""
|
|
915
|
+
resource_group_name: NotRequired[pulumi.Input[str]]
|
|
916
|
+
"""
|
|
917
|
+
The output destination resource group.
|
|
918
|
+
"""
|
|
919
|
+
schema_name: NotRequired[pulumi.Input[str]]
|
|
920
|
+
"""
|
|
921
|
+
The output destination schema.
|
|
922
|
+
"""
|
|
923
|
+
subscription_id: NotRequired[pulumi.Input[str]]
|
|
924
|
+
"""
|
|
925
|
+
The output destination subscription id.
|
|
926
|
+
"""
|
|
927
|
+
type: NotRequired[pulumi.Input[Union[str, 'JobStepOutputType']]]
|
|
928
|
+
"""
|
|
929
|
+
The output destination type.
|
|
930
|
+
"""
|
|
931
|
+
elif False:
|
|
932
|
+
JobStepOutputArgsDict: TypeAlias = Mapping[str, Any]
|
|
933
|
+
|
|
934
|
+
@pulumi.input_type
|
|
935
|
+
class JobStepOutputArgs:
|
|
936
|
+
def __init__(__self__, *,
|
|
937
|
+
database_name: pulumi.Input[str],
|
|
938
|
+
server_name: pulumi.Input[str],
|
|
939
|
+
table_name: pulumi.Input[str],
|
|
940
|
+
credential: Optional[pulumi.Input[str]] = None,
|
|
941
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
942
|
+
schema_name: Optional[pulumi.Input[str]] = None,
|
|
943
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
944
|
+
type: Optional[pulumi.Input[Union[str, 'JobStepOutputType']]] = None):
|
|
945
|
+
"""
|
|
946
|
+
The output configuration of a job step.
|
|
947
|
+
:param pulumi.Input[str] database_name: The output destination database.
|
|
948
|
+
:param pulumi.Input[str] server_name: The output destination server name.
|
|
949
|
+
:param pulumi.Input[str] table_name: The output destination table.
|
|
950
|
+
:param pulumi.Input[str] credential: The resource ID of the credential to use to connect to the output destination.
|
|
951
|
+
:param pulumi.Input[str] resource_group_name: The output destination resource group.
|
|
952
|
+
:param pulumi.Input[str] schema_name: The output destination schema.
|
|
953
|
+
:param pulumi.Input[str] subscription_id: The output destination subscription id.
|
|
954
|
+
:param pulumi.Input[Union[str, 'JobStepOutputType']] type: The output destination type.
|
|
955
|
+
"""
|
|
956
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
957
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
958
|
+
pulumi.set(__self__, "table_name", table_name)
|
|
959
|
+
if credential is not None:
|
|
960
|
+
pulumi.set(__self__, "credential", credential)
|
|
961
|
+
if resource_group_name is not None:
|
|
962
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
963
|
+
if schema_name is None:
|
|
964
|
+
schema_name = 'dbo'
|
|
965
|
+
if schema_name is not None:
|
|
966
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
|
967
|
+
if subscription_id is not None:
|
|
968
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
969
|
+
if type is None:
|
|
970
|
+
type = 'SqlDatabase'
|
|
971
|
+
if type is not None:
|
|
972
|
+
pulumi.set(__self__, "type", type)
|
|
973
|
+
|
|
974
|
+
@property
|
|
975
|
+
@pulumi.getter(name="databaseName")
|
|
976
|
+
def database_name(self) -> pulumi.Input[str]:
|
|
977
|
+
"""
|
|
978
|
+
The output destination database.
|
|
979
|
+
"""
|
|
980
|
+
return pulumi.get(self, "database_name")
|
|
981
|
+
|
|
982
|
+
@database_name.setter
|
|
983
|
+
def database_name(self, value: pulumi.Input[str]):
|
|
984
|
+
pulumi.set(self, "database_name", value)
|
|
985
|
+
|
|
986
|
+
@property
|
|
987
|
+
@pulumi.getter(name="serverName")
|
|
988
|
+
def server_name(self) -> pulumi.Input[str]:
|
|
989
|
+
"""
|
|
990
|
+
The output destination server name.
|
|
991
|
+
"""
|
|
992
|
+
return pulumi.get(self, "server_name")
|
|
993
|
+
|
|
994
|
+
@server_name.setter
|
|
995
|
+
def server_name(self, value: pulumi.Input[str]):
|
|
996
|
+
pulumi.set(self, "server_name", value)
|
|
997
|
+
|
|
998
|
+
@property
|
|
999
|
+
@pulumi.getter(name="tableName")
|
|
1000
|
+
def table_name(self) -> pulumi.Input[str]:
|
|
1001
|
+
"""
|
|
1002
|
+
The output destination table.
|
|
1003
|
+
"""
|
|
1004
|
+
return pulumi.get(self, "table_name")
|
|
1005
|
+
|
|
1006
|
+
@table_name.setter
|
|
1007
|
+
def table_name(self, value: pulumi.Input[str]):
|
|
1008
|
+
pulumi.set(self, "table_name", value)
|
|
1009
|
+
|
|
1010
|
+
@property
|
|
1011
|
+
@pulumi.getter
|
|
1012
|
+
def credential(self) -> Optional[pulumi.Input[str]]:
|
|
1013
|
+
"""
|
|
1014
|
+
The resource ID of the credential to use to connect to the output destination.
|
|
1015
|
+
"""
|
|
1016
|
+
return pulumi.get(self, "credential")
|
|
1017
|
+
|
|
1018
|
+
@credential.setter
|
|
1019
|
+
def credential(self, value: Optional[pulumi.Input[str]]):
|
|
1020
|
+
pulumi.set(self, "credential", value)
|
|
1021
|
+
|
|
1022
|
+
@property
|
|
1023
|
+
@pulumi.getter(name="resourceGroupName")
|
|
1024
|
+
def resource_group_name(self) -> Optional[pulumi.Input[str]]:
|
|
1025
|
+
"""
|
|
1026
|
+
The output destination resource group.
|
|
1027
|
+
"""
|
|
1028
|
+
return pulumi.get(self, "resource_group_name")
|
|
1029
|
+
|
|
1030
|
+
@resource_group_name.setter
|
|
1031
|
+
def resource_group_name(self, value: Optional[pulumi.Input[str]]):
|
|
1032
|
+
pulumi.set(self, "resource_group_name", value)
|
|
1033
|
+
|
|
1034
|
+
@property
|
|
1035
|
+
@pulumi.getter(name="schemaName")
|
|
1036
|
+
def schema_name(self) -> Optional[pulumi.Input[str]]:
|
|
1037
|
+
"""
|
|
1038
|
+
The output destination schema.
|
|
1039
|
+
"""
|
|
1040
|
+
return pulumi.get(self, "schema_name")
|
|
1041
|
+
|
|
1042
|
+
@schema_name.setter
|
|
1043
|
+
def schema_name(self, value: Optional[pulumi.Input[str]]):
|
|
1044
|
+
pulumi.set(self, "schema_name", value)
|
|
1045
|
+
|
|
1046
|
+
@property
|
|
1047
|
+
@pulumi.getter(name="subscriptionId")
|
|
1048
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
1049
|
+
"""
|
|
1050
|
+
The output destination subscription id.
|
|
1051
|
+
"""
|
|
1052
|
+
return pulumi.get(self, "subscription_id")
|
|
1053
|
+
|
|
1054
|
+
@subscription_id.setter
|
|
1055
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
1056
|
+
pulumi.set(self, "subscription_id", value)
|
|
1057
|
+
|
|
1058
|
+
@property
|
|
1059
|
+
@pulumi.getter
|
|
1060
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'JobStepOutputType']]]:
|
|
1061
|
+
"""
|
|
1062
|
+
The output destination type.
|
|
1063
|
+
"""
|
|
1064
|
+
return pulumi.get(self, "type")
|
|
1065
|
+
|
|
1066
|
+
@type.setter
|
|
1067
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'JobStepOutputType']]]):
|
|
1068
|
+
pulumi.set(self, "type", value)
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
if not MYPY:
|
|
1072
|
+
class JobTargetArgsDict(TypedDict):
|
|
1073
|
+
"""
|
|
1074
|
+
A job target, for example a specific database or a container of databases that is evaluated during job execution.
|
|
1075
|
+
"""
|
|
1076
|
+
type: pulumi.Input[Union[str, 'JobTargetType']]
|
|
1077
|
+
"""
|
|
1078
|
+
The target type.
|
|
1079
|
+
"""
|
|
1080
|
+
database_name: NotRequired[pulumi.Input[str]]
|
|
1081
|
+
"""
|
|
1082
|
+
The target database name.
|
|
1083
|
+
"""
|
|
1084
|
+
elastic_pool_name: NotRequired[pulumi.Input[str]]
|
|
1085
|
+
"""
|
|
1086
|
+
The target elastic pool name.
|
|
1087
|
+
"""
|
|
1088
|
+
membership_type: NotRequired[pulumi.Input['JobTargetGroupMembershipType']]
|
|
1089
|
+
"""
|
|
1090
|
+
Whether the target is included or excluded from the group.
|
|
1091
|
+
"""
|
|
1092
|
+
refresh_credential: NotRequired[pulumi.Input[str]]
|
|
1093
|
+
"""
|
|
1094
|
+
The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
|
1095
|
+
"""
|
|
1096
|
+
server_name: NotRequired[pulumi.Input[str]]
|
|
1097
|
+
"""
|
|
1098
|
+
The target server name.
|
|
1099
|
+
"""
|
|
1100
|
+
shard_map_name: NotRequired[pulumi.Input[str]]
|
|
1101
|
+
"""
|
|
1102
|
+
The target shard map.
|
|
1103
|
+
"""
|
|
1104
|
+
elif False:
|
|
1105
|
+
JobTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1106
|
+
|
|
1107
|
+
@pulumi.input_type
|
|
1108
|
+
class JobTargetArgs:
|
|
1109
|
+
def __init__(__self__, *,
|
|
1110
|
+
type: pulumi.Input[Union[str, 'JobTargetType']],
|
|
1111
|
+
database_name: Optional[pulumi.Input[str]] = None,
|
|
1112
|
+
elastic_pool_name: Optional[pulumi.Input[str]] = None,
|
|
1113
|
+
membership_type: Optional[pulumi.Input['JobTargetGroupMembershipType']] = None,
|
|
1114
|
+
refresh_credential: Optional[pulumi.Input[str]] = None,
|
|
1115
|
+
server_name: Optional[pulumi.Input[str]] = None,
|
|
1116
|
+
shard_map_name: Optional[pulumi.Input[str]] = None):
|
|
1117
|
+
"""
|
|
1118
|
+
A job target, for example a specific database or a container of databases that is evaluated during job execution.
|
|
1119
|
+
:param pulumi.Input[Union[str, 'JobTargetType']] type: The target type.
|
|
1120
|
+
:param pulumi.Input[str] database_name: The target database name.
|
|
1121
|
+
:param pulumi.Input[str] elastic_pool_name: The target elastic pool name.
|
|
1122
|
+
:param pulumi.Input['JobTargetGroupMembershipType'] membership_type: Whether the target is included or excluded from the group.
|
|
1123
|
+
:param pulumi.Input[str] refresh_credential: The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
|
1124
|
+
:param pulumi.Input[str] server_name: The target server name.
|
|
1125
|
+
:param pulumi.Input[str] shard_map_name: The target shard map.
|
|
1126
|
+
"""
|
|
1127
|
+
pulumi.set(__self__, "type", type)
|
|
1128
|
+
if database_name is not None:
|
|
1129
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
1130
|
+
if elastic_pool_name is not None:
|
|
1131
|
+
pulumi.set(__self__, "elastic_pool_name", elastic_pool_name)
|
|
1132
|
+
if membership_type is None:
|
|
1133
|
+
membership_type = 'Include'
|
|
1134
|
+
if membership_type is not None:
|
|
1135
|
+
pulumi.set(__self__, "membership_type", membership_type)
|
|
1136
|
+
if refresh_credential is not None:
|
|
1137
|
+
pulumi.set(__self__, "refresh_credential", refresh_credential)
|
|
1138
|
+
if server_name is not None:
|
|
1139
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
1140
|
+
if shard_map_name is not None:
|
|
1141
|
+
pulumi.set(__self__, "shard_map_name", shard_map_name)
|
|
1142
|
+
|
|
1143
|
+
@property
|
|
1144
|
+
@pulumi.getter
|
|
1145
|
+
def type(self) -> pulumi.Input[Union[str, 'JobTargetType']]:
|
|
1146
|
+
"""
|
|
1147
|
+
The target type.
|
|
1148
|
+
"""
|
|
1149
|
+
return pulumi.get(self, "type")
|
|
1150
|
+
|
|
1151
|
+
@type.setter
|
|
1152
|
+
def type(self, value: pulumi.Input[Union[str, 'JobTargetType']]):
|
|
1153
|
+
pulumi.set(self, "type", value)
|
|
1154
|
+
|
|
1155
|
+
@property
|
|
1156
|
+
@pulumi.getter(name="databaseName")
|
|
1157
|
+
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
1158
|
+
"""
|
|
1159
|
+
The target database name.
|
|
1160
|
+
"""
|
|
1161
|
+
return pulumi.get(self, "database_name")
|
|
1162
|
+
|
|
1163
|
+
@database_name.setter
|
|
1164
|
+
def database_name(self, value: Optional[pulumi.Input[str]]):
|
|
1165
|
+
pulumi.set(self, "database_name", value)
|
|
1166
|
+
|
|
1167
|
+
@property
|
|
1168
|
+
@pulumi.getter(name="elasticPoolName")
|
|
1169
|
+
def elastic_pool_name(self) -> Optional[pulumi.Input[str]]:
|
|
1170
|
+
"""
|
|
1171
|
+
The target elastic pool name.
|
|
1172
|
+
"""
|
|
1173
|
+
return pulumi.get(self, "elastic_pool_name")
|
|
1174
|
+
|
|
1175
|
+
@elastic_pool_name.setter
|
|
1176
|
+
def elastic_pool_name(self, value: Optional[pulumi.Input[str]]):
|
|
1177
|
+
pulumi.set(self, "elastic_pool_name", value)
|
|
1178
|
+
|
|
1179
|
+
@property
|
|
1180
|
+
@pulumi.getter(name="membershipType")
|
|
1181
|
+
def membership_type(self) -> Optional[pulumi.Input['JobTargetGroupMembershipType']]:
|
|
1182
|
+
"""
|
|
1183
|
+
Whether the target is included or excluded from the group.
|
|
1184
|
+
"""
|
|
1185
|
+
return pulumi.get(self, "membership_type")
|
|
1186
|
+
|
|
1187
|
+
@membership_type.setter
|
|
1188
|
+
def membership_type(self, value: Optional[pulumi.Input['JobTargetGroupMembershipType']]):
|
|
1189
|
+
pulumi.set(self, "membership_type", value)
|
|
1190
|
+
|
|
1191
|
+
@property
|
|
1192
|
+
@pulumi.getter(name="refreshCredential")
|
|
1193
|
+
def refresh_credential(self) -> Optional[pulumi.Input[str]]:
|
|
1194
|
+
"""
|
|
1195
|
+
The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
|
1196
|
+
"""
|
|
1197
|
+
return pulumi.get(self, "refresh_credential")
|
|
1198
|
+
|
|
1199
|
+
@refresh_credential.setter
|
|
1200
|
+
def refresh_credential(self, value: Optional[pulumi.Input[str]]):
|
|
1201
|
+
pulumi.set(self, "refresh_credential", value)
|
|
1202
|
+
|
|
1203
|
+
@property
|
|
1204
|
+
@pulumi.getter(name="serverName")
|
|
1205
|
+
def server_name(self) -> Optional[pulumi.Input[str]]:
|
|
1206
|
+
"""
|
|
1207
|
+
The target server name.
|
|
1208
|
+
"""
|
|
1209
|
+
return pulumi.get(self, "server_name")
|
|
1210
|
+
|
|
1211
|
+
@server_name.setter
|
|
1212
|
+
def server_name(self, value: Optional[pulumi.Input[str]]):
|
|
1213
|
+
pulumi.set(self, "server_name", value)
|
|
1214
|
+
|
|
1215
|
+
@property
|
|
1216
|
+
@pulumi.getter(name="shardMapName")
|
|
1217
|
+
def shard_map_name(self) -> Optional[pulumi.Input[str]]:
|
|
1218
|
+
"""
|
|
1219
|
+
The target shard map.
|
|
1220
|
+
"""
|
|
1221
|
+
return pulumi.get(self, "shard_map_name")
|
|
1222
|
+
|
|
1223
|
+
@shard_map_name.setter
|
|
1224
|
+
def shard_map_name(self, value: Optional[pulumi.Input[str]]):
|
|
1225
|
+
pulumi.set(self, "shard_map_name", value)
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
if not MYPY:
|
|
1229
|
+
class ManagedInstanceExternalAdministratorArgsDict(TypedDict):
|
|
1230
|
+
"""
|
|
1231
|
+
Properties of a active directory administrator.
|
|
1232
|
+
"""
|
|
1233
|
+
administrator_type: NotRequired[pulumi.Input[Union[str, 'AdministratorType']]]
|
|
1234
|
+
"""
|
|
1235
|
+
Type of the sever administrator.
|
|
1236
|
+
"""
|
|
1237
|
+
azure_ad_only_authentication: NotRequired[pulumi.Input[bool]]
|
|
1238
|
+
"""
|
|
1239
|
+
Azure Active Directory only Authentication enabled.
|
|
1240
|
+
"""
|
|
1241
|
+
login: NotRequired[pulumi.Input[str]]
|
|
1242
|
+
"""
|
|
1243
|
+
Login name of the server administrator.
|
|
1244
|
+
"""
|
|
1245
|
+
principal_type: NotRequired[pulumi.Input[Union[str, 'PrincipalType']]]
|
|
1246
|
+
"""
|
|
1247
|
+
Principal Type of the sever administrator.
|
|
1248
|
+
"""
|
|
1249
|
+
sid: NotRequired[pulumi.Input[str]]
|
|
1250
|
+
"""
|
|
1251
|
+
SID (object ID) of the server administrator.
|
|
1252
|
+
"""
|
|
1253
|
+
tenant_id: NotRequired[pulumi.Input[str]]
|
|
1254
|
+
"""
|
|
1255
|
+
Tenant ID of the administrator.
|
|
1256
|
+
"""
|
|
1257
|
+
elif False:
|
|
1258
|
+
ManagedInstanceExternalAdministratorArgsDict: TypeAlias = Mapping[str, Any]
|
|
1259
|
+
|
|
1260
|
+
@pulumi.input_type
|
|
1261
|
+
class ManagedInstanceExternalAdministratorArgs:
|
|
1262
|
+
def __init__(__self__, *,
|
|
1263
|
+
administrator_type: Optional[pulumi.Input[Union[str, 'AdministratorType']]] = None,
|
|
1264
|
+
azure_ad_only_authentication: Optional[pulumi.Input[bool]] = None,
|
|
1265
|
+
login: Optional[pulumi.Input[str]] = None,
|
|
1266
|
+
principal_type: Optional[pulumi.Input[Union[str, 'PrincipalType']]] = None,
|
|
1267
|
+
sid: Optional[pulumi.Input[str]] = None,
|
|
1268
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
1269
|
+
"""
|
|
1270
|
+
Properties of a active directory administrator.
|
|
1271
|
+
:param pulumi.Input[Union[str, 'AdministratorType']] administrator_type: Type of the sever administrator.
|
|
1272
|
+
:param pulumi.Input[bool] azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
|
|
1273
|
+
:param pulumi.Input[str] login: Login name of the server administrator.
|
|
1274
|
+
:param pulumi.Input[Union[str, 'PrincipalType']] principal_type: Principal Type of the sever administrator.
|
|
1275
|
+
:param pulumi.Input[str] sid: SID (object ID) of the server administrator.
|
|
1276
|
+
:param pulumi.Input[str] tenant_id: Tenant ID of the administrator.
|
|
1277
|
+
"""
|
|
1278
|
+
if administrator_type is not None:
|
|
1279
|
+
pulumi.set(__self__, "administrator_type", administrator_type)
|
|
1280
|
+
if azure_ad_only_authentication is not None:
|
|
1281
|
+
pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
|
|
1282
|
+
if login is not None:
|
|
1283
|
+
pulumi.set(__self__, "login", login)
|
|
1284
|
+
if principal_type is not None:
|
|
1285
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
|
1286
|
+
if sid is not None:
|
|
1287
|
+
pulumi.set(__self__, "sid", sid)
|
|
1288
|
+
if tenant_id is not None:
|
|
1289
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1290
|
+
|
|
1291
|
+
@property
|
|
1292
|
+
@pulumi.getter(name="administratorType")
|
|
1293
|
+
def administrator_type(self) -> Optional[pulumi.Input[Union[str, 'AdministratorType']]]:
|
|
1294
|
+
"""
|
|
1295
|
+
Type of the sever administrator.
|
|
1296
|
+
"""
|
|
1297
|
+
return pulumi.get(self, "administrator_type")
|
|
1298
|
+
|
|
1299
|
+
@administrator_type.setter
|
|
1300
|
+
def administrator_type(self, value: Optional[pulumi.Input[Union[str, 'AdministratorType']]]):
|
|
1301
|
+
pulumi.set(self, "administrator_type", value)
|
|
1302
|
+
|
|
1303
|
+
@property
|
|
1304
|
+
@pulumi.getter(name="azureADOnlyAuthentication")
|
|
1305
|
+
def azure_ad_only_authentication(self) -> Optional[pulumi.Input[bool]]:
|
|
1306
|
+
"""
|
|
1307
|
+
Azure Active Directory only Authentication enabled.
|
|
1308
|
+
"""
|
|
1309
|
+
return pulumi.get(self, "azure_ad_only_authentication")
|
|
1310
|
+
|
|
1311
|
+
@azure_ad_only_authentication.setter
|
|
1312
|
+
def azure_ad_only_authentication(self, value: Optional[pulumi.Input[bool]]):
|
|
1313
|
+
pulumi.set(self, "azure_ad_only_authentication", value)
|
|
1314
|
+
|
|
1315
|
+
@property
|
|
1316
|
+
@pulumi.getter
|
|
1317
|
+
def login(self) -> Optional[pulumi.Input[str]]:
|
|
1318
|
+
"""
|
|
1319
|
+
Login name of the server administrator.
|
|
1320
|
+
"""
|
|
1321
|
+
return pulumi.get(self, "login")
|
|
1322
|
+
|
|
1323
|
+
@login.setter
|
|
1324
|
+
def login(self, value: Optional[pulumi.Input[str]]):
|
|
1325
|
+
pulumi.set(self, "login", value)
|
|
1326
|
+
|
|
1327
|
+
@property
|
|
1328
|
+
@pulumi.getter(name="principalType")
|
|
1329
|
+
def principal_type(self) -> Optional[pulumi.Input[Union[str, 'PrincipalType']]]:
|
|
1330
|
+
"""
|
|
1331
|
+
Principal Type of the sever administrator.
|
|
1332
|
+
"""
|
|
1333
|
+
return pulumi.get(self, "principal_type")
|
|
1334
|
+
|
|
1335
|
+
@principal_type.setter
|
|
1336
|
+
def principal_type(self, value: Optional[pulumi.Input[Union[str, 'PrincipalType']]]):
|
|
1337
|
+
pulumi.set(self, "principal_type", value)
|
|
1338
|
+
|
|
1339
|
+
@property
|
|
1340
|
+
@pulumi.getter
|
|
1341
|
+
def sid(self) -> Optional[pulumi.Input[str]]:
|
|
1342
|
+
"""
|
|
1343
|
+
SID (object ID) of the server administrator.
|
|
1344
|
+
"""
|
|
1345
|
+
return pulumi.get(self, "sid")
|
|
1346
|
+
|
|
1347
|
+
@sid.setter
|
|
1348
|
+
def sid(self, value: Optional[pulumi.Input[str]]):
|
|
1349
|
+
pulumi.set(self, "sid", value)
|
|
1350
|
+
|
|
1351
|
+
@property
|
|
1352
|
+
@pulumi.getter(name="tenantId")
|
|
1353
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
1354
|
+
"""
|
|
1355
|
+
Tenant ID of the administrator.
|
|
1356
|
+
"""
|
|
1357
|
+
return pulumi.get(self, "tenant_id")
|
|
1358
|
+
|
|
1359
|
+
@tenant_id.setter
|
|
1360
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
1361
|
+
pulumi.set(self, "tenant_id", value)
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
if not MYPY:
|
|
1365
|
+
class ManagedInstancePairInfoArgsDict(TypedDict):
|
|
1366
|
+
"""
|
|
1367
|
+
Pairs of Managed Instances in the failover group.
|
|
1368
|
+
"""
|
|
1369
|
+
partner_managed_instance_id: NotRequired[pulumi.Input[str]]
|
|
1370
|
+
"""
|
|
1371
|
+
Id of Partner Managed Instance in pair.
|
|
1372
|
+
"""
|
|
1373
|
+
primary_managed_instance_id: NotRequired[pulumi.Input[str]]
|
|
1374
|
+
"""
|
|
1375
|
+
Id of Primary Managed Instance in pair.
|
|
1376
|
+
"""
|
|
1377
|
+
elif False:
|
|
1378
|
+
ManagedInstancePairInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1379
|
+
|
|
1380
|
+
@pulumi.input_type
|
|
1381
|
+
class ManagedInstancePairInfoArgs:
|
|
1382
|
+
def __init__(__self__, *,
|
|
1383
|
+
partner_managed_instance_id: Optional[pulumi.Input[str]] = None,
|
|
1384
|
+
primary_managed_instance_id: Optional[pulumi.Input[str]] = None):
|
|
1385
|
+
"""
|
|
1386
|
+
Pairs of Managed Instances in the failover group.
|
|
1387
|
+
:param pulumi.Input[str] partner_managed_instance_id: Id of Partner Managed Instance in pair.
|
|
1388
|
+
:param pulumi.Input[str] primary_managed_instance_id: Id of Primary Managed Instance in pair.
|
|
1389
|
+
"""
|
|
1390
|
+
if partner_managed_instance_id is not None:
|
|
1391
|
+
pulumi.set(__self__, "partner_managed_instance_id", partner_managed_instance_id)
|
|
1392
|
+
if primary_managed_instance_id is not None:
|
|
1393
|
+
pulumi.set(__self__, "primary_managed_instance_id", primary_managed_instance_id)
|
|
1394
|
+
|
|
1395
|
+
@property
|
|
1396
|
+
@pulumi.getter(name="partnerManagedInstanceId")
|
|
1397
|
+
def partner_managed_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
1398
|
+
"""
|
|
1399
|
+
Id of Partner Managed Instance in pair.
|
|
1400
|
+
"""
|
|
1401
|
+
return pulumi.get(self, "partner_managed_instance_id")
|
|
1402
|
+
|
|
1403
|
+
@partner_managed_instance_id.setter
|
|
1404
|
+
def partner_managed_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
1405
|
+
pulumi.set(self, "partner_managed_instance_id", value)
|
|
1406
|
+
|
|
1407
|
+
@property
|
|
1408
|
+
@pulumi.getter(name="primaryManagedInstanceId")
|
|
1409
|
+
def primary_managed_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
1410
|
+
"""
|
|
1411
|
+
Id of Primary Managed Instance in pair.
|
|
1412
|
+
"""
|
|
1413
|
+
return pulumi.get(self, "primary_managed_instance_id")
|
|
1414
|
+
|
|
1415
|
+
@primary_managed_instance_id.setter
|
|
1416
|
+
def primary_managed_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
1417
|
+
pulumi.set(self, "primary_managed_instance_id", value)
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
if not MYPY:
|
|
1421
|
+
class ManagedInstancePrivateEndpointPropertyArgsDict(TypedDict):
|
|
1422
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1423
|
+
"""
|
|
1424
|
+
Resource id of the private endpoint.
|
|
1425
|
+
"""
|
|
1426
|
+
elif False:
|
|
1427
|
+
ManagedInstancePrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1428
|
+
|
|
1429
|
+
@pulumi.input_type
|
|
1430
|
+
class ManagedInstancePrivateEndpointPropertyArgs:
|
|
1431
|
+
def __init__(__self__, *,
|
|
1432
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1433
|
+
"""
|
|
1434
|
+
:param pulumi.Input[str] id: Resource id of the private endpoint.
|
|
1435
|
+
"""
|
|
1436
|
+
if id is not None:
|
|
1437
|
+
pulumi.set(__self__, "id", id)
|
|
1438
|
+
|
|
1439
|
+
@property
|
|
1440
|
+
@pulumi.getter
|
|
1441
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1442
|
+
"""
|
|
1443
|
+
Resource id of the private endpoint.
|
|
1444
|
+
"""
|
|
1445
|
+
return pulumi.get(self, "id")
|
|
1446
|
+
|
|
1447
|
+
@id.setter
|
|
1448
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1449
|
+
pulumi.set(self, "id", value)
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
if not MYPY:
|
|
1453
|
+
class ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
|
|
1454
|
+
description: pulumi.Input[str]
|
|
1455
|
+
"""
|
|
1456
|
+
The private link service connection description.
|
|
1457
|
+
"""
|
|
1458
|
+
status: pulumi.Input[str]
|
|
1459
|
+
"""
|
|
1460
|
+
The private link service connection status.
|
|
1461
|
+
"""
|
|
1462
|
+
elif False:
|
|
1463
|
+
ManagedInstancePrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1464
|
+
|
|
1465
|
+
@pulumi.input_type
|
|
1466
|
+
class ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs:
|
|
1467
|
+
def __init__(__self__, *,
|
|
1468
|
+
description: pulumi.Input[str],
|
|
1469
|
+
status: pulumi.Input[str]):
|
|
1470
|
+
"""
|
|
1471
|
+
:param pulumi.Input[str] description: The private link service connection description.
|
|
1472
|
+
:param pulumi.Input[str] status: The private link service connection status.
|
|
1473
|
+
"""
|
|
1474
|
+
pulumi.set(__self__, "description", description)
|
|
1475
|
+
pulumi.set(__self__, "status", status)
|
|
1476
|
+
|
|
1477
|
+
@property
|
|
1478
|
+
@pulumi.getter
|
|
1479
|
+
def description(self) -> pulumi.Input[str]:
|
|
1480
|
+
"""
|
|
1481
|
+
The private link service connection description.
|
|
1482
|
+
"""
|
|
1483
|
+
return pulumi.get(self, "description")
|
|
1484
|
+
|
|
1485
|
+
@description.setter
|
|
1486
|
+
def description(self, value: pulumi.Input[str]):
|
|
1487
|
+
pulumi.set(self, "description", value)
|
|
1488
|
+
|
|
1489
|
+
@property
|
|
1490
|
+
@pulumi.getter
|
|
1491
|
+
def status(self) -> pulumi.Input[str]:
|
|
1492
|
+
"""
|
|
1493
|
+
The private link service connection status.
|
|
1494
|
+
"""
|
|
1495
|
+
return pulumi.get(self, "status")
|
|
1496
|
+
|
|
1497
|
+
@status.setter
|
|
1498
|
+
def status(self, value: pulumi.Input[str]):
|
|
1499
|
+
pulumi.set(self, "status", value)
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
if not MYPY:
|
|
1503
|
+
class PartnerInfoArgsDict(TypedDict):
|
|
1504
|
+
"""
|
|
1505
|
+
Partner server information for the failover group.
|
|
1506
|
+
"""
|
|
1507
|
+
id: pulumi.Input[str]
|
|
1508
|
+
"""
|
|
1509
|
+
Resource identifier of the partner server.
|
|
1510
|
+
"""
|
|
1511
|
+
elif False:
|
|
1512
|
+
PartnerInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1513
|
+
|
|
1514
|
+
@pulumi.input_type
|
|
1515
|
+
class PartnerInfoArgs:
|
|
1516
|
+
def __init__(__self__, *,
|
|
1517
|
+
id: pulumi.Input[str]):
|
|
1518
|
+
"""
|
|
1519
|
+
Partner server information for the failover group.
|
|
1520
|
+
:param pulumi.Input[str] id: Resource identifier of the partner server.
|
|
1521
|
+
"""
|
|
1522
|
+
pulumi.set(__self__, "id", id)
|
|
1523
|
+
|
|
1524
|
+
@property
|
|
1525
|
+
@pulumi.getter
|
|
1526
|
+
def id(self) -> pulumi.Input[str]:
|
|
1527
|
+
"""
|
|
1528
|
+
Resource identifier of the partner server.
|
|
1529
|
+
"""
|
|
1530
|
+
return pulumi.get(self, "id")
|
|
1531
|
+
|
|
1532
|
+
@id.setter
|
|
1533
|
+
def id(self, value: pulumi.Input[str]):
|
|
1534
|
+
pulumi.set(self, "id", value)
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
if not MYPY:
|
|
1538
|
+
class PartnerRegionInfoArgsDict(TypedDict):
|
|
1539
|
+
"""
|
|
1540
|
+
Partner region information for the failover group.
|
|
1541
|
+
"""
|
|
1542
|
+
location: NotRequired[pulumi.Input[str]]
|
|
1543
|
+
"""
|
|
1544
|
+
Geo location of the partner managed instances.
|
|
1545
|
+
"""
|
|
1546
|
+
elif False:
|
|
1547
|
+
PartnerRegionInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1548
|
+
|
|
1549
|
+
@pulumi.input_type
|
|
1550
|
+
class PartnerRegionInfoArgs:
|
|
1551
|
+
def __init__(__self__, *,
|
|
1552
|
+
location: Optional[pulumi.Input[str]] = None):
|
|
1553
|
+
"""
|
|
1554
|
+
Partner region information for the failover group.
|
|
1555
|
+
:param pulumi.Input[str] location: Geo location of the partner managed instances.
|
|
1556
|
+
"""
|
|
1557
|
+
if location is not None:
|
|
1558
|
+
pulumi.set(__self__, "location", location)
|
|
1559
|
+
|
|
1560
|
+
@property
|
|
1561
|
+
@pulumi.getter
|
|
1562
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
1563
|
+
"""
|
|
1564
|
+
Geo location of the partner managed instances.
|
|
1565
|
+
"""
|
|
1566
|
+
return pulumi.get(self, "location")
|
|
1567
|
+
|
|
1568
|
+
@location.setter
|
|
1569
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
1570
|
+
pulumi.set(self, "location", value)
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
if not MYPY:
|
|
1574
|
+
class PrivateEndpointPropertyArgsDict(TypedDict):
|
|
1575
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1576
|
+
"""
|
|
1577
|
+
Resource id of the private endpoint.
|
|
1578
|
+
"""
|
|
1579
|
+
elif False:
|
|
1580
|
+
PrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1581
|
+
|
|
1582
|
+
@pulumi.input_type
|
|
1583
|
+
class PrivateEndpointPropertyArgs:
|
|
1584
|
+
def __init__(__self__, *,
|
|
1585
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1586
|
+
"""
|
|
1587
|
+
:param pulumi.Input[str] id: Resource id of the private endpoint.
|
|
1588
|
+
"""
|
|
1589
|
+
if id is not None:
|
|
1590
|
+
pulumi.set(__self__, "id", id)
|
|
1591
|
+
|
|
1592
|
+
@property
|
|
1593
|
+
@pulumi.getter
|
|
1594
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1595
|
+
"""
|
|
1596
|
+
Resource id of the private endpoint.
|
|
1597
|
+
"""
|
|
1598
|
+
return pulumi.get(self, "id")
|
|
1599
|
+
|
|
1600
|
+
@id.setter
|
|
1601
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1602
|
+
pulumi.set(self, "id", value)
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
if not MYPY:
|
|
1606
|
+
class PrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
|
|
1607
|
+
description: pulumi.Input[str]
|
|
1608
|
+
"""
|
|
1609
|
+
The private link service connection description.
|
|
1610
|
+
"""
|
|
1611
|
+
status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]
|
|
1612
|
+
"""
|
|
1613
|
+
The private link service connection status.
|
|
1614
|
+
"""
|
|
1615
|
+
elif False:
|
|
1616
|
+
PrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1617
|
+
|
|
1618
|
+
@pulumi.input_type
|
|
1619
|
+
class PrivateLinkServiceConnectionStatePropertyArgs:
|
|
1620
|
+
def __init__(__self__, *,
|
|
1621
|
+
description: pulumi.Input[str],
|
|
1622
|
+
status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]):
|
|
1623
|
+
"""
|
|
1624
|
+
:param pulumi.Input[str] description: The private link service connection description.
|
|
1625
|
+
:param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']] status: The private link service connection status.
|
|
1626
|
+
"""
|
|
1627
|
+
pulumi.set(__self__, "description", description)
|
|
1628
|
+
pulumi.set(__self__, "status", status)
|
|
1629
|
+
|
|
1630
|
+
@property
|
|
1631
|
+
@pulumi.getter
|
|
1632
|
+
def description(self) -> pulumi.Input[str]:
|
|
1633
|
+
"""
|
|
1634
|
+
The private link service connection description.
|
|
1635
|
+
"""
|
|
1636
|
+
return pulumi.get(self, "description")
|
|
1637
|
+
|
|
1638
|
+
@description.setter
|
|
1639
|
+
def description(self, value: pulumi.Input[str]):
|
|
1640
|
+
pulumi.set(self, "description", value)
|
|
1641
|
+
|
|
1642
|
+
@property
|
|
1643
|
+
@pulumi.getter
|
|
1644
|
+
def status(self) -> pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]:
|
|
1645
|
+
"""
|
|
1646
|
+
The private link service connection status.
|
|
1647
|
+
"""
|
|
1648
|
+
return pulumi.get(self, "status")
|
|
1649
|
+
|
|
1650
|
+
@status.setter
|
|
1651
|
+
def status(self, value: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStateStatus']]):
|
|
1652
|
+
pulumi.set(self, "status", value)
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
if not MYPY:
|
|
1656
|
+
class ResourceIdentityArgsDict(TypedDict):
|
|
1657
|
+
"""
|
|
1658
|
+
Azure Active Directory identity configuration for a resource.
|
|
1659
|
+
"""
|
|
1660
|
+
type: NotRequired[pulumi.Input[Union[str, 'IdentityType']]]
|
|
1661
|
+
"""
|
|
1662
|
+
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
|
|
1663
|
+
"""
|
|
1664
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1665
|
+
"""
|
|
1666
|
+
The resource ids of the user assigned identities to use
|
|
1667
|
+
"""
|
|
1668
|
+
elif False:
|
|
1669
|
+
ResourceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
1670
|
+
|
|
1671
|
+
@pulumi.input_type
|
|
1672
|
+
class ResourceIdentityArgs:
|
|
1673
|
+
def __init__(__self__, *,
|
|
1674
|
+
type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None,
|
|
1675
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1676
|
+
"""
|
|
1677
|
+
Azure Active Directory identity configuration for a resource.
|
|
1678
|
+
:param pulumi.Input[Union[str, 'IdentityType']] type: The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
|
|
1679
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
1680
|
+
"""
|
|
1681
|
+
if type is not None:
|
|
1682
|
+
pulumi.set(__self__, "type", type)
|
|
1683
|
+
if user_assigned_identities is not None:
|
|
1684
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1685
|
+
|
|
1686
|
+
@property
|
|
1687
|
+
@pulumi.getter
|
|
1688
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
|
|
1689
|
+
"""
|
|
1690
|
+
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
|
|
1691
|
+
"""
|
|
1692
|
+
return pulumi.get(self, "type")
|
|
1693
|
+
|
|
1694
|
+
@type.setter
|
|
1695
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
|
|
1696
|
+
pulumi.set(self, "type", value)
|
|
1697
|
+
|
|
1698
|
+
@property
|
|
1699
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1700
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1701
|
+
"""
|
|
1702
|
+
The resource ids of the user assigned identities to use
|
|
1703
|
+
"""
|
|
1704
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1705
|
+
|
|
1706
|
+
@user_assigned_identities.setter
|
|
1707
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1708
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
if not MYPY:
|
|
1712
|
+
class ScheduleItemArgsDict(TypedDict):
|
|
1713
|
+
"""
|
|
1714
|
+
Schedule info describing when the server should be started or stopped.
|
|
1715
|
+
"""
|
|
1716
|
+
start_day: pulumi.Input[Union[str, 'DayOfWeek']]
|
|
1717
|
+
"""
|
|
1718
|
+
Start day.
|
|
1719
|
+
"""
|
|
1720
|
+
start_time: pulumi.Input[str]
|
|
1721
|
+
"""
|
|
1722
|
+
Start time.
|
|
1723
|
+
"""
|
|
1724
|
+
stop_day: pulumi.Input[Union[str, 'DayOfWeek']]
|
|
1725
|
+
"""
|
|
1726
|
+
Stop day.
|
|
1727
|
+
"""
|
|
1728
|
+
stop_time: pulumi.Input[str]
|
|
1729
|
+
"""
|
|
1730
|
+
Stop time.
|
|
1731
|
+
"""
|
|
1732
|
+
elif False:
|
|
1733
|
+
ScheduleItemArgsDict: TypeAlias = Mapping[str, Any]
|
|
1734
|
+
|
|
1735
|
+
@pulumi.input_type
|
|
1736
|
+
class ScheduleItemArgs:
|
|
1737
|
+
def __init__(__self__, *,
|
|
1738
|
+
start_day: pulumi.Input[Union[str, 'DayOfWeek']],
|
|
1739
|
+
start_time: pulumi.Input[str],
|
|
1740
|
+
stop_day: pulumi.Input[Union[str, 'DayOfWeek']],
|
|
1741
|
+
stop_time: pulumi.Input[str]):
|
|
1742
|
+
"""
|
|
1743
|
+
Schedule info describing when the server should be started or stopped.
|
|
1744
|
+
:param pulumi.Input[Union[str, 'DayOfWeek']] start_day: Start day.
|
|
1745
|
+
:param pulumi.Input[str] start_time: Start time.
|
|
1746
|
+
:param pulumi.Input[Union[str, 'DayOfWeek']] stop_day: Stop day.
|
|
1747
|
+
:param pulumi.Input[str] stop_time: Stop time.
|
|
1748
|
+
"""
|
|
1749
|
+
pulumi.set(__self__, "start_day", start_day)
|
|
1750
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
1751
|
+
pulumi.set(__self__, "stop_day", stop_day)
|
|
1752
|
+
pulumi.set(__self__, "stop_time", stop_time)
|
|
1753
|
+
|
|
1754
|
+
@property
|
|
1755
|
+
@pulumi.getter(name="startDay")
|
|
1756
|
+
def start_day(self) -> pulumi.Input[Union[str, 'DayOfWeek']]:
|
|
1757
|
+
"""
|
|
1758
|
+
Start day.
|
|
1759
|
+
"""
|
|
1760
|
+
return pulumi.get(self, "start_day")
|
|
1761
|
+
|
|
1762
|
+
@start_day.setter
|
|
1763
|
+
def start_day(self, value: pulumi.Input[Union[str, 'DayOfWeek']]):
|
|
1764
|
+
pulumi.set(self, "start_day", value)
|
|
1765
|
+
|
|
1766
|
+
@property
|
|
1767
|
+
@pulumi.getter(name="startTime")
|
|
1768
|
+
def start_time(self) -> pulumi.Input[str]:
|
|
1769
|
+
"""
|
|
1770
|
+
Start time.
|
|
1771
|
+
"""
|
|
1772
|
+
return pulumi.get(self, "start_time")
|
|
1773
|
+
|
|
1774
|
+
@start_time.setter
|
|
1775
|
+
def start_time(self, value: pulumi.Input[str]):
|
|
1776
|
+
pulumi.set(self, "start_time", value)
|
|
1777
|
+
|
|
1778
|
+
@property
|
|
1779
|
+
@pulumi.getter(name="stopDay")
|
|
1780
|
+
def stop_day(self) -> pulumi.Input[Union[str, 'DayOfWeek']]:
|
|
1781
|
+
"""
|
|
1782
|
+
Stop day.
|
|
1783
|
+
"""
|
|
1784
|
+
return pulumi.get(self, "stop_day")
|
|
1785
|
+
|
|
1786
|
+
@stop_day.setter
|
|
1787
|
+
def stop_day(self, value: pulumi.Input[Union[str, 'DayOfWeek']]):
|
|
1788
|
+
pulumi.set(self, "stop_day", value)
|
|
1789
|
+
|
|
1790
|
+
@property
|
|
1791
|
+
@pulumi.getter(name="stopTime")
|
|
1792
|
+
def stop_time(self) -> pulumi.Input[str]:
|
|
1793
|
+
"""
|
|
1794
|
+
Stop time.
|
|
1795
|
+
"""
|
|
1796
|
+
return pulumi.get(self, "stop_time")
|
|
1797
|
+
|
|
1798
|
+
@stop_time.setter
|
|
1799
|
+
def stop_time(self, value: pulumi.Input[str]):
|
|
1800
|
+
pulumi.set(self, "stop_time", value)
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
if not MYPY:
|
|
1804
|
+
class ServerExternalAdministratorArgsDict(TypedDict):
|
|
1805
|
+
"""
|
|
1806
|
+
Properties of a active directory administrator.
|
|
1807
|
+
"""
|
|
1808
|
+
administrator_type: NotRequired[pulumi.Input[Union[str, 'AdministratorType']]]
|
|
1809
|
+
"""
|
|
1810
|
+
Type of the sever administrator.
|
|
1811
|
+
"""
|
|
1812
|
+
azure_ad_only_authentication: NotRequired[pulumi.Input[bool]]
|
|
1813
|
+
"""
|
|
1814
|
+
Azure Active Directory only Authentication enabled.
|
|
1815
|
+
"""
|
|
1816
|
+
login: NotRequired[pulumi.Input[str]]
|
|
1817
|
+
"""
|
|
1818
|
+
Login name of the server administrator.
|
|
1819
|
+
"""
|
|
1820
|
+
principal_type: NotRequired[pulumi.Input[Union[str, 'PrincipalType']]]
|
|
1821
|
+
"""
|
|
1822
|
+
Principal Type of the sever administrator.
|
|
1823
|
+
"""
|
|
1824
|
+
sid: NotRequired[pulumi.Input[str]]
|
|
1825
|
+
"""
|
|
1826
|
+
SID (object ID) of the server administrator.
|
|
1827
|
+
"""
|
|
1828
|
+
tenant_id: NotRequired[pulumi.Input[str]]
|
|
1829
|
+
"""
|
|
1830
|
+
Tenant ID of the administrator.
|
|
1831
|
+
"""
|
|
1832
|
+
elif False:
|
|
1833
|
+
ServerExternalAdministratorArgsDict: TypeAlias = Mapping[str, Any]
|
|
1834
|
+
|
|
1835
|
+
@pulumi.input_type
|
|
1836
|
+
class ServerExternalAdministratorArgs:
|
|
1837
|
+
def __init__(__self__, *,
|
|
1838
|
+
administrator_type: Optional[pulumi.Input[Union[str, 'AdministratorType']]] = None,
|
|
1839
|
+
azure_ad_only_authentication: Optional[pulumi.Input[bool]] = None,
|
|
1840
|
+
login: Optional[pulumi.Input[str]] = None,
|
|
1841
|
+
principal_type: Optional[pulumi.Input[Union[str, 'PrincipalType']]] = None,
|
|
1842
|
+
sid: Optional[pulumi.Input[str]] = None,
|
|
1843
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
1844
|
+
"""
|
|
1845
|
+
Properties of a active directory administrator.
|
|
1846
|
+
:param pulumi.Input[Union[str, 'AdministratorType']] administrator_type: Type of the sever administrator.
|
|
1847
|
+
:param pulumi.Input[bool] azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
|
|
1848
|
+
:param pulumi.Input[str] login: Login name of the server administrator.
|
|
1849
|
+
:param pulumi.Input[Union[str, 'PrincipalType']] principal_type: Principal Type of the sever administrator.
|
|
1850
|
+
:param pulumi.Input[str] sid: SID (object ID) of the server administrator.
|
|
1851
|
+
:param pulumi.Input[str] tenant_id: Tenant ID of the administrator.
|
|
1852
|
+
"""
|
|
1853
|
+
if administrator_type is not None:
|
|
1854
|
+
pulumi.set(__self__, "administrator_type", administrator_type)
|
|
1855
|
+
if azure_ad_only_authentication is not None:
|
|
1856
|
+
pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
|
|
1857
|
+
if login is not None:
|
|
1858
|
+
pulumi.set(__self__, "login", login)
|
|
1859
|
+
if principal_type is not None:
|
|
1860
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
|
1861
|
+
if sid is not None:
|
|
1862
|
+
pulumi.set(__self__, "sid", sid)
|
|
1863
|
+
if tenant_id is not None:
|
|
1864
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1865
|
+
|
|
1866
|
+
@property
|
|
1867
|
+
@pulumi.getter(name="administratorType")
|
|
1868
|
+
def administrator_type(self) -> Optional[pulumi.Input[Union[str, 'AdministratorType']]]:
|
|
1869
|
+
"""
|
|
1870
|
+
Type of the sever administrator.
|
|
1871
|
+
"""
|
|
1872
|
+
return pulumi.get(self, "administrator_type")
|
|
1873
|
+
|
|
1874
|
+
@administrator_type.setter
|
|
1875
|
+
def administrator_type(self, value: Optional[pulumi.Input[Union[str, 'AdministratorType']]]):
|
|
1876
|
+
pulumi.set(self, "administrator_type", value)
|
|
1877
|
+
|
|
1878
|
+
@property
|
|
1879
|
+
@pulumi.getter(name="azureADOnlyAuthentication")
|
|
1880
|
+
def azure_ad_only_authentication(self) -> Optional[pulumi.Input[bool]]:
|
|
1881
|
+
"""
|
|
1882
|
+
Azure Active Directory only Authentication enabled.
|
|
1883
|
+
"""
|
|
1884
|
+
return pulumi.get(self, "azure_ad_only_authentication")
|
|
1885
|
+
|
|
1886
|
+
@azure_ad_only_authentication.setter
|
|
1887
|
+
def azure_ad_only_authentication(self, value: Optional[pulumi.Input[bool]]):
|
|
1888
|
+
pulumi.set(self, "azure_ad_only_authentication", value)
|
|
1889
|
+
|
|
1890
|
+
@property
|
|
1891
|
+
@pulumi.getter
|
|
1892
|
+
def login(self) -> Optional[pulumi.Input[str]]:
|
|
1893
|
+
"""
|
|
1894
|
+
Login name of the server administrator.
|
|
1895
|
+
"""
|
|
1896
|
+
return pulumi.get(self, "login")
|
|
1897
|
+
|
|
1898
|
+
@login.setter
|
|
1899
|
+
def login(self, value: Optional[pulumi.Input[str]]):
|
|
1900
|
+
pulumi.set(self, "login", value)
|
|
1901
|
+
|
|
1902
|
+
@property
|
|
1903
|
+
@pulumi.getter(name="principalType")
|
|
1904
|
+
def principal_type(self) -> Optional[pulumi.Input[Union[str, 'PrincipalType']]]:
|
|
1905
|
+
"""
|
|
1906
|
+
Principal Type of the sever administrator.
|
|
1907
|
+
"""
|
|
1908
|
+
return pulumi.get(self, "principal_type")
|
|
1909
|
+
|
|
1910
|
+
@principal_type.setter
|
|
1911
|
+
def principal_type(self, value: Optional[pulumi.Input[Union[str, 'PrincipalType']]]):
|
|
1912
|
+
pulumi.set(self, "principal_type", value)
|
|
1913
|
+
|
|
1914
|
+
@property
|
|
1915
|
+
@pulumi.getter
|
|
1916
|
+
def sid(self) -> Optional[pulumi.Input[str]]:
|
|
1917
|
+
"""
|
|
1918
|
+
SID (object ID) of the server administrator.
|
|
1919
|
+
"""
|
|
1920
|
+
return pulumi.get(self, "sid")
|
|
1921
|
+
|
|
1922
|
+
@sid.setter
|
|
1923
|
+
def sid(self, value: Optional[pulumi.Input[str]]):
|
|
1924
|
+
pulumi.set(self, "sid", value)
|
|
1925
|
+
|
|
1926
|
+
@property
|
|
1927
|
+
@pulumi.getter(name="tenantId")
|
|
1928
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
1929
|
+
"""
|
|
1930
|
+
Tenant ID of the administrator.
|
|
1931
|
+
"""
|
|
1932
|
+
return pulumi.get(self, "tenant_id")
|
|
1933
|
+
|
|
1934
|
+
@tenant_id.setter
|
|
1935
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
1936
|
+
pulumi.set(self, "tenant_id", value)
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
if not MYPY:
|
|
1940
|
+
class ServerInfoArgsDict(TypedDict):
|
|
1941
|
+
"""
|
|
1942
|
+
Server info for the server trust group.
|
|
1943
|
+
"""
|
|
1944
|
+
server_id: pulumi.Input[str]
|
|
1945
|
+
"""
|
|
1946
|
+
Server Id.
|
|
1947
|
+
"""
|
|
1948
|
+
elif False:
|
|
1949
|
+
ServerInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1950
|
+
|
|
1951
|
+
@pulumi.input_type
|
|
1952
|
+
class ServerInfoArgs:
|
|
1953
|
+
def __init__(__self__, *,
|
|
1954
|
+
server_id: pulumi.Input[str]):
|
|
1955
|
+
"""
|
|
1956
|
+
Server info for the server trust group.
|
|
1957
|
+
:param pulumi.Input[str] server_id: Server Id.
|
|
1958
|
+
"""
|
|
1959
|
+
pulumi.set(__self__, "server_id", server_id)
|
|
1960
|
+
|
|
1961
|
+
@property
|
|
1962
|
+
@pulumi.getter(name="serverId")
|
|
1963
|
+
def server_id(self) -> pulumi.Input[str]:
|
|
1964
|
+
"""
|
|
1965
|
+
Server Id.
|
|
1966
|
+
"""
|
|
1967
|
+
return pulumi.get(self, "server_id")
|
|
1968
|
+
|
|
1969
|
+
@server_id.setter
|
|
1970
|
+
def server_id(self, value: pulumi.Input[str]):
|
|
1971
|
+
pulumi.set(self, "server_id", value)
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
if not MYPY:
|
|
1975
|
+
class ServicePrincipalArgsDict(TypedDict):
|
|
1976
|
+
"""
|
|
1977
|
+
The managed instance's service principal configuration for a resource.
|
|
1978
|
+
"""
|
|
1979
|
+
type: NotRequired[pulumi.Input[Union[str, 'ServicePrincipalType']]]
|
|
1980
|
+
"""
|
|
1981
|
+
Service principal type.
|
|
1982
|
+
"""
|
|
1983
|
+
elif False:
|
|
1984
|
+
ServicePrincipalArgsDict: TypeAlias = Mapping[str, Any]
|
|
1985
|
+
|
|
1986
|
+
@pulumi.input_type
|
|
1987
|
+
class ServicePrincipalArgs:
|
|
1988
|
+
def __init__(__self__, *,
|
|
1989
|
+
type: Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]] = None):
|
|
1990
|
+
"""
|
|
1991
|
+
The managed instance's service principal configuration for a resource.
|
|
1992
|
+
:param pulumi.Input[Union[str, 'ServicePrincipalType']] type: Service principal type.
|
|
1993
|
+
"""
|
|
1994
|
+
if type is not None:
|
|
1995
|
+
pulumi.set(__self__, "type", type)
|
|
1996
|
+
|
|
1997
|
+
@property
|
|
1998
|
+
@pulumi.getter
|
|
1999
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]]:
|
|
2000
|
+
"""
|
|
2001
|
+
Service principal type.
|
|
2002
|
+
"""
|
|
2003
|
+
return pulumi.get(self, "type")
|
|
2004
|
+
|
|
2005
|
+
@type.setter
|
|
2006
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ServicePrincipalType']]]):
|
|
2007
|
+
pulumi.set(self, "type", value)
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
if not MYPY:
|
|
2011
|
+
class SkuArgsDict(TypedDict):
|
|
2012
|
+
"""
|
|
2013
|
+
An ARM Resource SKU.
|
|
2014
|
+
"""
|
|
2015
|
+
name: pulumi.Input[str]
|
|
2016
|
+
"""
|
|
2017
|
+
The name of the SKU, typically, a letter + Number code, e.g. P3.
|
|
2018
|
+
"""
|
|
2019
|
+
capacity: NotRequired[pulumi.Input[int]]
|
|
2020
|
+
"""
|
|
2021
|
+
Capacity of the particular SKU.
|
|
2022
|
+
"""
|
|
2023
|
+
family: NotRequired[pulumi.Input[str]]
|
|
2024
|
+
"""
|
|
2025
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
2026
|
+
"""
|
|
2027
|
+
size: NotRequired[pulumi.Input[str]]
|
|
2028
|
+
"""
|
|
2029
|
+
Size of the particular SKU
|
|
2030
|
+
"""
|
|
2031
|
+
tier: NotRequired[pulumi.Input[str]]
|
|
2032
|
+
"""
|
|
2033
|
+
The tier or edition of the particular SKU, e.g. Basic, Premium.
|
|
2034
|
+
"""
|
|
2035
|
+
elif False:
|
|
2036
|
+
SkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
2037
|
+
|
|
2038
|
+
@pulumi.input_type
|
|
2039
|
+
class SkuArgs:
|
|
2040
|
+
def __init__(__self__, *,
|
|
2041
|
+
name: pulumi.Input[str],
|
|
2042
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
2043
|
+
family: Optional[pulumi.Input[str]] = None,
|
|
2044
|
+
size: Optional[pulumi.Input[str]] = None,
|
|
2045
|
+
tier: Optional[pulumi.Input[str]] = None):
|
|
2046
|
+
"""
|
|
2047
|
+
An ARM Resource SKU.
|
|
2048
|
+
:param pulumi.Input[str] name: The name of the SKU, typically, a letter + Number code, e.g. P3.
|
|
2049
|
+
:param pulumi.Input[int] capacity: Capacity of the particular SKU.
|
|
2050
|
+
:param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
2051
|
+
:param pulumi.Input[str] size: Size of the particular SKU
|
|
2052
|
+
:param pulumi.Input[str] tier: The tier or edition of the particular SKU, e.g. Basic, Premium.
|
|
2053
|
+
"""
|
|
2054
|
+
pulumi.set(__self__, "name", name)
|
|
2055
|
+
if capacity is not None:
|
|
2056
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
2057
|
+
if family is not None:
|
|
2058
|
+
pulumi.set(__self__, "family", family)
|
|
2059
|
+
if size is not None:
|
|
2060
|
+
pulumi.set(__self__, "size", size)
|
|
2061
|
+
if tier is not None:
|
|
2062
|
+
pulumi.set(__self__, "tier", tier)
|
|
2063
|
+
|
|
2064
|
+
@property
|
|
2065
|
+
@pulumi.getter
|
|
2066
|
+
def name(self) -> pulumi.Input[str]:
|
|
2067
|
+
"""
|
|
2068
|
+
The name of the SKU, typically, a letter + Number code, e.g. P3.
|
|
2069
|
+
"""
|
|
2070
|
+
return pulumi.get(self, "name")
|
|
2071
|
+
|
|
2072
|
+
@name.setter
|
|
2073
|
+
def name(self, value: pulumi.Input[str]):
|
|
2074
|
+
pulumi.set(self, "name", value)
|
|
2075
|
+
|
|
2076
|
+
@property
|
|
2077
|
+
@pulumi.getter
|
|
2078
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
2079
|
+
"""
|
|
2080
|
+
Capacity of the particular SKU.
|
|
2081
|
+
"""
|
|
2082
|
+
return pulumi.get(self, "capacity")
|
|
2083
|
+
|
|
2084
|
+
@capacity.setter
|
|
2085
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
2086
|
+
pulumi.set(self, "capacity", value)
|
|
2087
|
+
|
|
2088
|
+
@property
|
|
2089
|
+
@pulumi.getter
|
|
2090
|
+
def family(self) -> Optional[pulumi.Input[str]]:
|
|
2091
|
+
"""
|
|
2092
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
2093
|
+
"""
|
|
2094
|
+
return pulumi.get(self, "family")
|
|
2095
|
+
|
|
2096
|
+
@family.setter
|
|
2097
|
+
def family(self, value: Optional[pulumi.Input[str]]):
|
|
2098
|
+
pulumi.set(self, "family", value)
|
|
2099
|
+
|
|
2100
|
+
@property
|
|
2101
|
+
@pulumi.getter
|
|
2102
|
+
def size(self) -> Optional[pulumi.Input[str]]:
|
|
2103
|
+
"""
|
|
2104
|
+
Size of the particular SKU
|
|
2105
|
+
"""
|
|
2106
|
+
return pulumi.get(self, "size")
|
|
2107
|
+
|
|
2108
|
+
@size.setter
|
|
2109
|
+
def size(self, value: Optional[pulumi.Input[str]]):
|
|
2110
|
+
pulumi.set(self, "size", value)
|
|
2111
|
+
|
|
2112
|
+
@property
|
|
2113
|
+
@pulumi.getter
|
|
2114
|
+
def tier(self) -> Optional[pulumi.Input[str]]:
|
|
2115
|
+
"""
|
|
2116
|
+
The tier or edition of the particular SKU, e.g. Basic, Premium.
|
|
2117
|
+
"""
|
|
2118
|
+
return pulumi.get(self, "tier")
|
|
2119
|
+
|
|
2120
|
+
@tier.setter
|
|
2121
|
+
def tier(self, value: Optional[pulumi.Input[str]]):
|
|
2122
|
+
pulumi.set(self, "tier", value)
|
|
2123
|
+
|
|
2124
|
+
|
|
2125
|
+
if not MYPY:
|
|
2126
|
+
class SyncGroupSchemaTableColumnArgsDict(TypedDict):
|
|
2127
|
+
"""
|
|
2128
|
+
Properties of column in sync group table.
|
|
2129
|
+
"""
|
|
2130
|
+
data_size: NotRequired[pulumi.Input[str]]
|
|
2131
|
+
"""
|
|
2132
|
+
Data size of the column.
|
|
2133
|
+
"""
|
|
2134
|
+
data_type: NotRequired[pulumi.Input[str]]
|
|
2135
|
+
"""
|
|
2136
|
+
Data type of the column.
|
|
2137
|
+
"""
|
|
2138
|
+
quoted_name: NotRequired[pulumi.Input[str]]
|
|
2139
|
+
"""
|
|
2140
|
+
Quoted name of sync group table column.
|
|
2141
|
+
"""
|
|
2142
|
+
elif False:
|
|
2143
|
+
SyncGroupSchemaTableColumnArgsDict: TypeAlias = Mapping[str, Any]
|
|
2144
|
+
|
|
2145
|
+
@pulumi.input_type
|
|
2146
|
+
class SyncGroupSchemaTableColumnArgs:
|
|
2147
|
+
def __init__(__self__, *,
|
|
2148
|
+
data_size: Optional[pulumi.Input[str]] = None,
|
|
2149
|
+
data_type: Optional[pulumi.Input[str]] = None,
|
|
2150
|
+
quoted_name: Optional[pulumi.Input[str]] = None):
|
|
2151
|
+
"""
|
|
2152
|
+
Properties of column in sync group table.
|
|
2153
|
+
:param pulumi.Input[str] data_size: Data size of the column.
|
|
2154
|
+
:param pulumi.Input[str] data_type: Data type of the column.
|
|
2155
|
+
:param pulumi.Input[str] quoted_name: Quoted name of sync group table column.
|
|
2156
|
+
"""
|
|
2157
|
+
if data_size is not None:
|
|
2158
|
+
pulumi.set(__self__, "data_size", data_size)
|
|
2159
|
+
if data_type is not None:
|
|
2160
|
+
pulumi.set(__self__, "data_type", data_type)
|
|
2161
|
+
if quoted_name is not None:
|
|
2162
|
+
pulumi.set(__self__, "quoted_name", quoted_name)
|
|
2163
|
+
|
|
2164
|
+
@property
|
|
2165
|
+
@pulumi.getter(name="dataSize")
|
|
2166
|
+
def data_size(self) -> Optional[pulumi.Input[str]]:
|
|
2167
|
+
"""
|
|
2168
|
+
Data size of the column.
|
|
2169
|
+
"""
|
|
2170
|
+
return pulumi.get(self, "data_size")
|
|
2171
|
+
|
|
2172
|
+
@data_size.setter
|
|
2173
|
+
def data_size(self, value: Optional[pulumi.Input[str]]):
|
|
2174
|
+
pulumi.set(self, "data_size", value)
|
|
2175
|
+
|
|
2176
|
+
@property
|
|
2177
|
+
@pulumi.getter(name="dataType")
|
|
2178
|
+
def data_type(self) -> Optional[pulumi.Input[str]]:
|
|
2179
|
+
"""
|
|
2180
|
+
Data type of the column.
|
|
2181
|
+
"""
|
|
2182
|
+
return pulumi.get(self, "data_type")
|
|
2183
|
+
|
|
2184
|
+
@data_type.setter
|
|
2185
|
+
def data_type(self, value: Optional[pulumi.Input[str]]):
|
|
2186
|
+
pulumi.set(self, "data_type", value)
|
|
2187
|
+
|
|
2188
|
+
@property
|
|
2189
|
+
@pulumi.getter(name="quotedName")
|
|
2190
|
+
def quoted_name(self) -> Optional[pulumi.Input[str]]:
|
|
2191
|
+
"""
|
|
2192
|
+
Quoted name of sync group table column.
|
|
2193
|
+
"""
|
|
2194
|
+
return pulumi.get(self, "quoted_name")
|
|
2195
|
+
|
|
2196
|
+
@quoted_name.setter
|
|
2197
|
+
def quoted_name(self, value: Optional[pulumi.Input[str]]):
|
|
2198
|
+
pulumi.set(self, "quoted_name", value)
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
if not MYPY:
|
|
2202
|
+
class SyncGroupSchemaTableArgsDict(TypedDict):
|
|
2203
|
+
"""
|
|
2204
|
+
Properties of table in sync group schema.
|
|
2205
|
+
"""
|
|
2206
|
+
columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgsDict']]]]
|
|
2207
|
+
"""
|
|
2208
|
+
List of columns in sync group schema.
|
|
2209
|
+
"""
|
|
2210
|
+
quoted_name: NotRequired[pulumi.Input[str]]
|
|
2211
|
+
"""
|
|
2212
|
+
Quoted name of sync group schema table.
|
|
2213
|
+
"""
|
|
2214
|
+
elif False:
|
|
2215
|
+
SyncGroupSchemaTableArgsDict: TypeAlias = Mapping[str, Any]
|
|
2216
|
+
|
|
2217
|
+
@pulumi.input_type
|
|
2218
|
+
class SyncGroupSchemaTableArgs:
|
|
2219
|
+
def __init__(__self__, *,
|
|
2220
|
+
columns: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]] = None,
|
|
2221
|
+
quoted_name: Optional[pulumi.Input[str]] = None):
|
|
2222
|
+
"""
|
|
2223
|
+
Properties of table in sync group schema.
|
|
2224
|
+
:param pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]] columns: List of columns in sync group schema.
|
|
2225
|
+
:param pulumi.Input[str] quoted_name: Quoted name of sync group schema table.
|
|
2226
|
+
"""
|
|
2227
|
+
if columns is not None:
|
|
2228
|
+
pulumi.set(__self__, "columns", columns)
|
|
2229
|
+
if quoted_name is not None:
|
|
2230
|
+
pulumi.set(__self__, "quoted_name", quoted_name)
|
|
2231
|
+
|
|
2232
|
+
@property
|
|
2233
|
+
@pulumi.getter
|
|
2234
|
+
def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]]:
|
|
2235
|
+
"""
|
|
2236
|
+
List of columns in sync group schema.
|
|
2237
|
+
"""
|
|
2238
|
+
return pulumi.get(self, "columns")
|
|
2239
|
+
|
|
2240
|
+
@columns.setter
|
|
2241
|
+
def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableColumnArgs']]]]):
|
|
2242
|
+
pulumi.set(self, "columns", value)
|
|
2243
|
+
|
|
2244
|
+
@property
|
|
2245
|
+
@pulumi.getter(name="quotedName")
|
|
2246
|
+
def quoted_name(self) -> Optional[pulumi.Input[str]]:
|
|
2247
|
+
"""
|
|
2248
|
+
Quoted name of sync group schema table.
|
|
2249
|
+
"""
|
|
2250
|
+
return pulumi.get(self, "quoted_name")
|
|
2251
|
+
|
|
2252
|
+
@quoted_name.setter
|
|
2253
|
+
def quoted_name(self, value: Optional[pulumi.Input[str]]):
|
|
2254
|
+
pulumi.set(self, "quoted_name", value)
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
if not MYPY:
|
|
2258
|
+
class SyncGroupSchemaArgsDict(TypedDict):
|
|
2259
|
+
"""
|
|
2260
|
+
Properties of sync group schema.
|
|
2261
|
+
"""
|
|
2262
|
+
master_sync_member_name: NotRequired[pulumi.Input[str]]
|
|
2263
|
+
"""
|
|
2264
|
+
Name of master sync member where the schema is from.
|
|
2265
|
+
"""
|
|
2266
|
+
tables: NotRequired[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgsDict']]]]
|
|
2267
|
+
"""
|
|
2268
|
+
List of tables in sync group schema.
|
|
2269
|
+
"""
|
|
2270
|
+
elif False:
|
|
2271
|
+
SyncGroupSchemaArgsDict: TypeAlias = Mapping[str, Any]
|
|
2272
|
+
|
|
2273
|
+
@pulumi.input_type
|
|
2274
|
+
class SyncGroupSchemaArgs:
|
|
2275
|
+
def __init__(__self__, *,
|
|
2276
|
+
master_sync_member_name: Optional[pulumi.Input[str]] = None,
|
|
2277
|
+
tables: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]] = None):
|
|
2278
|
+
"""
|
|
2279
|
+
Properties of sync group schema.
|
|
2280
|
+
:param pulumi.Input[str] master_sync_member_name: Name of master sync member where the schema is from.
|
|
2281
|
+
:param pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]] tables: List of tables in sync group schema.
|
|
2282
|
+
"""
|
|
2283
|
+
if master_sync_member_name is not None:
|
|
2284
|
+
pulumi.set(__self__, "master_sync_member_name", master_sync_member_name)
|
|
2285
|
+
if tables is not None:
|
|
2286
|
+
pulumi.set(__self__, "tables", tables)
|
|
2287
|
+
|
|
2288
|
+
@property
|
|
2289
|
+
@pulumi.getter(name="masterSyncMemberName")
|
|
2290
|
+
def master_sync_member_name(self) -> Optional[pulumi.Input[str]]:
|
|
2291
|
+
"""
|
|
2292
|
+
Name of master sync member where the schema is from.
|
|
2293
|
+
"""
|
|
2294
|
+
return pulumi.get(self, "master_sync_member_name")
|
|
2295
|
+
|
|
2296
|
+
@master_sync_member_name.setter
|
|
2297
|
+
def master_sync_member_name(self, value: Optional[pulumi.Input[str]]):
|
|
2298
|
+
pulumi.set(self, "master_sync_member_name", value)
|
|
2299
|
+
|
|
2300
|
+
@property
|
|
2301
|
+
@pulumi.getter
|
|
2302
|
+
def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]]:
|
|
2303
|
+
"""
|
|
2304
|
+
List of tables in sync group schema.
|
|
2305
|
+
"""
|
|
2306
|
+
return pulumi.get(self, "tables")
|
|
2307
|
+
|
|
2308
|
+
@tables.setter
|
|
2309
|
+
def tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SyncGroupSchemaTableArgs']]]]):
|
|
2310
|
+
pulumi.set(self, "tables", value)
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
if not MYPY:
|
|
2314
|
+
class VulnerabilityAssessmentRecurringScansPropertiesArgsDict(TypedDict):
|
|
2315
|
+
"""
|
|
2316
|
+
Properties of a Vulnerability Assessment recurring scans.
|
|
2317
|
+
"""
|
|
2318
|
+
email_subscription_admins: NotRequired[pulumi.Input[bool]]
|
|
2319
|
+
"""
|
|
2320
|
+
Specifies that the schedule scan notification will be is sent to the subscription administrators.
|
|
2321
|
+
"""
|
|
2322
|
+
emails: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2323
|
+
"""
|
|
2324
|
+
Specifies an array of e-mail addresses to which the scan notification is sent.
|
|
2325
|
+
"""
|
|
2326
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
|
2327
|
+
"""
|
|
2328
|
+
Recurring scans state.
|
|
2329
|
+
"""
|
|
2330
|
+
elif False:
|
|
2331
|
+
VulnerabilityAssessmentRecurringScansPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2332
|
+
|
|
2333
|
+
@pulumi.input_type
|
|
2334
|
+
class VulnerabilityAssessmentRecurringScansPropertiesArgs:
|
|
2335
|
+
def __init__(__self__, *,
|
|
2336
|
+
email_subscription_admins: Optional[pulumi.Input[bool]] = None,
|
|
2337
|
+
emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2338
|
+
is_enabled: Optional[pulumi.Input[bool]] = None):
|
|
2339
|
+
"""
|
|
2340
|
+
Properties of a Vulnerability Assessment recurring scans.
|
|
2341
|
+
:param pulumi.Input[bool] email_subscription_admins: Specifies that the schedule scan notification will be is sent to the subscription administrators.
|
|
2342
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] emails: Specifies an array of e-mail addresses to which the scan notification is sent.
|
|
2343
|
+
:param pulumi.Input[bool] is_enabled: Recurring scans state.
|
|
2344
|
+
"""
|
|
2345
|
+
if email_subscription_admins is None:
|
|
2346
|
+
email_subscription_admins = True
|
|
2347
|
+
if email_subscription_admins is not None:
|
|
2348
|
+
pulumi.set(__self__, "email_subscription_admins", email_subscription_admins)
|
|
2349
|
+
if emails is not None:
|
|
2350
|
+
pulumi.set(__self__, "emails", emails)
|
|
2351
|
+
if is_enabled is not None:
|
|
2352
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
2353
|
+
|
|
2354
|
+
@property
|
|
2355
|
+
@pulumi.getter(name="emailSubscriptionAdmins")
|
|
2356
|
+
def email_subscription_admins(self) -> Optional[pulumi.Input[bool]]:
|
|
2357
|
+
"""
|
|
2358
|
+
Specifies that the schedule scan notification will be is sent to the subscription administrators.
|
|
2359
|
+
"""
|
|
2360
|
+
return pulumi.get(self, "email_subscription_admins")
|
|
2361
|
+
|
|
2362
|
+
@email_subscription_admins.setter
|
|
2363
|
+
def email_subscription_admins(self, value: Optional[pulumi.Input[bool]]):
|
|
2364
|
+
pulumi.set(self, "email_subscription_admins", value)
|
|
2365
|
+
|
|
2366
|
+
@property
|
|
2367
|
+
@pulumi.getter
|
|
2368
|
+
def emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2369
|
+
"""
|
|
2370
|
+
Specifies an array of e-mail addresses to which the scan notification is sent.
|
|
2371
|
+
"""
|
|
2372
|
+
return pulumi.get(self, "emails")
|
|
2373
|
+
|
|
2374
|
+
@emails.setter
|
|
2375
|
+
def emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2376
|
+
pulumi.set(self, "emails", value)
|
|
2377
|
+
|
|
2378
|
+
@property
|
|
2379
|
+
@pulumi.getter(name="isEnabled")
|
|
2380
|
+
def is_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2381
|
+
"""
|
|
2382
|
+
Recurring scans state.
|
|
2383
|
+
"""
|
|
2384
|
+
return pulumi.get(self, "is_enabled")
|
|
2385
|
+
|
|
2386
|
+
@is_enabled.setter
|
|
2387
|
+
def is_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2388
|
+
pulumi.set(self, "is_enabled", value)
|
|
2389
|
+
|
|
2390
|
+
|