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,3249 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'AbusePenaltyResponse',
|
|
21
|
+
'AccountPropertiesResponse',
|
|
22
|
+
'ApiPropertiesResponse',
|
|
23
|
+
'CallRateLimitResponse',
|
|
24
|
+
'CommitmentPeriodResponse',
|
|
25
|
+
'CommitmentPlanAssociationResponse',
|
|
26
|
+
'CommitmentPlanPropertiesResponse',
|
|
27
|
+
'CommitmentQuotaResponse',
|
|
28
|
+
'CustomBlocklistConfigResponse',
|
|
29
|
+
'DeploymentCapacitySettingsResponse',
|
|
30
|
+
'DeploymentModelResponse',
|
|
31
|
+
'DeploymentPropertiesResponse',
|
|
32
|
+
'DeploymentScaleSettingsResponse',
|
|
33
|
+
'EncryptionResponse',
|
|
34
|
+
'EncryptionScopePropertiesResponse',
|
|
35
|
+
'IdentityResponse',
|
|
36
|
+
'IpRuleResponse',
|
|
37
|
+
'KeyVaultPropertiesResponse',
|
|
38
|
+
'MultiRegionSettingsResponse',
|
|
39
|
+
'NetworkRuleSetResponse',
|
|
40
|
+
'PrivateEndpointConnectionPropertiesResponse',
|
|
41
|
+
'PrivateEndpointConnectionResponse',
|
|
42
|
+
'PrivateEndpointResponse',
|
|
43
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
44
|
+
'QuotaLimitResponse',
|
|
45
|
+
'RaiBlocklistItemPropertiesResponse',
|
|
46
|
+
'RaiBlocklistPropertiesResponse',
|
|
47
|
+
'RaiMonitorConfigResponse',
|
|
48
|
+
'RaiPolicyContentFilterResponse',
|
|
49
|
+
'RaiPolicyPropertiesResponse',
|
|
50
|
+
'RegionSettingResponse',
|
|
51
|
+
'RequestMatchPatternResponse',
|
|
52
|
+
'SkuCapabilityResponse',
|
|
53
|
+
'SkuChangeInfoResponse',
|
|
54
|
+
'SkuResponse',
|
|
55
|
+
'SystemDataResponse',
|
|
56
|
+
'ThrottlingRuleResponse',
|
|
57
|
+
'UserAssignedIdentityResponse',
|
|
58
|
+
'UserOwnedAmlWorkspaceResponse',
|
|
59
|
+
'UserOwnedStorageResponse',
|
|
60
|
+
'VirtualNetworkRuleResponse',
|
|
61
|
+
]
|
|
62
|
+
|
|
63
|
+
@pulumi.output_type
|
|
64
|
+
class AbusePenaltyResponse(dict):
|
|
65
|
+
"""
|
|
66
|
+
The abuse penalty.
|
|
67
|
+
"""
|
|
68
|
+
@staticmethod
|
|
69
|
+
def __key_warning(key: str):
|
|
70
|
+
suggest = None
|
|
71
|
+
if key == "rateLimitPercentage":
|
|
72
|
+
suggest = "rate_limit_percentage"
|
|
73
|
+
|
|
74
|
+
if suggest:
|
|
75
|
+
pulumi.log.warn(f"Key '{key}' not found in AbusePenaltyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
76
|
+
|
|
77
|
+
def __getitem__(self, key: str) -> Any:
|
|
78
|
+
AbusePenaltyResponse.__key_warning(key)
|
|
79
|
+
return super().__getitem__(key)
|
|
80
|
+
|
|
81
|
+
def get(self, key: str, default = None) -> Any:
|
|
82
|
+
AbusePenaltyResponse.__key_warning(key)
|
|
83
|
+
return super().get(key, default)
|
|
84
|
+
|
|
85
|
+
def __init__(__self__, *,
|
|
86
|
+
action: Optional[str] = None,
|
|
87
|
+
expiration: Optional[str] = None,
|
|
88
|
+
rate_limit_percentage: Optional[float] = None):
|
|
89
|
+
"""
|
|
90
|
+
The abuse penalty.
|
|
91
|
+
:param str action: The action of AbusePenalty.
|
|
92
|
+
:param str expiration: The datetime of expiration of the AbusePenalty.
|
|
93
|
+
:param float rate_limit_percentage: The percentage of rate limit.
|
|
94
|
+
"""
|
|
95
|
+
if action is not None:
|
|
96
|
+
pulumi.set(__self__, "action", action)
|
|
97
|
+
if expiration is not None:
|
|
98
|
+
pulumi.set(__self__, "expiration", expiration)
|
|
99
|
+
if rate_limit_percentage is not None:
|
|
100
|
+
pulumi.set(__self__, "rate_limit_percentage", rate_limit_percentage)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def action(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
The action of AbusePenalty.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "action")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def expiration(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
The datetime of expiration of the AbusePenalty.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "expiration")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="rateLimitPercentage")
|
|
120
|
+
def rate_limit_percentage(self) -> Optional[float]:
|
|
121
|
+
"""
|
|
122
|
+
The percentage of rate limit.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "rate_limit_percentage")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
@pulumi.output_type
|
|
128
|
+
class AccountPropertiesResponse(dict):
|
|
129
|
+
"""
|
|
130
|
+
Properties of Cognitive Services account.
|
|
131
|
+
"""
|
|
132
|
+
@staticmethod
|
|
133
|
+
def __key_warning(key: str):
|
|
134
|
+
suggest = None
|
|
135
|
+
if key == "abusePenalty":
|
|
136
|
+
suggest = "abuse_penalty"
|
|
137
|
+
elif key == "callRateLimit":
|
|
138
|
+
suggest = "call_rate_limit"
|
|
139
|
+
elif key == "commitmentPlanAssociations":
|
|
140
|
+
suggest = "commitment_plan_associations"
|
|
141
|
+
elif key == "dateCreated":
|
|
142
|
+
suggest = "date_created"
|
|
143
|
+
elif key == "deletionDate":
|
|
144
|
+
suggest = "deletion_date"
|
|
145
|
+
elif key == "internalId":
|
|
146
|
+
suggest = "internal_id"
|
|
147
|
+
elif key == "isMigrated":
|
|
148
|
+
suggest = "is_migrated"
|
|
149
|
+
elif key == "privateEndpointConnections":
|
|
150
|
+
suggest = "private_endpoint_connections"
|
|
151
|
+
elif key == "provisioningState":
|
|
152
|
+
suggest = "provisioning_state"
|
|
153
|
+
elif key == "quotaLimit":
|
|
154
|
+
suggest = "quota_limit"
|
|
155
|
+
elif key == "scheduledPurgeDate":
|
|
156
|
+
suggest = "scheduled_purge_date"
|
|
157
|
+
elif key == "skuChangeInfo":
|
|
158
|
+
suggest = "sku_change_info"
|
|
159
|
+
elif key == "allowedFqdnList":
|
|
160
|
+
suggest = "allowed_fqdn_list"
|
|
161
|
+
elif key == "amlWorkspace":
|
|
162
|
+
suggest = "aml_workspace"
|
|
163
|
+
elif key == "apiProperties":
|
|
164
|
+
suggest = "api_properties"
|
|
165
|
+
elif key == "customSubDomainName":
|
|
166
|
+
suggest = "custom_sub_domain_name"
|
|
167
|
+
elif key == "disableLocalAuth":
|
|
168
|
+
suggest = "disable_local_auth"
|
|
169
|
+
elif key == "dynamicThrottlingEnabled":
|
|
170
|
+
suggest = "dynamic_throttling_enabled"
|
|
171
|
+
elif key == "migrationToken":
|
|
172
|
+
suggest = "migration_token"
|
|
173
|
+
elif key == "networkAcls":
|
|
174
|
+
suggest = "network_acls"
|
|
175
|
+
elif key == "publicNetworkAccess":
|
|
176
|
+
suggest = "public_network_access"
|
|
177
|
+
elif key == "raiMonitorConfig":
|
|
178
|
+
suggest = "rai_monitor_config"
|
|
179
|
+
elif key == "restrictOutboundNetworkAccess":
|
|
180
|
+
suggest = "restrict_outbound_network_access"
|
|
181
|
+
elif key == "userOwnedStorage":
|
|
182
|
+
suggest = "user_owned_storage"
|
|
183
|
+
|
|
184
|
+
if suggest:
|
|
185
|
+
pulumi.log.warn(f"Key '{key}' not found in AccountPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
186
|
+
|
|
187
|
+
def __getitem__(self, key: str) -> Any:
|
|
188
|
+
AccountPropertiesResponse.__key_warning(key)
|
|
189
|
+
return super().__getitem__(key)
|
|
190
|
+
|
|
191
|
+
def get(self, key: str, default = None) -> Any:
|
|
192
|
+
AccountPropertiesResponse.__key_warning(key)
|
|
193
|
+
return super().get(key, default)
|
|
194
|
+
|
|
195
|
+
def __init__(__self__, *,
|
|
196
|
+
abuse_penalty: 'outputs.AbusePenaltyResponse',
|
|
197
|
+
call_rate_limit: 'outputs.CallRateLimitResponse',
|
|
198
|
+
capabilities: Sequence['outputs.SkuCapabilityResponse'],
|
|
199
|
+
commitment_plan_associations: Sequence['outputs.CommitmentPlanAssociationResponse'],
|
|
200
|
+
date_created: str,
|
|
201
|
+
deletion_date: str,
|
|
202
|
+
endpoint: str,
|
|
203
|
+
endpoints: Mapping[str, str],
|
|
204
|
+
internal_id: str,
|
|
205
|
+
is_migrated: bool,
|
|
206
|
+
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
|
|
207
|
+
provisioning_state: str,
|
|
208
|
+
quota_limit: 'outputs.QuotaLimitResponse',
|
|
209
|
+
scheduled_purge_date: str,
|
|
210
|
+
sku_change_info: 'outputs.SkuChangeInfoResponse',
|
|
211
|
+
allowed_fqdn_list: Optional[Sequence[str]] = None,
|
|
212
|
+
aml_workspace: Optional['outputs.UserOwnedAmlWorkspaceResponse'] = None,
|
|
213
|
+
api_properties: Optional['outputs.ApiPropertiesResponse'] = None,
|
|
214
|
+
custom_sub_domain_name: Optional[str] = None,
|
|
215
|
+
disable_local_auth: Optional[bool] = None,
|
|
216
|
+
dynamic_throttling_enabled: Optional[bool] = None,
|
|
217
|
+
encryption: Optional['outputs.EncryptionResponse'] = None,
|
|
218
|
+
locations: Optional['outputs.MultiRegionSettingsResponse'] = None,
|
|
219
|
+
migration_token: Optional[str] = None,
|
|
220
|
+
network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
|
|
221
|
+
public_network_access: Optional[str] = None,
|
|
222
|
+
rai_monitor_config: Optional['outputs.RaiMonitorConfigResponse'] = None,
|
|
223
|
+
restrict_outbound_network_access: Optional[bool] = None,
|
|
224
|
+
user_owned_storage: Optional[Sequence['outputs.UserOwnedStorageResponse']] = None):
|
|
225
|
+
"""
|
|
226
|
+
Properties of Cognitive Services account.
|
|
227
|
+
:param 'AbusePenaltyResponse' abuse_penalty: The abuse penalty.
|
|
228
|
+
:param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
|
|
229
|
+
:param Sequence['SkuCapabilityResponse'] capabilities: Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.
|
|
230
|
+
:param Sequence['CommitmentPlanAssociationResponse'] commitment_plan_associations: The commitment plan associations of Cognitive Services account.
|
|
231
|
+
:param str date_created: Gets the date of cognitive services account creation.
|
|
232
|
+
:param str deletion_date: The deletion date, only available for deleted account.
|
|
233
|
+
:param str endpoint: Endpoint of the created account.
|
|
234
|
+
:param str internal_id: The internal identifier (deprecated, do not use this property).
|
|
235
|
+
:param bool is_migrated: If the resource is migrated from an existing key.
|
|
236
|
+
:param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The private endpoint connection associated with the Cognitive Services account.
|
|
237
|
+
:param str provisioning_state: Gets the status of the cognitive services account at the time the operation was called.
|
|
238
|
+
:param str scheduled_purge_date: The scheduled purge date, only available for deleted account.
|
|
239
|
+
:param 'SkuChangeInfoResponse' sku_change_info: Sku change info of account.
|
|
240
|
+
:param 'UserOwnedAmlWorkspaceResponse' aml_workspace: The user owned AML workspace properties.
|
|
241
|
+
:param 'ApiPropertiesResponse' api_properties: The api properties for special APIs.
|
|
242
|
+
:param str custom_sub_domain_name: Optional subdomain name used for token-based authentication.
|
|
243
|
+
:param bool dynamic_throttling_enabled: The flag to enable dynamic throttling.
|
|
244
|
+
:param 'EncryptionResponse' encryption: The encryption properties for this resource.
|
|
245
|
+
:param 'MultiRegionSettingsResponse' locations: The multiregion settings of Cognitive Services account.
|
|
246
|
+
:param str migration_token: Resource migration token.
|
|
247
|
+
:param 'NetworkRuleSetResponse' network_acls: A collection of rules governing the accessibility from specific network locations.
|
|
248
|
+
:param str public_network_access: Whether or not public endpoint access is allowed for this account.
|
|
249
|
+
:param 'RaiMonitorConfigResponse' rai_monitor_config: Cognitive Services Rai Monitor Config.
|
|
250
|
+
:param Sequence['UserOwnedStorageResponse'] user_owned_storage: The storage accounts for this resource.
|
|
251
|
+
"""
|
|
252
|
+
pulumi.set(__self__, "abuse_penalty", abuse_penalty)
|
|
253
|
+
pulumi.set(__self__, "call_rate_limit", call_rate_limit)
|
|
254
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
255
|
+
pulumi.set(__self__, "commitment_plan_associations", commitment_plan_associations)
|
|
256
|
+
pulumi.set(__self__, "date_created", date_created)
|
|
257
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
258
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
259
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
|
260
|
+
pulumi.set(__self__, "internal_id", internal_id)
|
|
261
|
+
pulumi.set(__self__, "is_migrated", is_migrated)
|
|
262
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
263
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
264
|
+
pulumi.set(__self__, "quota_limit", quota_limit)
|
|
265
|
+
pulumi.set(__self__, "scheduled_purge_date", scheduled_purge_date)
|
|
266
|
+
pulumi.set(__self__, "sku_change_info", sku_change_info)
|
|
267
|
+
if allowed_fqdn_list is not None:
|
|
268
|
+
pulumi.set(__self__, "allowed_fqdn_list", allowed_fqdn_list)
|
|
269
|
+
if aml_workspace is not None:
|
|
270
|
+
pulumi.set(__self__, "aml_workspace", aml_workspace)
|
|
271
|
+
if api_properties is not None:
|
|
272
|
+
pulumi.set(__self__, "api_properties", api_properties)
|
|
273
|
+
if custom_sub_domain_name is not None:
|
|
274
|
+
pulumi.set(__self__, "custom_sub_domain_name", custom_sub_domain_name)
|
|
275
|
+
if disable_local_auth is not None:
|
|
276
|
+
pulumi.set(__self__, "disable_local_auth", disable_local_auth)
|
|
277
|
+
if dynamic_throttling_enabled is not None:
|
|
278
|
+
pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
|
|
279
|
+
if encryption is not None:
|
|
280
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
281
|
+
if locations is not None:
|
|
282
|
+
pulumi.set(__self__, "locations", locations)
|
|
283
|
+
if migration_token is not None:
|
|
284
|
+
pulumi.set(__self__, "migration_token", migration_token)
|
|
285
|
+
if network_acls is not None:
|
|
286
|
+
pulumi.set(__self__, "network_acls", network_acls)
|
|
287
|
+
if public_network_access is not None:
|
|
288
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
289
|
+
if rai_monitor_config is not None:
|
|
290
|
+
pulumi.set(__self__, "rai_monitor_config", rai_monitor_config)
|
|
291
|
+
if restrict_outbound_network_access is not None:
|
|
292
|
+
pulumi.set(__self__, "restrict_outbound_network_access", restrict_outbound_network_access)
|
|
293
|
+
if user_owned_storage is not None:
|
|
294
|
+
pulumi.set(__self__, "user_owned_storage", user_owned_storage)
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="abusePenalty")
|
|
298
|
+
def abuse_penalty(self) -> 'outputs.AbusePenaltyResponse':
|
|
299
|
+
"""
|
|
300
|
+
The abuse penalty.
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "abuse_penalty")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="callRateLimit")
|
|
306
|
+
def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
|
|
307
|
+
"""
|
|
308
|
+
The call rate limit Cognitive Services account.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "call_rate_limit")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter
|
|
314
|
+
def capabilities(self) -> Sequence['outputs.SkuCapabilityResponse']:
|
|
315
|
+
"""
|
|
316
|
+
Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "capabilities")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="commitmentPlanAssociations")
|
|
322
|
+
def commitment_plan_associations(self) -> Sequence['outputs.CommitmentPlanAssociationResponse']:
|
|
323
|
+
"""
|
|
324
|
+
The commitment plan associations of Cognitive Services account.
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "commitment_plan_associations")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="dateCreated")
|
|
330
|
+
def date_created(self) -> str:
|
|
331
|
+
"""
|
|
332
|
+
Gets the date of cognitive services account creation.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "date_created")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter(name="deletionDate")
|
|
338
|
+
def deletion_date(self) -> str:
|
|
339
|
+
"""
|
|
340
|
+
The deletion date, only available for deleted account.
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "deletion_date")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter
|
|
346
|
+
def endpoint(self) -> str:
|
|
347
|
+
"""
|
|
348
|
+
Endpoint of the created account.
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "endpoint")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter
|
|
354
|
+
def endpoints(self) -> Mapping[str, str]:
|
|
355
|
+
return pulumi.get(self, "endpoints")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="internalId")
|
|
359
|
+
def internal_id(self) -> str:
|
|
360
|
+
"""
|
|
361
|
+
The internal identifier (deprecated, do not use this property).
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "internal_id")
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter(name="isMigrated")
|
|
367
|
+
def is_migrated(self) -> bool:
|
|
368
|
+
"""
|
|
369
|
+
If the resource is migrated from an existing key.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "is_migrated")
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
375
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
376
|
+
"""
|
|
377
|
+
The private endpoint connection associated with the Cognitive Services account.
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="provisioningState")
|
|
383
|
+
def provisioning_state(self) -> str:
|
|
384
|
+
"""
|
|
385
|
+
Gets the status of the cognitive services account at the time the operation was called.
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "provisioning_state")
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="quotaLimit")
|
|
391
|
+
def quota_limit(self) -> 'outputs.QuotaLimitResponse':
|
|
392
|
+
return pulumi.get(self, "quota_limit")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="scheduledPurgeDate")
|
|
396
|
+
def scheduled_purge_date(self) -> str:
|
|
397
|
+
"""
|
|
398
|
+
The scheduled purge date, only available for deleted account.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "scheduled_purge_date")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter(name="skuChangeInfo")
|
|
404
|
+
def sku_change_info(self) -> 'outputs.SkuChangeInfoResponse':
|
|
405
|
+
"""
|
|
406
|
+
Sku change info of account.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "sku_change_info")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="allowedFqdnList")
|
|
412
|
+
def allowed_fqdn_list(self) -> Optional[Sequence[str]]:
|
|
413
|
+
return pulumi.get(self, "allowed_fqdn_list")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="amlWorkspace")
|
|
417
|
+
def aml_workspace(self) -> Optional['outputs.UserOwnedAmlWorkspaceResponse']:
|
|
418
|
+
"""
|
|
419
|
+
The user owned AML workspace properties.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "aml_workspace")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="apiProperties")
|
|
425
|
+
def api_properties(self) -> Optional['outputs.ApiPropertiesResponse']:
|
|
426
|
+
"""
|
|
427
|
+
The api properties for special APIs.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "api_properties")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="customSubDomainName")
|
|
433
|
+
def custom_sub_domain_name(self) -> Optional[str]:
|
|
434
|
+
"""
|
|
435
|
+
Optional subdomain name used for token-based authentication.
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "custom_sub_domain_name")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
441
|
+
def disable_local_auth(self) -> Optional[bool]:
|
|
442
|
+
return pulumi.get(self, "disable_local_auth")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="dynamicThrottlingEnabled")
|
|
446
|
+
def dynamic_throttling_enabled(self) -> Optional[bool]:
|
|
447
|
+
"""
|
|
448
|
+
The flag to enable dynamic throttling.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "dynamic_throttling_enabled")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter
|
|
454
|
+
def encryption(self) -> Optional['outputs.EncryptionResponse']:
|
|
455
|
+
"""
|
|
456
|
+
The encryption properties for this resource.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "encryption")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter
|
|
462
|
+
def locations(self) -> Optional['outputs.MultiRegionSettingsResponse']:
|
|
463
|
+
"""
|
|
464
|
+
The multiregion settings of Cognitive Services account.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "locations")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="migrationToken")
|
|
470
|
+
def migration_token(self) -> Optional[str]:
|
|
471
|
+
"""
|
|
472
|
+
Resource migration token.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "migration_token")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter(name="networkAcls")
|
|
478
|
+
def network_acls(self) -> Optional['outputs.NetworkRuleSetResponse']:
|
|
479
|
+
"""
|
|
480
|
+
A collection of rules governing the accessibility from specific network locations.
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "network_acls")
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
486
|
+
def public_network_access(self) -> Optional[str]:
|
|
487
|
+
"""
|
|
488
|
+
Whether or not public endpoint access is allowed for this account.
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "public_network_access")
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="raiMonitorConfig")
|
|
494
|
+
def rai_monitor_config(self) -> Optional['outputs.RaiMonitorConfigResponse']:
|
|
495
|
+
"""
|
|
496
|
+
Cognitive Services Rai Monitor Config.
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "rai_monitor_config")
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter(name="restrictOutboundNetworkAccess")
|
|
502
|
+
def restrict_outbound_network_access(self) -> Optional[bool]:
|
|
503
|
+
return pulumi.get(self, "restrict_outbound_network_access")
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="userOwnedStorage")
|
|
507
|
+
def user_owned_storage(self) -> Optional[Sequence['outputs.UserOwnedStorageResponse']]:
|
|
508
|
+
"""
|
|
509
|
+
The storage accounts for this resource.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "user_owned_storage")
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
@pulumi.output_type
|
|
515
|
+
class ApiPropertiesResponse(dict):
|
|
516
|
+
"""
|
|
517
|
+
The api properties for special APIs.
|
|
518
|
+
"""
|
|
519
|
+
@staticmethod
|
|
520
|
+
def __key_warning(key: str):
|
|
521
|
+
suggest = None
|
|
522
|
+
if key == "aadClientId":
|
|
523
|
+
suggest = "aad_client_id"
|
|
524
|
+
elif key == "aadTenantId":
|
|
525
|
+
suggest = "aad_tenant_id"
|
|
526
|
+
elif key == "eventHubConnectionString":
|
|
527
|
+
suggest = "event_hub_connection_string"
|
|
528
|
+
elif key == "qnaAzureSearchEndpointId":
|
|
529
|
+
suggest = "qna_azure_search_endpoint_id"
|
|
530
|
+
elif key == "qnaAzureSearchEndpointKey":
|
|
531
|
+
suggest = "qna_azure_search_endpoint_key"
|
|
532
|
+
elif key == "qnaRuntimeEndpoint":
|
|
533
|
+
suggest = "qna_runtime_endpoint"
|
|
534
|
+
elif key == "statisticsEnabled":
|
|
535
|
+
suggest = "statistics_enabled"
|
|
536
|
+
elif key == "storageAccountConnectionString":
|
|
537
|
+
suggest = "storage_account_connection_string"
|
|
538
|
+
elif key == "superUser":
|
|
539
|
+
suggest = "super_user"
|
|
540
|
+
elif key == "websiteName":
|
|
541
|
+
suggest = "website_name"
|
|
542
|
+
|
|
543
|
+
if suggest:
|
|
544
|
+
pulumi.log.warn(f"Key '{key}' not found in ApiPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
545
|
+
|
|
546
|
+
def __getitem__(self, key: str) -> Any:
|
|
547
|
+
ApiPropertiesResponse.__key_warning(key)
|
|
548
|
+
return super().__getitem__(key)
|
|
549
|
+
|
|
550
|
+
def get(self, key: str, default = None) -> Any:
|
|
551
|
+
ApiPropertiesResponse.__key_warning(key)
|
|
552
|
+
return super().get(key, default)
|
|
553
|
+
|
|
554
|
+
def __init__(__self__, *,
|
|
555
|
+
aad_client_id: Optional[str] = None,
|
|
556
|
+
aad_tenant_id: Optional[str] = None,
|
|
557
|
+
event_hub_connection_string: Optional[str] = None,
|
|
558
|
+
qna_azure_search_endpoint_id: Optional[str] = None,
|
|
559
|
+
qna_azure_search_endpoint_key: Optional[str] = None,
|
|
560
|
+
qna_runtime_endpoint: Optional[str] = None,
|
|
561
|
+
statistics_enabled: Optional[bool] = None,
|
|
562
|
+
storage_account_connection_string: Optional[str] = None,
|
|
563
|
+
super_user: Optional[str] = None,
|
|
564
|
+
website_name: Optional[str] = None):
|
|
565
|
+
"""
|
|
566
|
+
The api properties for special APIs.
|
|
567
|
+
:param str aad_client_id: (Metrics Advisor Only) The Azure AD Client Id (Application Id).
|
|
568
|
+
:param str aad_tenant_id: (Metrics Advisor Only) The Azure AD Tenant Id.
|
|
569
|
+
:param str event_hub_connection_string: (Personalization Only) The flag to enable statistics of Bing Search.
|
|
570
|
+
:param str qna_azure_search_endpoint_id: (QnAMaker Only) The Azure Search endpoint id of QnAMaker.
|
|
571
|
+
:param str qna_azure_search_endpoint_key: (QnAMaker Only) The Azure Search endpoint key of QnAMaker.
|
|
572
|
+
:param str qna_runtime_endpoint: (QnAMaker Only) The runtime endpoint of QnAMaker.
|
|
573
|
+
:param bool statistics_enabled: (Bing Search Only) The flag to enable statistics of Bing Search.
|
|
574
|
+
:param str storage_account_connection_string: (Personalization Only) The storage account connection string.
|
|
575
|
+
:param str super_user: (Metrics Advisor Only) The super user of Metrics Advisor.
|
|
576
|
+
:param str website_name: (Metrics Advisor Only) The website name of Metrics Advisor.
|
|
577
|
+
"""
|
|
578
|
+
if aad_client_id is not None:
|
|
579
|
+
pulumi.set(__self__, "aad_client_id", aad_client_id)
|
|
580
|
+
if aad_tenant_id is not None:
|
|
581
|
+
pulumi.set(__self__, "aad_tenant_id", aad_tenant_id)
|
|
582
|
+
if event_hub_connection_string is not None:
|
|
583
|
+
pulumi.set(__self__, "event_hub_connection_string", event_hub_connection_string)
|
|
584
|
+
if qna_azure_search_endpoint_id is not None:
|
|
585
|
+
pulumi.set(__self__, "qna_azure_search_endpoint_id", qna_azure_search_endpoint_id)
|
|
586
|
+
if qna_azure_search_endpoint_key is not None:
|
|
587
|
+
pulumi.set(__self__, "qna_azure_search_endpoint_key", qna_azure_search_endpoint_key)
|
|
588
|
+
if qna_runtime_endpoint is not None:
|
|
589
|
+
pulumi.set(__self__, "qna_runtime_endpoint", qna_runtime_endpoint)
|
|
590
|
+
if statistics_enabled is not None:
|
|
591
|
+
pulumi.set(__self__, "statistics_enabled", statistics_enabled)
|
|
592
|
+
if storage_account_connection_string is not None:
|
|
593
|
+
pulumi.set(__self__, "storage_account_connection_string", storage_account_connection_string)
|
|
594
|
+
if super_user is not None:
|
|
595
|
+
pulumi.set(__self__, "super_user", super_user)
|
|
596
|
+
if website_name is not None:
|
|
597
|
+
pulumi.set(__self__, "website_name", website_name)
|
|
598
|
+
|
|
599
|
+
@property
|
|
600
|
+
@pulumi.getter(name="aadClientId")
|
|
601
|
+
def aad_client_id(self) -> Optional[str]:
|
|
602
|
+
"""
|
|
603
|
+
(Metrics Advisor Only) The Azure AD Client Id (Application Id).
|
|
604
|
+
"""
|
|
605
|
+
return pulumi.get(self, "aad_client_id")
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter(name="aadTenantId")
|
|
609
|
+
def aad_tenant_id(self) -> Optional[str]:
|
|
610
|
+
"""
|
|
611
|
+
(Metrics Advisor Only) The Azure AD Tenant Id.
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "aad_tenant_id")
|
|
614
|
+
|
|
615
|
+
@property
|
|
616
|
+
@pulumi.getter(name="eventHubConnectionString")
|
|
617
|
+
def event_hub_connection_string(self) -> Optional[str]:
|
|
618
|
+
"""
|
|
619
|
+
(Personalization Only) The flag to enable statistics of Bing Search.
|
|
620
|
+
"""
|
|
621
|
+
return pulumi.get(self, "event_hub_connection_string")
|
|
622
|
+
|
|
623
|
+
@property
|
|
624
|
+
@pulumi.getter(name="qnaAzureSearchEndpointId")
|
|
625
|
+
def qna_azure_search_endpoint_id(self) -> Optional[str]:
|
|
626
|
+
"""
|
|
627
|
+
(QnAMaker Only) The Azure Search endpoint id of QnAMaker.
|
|
628
|
+
"""
|
|
629
|
+
return pulumi.get(self, "qna_azure_search_endpoint_id")
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
@pulumi.getter(name="qnaAzureSearchEndpointKey")
|
|
633
|
+
def qna_azure_search_endpoint_key(self) -> Optional[str]:
|
|
634
|
+
"""
|
|
635
|
+
(QnAMaker Only) The Azure Search endpoint key of QnAMaker.
|
|
636
|
+
"""
|
|
637
|
+
return pulumi.get(self, "qna_azure_search_endpoint_key")
|
|
638
|
+
|
|
639
|
+
@property
|
|
640
|
+
@pulumi.getter(name="qnaRuntimeEndpoint")
|
|
641
|
+
def qna_runtime_endpoint(self) -> Optional[str]:
|
|
642
|
+
"""
|
|
643
|
+
(QnAMaker Only) The runtime endpoint of QnAMaker.
|
|
644
|
+
"""
|
|
645
|
+
return pulumi.get(self, "qna_runtime_endpoint")
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter(name="statisticsEnabled")
|
|
649
|
+
def statistics_enabled(self) -> Optional[bool]:
|
|
650
|
+
"""
|
|
651
|
+
(Bing Search Only) The flag to enable statistics of Bing Search.
|
|
652
|
+
"""
|
|
653
|
+
return pulumi.get(self, "statistics_enabled")
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
@pulumi.getter(name="storageAccountConnectionString")
|
|
657
|
+
def storage_account_connection_string(self) -> Optional[str]:
|
|
658
|
+
"""
|
|
659
|
+
(Personalization Only) The storage account connection string.
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "storage_account_connection_string")
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
@pulumi.getter(name="superUser")
|
|
665
|
+
def super_user(self) -> Optional[str]:
|
|
666
|
+
"""
|
|
667
|
+
(Metrics Advisor Only) The super user of Metrics Advisor.
|
|
668
|
+
"""
|
|
669
|
+
return pulumi.get(self, "super_user")
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter(name="websiteName")
|
|
673
|
+
def website_name(self) -> Optional[str]:
|
|
674
|
+
"""
|
|
675
|
+
(Metrics Advisor Only) The website name of Metrics Advisor.
|
|
676
|
+
"""
|
|
677
|
+
return pulumi.get(self, "website_name")
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
@pulumi.output_type
|
|
681
|
+
class CallRateLimitResponse(dict):
|
|
682
|
+
"""
|
|
683
|
+
The call rate limit Cognitive Services account.
|
|
684
|
+
"""
|
|
685
|
+
@staticmethod
|
|
686
|
+
def __key_warning(key: str):
|
|
687
|
+
suggest = None
|
|
688
|
+
if key == "renewalPeriod":
|
|
689
|
+
suggest = "renewal_period"
|
|
690
|
+
|
|
691
|
+
if suggest:
|
|
692
|
+
pulumi.log.warn(f"Key '{key}' not found in CallRateLimitResponse. Access the value via the '{suggest}' property getter instead.")
|
|
693
|
+
|
|
694
|
+
def __getitem__(self, key: str) -> Any:
|
|
695
|
+
CallRateLimitResponse.__key_warning(key)
|
|
696
|
+
return super().__getitem__(key)
|
|
697
|
+
|
|
698
|
+
def get(self, key: str, default = None) -> Any:
|
|
699
|
+
CallRateLimitResponse.__key_warning(key)
|
|
700
|
+
return super().get(key, default)
|
|
701
|
+
|
|
702
|
+
def __init__(__self__, *,
|
|
703
|
+
count: Optional[float] = None,
|
|
704
|
+
renewal_period: Optional[float] = None,
|
|
705
|
+
rules: Optional[Sequence['outputs.ThrottlingRuleResponse']] = None):
|
|
706
|
+
"""
|
|
707
|
+
The call rate limit Cognitive Services account.
|
|
708
|
+
:param float count: The count value of Call Rate Limit.
|
|
709
|
+
:param float renewal_period: The renewal period in seconds of Call Rate Limit.
|
|
710
|
+
"""
|
|
711
|
+
if count is not None:
|
|
712
|
+
pulumi.set(__self__, "count", count)
|
|
713
|
+
if renewal_period is not None:
|
|
714
|
+
pulumi.set(__self__, "renewal_period", renewal_period)
|
|
715
|
+
if rules is not None:
|
|
716
|
+
pulumi.set(__self__, "rules", rules)
|
|
717
|
+
|
|
718
|
+
@property
|
|
719
|
+
@pulumi.getter
|
|
720
|
+
def count(self) -> Optional[float]:
|
|
721
|
+
"""
|
|
722
|
+
The count value of Call Rate Limit.
|
|
723
|
+
"""
|
|
724
|
+
return pulumi.get(self, "count")
|
|
725
|
+
|
|
726
|
+
@property
|
|
727
|
+
@pulumi.getter(name="renewalPeriod")
|
|
728
|
+
def renewal_period(self) -> Optional[float]:
|
|
729
|
+
"""
|
|
730
|
+
The renewal period in seconds of Call Rate Limit.
|
|
731
|
+
"""
|
|
732
|
+
return pulumi.get(self, "renewal_period")
|
|
733
|
+
|
|
734
|
+
@property
|
|
735
|
+
@pulumi.getter
|
|
736
|
+
def rules(self) -> Optional[Sequence['outputs.ThrottlingRuleResponse']]:
|
|
737
|
+
return pulumi.get(self, "rules")
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
@pulumi.output_type
|
|
741
|
+
class CommitmentPeriodResponse(dict):
|
|
742
|
+
"""
|
|
743
|
+
Cognitive Services account commitment period.
|
|
744
|
+
"""
|
|
745
|
+
@staticmethod
|
|
746
|
+
def __key_warning(key: str):
|
|
747
|
+
suggest = None
|
|
748
|
+
if key == "endDate":
|
|
749
|
+
suggest = "end_date"
|
|
750
|
+
elif key == "startDate":
|
|
751
|
+
suggest = "start_date"
|
|
752
|
+
|
|
753
|
+
if suggest:
|
|
754
|
+
pulumi.log.warn(f"Key '{key}' not found in CommitmentPeriodResponse. Access the value via the '{suggest}' property getter instead.")
|
|
755
|
+
|
|
756
|
+
def __getitem__(self, key: str) -> Any:
|
|
757
|
+
CommitmentPeriodResponse.__key_warning(key)
|
|
758
|
+
return super().__getitem__(key)
|
|
759
|
+
|
|
760
|
+
def get(self, key: str, default = None) -> Any:
|
|
761
|
+
CommitmentPeriodResponse.__key_warning(key)
|
|
762
|
+
return super().get(key, default)
|
|
763
|
+
|
|
764
|
+
def __init__(__self__, *,
|
|
765
|
+
end_date: str,
|
|
766
|
+
quota: 'outputs.CommitmentQuotaResponse',
|
|
767
|
+
start_date: str,
|
|
768
|
+
count: Optional[int] = None,
|
|
769
|
+
tier: Optional[str] = None):
|
|
770
|
+
"""
|
|
771
|
+
Cognitive Services account commitment period.
|
|
772
|
+
:param str end_date: Commitment period end date.
|
|
773
|
+
:param 'CommitmentQuotaResponse' quota: Cognitive Services account commitment quota.
|
|
774
|
+
:param str start_date: Commitment period start date.
|
|
775
|
+
:param int count: Commitment period commitment count.
|
|
776
|
+
:param str tier: Commitment period commitment tier.
|
|
777
|
+
"""
|
|
778
|
+
pulumi.set(__self__, "end_date", end_date)
|
|
779
|
+
pulumi.set(__self__, "quota", quota)
|
|
780
|
+
pulumi.set(__self__, "start_date", start_date)
|
|
781
|
+
if count is not None:
|
|
782
|
+
pulumi.set(__self__, "count", count)
|
|
783
|
+
if tier is not None:
|
|
784
|
+
pulumi.set(__self__, "tier", tier)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="endDate")
|
|
788
|
+
def end_date(self) -> str:
|
|
789
|
+
"""
|
|
790
|
+
Commitment period end date.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "end_date")
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter
|
|
796
|
+
def quota(self) -> 'outputs.CommitmentQuotaResponse':
|
|
797
|
+
"""
|
|
798
|
+
Cognitive Services account commitment quota.
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "quota")
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="startDate")
|
|
804
|
+
def start_date(self) -> str:
|
|
805
|
+
"""
|
|
806
|
+
Commitment period start date.
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "start_date")
|
|
809
|
+
|
|
810
|
+
@property
|
|
811
|
+
@pulumi.getter
|
|
812
|
+
def count(self) -> Optional[int]:
|
|
813
|
+
"""
|
|
814
|
+
Commitment period commitment count.
|
|
815
|
+
"""
|
|
816
|
+
return pulumi.get(self, "count")
|
|
817
|
+
|
|
818
|
+
@property
|
|
819
|
+
@pulumi.getter
|
|
820
|
+
def tier(self) -> Optional[str]:
|
|
821
|
+
"""
|
|
822
|
+
Commitment period commitment tier.
|
|
823
|
+
"""
|
|
824
|
+
return pulumi.get(self, "tier")
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
@pulumi.output_type
|
|
828
|
+
class CommitmentPlanAssociationResponse(dict):
|
|
829
|
+
"""
|
|
830
|
+
The commitment plan association.
|
|
831
|
+
"""
|
|
832
|
+
@staticmethod
|
|
833
|
+
def __key_warning(key: str):
|
|
834
|
+
suggest = None
|
|
835
|
+
if key == "commitmentPlanId":
|
|
836
|
+
suggest = "commitment_plan_id"
|
|
837
|
+
elif key == "commitmentPlanLocation":
|
|
838
|
+
suggest = "commitment_plan_location"
|
|
839
|
+
|
|
840
|
+
if suggest:
|
|
841
|
+
pulumi.log.warn(f"Key '{key}' not found in CommitmentPlanAssociationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
842
|
+
|
|
843
|
+
def __getitem__(self, key: str) -> Any:
|
|
844
|
+
CommitmentPlanAssociationResponse.__key_warning(key)
|
|
845
|
+
return super().__getitem__(key)
|
|
846
|
+
|
|
847
|
+
def get(self, key: str, default = None) -> Any:
|
|
848
|
+
CommitmentPlanAssociationResponse.__key_warning(key)
|
|
849
|
+
return super().get(key, default)
|
|
850
|
+
|
|
851
|
+
def __init__(__self__, *,
|
|
852
|
+
commitment_plan_id: Optional[str] = None,
|
|
853
|
+
commitment_plan_location: Optional[str] = None):
|
|
854
|
+
"""
|
|
855
|
+
The commitment plan association.
|
|
856
|
+
:param str commitment_plan_id: The Azure resource id of the commitment plan.
|
|
857
|
+
:param str commitment_plan_location: The location of of the commitment plan.
|
|
858
|
+
"""
|
|
859
|
+
if commitment_plan_id is not None:
|
|
860
|
+
pulumi.set(__self__, "commitment_plan_id", commitment_plan_id)
|
|
861
|
+
if commitment_plan_location is not None:
|
|
862
|
+
pulumi.set(__self__, "commitment_plan_location", commitment_plan_location)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter(name="commitmentPlanId")
|
|
866
|
+
def commitment_plan_id(self) -> Optional[str]:
|
|
867
|
+
"""
|
|
868
|
+
The Azure resource id of the commitment plan.
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "commitment_plan_id")
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
@pulumi.getter(name="commitmentPlanLocation")
|
|
874
|
+
def commitment_plan_location(self) -> Optional[str]:
|
|
875
|
+
"""
|
|
876
|
+
The location of of the commitment plan.
|
|
877
|
+
"""
|
|
878
|
+
return pulumi.get(self, "commitment_plan_location")
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
@pulumi.output_type
|
|
882
|
+
class CommitmentPlanPropertiesResponse(dict):
|
|
883
|
+
"""
|
|
884
|
+
Properties of Cognitive Services account commitment plan.
|
|
885
|
+
"""
|
|
886
|
+
@staticmethod
|
|
887
|
+
def __key_warning(key: str):
|
|
888
|
+
suggest = None
|
|
889
|
+
if key == "provisioningIssues":
|
|
890
|
+
suggest = "provisioning_issues"
|
|
891
|
+
elif key == "provisioningState":
|
|
892
|
+
suggest = "provisioning_state"
|
|
893
|
+
elif key == "autoRenew":
|
|
894
|
+
suggest = "auto_renew"
|
|
895
|
+
elif key == "commitmentPlanGuid":
|
|
896
|
+
suggest = "commitment_plan_guid"
|
|
897
|
+
elif key == "hostingModel":
|
|
898
|
+
suggest = "hosting_model"
|
|
899
|
+
elif key == "planType":
|
|
900
|
+
suggest = "plan_type"
|
|
901
|
+
|
|
902
|
+
if suggest:
|
|
903
|
+
pulumi.log.warn(f"Key '{key}' not found in CommitmentPlanPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
904
|
+
|
|
905
|
+
def __getitem__(self, key: str) -> Any:
|
|
906
|
+
CommitmentPlanPropertiesResponse.__key_warning(key)
|
|
907
|
+
return super().__getitem__(key)
|
|
908
|
+
|
|
909
|
+
def get(self, key: str, default = None) -> Any:
|
|
910
|
+
CommitmentPlanPropertiesResponse.__key_warning(key)
|
|
911
|
+
return super().get(key, default)
|
|
912
|
+
|
|
913
|
+
def __init__(__self__, *,
|
|
914
|
+
last: 'outputs.CommitmentPeriodResponse',
|
|
915
|
+
provisioning_issues: Sequence[str],
|
|
916
|
+
provisioning_state: str,
|
|
917
|
+
auto_renew: Optional[bool] = None,
|
|
918
|
+
commitment_plan_guid: Optional[str] = None,
|
|
919
|
+
current: Optional['outputs.CommitmentPeriodResponse'] = None,
|
|
920
|
+
hosting_model: Optional[str] = None,
|
|
921
|
+
next: Optional['outputs.CommitmentPeriodResponse'] = None,
|
|
922
|
+
plan_type: Optional[str] = None):
|
|
923
|
+
"""
|
|
924
|
+
Properties of Cognitive Services account commitment plan.
|
|
925
|
+
:param 'CommitmentPeriodResponse' last: Cognitive Services account commitment period.
|
|
926
|
+
:param Sequence[str] provisioning_issues: The list of ProvisioningIssue.
|
|
927
|
+
:param str provisioning_state: Gets the status of the resource at the time the operation was called.
|
|
928
|
+
:param bool auto_renew: AutoRenew commitment plan.
|
|
929
|
+
:param str commitment_plan_guid: Commitment plan guid.
|
|
930
|
+
:param 'CommitmentPeriodResponse' current: Cognitive Services account commitment period.
|
|
931
|
+
:param str hosting_model: Account hosting model.
|
|
932
|
+
:param 'CommitmentPeriodResponse' next: Cognitive Services account commitment period.
|
|
933
|
+
:param str plan_type: Commitment plan type.
|
|
934
|
+
"""
|
|
935
|
+
pulumi.set(__self__, "last", last)
|
|
936
|
+
pulumi.set(__self__, "provisioning_issues", provisioning_issues)
|
|
937
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
938
|
+
if auto_renew is not None:
|
|
939
|
+
pulumi.set(__self__, "auto_renew", auto_renew)
|
|
940
|
+
if commitment_plan_guid is not None:
|
|
941
|
+
pulumi.set(__self__, "commitment_plan_guid", commitment_plan_guid)
|
|
942
|
+
if current is not None:
|
|
943
|
+
pulumi.set(__self__, "current", current)
|
|
944
|
+
if hosting_model is not None:
|
|
945
|
+
pulumi.set(__self__, "hosting_model", hosting_model)
|
|
946
|
+
if next is not None:
|
|
947
|
+
pulumi.set(__self__, "next", next)
|
|
948
|
+
if plan_type is not None:
|
|
949
|
+
pulumi.set(__self__, "plan_type", plan_type)
|
|
950
|
+
|
|
951
|
+
@property
|
|
952
|
+
@pulumi.getter
|
|
953
|
+
def last(self) -> 'outputs.CommitmentPeriodResponse':
|
|
954
|
+
"""
|
|
955
|
+
Cognitive Services account commitment period.
|
|
956
|
+
"""
|
|
957
|
+
return pulumi.get(self, "last")
|
|
958
|
+
|
|
959
|
+
@property
|
|
960
|
+
@pulumi.getter(name="provisioningIssues")
|
|
961
|
+
def provisioning_issues(self) -> Sequence[str]:
|
|
962
|
+
"""
|
|
963
|
+
The list of ProvisioningIssue.
|
|
964
|
+
"""
|
|
965
|
+
return pulumi.get(self, "provisioning_issues")
|
|
966
|
+
|
|
967
|
+
@property
|
|
968
|
+
@pulumi.getter(name="provisioningState")
|
|
969
|
+
def provisioning_state(self) -> str:
|
|
970
|
+
"""
|
|
971
|
+
Gets the status of the resource at the time the operation was called.
|
|
972
|
+
"""
|
|
973
|
+
return pulumi.get(self, "provisioning_state")
|
|
974
|
+
|
|
975
|
+
@property
|
|
976
|
+
@pulumi.getter(name="autoRenew")
|
|
977
|
+
def auto_renew(self) -> Optional[bool]:
|
|
978
|
+
"""
|
|
979
|
+
AutoRenew commitment plan.
|
|
980
|
+
"""
|
|
981
|
+
return pulumi.get(self, "auto_renew")
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
@pulumi.getter(name="commitmentPlanGuid")
|
|
985
|
+
def commitment_plan_guid(self) -> Optional[str]:
|
|
986
|
+
"""
|
|
987
|
+
Commitment plan guid.
|
|
988
|
+
"""
|
|
989
|
+
return pulumi.get(self, "commitment_plan_guid")
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
@pulumi.getter
|
|
993
|
+
def current(self) -> Optional['outputs.CommitmentPeriodResponse']:
|
|
994
|
+
"""
|
|
995
|
+
Cognitive Services account commitment period.
|
|
996
|
+
"""
|
|
997
|
+
return pulumi.get(self, "current")
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
@pulumi.getter(name="hostingModel")
|
|
1001
|
+
def hosting_model(self) -> Optional[str]:
|
|
1002
|
+
"""
|
|
1003
|
+
Account hosting model.
|
|
1004
|
+
"""
|
|
1005
|
+
return pulumi.get(self, "hosting_model")
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter
|
|
1009
|
+
def next(self) -> Optional['outputs.CommitmentPeriodResponse']:
|
|
1010
|
+
"""
|
|
1011
|
+
Cognitive Services account commitment period.
|
|
1012
|
+
"""
|
|
1013
|
+
return pulumi.get(self, "next")
|
|
1014
|
+
|
|
1015
|
+
@property
|
|
1016
|
+
@pulumi.getter(name="planType")
|
|
1017
|
+
def plan_type(self) -> Optional[str]:
|
|
1018
|
+
"""
|
|
1019
|
+
Commitment plan type.
|
|
1020
|
+
"""
|
|
1021
|
+
return pulumi.get(self, "plan_type")
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
@pulumi.output_type
|
|
1025
|
+
class CommitmentQuotaResponse(dict):
|
|
1026
|
+
"""
|
|
1027
|
+
Cognitive Services account commitment quota.
|
|
1028
|
+
"""
|
|
1029
|
+
def __init__(__self__, *,
|
|
1030
|
+
quantity: Optional[float] = None,
|
|
1031
|
+
unit: Optional[str] = None):
|
|
1032
|
+
"""
|
|
1033
|
+
Cognitive Services account commitment quota.
|
|
1034
|
+
:param float quantity: Commitment quota quantity.
|
|
1035
|
+
:param str unit: Commitment quota unit.
|
|
1036
|
+
"""
|
|
1037
|
+
if quantity is not None:
|
|
1038
|
+
pulumi.set(__self__, "quantity", quantity)
|
|
1039
|
+
if unit is not None:
|
|
1040
|
+
pulumi.set(__self__, "unit", unit)
|
|
1041
|
+
|
|
1042
|
+
@property
|
|
1043
|
+
@pulumi.getter
|
|
1044
|
+
def quantity(self) -> Optional[float]:
|
|
1045
|
+
"""
|
|
1046
|
+
Commitment quota quantity.
|
|
1047
|
+
"""
|
|
1048
|
+
return pulumi.get(self, "quantity")
|
|
1049
|
+
|
|
1050
|
+
@property
|
|
1051
|
+
@pulumi.getter
|
|
1052
|
+
def unit(self) -> Optional[str]:
|
|
1053
|
+
"""
|
|
1054
|
+
Commitment quota unit.
|
|
1055
|
+
"""
|
|
1056
|
+
return pulumi.get(self, "unit")
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
@pulumi.output_type
|
|
1060
|
+
class CustomBlocklistConfigResponse(dict):
|
|
1061
|
+
"""
|
|
1062
|
+
Gets or sets the source to which filter applies.
|
|
1063
|
+
"""
|
|
1064
|
+
@staticmethod
|
|
1065
|
+
def __key_warning(key: str):
|
|
1066
|
+
suggest = None
|
|
1067
|
+
if key == "blocklistName":
|
|
1068
|
+
suggest = "blocklist_name"
|
|
1069
|
+
|
|
1070
|
+
if suggest:
|
|
1071
|
+
pulumi.log.warn(f"Key '{key}' not found in CustomBlocklistConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1072
|
+
|
|
1073
|
+
def __getitem__(self, key: str) -> Any:
|
|
1074
|
+
CustomBlocklistConfigResponse.__key_warning(key)
|
|
1075
|
+
return super().__getitem__(key)
|
|
1076
|
+
|
|
1077
|
+
def get(self, key: str, default = None) -> Any:
|
|
1078
|
+
CustomBlocklistConfigResponse.__key_warning(key)
|
|
1079
|
+
return super().get(key, default)
|
|
1080
|
+
|
|
1081
|
+
def __init__(__self__, *,
|
|
1082
|
+
blocking: Optional[bool] = None,
|
|
1083
|
+
blocklist_name: Optional[str] = None,
|
|
1084
|
+
source: Optional[str] = None):
|
|
1085
|
+
"""
|
|
1086
|
+
Gets or sets the source to which filter applies.
|
|
1087
|
+
:param bool blocking: If blocking would occur.
|
|
1088
|
+
:param str blocklist_name: Name of ContentFilter.
|
|
1089
|
+
:param str source: Content source to apply the Content Filters.
|
|
1090
|
+
"""
|
|
1091
|
+
if blocking is not None:
|
|
1092
|
+
pulumi.set(__self__, "blocking", blocking)
|
|
1093
|
+
if blocklist_name is not None:
|
|
1094
|
+
pulumi.set(__self__, "blocklist_name", blocklist_name)
|
|
1095
|
+
if source is not None:
|
|
1096
|
+
pulumi.set(__self__, "source", source)
|
|
1097
|
+
|
|
1098
|
+
@property
|
|
1099
|
+
@pulumi.getter
|
|
1100
|
+
def blocking(self) -> Optional[bool]:
|
|
1101
|
+
"""
|
|
1102
|
+
If blocking would occur.
|
|
1103
|
+
"""
|
|
1104
|
+
return pulumi.get(self, "blocking")
|
|
1105
|
+
|
|
1106
|
+
@property
|
|
1107
|
+
@pulumi.getter(name="blocklistName")
|
|
1108
|
+
def blocklist_name(self) -> Optional[str]:
|
|
1109
|
+
"""
|
|
1110
|
+
Name of ContentFilter.
|
|
1111
|
+
"""
|
|
1112
|
+
return pulumi.get(self, "blocklist_name")
|
|
1113
|
+
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter
|
|
1116
|
+
def source(self) -> Optional[str]:
|
|
1117
|
+
"""
|
|
1118
|
+
Content source to apply the Content Filters.
|
|
1119
|
+
"""
|
|
1120
|
+
return pulumi.get(self, "source")
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
@pulumi.output_type
|
|
1124
|
+
class DeploymentCapacitySettingsResponse(dict):
|
|
1125
|
+
"""
|
|
1126
|
+
Internal use only.
|
|
1127
|
+
"""
|
|
1128
|
+
@staticmethod
|
|
1129
|
+
def __key_warning(key: str):
|
|
1130
|
+
suggest = None
|
|
1131
|
+
if key == "designatedCapacity":
|
|
1132
|
+
suggest = "designated_capacity"
|
|
1133
|
+
|
|
1134
|
+
if suggest:
|
|
1135
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentCapacitySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1136
|
+
|
|
1137
|
+
def __getitem__(self, key: str) -> Any:
|
|
1138
|
+
DeploymentCapacitySettingsResponse.__key_warning(key)
|
|
1139
|
+
return super().__getitem__(key)
|
|
1140
|
+
|
|
1141
|
+
def get(self, key: str, default = None) -> Any:
|
|
1142
|
+
DeploymentCapacitySettingsResponse.__key_warning(key)
|
|
1143
|
+
return super().get(key, default)
|
|
1144
|
+
|
|
1145
|
+
def __init__(__self__, *,
|
|
1146
|
+
designated_capacity: Optional[int] = None,
|
|
1147
|
+
priority: Optional[int] = None):
|
|
1148
|
+
"""
|
|
1149
|
+
Internal use only.
|
|
1150
|
+
:param int designated_capacity: The designated capacity.
|
|
1151
|
+
:param int priority: The priority of this capacity setting.
|
|
1152
|
+
"""
|
|
1153
|
+
if designated_capacity is not None:
|
|
1154
|
+
pulumi.set(__self__, "designated_capacity", designated_capacity)
|
|
1155
|
+
if priority is not None:
|
|
1156
|
+
pulumi.set(__self__, "priority", priority)
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter(name="designatedCapacity")
|
|
1160
|
+
def designated_capacity(self) -> Optional[int]:
|
|
1161
|
+
"""
|
|
1162
|
+
The designated capacity.
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "designated_capacity")
|
|
1165
|
+
|
|
1166
|
+
@property
|
|
1167
|
+
@pulumi.getter
|
|
1168
|
+
def priority(self) -> Optional[int]:
|
|
1169
|
+
"""
|
|
1170
|
+
The priority of this capacity setting.
|
|
1171
|
+
"""
|
|
1172
|
+
return pulumi.get(self, "priority")
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
@pulumi.output_type
|
|
1176
|
+
class DeploymentModelResponse(dict):
|
|
1177
|
+
"""
|
|
1178
|
+
Properties of Cognitive Services account deployment model.
|
|
1179
|
+
"""
|
|
1180
|
+
@staticmethod
|
|
1181
|
+
def __key_warning(key: str):
|
|
1182
|
+
suggest = None
|
|
1183
|
+
if key == "callRateLimit":
|
|
1184
|
+
suggest = "call_rate_limit"
|
|
1185
|
+
elif key == "sourceAccount":
|
|
1186
|
+
suggest = "source_account"
|
|
1187
|
+
|
|
1188
|
+
if suggest:
|
|
1189
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentModelResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1190
|
+
|
|
1191
|
+
def __getitem__(self, key: str) -> Any:
|
|
1192
|
+
DeploymentModelResponse.__key_warning(key)
|
|
1193
|
+
return super().__getitem__(key)
|
|
1194
|
+
|
|
1195
|
+
def get(self, key: str, default = None) -> Any:
|
|
1196
|
+
DeploymentModelResponse.__key_warning(key)
|
|
1197
|
+
return super().get(key, default)
|
|
1198
|
+
|
|
1199
|
+
def __init__(__self__, *,
|
|
1200
|
+
call_rate_limit: 'outputs.CallRateLimitResponse',
|
|
1201
|
+
format: Optional[str] = None,
|
|
1202
|
+
name: Optional[str] = None,
|
|
1203
|
+
publisher: Optional[str] = None,
|
|
1204
|
+
source: Optional[str] = None,
|
|
1205
|
+
source_account: Optional[str] = None,
|
|
1206
|
+
version: Optional[str] = None):
|
|
1207
|
+
"""
|
|
1208
|
+
Properties of Cognitive Services account deployment model.
|
|
1209
|
+
:param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
|
|
1210
|
+
:param str format: Deployment model format.
|
|
1211
|
+
:param str name: Deployment model name.
|
|
1212
|
+
:param str publisher: Deployment model publisher.
|
|
1213
|
+
:param str source: Optional. Deployment model source ARM resource ID.
|
|
1214
|
+
:param str source_account: Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.
|
|
1215
|
+
:param str version: Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
|
|
1216
|
+
"""
|
|
1217
|
+
pulumi.set(__self__, "call_rate_limit", call_rate_limit)
|
|
1218
|
+
if format is not None:
|
|
1219
|
+
pulumi.set(__self__, "format", format)
|
|
1220
|
+
if name is not None:
|
|
1221
|
+
pulumi.set(__self__, "name", name)
|
|
1222
|
+
if publisher is not None:
|
|
1223
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
1224
|
+
if source is not None:
|
|
1225
|
+
pulumi.set(__self__, "source", source)
|
|
1226
|
+
if source_account is not None:
|
|
1227
|
+
pulumi.set(__self__, "source_account", source_account)
|
|
1228
|
+
if version is not None:
|
|
1229
|
+
pulumi.set(__self__, "version", version)
|
|
1230
|
+
|
|
1231
|
+
@property
|
|
1232
|
+
@pulumi.getter(name="callRateLimit")
|
|
1233
|
+
def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
|
|
1234
|
+
"""
|
|
1235
|
+
The call rate limit Cognitive Services account.
|
|
1236
|
+
"""
|
|
1237
|
+
return pulumi.get(self, "call_rate_limit")
|
|
1238
|
+
|
|
1239
|
+
@property
|
|
1240
|
+
@pulumi.getter
|
|
1241
|
+
def format(self) -> Optional[str]:
|
|
1242
|
+
"""
|
|
1243
|
+
Deployment model format.
|
|
1244
|
+
"""
|
|
1245
|
+
return pulumi.get(self, "format")
|
|
1246
|
+
|
|
1247
|
+
@property
|
|
1248
|
+
@pulumi.getter
|
|
1249
|
+
def name(self) -> Optional[str]:
|
|
1250
|
+
"""
|
|
1251
|
+
Deployment model name.
|
|
1252
|
+
"""
|
|
1253
|
+
return pulumi.get(self, "name")
|
|
1254
|
+
|
|
1255
|
+
@property
|
|
1256
|
+
@pulumi.getter
|
|
1257
|
+
def publisher(self) -> Optional[str]:
|
|
1258
|
+
"""
|
|
1259
|
+
Deployment model publisher.
|
|
1260
|
+
"""
|
|
1261
|
+
return pulumi.get(self, "publisher")
|
|
1262
|
+
|
|
1263
|
+
@property
|
|
1264
|
+
@pulumi.getter
|
|
1265
|
+
def source(self) -> Optional[str]:
|
|
1266
|
+
"""
|
|
1267
|
+
Optional. Deployment model source ARM resource ID.
|
|
1268
|
+
"""
|
|
1269
|
+
return pulumi.get(self, "source")
|
|
1270
|
+
|
|
1271
|
+
@property
|
|
1272
|
+
@pulumi.getter(name="sourceAccount")
|
|
1273
|
+
def source_account(self) -> Optional[str]:
|
|
1274
|
+
"""
|
|
1275
|
+
Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.
|
|
1276
|
+
"""
|
|
1277
|
+
return pulumi.get(self, "source_account")
|
|
1278
|
+
|
|
1279
|
+
@property
|
|
1280
|
+
@pulumi.getter
|
|
1281
|
+
def version(self) -> Optional[str]:
|
|
1282
|
+
"""
|
|
1283
|
+
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
|
|
1284
|
+
"""
|
|
1285
|
+
return pulumi.get(self, "version")
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
@pulumi.output_type
|
|
1289
|
+
class DeploymentPropertiesResponse(dict):
|
|
1290
|
+
"""
|
|
1291
|
+
Properties of Cognitive Services account deployment.
|
|
1292
|
+
"""
|
|
1293
|
+
@staticmethod
|
|
1294
|
+
def __key_warning(key: str):
|
|
1295
|
+
suggest = None
|
|
1296
|
+
if key == "callRateLimit":
|
|
1297
|
+
suggest = "call_rate_limit"
|
|
1298
|
+
elif key == "dynamicThrottlingEnabled":
|
|
1299
|
+
suggest = "dynamic_throttling_enabled"
|
|
1300
|
+
elif key == "provisioningState":
|
|
1301
|
+
suggest = "provisioning_state"
|
|
1302
|
+
elif key == "rateLimits":
|
|
1303
|
+
suggest = "rate_limits"
|
|
1304
|
+
elif key == "capacitySettings":
|
|
1305
|
+
suggest = "capacity_settings"
|
|
1306
|
+
elif key == "currentCapacity":
|
|
1307
|
+
suggest = "current_capacity"
|
|
1308
|
+
elif key == "parentDeploymentName":
|
|
1309
|
+
suggest = "parent_deployment_name"
|
|
1310
|
+
elif key == "raiPolicyName":
|
|
1311
|
+
suggest = "rai_policy_name"
|
|
1312
|
+
elif key == "scaleSettings":
|
|
1313
|
+
suggest = "scale_settings"
|
|
1314
|
+
elif key == "versionUpgradeOption":
|
|
1315
|
+
suggest = "version_upgrade_option"
|
|
1316
|
+
|
|
1317
|
+
if suggest:
|
|
1318
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1319
|
+
|
|
1320
|
+
def __getitem__(self, key: str) -> Any:
|
|
1321
|
+
DeploymentPropertiesResponse.__key_warning(key)
|
|
1322
|
+
return super().__getitem__(key)
|
|
1323
|
+
|
|
1324
|
+
def get(self, key: str, default = None) -> Any:
|
|
1325
|
+
DeploymentPropertiesResponse.__key_warning(key)
|
|
1326
|
+
return super().get(key, default)
|
|
1327
|
+
|
|
1328
|
+
def __init__(__self__, *,
|
|
1329
|
+
call_rate_limit: 'outputs.CallRateLimitResponse',
|
|
1330
|
+
capabilities: Mapping[str, str],
|
|
1331
|
+
dynamic_throttling_enabled: bool,
|
|
1332
|
+
provisioning_state: str,
|
|
1333
|
+
rate_limits: Sequence['outputs.ThrottlingRuleResponse'],
|
|
1334
|
+
capacity_settings: Optional['outputs.DeploymentCapacitySettingsResponse'] = None,
|
|
1335
|
+
current_capacity: Optional[int] = None,
|
|
1336
|
+
model: Optional['outputs.DeploymentModelResponse'] = None,
|
|
1337
|
+
parent_deployment_name: Optional[str] = None,
|
|
1338
|
+
rai_policy_name: Optional[str] = None,
|
|
1339
|
+
scale_settings: Optional['outputs.DeploymentScaleSettingsResponse'] = None,
|
|
1340
|
+
version_upgrade_option: Optional[str] = None):
|
|
1341
|
+
"""
|
|
1342
|
+
Properties of Cognitive Services account deployment.
|
|
1343
|
+
:param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
|
|
1344
|
+
:param Mapping[str, str] capabilities: The capabilities.
|
|
1345
|
+
:param bool dynamic_throttling_enabled: If the dynamic throttling is enabled.
|
|
1346
|
+
:param str provisioning_state: Gets the status of the resource at the time the operation was called.
|
|
1347
|
+
:param 'DeploymentCapacitySettingsResponse' capacity_settings: Internal use only.
|
|
1348
|
+
:param int current_capacity: The current capacity.
|
|
1349
|
+
:param 'DeploymentModelResponse' model: Properties of Cognitive Services account deployment model.
|
|
1350
|
+
:param str parent_deployment_name: The name of parent deployment.
|
|
1351
|
+
:param str rai_policy_name: The name of RAI policy.
|
|
1352
|
+
:param 'DeploymentScaleSettingsResponse' scale_settings: Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
|
|
1353
|
+
:param str version_upgrade_option: Deployment model version upgrade option.
|
|
1354
|
+
"""
|
|
1355
|
+
pulumi.set(__self__, "call_rate_limit", call_rate_limit)
|
|
1356
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
1357
|
+
pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
|
|
1358
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1359
|
+
pulumi.set(__self__, "rate_limits", rate_limits)
|
|
1360
|
+
if capacity_settings is not None:
|
|
1361
|
+
pulumi.set(__self__, "capacity_settings", capacity_settings)
|
|
1362
|
+
if current_capacity is not None:
|
|
1363
|
+
pulumi.set(__self__, "current_capacity", current_capacity)
|
|
1364
|
+
if model is not None:
|
|
1365
|
+
pulumi.set(__self__, "model", model)
|
|
1366
|
+
if parent_deployment_name is not None:
|
|
1367
|
+
pulumi.set(__self__, "parent_deployment_name", parent_deployment_name)
|
|
1368
|
+
if rai_policy_name is not None:
|
|
1369
|
+
pulumi.set(__self__, "rai_policy_name", rai_policy_name)
|
|
1370
|
+
if scale_settings is not None:
|
|
1371
|
+
pulumi.set(__self__, "scale_settings", scale_settings)
|
|
1372
|
+
if version_upgrade_option is not None:
|
|
1373
|
+
pulumi.set(__self__, "version_upgrade_option", version_upgrade_option)
|
|
1374
|
+
|
|
1375
|
+
@property
|
|
1376
|
+
@pulumi.getter(name="callRateLimit")
|
|
1377
|
+
def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
|
|
1378
|
+
"""
|
|
1379
|
+
The call rate limit Cognitive Services account.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "call_rate_limit")
|
|
1382
|
+
|
|
1383
|
+
@property
|
|
1384
|
+
@pulumi.getter
|
|
1385
|
+
def capabilities(self) -> Mapping[str, str]:
|
|
1386
|
+
"""
|
|
1387
|
+
The capabilities.
|
|
1388
|
+
"""
|
|
1389
|
+
return pulumi.get(self, "capabilities")
|
|
1390
|
+
|
|
1391
|
+
@property
|
|
1392
|
+
@pulumi.getter(name="dynamicThrottlingEnabled")
|
|
1393
|
+
def dynamic_throttling_enabled(self) -> bool:
|
|
1394
|
+
"""
|
|
1395
|
+
If the dynamic throttling is enabled.
|
|
1396
|
+
"""
|
|
1397
|
+
return pulumi.get(self, "dynamic_throttling_enabled")
|
|
1398
|
+
|
|
1399
|
+
@property
|
|
1400
|
+
@pulumi.getter(name="provisioningState")
|
|
1401
|
+
def provisioning_state(self) -> str:
|
|
1402
|
+
"""
|
|
1403
|
+
Gets the status of the resource at the time the operation was called.
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "provisioning_state")
|
|
1406
|
+
|
|
1407
|
+
@property
|
|
1408
|
+
@pulumi.getter(name="rateLimits")
|
|
1409
|
+
def rate_limits(self) -> Sequence['outputs.ThrottlingRuleResponse']:
|
|
1410
|
+
return pulumi.get(self, "rate_limits")
|
|
1411
|
+
|
|
1412
|
+
@property
|
|
1413
|
+
@pulumi.getter(name="capacitySettings")
|
|
1414
|
+
def capacity_settings(self) -> Optional['outputs.DeploymentCapacitySettingsResponse']:
|
|
1415
|
+
"""
|
|
1416
|
+
Internal use only.
|
|
1417
|
+
"""
|
|
1418
|
+
return pulumi.get(self, "capacity_settings")
|
|
1419
|
+
|
|
1420
|
+
@property
|
|
1421
|
+
@pulumi.getter(name="currentCapacity")
|
|
1422
|
+
def current_capacity(self) -> Optional[int]:
|
|
1423
|
+
"""
|
|
1424
|
+
The current capacity.
|
|
1425
|
+
"""
|
|
1426
|
+
return pulumi.get(self, "current_capacity")
|
|
1427
|
+
|
|
1428
|
+
@property
|
|
1429
|
+
@pulumi.getter
|
|
1430
|
+
def model(self) -> Optional['outputs.DeploymentModelResponse']:
|
|
1431
|
+
"""
|
|
1432
|
+
Properties of Cognitive Services account deployment model.
|
|
1433
|
+
"""
|
|
1434
|
+
return pulumi.get(self, "model")
|
|
1435
|
+
|
|
1436
|
+
@property
|
|
1437
|
+
@pulumi.getter(name="parentDeploymentName")
|
|
1438
|
+
def parent_deployment_name(self) -> Optional[str]:
|
|
1439
|
+
"""
|
|
1440
|
+
The name of parent deployment.
|
|
1441
|
+
"""
|
|
1442
|
+
return pulumi.get(self, "parent_deployment_name")
|
|
1443
|
+
|
|
1444
|
+
@property
|
|
1445
|
+
@pulumi.getter(name="raiPolicyName")
|
|
1446
|
+
def rai_policy_name(self) -> Optional[str]:
|
|
1447
|
+
"""
|
|
1448
|
+
The name of RAI policy.
|
|
1449
|
+
"""
|
|
1450
|
+
return pulumi.get(self, "rai_policy_name")
|
|
1451
|
+
|
|
1452
|
+
@property
|
|
1453
|
+
@pulumi.getter(name="scaleSettings")
|
|
1454
|
+
def scale_settings(self) -> Optional['outputs.DeploymentScaleSettingsResponse']:
|
|
1455
|
+
"""
|
|
1456
|
+
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
|
|
1457
|
+
"""
|
|
1458
|
+
return pulumi.get(self, "scale_settings")
|
|
1459
|
+
|
|
1460
|
+
@property
|
|
1461
|
+
@pulumi.getter(name="versionUpgradeOption")
|
|
1462
|
+
def version_upgrade_option(self) -> Optional[str]:
|
|
1463
|
+
"""
|
|
1464
|
+
Deployment model version upgrade option.
|
|
1465
|
+
"""
|
|
1466
|
+
return pulumi.get(self, "version_upgrade_option")
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
@pulumi.output_type
|
|
1470
|
+
class DeploymentScaleSettingsResponse(dict):
|
|
1471
|
+
"""
|
|
1472
|
+
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
|
|
1473
|
+
"""
|
|
1474
|
+
@staticmethod
|
|
1475
|
+
def __key_warning(key: str):
|
|
1476
|
+
suggest = None
|
|
1477
|
+
if key == "activeCapacity":
|
|
1478
|
+
suggest = "active_capacity"
|
|
1479
|
+
elif key == "scaleType":
|
|
1480
|
+
suggest = "scale_type"
|
|
1481
|
+
|
|
1482
|
+
if suggest:
|
|
1483
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentScaleSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1484
|
+
|
|
1485
|
+
def __getitem__(self, key: str) -> Any:
|
|
1486
|
+
DeploymentScaleSettingsResponse.__key_warning(key)
|
|
1487
|
+
return super().__getitem__(key)
|
|
1488
|
+
|
|
1489
|
+
def get(self, key: str, default = None) -> Any:
|
|
1490
|
+
DeploymentScaleSettingsResponse.__key_warning(key)
|
|
1491
|
+
return super().get(key, default)
|
|
1492
|
+
|
|
1493
|
+
def __init__(__self__, *,
|
|
1494
|
+
active_capacity: int,
|
|
1495
|
+
capacity: Optional[int] = None,
|
|
1496
|
+
scale_type: Optional[str] = None):
|
|
1497
|
+
"""
|
|
1498
|
+
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
|
|
1499
|
+
:param int active_capacity: Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`.
|
|
1500
|
+
:param int capacity: Deployment capacity.
|
|
1501
|
+
:param str scale_type: Deployment scale type.
|
|
1502
|
+
"""
|
|
1503
|
+
pulumi.set(__self__, "active_capacity", active_capacity)
|
|
1504
|
+
if capacity is not None:
|
|
1505
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1506
|
+
if scale_type is not None:
|
|
1507
|
+
pulumi.set(__self__, "scale_type", scale_type)
|
|
1508
|
+
|
|
1509
|
+
@property
|
|
1510
|
+
@pulumi.getter(name="activeCapacity")
|
|
1511
|
+
def active_capacity(self) -> int:
|
|
1512
|
+
"""
|
|
1513
|
+
Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`.
|
|
1514
|
+
"""
|
|
1515
|
+
return pulumi.get(self, "active_capacity")
|
|
1516
|
+
|
|
1517
|
+
@property
|
|
1518
|
+
@pulumi.getter
|
|
1519
|
+
def capacity(self) -> Optional[int]:
|
|
1520
|
+
"""
|
|
1521
|
+
Deployment capacity.
|
|
1522
|
+
"""
|
|
1523
|
+
return pulumi.get(self, "capacity")
|
|
1524
|
+
|
|
1525
|
+
@property
|
|
1526
|
+
@pulumi.getter(name="scaleType")
|
|
1527
|
+
def scale_type(self) -> Optional[str]:
|
|
1528
|
+
"""
|
|
1529
|
+
Deployment scale type.
|
|
1530
|
+
"""
|
|
1531
|
+
return pulumi.get(self, "scale_type")
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
@pulumi.output_type
|
|
1535
|
+
class EncryptionResponse(dict):
|
|
1536
|
+
"""
|
|
1537
|
+
Properties to configure Encryption
|
|
1538
|
+
"""
|
|
1539
|
+
@staticmethod
|
|
1540
|
+
def __key_warning(key: str):
|
|
1541
|
+
suggest = None
|
|
1542
|
+
if key == "keySource":
|
|
1543
|
+
suggest = "key_source"
|
|
1544
|
+
elif key == "keyVaultProperties":
|
|
1545
|
+
suggest = "key_vault_properties"
|
|
1546
|
+
|
|
1547
|
+
if suggest:
|
|
1548
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1549
|
+
|
|
1550
|
+
def __getitem__(self, key: str) -> Any:
|
|
1551
|
+
EncryptionResponse.__key_warning(key)
|
|
1552
|
+
return super().__getitem__(key)
|
|
1553
|
+
|
|
1554
|
+
def get(self, key: str, default = None) -> Any:
|
|
1555
|
+
EncryptionResponse.__key_warning(key)
|
|
1556
|
+
return super().get(key, default)
|
|
1557
|
+
|
|
1558
|
+
def __init__(__self__, *,
|
|
1559
|
+
key_source: Optional[str] = None,
|
|
1560
|
+
key_vault_properties: Optional['outputs.KeyVaultPropertiesResponse'] = None):
|
|
1561
|
+
"""
|
|
1562
|
+
Properties to configure Encryption
|
|
1563
|
+
:param str key_source: Enumerates the possible value of keySource for Encryption
|
|
1564
|
+
:param 'KeyVaultPropertiesResponse' key_vault_properties: Properties of KeyVault
|
|
1565
|
+
"""
|
|
1566
|
+
if key_source is None:
|
|
1567
|
+
key_source = 'Microsoft.KeyVault'
|
|
1568
|
+
if key_source is not None:
|
|
1569
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
1570
|
+
if key_vault_properties is not None:
|
|
1571
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter(name="keySource")
|
|
1575
|
+
def key_source(self) -> Optional[str]:
|
|
1576
|
+
"""
|
|
1577
|
+
Enumerates the possible value of keySource for Encryption
|
|
1578
|
+
"""
|
|
1579
|
+
return pulumi.get(self, "key_source")
|
|
1580
|
+
|
|
1581
|
+
@property
|
|
1582
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
1583
|
+
def key_vault_properties(self) -> Optional['outputs.KeyVaultPropertiesResponse']:
|
|
1584
|
+
"""
|
|
1585
|
+
Properties of KeyVault
|
|
1586
|
+
"""
|
|
1587
|
+
return pulumi.get(self, "key_vault_properties")
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
@pulumi.output_type
|
|
1591
|
+
class EncryptionScopePropertiesResponse(dict):
|
|
1592
|
+
"""
|
|
1593
|
+
Properties to EncryptionScope
|
|
1594
|
+
"""
|
|
1595
|
+
@staticmethod
|
|
1596
|
+
def __key_warning(key: str):
|
|
1597
|
+
suggest = None
|
|
1598
|
+
if key == "provisioningState":
|
|
1599
|
+
suggest = "provisioning_state"
|
|
1600
|
+
elif key == "keySource":
|
|
1601
|
+
suggest = "key_source"
|
|
1602
|
+
elif key == "keyVaultProperties":
|
|
1603
|
+
suggest = "key_vault_properties"
|
|
1604
|
+
|
|
1605
|
+
if suggest:
|
|
1606
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionScopePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1607
|
+
|
|
1608
|
+
def __getitem__(self, key: str) -> Any:
|
|
1609
|
+
EncryptionScopePropertiesResponse.__key_warning(key)
|
|
1610
|
+
return super().__getitem__(key)
|
|
1611
|
+
|
|
1612
|
+
def get(self, key: str, default = None) -> Any:
|
|
1613
|
+
EncryptionScopePropertiesResponse.__key_warning(key)
|
|
1614
|
+
return super().get(key, default)
|
|
1615
|
+
|
|
1616
|
+
def __init__(__self__, *,
|
|
1617
|
+
provisioning_state: str,
|
|
1618
|
+
key_source: Optional[str] = None,
|
|
1619
|
+
key_vault_properties: Optional['outputs.KeyVaultPropertiesResponse'] = None,
|
|
1620
|
+
state: Optional[str] = None):
|
|
1621
|
+
"""
|
|
1622
|
+
Properties to EncryptionScope
|
|
1623
|
+
:param str provisioning_state: Gets the status of the resource at the time the operation was called.
|
|
1624
|
+
:param str key_source: Enumerates the possible value of keySource for Encryption
|
|
1625
|
+
:param 'KeyVaultPropertiesResponse' key_vault_properties: Properties of KeyVault
|
|
1626
|
+
:param str state: The encryptionScope state.
|
|
1627
|
+
"""
|
|
1628
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1629
|
+
if key_source is None:
|
|
1630
|
+
key_source = 'Microsoft.KeyVault'
|
|
1631
|
+
if key_source is not None:
|
|
1632
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
1633
|
+
if key_vault_properties is not None:
|
|
1634
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
1635
|
+
if state is not None:
|
|
1636
|
+
pulumi.set(__self__, "state", state)
|
|
1637
|
+
|
|
1638
|
+
@property
|
|
1639
|
+
@pulumi.getter(name="provisioningState")
|
|
1640
|
+
def provisioning_state(self) -> str:
|
|
1641
|
+
"""
|
|
1642
|
+
Gets the status of the resource at the time the operation was called.
|
|
1643
|
+
"""
|
|
1644
|
+
return pulumi.get(self, "provisioning_state")
|
|
1645
|
+
|
|
1646
|
+
@property
|
|
1647
|
+
@pulumi.getter(name="keySource")
|
|
1648
|
+
def key_source(self) -> Optional[str]:
|
|
1649
|
+
"""
|
|
1650
|
+
Enumerates the possible value of keySource for Encryption
|
|
1651
|
+
"""
|
|
1652
|
+
return pulumi.get(self, "key_source")
|
|
1653
|
+
|
|
1654
|
+
@property
|
|
1655
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
1656
|
+
def key_vault_properties(self) -> Optional['outputs.KeyVaultPropertiesResponse']:
|
|
1657
|
+
"""
|
|
1658
|
+
Properties of KeyVault
|
|
1659
|
+
"""
|
|
1660
|
+
return pulumi.get(self, "key_vault_properties")
|
|
1661
|
+
|
|
1662
|
+
@property
|
|
1663
|
+
@pulumi.getter
|
|
1664
|
+
def state(self) -> Optional[str]:
|
|
1665
|
+
"""
|
|
1666
|
+
The encryptionScope state.
|
|
1667
|
+
"""
|
|
1668
|
+
return pulumi.get(self, "state")
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
@pulumi.output_type
|
|
1672
|
+
class IdentityResponse(dict):
|
|
1673
|
+
"""
|
|
1674
|
+
Identity for the resource.
|
|
1675
|
+
"""
|
|
1676
|
+
@staticmethod
|
|
1677
|
+
def __key_warning(key: str):
|
|
1678
|
+
suggest = None
|
|
1679
|
+
if key == "principalId":
|
|
1680
|
+
suggest = "principal_id"
|
|
1681
|
+
elif key == "tenantId":
|
|
1682
|
+
suggest = "tenant_id"
|
|
1683
|
+
elif key == "userAssignedIdentities":
|
|
1684
|
+
suggest = "user_assigned_identities"
|
|
1685
|
+
|
|
1686
|
+
if suggest:
|
|
1687
|
+
pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1688
|
+
|
|
1689
|
+
def __getitem__(self, key: str) -> Any:
|
|
1690
|
+
IdentityResponse.__key_warning(key)
|
|
1691
|
+
return super().__getitem__(key)
|
|
1692
|
+
|
|
1693
|
+
def get(self, key: str, default = None) -> Any:
|
|
1694
|
+
IdentityResponse.__key_warning(key)
|
|
1695
|
+
return super().get(key, default)
|
|
1696
|
+
|
|
1697
|
+
def __init__(__self__, *,
|
|
1698
|
+
principal_id: str,
|
|
1699
|
+
tenant_id: str,
|
|
1700
|
+
type: Optional[str] = None,
|
|
1701
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
1702
|
+
"""
|
|
1703
|
+
Identity for the resource.
|
|
1704
|
+
:param str principal_id: The principal ID of resource identity.
|
|
1705
|
+
:param str tenant_id: The tenant ID of resource.
|
|
1706
|
+
:param str type: The identity type.
|
|
1707
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
|
|
1708
|
+
"""
|
|
1709
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1710
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1711
|
+
if type is not None:
|
|
1712
|
+
pulumi.set(__self__, "type", type)
|
|
1713
|
+
if user_assigned_identities is not None:
|
|
1714
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1715
|
+
|
|
1716
|
+
@property
|
|
1717
|
+
@pulumi.getter(name="principalId")
|
|
1718
|
+
def principal_id(self) -> str:
|
|
1719
|
+
"""
|
|
1720
|
+
The principal ID of resource identity.
|
|
1721
|
+
"""
|
|
1722
|
+
return pulumi.get(self, "principal_id")
|
|
1723
|
+
|
|
1724
|
+
@property
|
|
1725
|
+
@pulumi.getter(name="tenantId")
|
|
1726
|
+
def tenant_id(self) -> str:
|
|
1727
|
+
"""
|
|
1728
|
+
The tenant ID of resource.
|
|
1729
|
+
"""
|
|
1730
|
+
return pulumi.get(self, "tenant_id")
|
|
1731
|
+
|
|
1732
|
+
@property
|
|
1733
|
+
@pulumi.getter
|
|
1734
|
+
def type(self) -> Optional[str]:
|
|
1735
|
+
"""
|
|
1736
|
+
The identity type.
|
|
1737
|
+
"""
|
|
1738
|
+
return pulumi.get(self, "type")
|
|
1739
|
+
|
|
1740
|
+
@property
|
|
1741
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1742
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
1743
|
+
"""
|
|
1744
|
+
The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
|
|
1745
|
+
"""
|
|
1746
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
@pulumi.output_type
|
|
1750
|
+
class IpRuleResponse(dict):
|
|
1751
|
+
"""
|
|
1752
|
+
A rule governing the accessibility from a specific ip address or ip range.
|
|
1753
|
+
"""
|
|
1754
|
+
def __init__(__self__, *,
|
|
1755
|
+
value: str):
|
|
1756
|
+
"""
|
|
1757
|
+
A rule governing the accessibility from a specific ip address or ip range.
|
|
1758
|
+
:param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
|
|
1759
|
+
"""
|
|
1760
|
+
pulumi.set(__self__, "value", value)
|
|
1761
|
+
|
|
1762
|
+
@property
|
|
1763
|
+
@pulumi.getter
|
|
1764
|
+
def value(self) -> str:
|
|
1765
|
+
"""
|
|
1766
|
+
An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
|
|
1767
|
+
"""
|
|
1768
|
+
return pulumi.get(self, "value")
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
@pulumi.output_type
|
|
1772
|
+
class KeyVaultPropertiesResponse(dict):
|
|
1773
|
+
"""
|
|
1774
|
+
Properties to configure keyVault Properties
|
|
1775
|
+
"""
|
|
1776
|
+
@staticmethod
|
|
1777
|
+
def __key_warning(key: str):
|
|
1778
|
+
suggest = None
|
|
1779
|
+
if key == "identityClientId":
|
|
1780
|
+
suggest = "identity_client_id"
|
|
1781
|
+
elif key == "keyName":
|
|
1782
|
+
suggest = "key_name"
|
|
1783
|
+
elif key == "keyVaultUri":
|
|
1784
|
+
suggest = "key_vault_uri"
|
|
1785
|
+
elif key == "keyVersion":
|
|
1786
|
+
suggest = "key_version"
|
|
1787
|
+
|
|
1788
|
+
if suggest:
|
|
1789
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1790
|
+
|
|
1791
|
+
def __getitem__(self, key: str) -> Any:
|
|
1792
|
+
KeyVaultPropertiesResponse.__key_warning(key)
|
|
1793
|
+
return super().__getitem__(key)
|
|
1794
|
+
|
|
1795
|
+
def get(self, key: str, default = None) -> Any:
|
|
1796
|
+
KeyVaultPropertiesResponse.__key_warning(key)
|
|
1797
|
+
return super().get(key, default)
|
|
1798
|
+
|
|
1799
|
+
def __init__(__self__, *,
|
|
1800
|
+
identity_client_id: Optional[str] = None,
|
|
1801
|
+
key_name: Optional[str] = None,
|
|
1802
|
+
key_vault_uri: Optional[str] = None,
|
|
1803
|
+
key_version: Optional[str] = None):
|
|
1804
|
+
"""
|
|
1805
|
+
Properties to configure keyVault Properties
|
|
1806
|
+
:param str key_name: Name of the Key from KeyVault
|
|
1807
|
+
:param str key_vault_uri: Uri of KeyVault
|
|
1808
|
+
:param str key_version: Version of the Key from KeyVault
|
|
1809
|
+
"""
|
|
1810
|
+
if identity_client_id is not None:
|
|
1811
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
1812
|
+
if key_name is not None:
|
|
1813
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
1814
|
+
if key_vault_uri is not None:
|
|
1815
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
1816
|
+
if key_version is not None:
|
|
1817
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
1818
|
+
|
|
1819
|
+
@property
|
|
1820
|
+
@pulumi.getter(name="identityClientId")
|
|
1821
|
+
def identity_client_id(self) -> Optional[str]:
|
|
1822
|
+
return pulumi.get(self, "identity_client_id")
|
|
1823
|
+
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter(name="keyName")
|
|
1826
|
+
def key_name(self) -> Optional[str]:
|
|
1827
|
+
"""
|
|
1828
|
+
Name of the Key from KeyVault
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "key_name")
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter(name="keyVaultUri")
|
|
1834
|
+
def key_vault_uri(self) -> Optional[str]:
|
|
1835
|
+
"""
|
|
1836
|
+
Uri of KeyVault
|
|
1837
|
+
"""
|
|
1838
|
+
return pulumi.get(self, "key_vault_uri")
|
|
1839
|
+
|
|
1840
|
+
@property
|
|
1841
|
+
@pulumi.getter(name="keyVersion")
|
|
1842
|
+
def key_version(self) -> Optional[str]:
|
|
1843
|
+
"""
|
|
1844
|
+
Version of the Key from KeyVault
|
|
1845
|
+
"""
|
|
1846
|
+
return pulumi.get(self, "key_version")
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
@pulumi.output_type
|
|
1850
|
+
class MultiRegionSettingsResponse(dict):
|
|
1851
|
+
"""
|
|
1852
|
+
The multiregion settings Cognitive Services account.
|
|
1853
|
+
"""
|
|
1854
|
+
@staticmethod
|
|
1855
|
+
def __key_warning(key: str):
|
|
1856
|
+
suggest = None
|
|
1857
|
+
if key == "routingMethod":
|
|
1858
|
+
suggest = "routing_method"
|
|
1859
|
+
|
|
1860
|
+
if suggest:
|
|
1861
|
+
pulumi.log.warn(f"Key '{key}' not found in MultiRegionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1862
|
+
|
|
1863
|
+
def __getitem__(self, key: str) -> Any:
|
|
1864
|
+
MultiRegionSettingsResponse.__key_warning(key)
|
|
1865
|
+
return super().__getitem__(key)
|
|
1866
|
+
|
|
1867
|
+
def get(self, key: str, default = None) -> Any:
|
|
1868
|
+
MultiRegionSettingsResponse.__key_warning(key)
|
|
1869
|
+
return super().get(key, default)
|
|
1870
|
+
|
|
1871
|
+
def __init__(__self__, *,
|
|
1872
|
+
regions: Optional[Sequence['outputs.RegionSettingResponse']] = None,
|
|
1873
|
+
routing_method: Optional[str] = None):
|
|
1874
|
+
"""
|
|
1875
|
+
The multiregion settings Cognitive Services account.
|
|
1876
|
+
:param str routing_method: Multiregion routing methods.
|
|
1877
|
+
"""
|
|
1878
|
+
if regions is not None:
|
|
1879
|
+
pulumi.set(__self__, "regions", regions)
|
|
1880
|
+
if routing_method is not None:
|
|
1881
|
+
pulumi.set(__self__, "routing_method", routing_method)
|
|
1882
|
+
|
|
1883
|
+
@property
|
|
1884
|
+
@pulumi.getter
|
|
1885
|
+
def regions(self) -> Optional[Sequence['outputs.RegionSettingResponse']]:
|
|
1886
|
+
return pulumi.get(self, "regions")
|
|
1887
|
+
|
|
1888
|
+
@property
|
|
1889
|
+
@pulumi.getter(name="routingMethod")
|
|
1890
|
+
def routing_method(self) -> Optional[str]:
|
|
1891
|
+
"""
|
|
1892
|
+
Multiregion routing methods.
|
|
1893
|
+
"""
|
|
1894
|
+
return pulumi.get(self, "routing_method")
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
@pulumi.output_type
|
|
1898
|
+
class NetworkRuleSetResponse(dict):
|
|
1899
|
+
"""
|
|
1900
|
+
A set of rules governing the network accessibility.
|
|
1901
|
+
"""
|
|
1902
|
+
@staticmethod
|
|
1903
|
+
def __key_warning(key: str):
|
|
1904
|
+
suggest = None
|
|
1905
|
+
if key == "defaultAction":
|
|
1906
|
+
suggest = "default_action"
|
|
1907
|
+
elif key == "ipRules":
|
|
1908
|
+
suggest = "ip_rules"
|
|
1909
|
+
elif key == "virtualNetworkRules":
|
|
1910
|
+
suggest = "virtual_network_rules"
|
|
1911
|
+
|
|
1912
|
+
if suggest:
|
|
1913
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1914
|
+
|
|
1915
|
+
def __getitem__(self, key: str) -> Any:
|
|
1916
|
+
NetworkRuleSetResponse.__key_warning(key)
|
|
1917
|
+
return super().__getitem__(key)
|
|
1918
|
+
|
|
1919
|
+
def get(self, key: str, default = None) -> Any:
|
|
1920
|
+
NetworkRuleSetResponse.__key_warning(key)
|
|
1921
|
+
return super().get(key, default)
|
|
1922
|
+
|
|
1923
|
+
def __init__(__self__, *,
|
|
1924
|
+
bypass: Optional[str] = None,
|
|
1925
|
+
default_action: Optional[str] = None,
|
|
1926
|
+
ip_rules: Optional[Sequence['outputs.IpRuleResponse']] = None,
|
|
1927
|
+
virtual_network_rules: Optional[Sequence['outputs.VirtualNetworkRuleResponse']] = None):
|
|
1928
|
+
"""
|
|
1929
|
+
A set of rules governing the network accessibility.
|
|
1930
|
+
:param str bypass: Setting for trusted services.
|
|
1931
|
+
:param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
|
|
1932
|
+
:param Sequence['IpRuleResponse'] ip_rules: The list of IP address rules.
|
|
1933
|
+
:param Sequence['VirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
|
|
1934
|
+
"""
|
|
1935
|
+
if bypass is not None:
|
|
1936
|
+
pulumi.set(__self__, "bypass", bypass)
|
|
1937
|
+
if default_action is not None:
|
|
1938
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
1939
|
+
if ip_rules is not None:
|
|
1940
|
+
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
1941
|
+
if virtual_network_rules is not None:
|
|
1942
|
+
pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
|
|
1943
|
+
|
|
1944
|
+
@property
|
|
1945
|
+
@pulumi.getter
|
|
1946
|
+
def bypass(self) -> Optional[str]:
|
|
1947
|
+
"""
|
|
1948
|
+
Setting for trusted services.
|
|
1949
|
+
"""
|
|
1950
|
+
return pulumi.get(self, "bypass")
|
|
1951
|
+
|
|
1952
|
+
@property
|
|
1953
|
+
@pulumi.getter(name="defaultAction")
|
|
1954
|
+
def default_action(self) -> Optional[str]:
|
|
1955
|
+
"""
|
|
1956
|
+
The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
|
|
1957
|
+
"""
|
|
1958
|
+
return pulumi.get(self, "default_action")
|
|
1959
|
+
|
|
1960
|
+
@property
|
|
1961
|
+
@pulumi.getter(name="ipRules")
|
|
1962
|
+
def ip_rules(self) -> Optional[Sequence['outputs.IpRuleResponse']]:
|
|
1963
|
+
"""
|
|
1964
|
+
The list of IP address rules.
|
|
1965
|
+
"""
|
|
1966
|
+
return pulumi.get(self, "ip_rules")
|
|
1967
|
+
|
|
1968
|
+
@property
|
|
1969
|
+
@pulumi.getter(name="virtualNetworkRules")
|
|
1970
|
+
def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
|
|
1971
|
+
"""
|
|
1972
|
+
The list of virtual network rules.
|
|
1973
|
+
"""
|
|
1974
|
+
return pulumi.get(self, "virtual_network_rules")
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
@pulumi.output_type
|
|
1978
|
+
class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
1979
|
+
"""
|
|
1980
|
+
Properties of the PrivateEndpointConnectProperties.
|
|
1981
|
+
"""
|
|
1982
|
+
@staticmethod
|
|
1983
|
+
def __key_warning(key: str):
|
|
1984
|
+
suggest = None
|
|
1985
|
+
if key == "privateLinkServiceConnectionState":
|
|
1986
|
+
suggest = "private_link_service_connection_state"
|
|
1987
|
+
elif key == "provisioningState":
|
|
1988
|
+
suggest = "provisioning_state"
|
|
1989
|
+
elif key == "groupIds":
|
|
1990
|
+
suggest = "group_ids"
|
|
1991
|
+
elif key == "privateEndpoint":
|
|
1992
|
+
suggest = "private_endpoint"
|
|
1993
|
+
|
|
1994
|
+
if suggest:
|
|
1995
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1996
|
+
|
|
1997
|
+
def __getitem__(self, key: str) -> Any:
|
|
1998
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
1999
|
+
return super().__getitem__(key)
|
|
2000
|
+
|
|
2001
|
+
def get(self, key: str, default = None) -> Any:
|
|
2002
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
2003
|
+
return super().get(key, default)
|
|
2004
|
+
|
|
2005
|
+
def __init__(__self__, *,
|
|
2006
|
+
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
2007
|
+
provisioning_state: str,
|
|
2008
|
+
group_ids: Optional[Sequence[str]] = None,
|
|
2009
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
2010
|
+
"""
|
|
2011
|
+
Properties of the PrivateEndpointConnectProperties.
|
|
2012
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
2013
|
+
:param str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
2014
|
+
:param Sequence[str] group_ids: The private link resource group ids.
|
|
2015
|
+
:param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
|
|
2016
|
+
"""
|
|
2017
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
2018
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2019
|
+
if group_ids is not None:
|
|
2020
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
2021
|
+
if private_endpoint is not None:
|
|
2022
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
2023
|
+
|
|
2024
|
+
@property
|
|
2025
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
2026
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
2027
|
+
"""
|
|
2028
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2029
|
+
"""
|
|
2030
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
2031
|
+
|
|
2032
|
+
@property
|
|
2033
|
+
@pulumi.getter(name="provisioningState")
|
|
2034
|
+
def provisioning_state(self) -> str:
|
|
2035
|
+
"""
|
|
2036
|
+
The provisioning state of the private endpoint connection resource.
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "provisioning_state")
|
|
2039
|
+
|
|
2040
|
+
@property
|
|
2041
|
+
@pulumi.getter(name="groupIds")
|
|
2042
|
+
def group_ids(self) -> Optional[Sequence[str]]:
|
|
2043
|
+
"""
|
|
2044
|
+
The private link resource group ids.
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "group_ids")
|
|
2047
|
+
|
|
2048
|
+
@property
|
|
2049
|
+
@pulumi.getter(name="privateEndpoint")
|
|
2050
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
2051
|
+
"""
|
|
2052
|
+
The resource of private end point.
|
|
2053
|
+
"""
|
|
2054
|
+
return pulumi.get(self, "private_endpoint")
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
@pulumi.output_type
|
|
2058
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
2059
|
+
"""
|
|
2060
|
+
The Private Endpoint Connection resource.
|
|
2061
|
+
"""
|
|
2062
|
+
@staticmethod
|
|
2063
|
+
def __key_warning(key: str):
|
|
2064
|
+
suggest = None
|
|
2065
|
+
if key == "systemData":
|
|
2066
|
+
suggest = "system_data"
|
|
2067
|
+
|
|
2068
|
+
if suggest:
|
|
2069
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2070
|
+
|
|
2071
|
+
def __getitem__(self, key: str) -> Any:
|
|
2072
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
2073
|
+
return super().__getitem__(key)
|
|
2074
|
+
|
|
2075
|
+
def get(self, key: str, default = None) -> Any:
|
|
2076
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
2077
|
+
return super().get(key, default)
|
|
2078
|
+
|
|
2079
|
+
def __init__(__self__, *,
|
|
2080
|
+
etag: str,
|
|
2081
|
+
id: str,
|
|
2082
|
+
name: str,
|
|
2083
|
+
system_data: 'outputs.SystemDataResponse',
|
|
2084
|
+
type: str,
|
|
2085
|
+
location: Optional[str] = None,
|
|
2086
|
+
properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
|
|
2087
|
+
"""
|
|
2088
|
+
The Private Endpoint Connection resource.
|
|
2089
|
+
:param str etag: Resource Etag.
|
|
2090
|
+
:param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2091
|
+
:param str name: The name of the resource
|
|
2092
|
+
:param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
|
|
2093
|
+
:param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2094
|
+
:param str location: The location of the private endpoint connection
|
|
2095
|
+
:param 'PrivateEndpointConnectionPropertiesResponse' properties: Resource properties.
|
|
2096
|
+
"""
|
|
2097
|
+
pulumi.set(__self__, "etag", etag)
|
|
2098
|
+
pulumi.set(__self__, "id", id)
|
|
2099
|
+
pulumi.set(__self__, "name", name)
|
|
2100
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
2101
|
+
pulumi.set(__self__, "type", type)
|
|
2102
|
+
if location is not None:
|
|
2103
|
+
pulumi.set(__self__, "location", location)
|
|
2104
|
+
if properties is not None:
|
|
2105
|
+
pulumi.set(__self__, "properties", properties)
|
|
2106
|
+
|
|
2107
|
+
@property
|
|
2108
|
+
@pulumi.getter
|
|
2109
|
+
def etag(self) -> str:
|
|
2110
|
+
"""
|
|
2111
|
+
Resource Etag.
|
|
2112
|
+
"""
|
|
2113
|
+
return pulumi.get(self, "etag")
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter
|
|
2117
|
+
def id(self) -> str:
|
|
2118
|
+
"""
|
|
2119
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "id")
|
|
2122
|
+
|
|
2123
|
+
@property
|
|
2124
|
+
@pulumi.getter
|
|
2125
|
+
def name(self) -> str:
|
|
2126
|
+
"""
|
|
2127
|
+
The name of the resource
|
|
2128
|
+
"""
|
|
2129
|
+
return pulumi.get(self, "name")
|
|
2130
|
+
|
|
2131
|
+
@property
|
|
2132
|
+
@pulumi.getter(name="systemData")
|
|
2133
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
2134
|
+
"""
|
|
2135
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2136
|
+
"""
|
|
2137
|
+
return pulumi.get(self, "system_data")
|
|
2138
|
+
|
|
2139
|
+
@property
|
|
2140
|
+
@pulumi.getter
|
|
2141
|
+
def type(self) -> str:
|
|
2142
|
+
"""
|
|
2143
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2144
|
+
"""
|
|
2145
|
+
return pulumi.get(self, "type")
|
|
2146
|
+
|
|
2147
|
+
@property
|
|
2148
|
+
@pulumi.getter
|
|
2149
|
+
def location(self) -> Optional[str]:
|
|
2150
|
+
"""
|
|
2151
|
+
The location of the private endpoint connection
|
|
2152
|
+
"""
|
|
2153
|
+
return pulumi.get(self, "location")
|
|
2154
|
+
|
|
2155
|
+
@property
|
|
2156
|
+
@pulumi.getter
|
|
2157
|
+
def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
2158
|
+
"""
|
|
2159
|
+
Resource properties.
|
|
2160
|
+
"""
|
|
2161
|
+
return pulumi.get(self, "properties")
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
@pulumi.output_type
|
|
2165
|
+
class PrivateEndpointResponse(dict):
|
|
2166
|
+
"""
|
|
2167
|
+
The Private Endpoint resource.
|
|
2168
|
+
"""
|
|
2169
|
+
def __init__(__self__, *,
|
|
2170
|
+
id: str):
|
|
2171
|
+
"""
|
|
2172
|
+
The Private Endpoint resource.
|
|
2173
|
+
:param str id: The ARM identifier for Private Endpoint
|
|
2174
|
+
"""
|
|
2175
|
+
pulumi.set(__self__, "id", id)
|
|
2176
|
+
|
|
2177
|
+
@property
|
|
2178
|
+
@pulumi.getter
|
|
2179
|
+
def id(self) -> str:
|
|
2180
|
+
"""
|
|
2181
|
+
The ARM identifier for Private Endpoint
|
|
2182
|
+
"""
|
|
2183
|
+
return pulumi.get(self, "id")
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
@pulumi.output_type
|
|
2187
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
2188
|
+
"""
|
|
2189
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2190
|
+
"""
|
|
2191
|
+
@staticmethod
|
|
2192
|
+
def __key_warning(key: str):
|
|
2193
|
+
suggest = None
|
|
2194
|
+
if key == "actionsRequired":
|
|
2195
|
+
suggest = "actions_required"
|
|
2196
|
+
|
|
2197
|
+
if suggest:
|
|
2198
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2199
|
+
|
|
2200
|
+
def __getitem__(self, key: str) -> Any:
|
|
2201
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
2202
|
+
return super().__getitem__(key)
|
|
2203
|
+
|
|
2204
|
+
def get(self, key: str, default = None) -> Any:
|
|
2205
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
2206
|
+
return super().get(key, default)
|
|
2207
|
+
|
|
2208
|
+
def __init__(__self__, *,
|
|
2209
|
+
actions_required: Optional[str] = None,
|
|
2210
|
+
description: Optional[str] = None,
|
|
2211
|
+
status: Optional[str] = None):
|
|
2212
|
+
"""
|
|
2213
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
2214
|
+
:param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
2215
|
+
:param str description: The reason for approval/rejection of the connection.
|
|
2216
|
+
:param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2217
|
+
"""
|
|
2218
|
+
if actions_required is not None:
|
|
2219
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
2220
|
+
if description is not None:
|
|
2221
|
+
pulumi.set(__self__, "description", description)
|
|
2222
|
+
if status is not None:
|
|
2223
|
+
pulumi.set(__self__, "status", status)
|
|
2224
|
+
|
|
2225
|
+
@property
|
|
2226
|
+
@pulumi.getter(name="actionsRequired")
|
|
2227
|
+
def actions_required(self) -> Optional[str]:
|
|
2228
|
+
"""
|
|
2229
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
2230
|
+
"""
|
|
2231
|
+
return pulumi.get(self, "actions_required")
|
|
2232
|
+
|
|
2233
|
+
@property
|
|
2234
|
+
@pulumi.getter
|
|
2235
|
+
def description(self) -> Optional[str]:
|
|
2236
|
+
"""
|
|
2237
|
+
The reason for approval/rejection of the connection.
|
|
2238
|
+
"""
|
|
2239
|
+
return pulumi.get(self, "description")
|
|
2240
|
+
|
|
2241
|
+
@property
|
|
2242
|
+
@pulumi.getter
|
|
2243
|
+
def status(self) -> Optional[str]:
|
|
2244
|
+
"""
|
|
2245
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
2246
|
+
"""
|
|
2247
|
+
return pulumi.get(self, "status")
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
@pulumi.output_type
|
|
2251
|
+
class QuotaLimitResponse(dict):
|
|
2252
|
+
@staticmethod
|
|
2253
|
+
def __key_warning(key: str):
|
|
2254
|
+
suggest = None
|
|
2255
|
+
if key == "renewalPeriod":
|
|
2256
|
+
suggest = "renewal_period"
|
|
2257
|
+
|
|
2258
|
+
if suggest:
|
|
2259
|
+
pulumi.log.warn(f"Key '{key}' not found in QuotaLimitResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2260
|
+
|
|
2261
|
+
def __getitem__(self, key: str) -> Any:
|
|
2262
|
+
QuotaLimitResponse.__key_warning(key)
|
|
2263
|
+
return super().__getitem__(key)
|
|
2264
|
+
|
|
2265
|
+
def get(self, key: str, default = None) -> Any:
|
|
2266
|
+
QuotaLimitResponse.__key_warning(key)
|
|
2267
|
+
return super().get(key, default)
|
|
2268
|
+
|
|
2269
|
+
def __init__(__self__, *,
|
|
2270
|
+
count: Optional[float] = None,
|
|
2271
|
+
renewal_period: Optional[float] = None,
|
|
2272
|
+
rules: Optional[Sequence['outputs.ThrottlingRuleResponse']] = None):
|
|
2273
|
+
if count is not None:
|
|
2274
|
+
pulumi.set(__self__, "count", count)
|
|
2275
|
+
if renewal_period is not None:
|
|
2276
|
+
pulumi.set(__self__, "renewal_period", renewal_period)
|
|
2277
|
+
if rules is not None:
|
|
2278
|
+
pulumi.set(__self__, "rules", rules)
|
|
2279
|
+
|
|
2280
|
+
@property
|
|
2281
|
+
@pulumi.getter
|
|
2282
|
+
def count(self) -> Optional[float]:
|
|
2283
|
+
return pulumi.get(self, "count")
|
|
2284
|
+
|
|
2285
|
+
@property
|
|
2286
|
+
@pulumi.getter(name="renewalPeriod")
|
|
2287
|
+
def renewal_period(self) -> Optional[float]:
|
|
2288
|
+
return pulumi.get(self, "renewal_period")
|
|
2289
|
+
|
|
2290
|
+
@property
|
|
2291
|
+
@pulumi.getter
|
|
2292
|
+
def rules(self) -> Optional[Sequence['outputs.ThrottlingRuleResponse']]:
|
|
2293
|
+
return pulumi.get(self, "rules")
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
@pulumi.output_type
|
|
2297
|
+
class RaiBlocklistItemPropertiesResponse(dict):
|
|
2298
|
+
"""
|
|
2299
|
+
RAI Custom Blocklist Item properties.
|
|
2300
|
+
"""
|
|
2301
|
+
@staticmethod
|
|
2302
|
+
def __key_warning(key: str):
|
|
2303
|
+
suggest = None
|
|
2304
|
+
if key == "isRegex":
|
|
2305
|
+
suggest = "is_regex"
|
|
2306
|
+
|
|
2307
|
+
if suggest:
|
|
2308
|
+
pulumi.log.warn(f"Key '{key}' not found in RaiBlocklistItemPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2309
|
+
|
|
2310
|
+
def __getitem__(self, key: str) -> Any:
|
|
2311
|
+
RaiBlocklistItemPropertiesResponse.__key_warning(key)
|
|
2312
|
+
return super().__getitem__(key)
|
|
2313
|
+
|
|
2314
|
+
def get(self, key: str, default = None) -> Any:
|
|
2315
|
+
RaiBlocklistItemPropertiesResponse.__key_warning(key)
|
|
2316
|
+
return super().get(key, default)
|
|
2317
|
+
|
|
2318
|
+
def __init__(__self__, *,
|
|
2319
|
+
is_regex: Optional[bool] = None,
|
|
2320
|
+
pattern: Optional[str] = None):
|
|
2321
|
+
"""
|
|
2322
|
+
RAI Custom Blocklist Item properties.
|
|
2323
|
+
:param bool is_regex: If the pattern is a regex pattern.
|
|
2324
|
+
:param str pattern: Pattern to match against.
|
|
2325
|
+
"""
|
|
2326
|
+
if is_regex is not None:
|
|
2327
|
+
pulumi.set(__self__, "is_regex", is_regex)
|
|
2328
|
+
if pattern is not None:
|
|
2329
|
+
pulumi.set(__self__, "pattern", pattern)
|
|
2330
|
+
|
|
2331
|
+
@property
|
|
2332
|
+
@pulumi.getter(name="isRegex")
|
|
2333
|
+
def is_regex(self) -> Optional[bool]:
|
|
2334
|
+
"""
|
|
2335
|
+
If the pattern is a regex pattern.
|
|
2336
|
+
"""
|
|
2337
|
+
return pulumi.get(self, "is_regex")
|
|
2338
|
+
|
|
2339
|
+
@property
|
|
2340
|
+
@pulumi.getter
|
|
2341
|
+
def pattern(self) -> Optional[str]:
|
|
2342
|
+
"""
|
|
2343
|
+
Pattern to match against.
|
|
2344
|
+
"""
|
|
2345
|
+
return pulumi.get(self, "pattern")
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
@pulumi.output_type
|
|
2349
|
+
class RaiBlocklistPropertiesResponse(dict):
|
|
2350
|
+
"""
|
|
2351
|
+
RAI Custom Blocklist properties.
|
|
2352
|
+
"""
|
|
2353
|
+
def __init__(__self__, *,
|
|
2354
|
+
description: Optional[str] = None):
|
|
2355
|
+
"""
|
|
2356
|
+
RAI Custom Blocklist properties.
|
|
2357
|
+
:param str description: Description of the block list.
|
|
2358
|
+
"""
|
|
2359
|
+
if description is not None:
|
|
2360
|
+
pulumi.set(__self__, "description", description)
|
|
2361
|
+
|
|
2362
|
+
@property
|
|
2363
|
+
@pulumi.getter
|
|
2364
|
+
def description(self) -> Optional[str]:
|
|
2365
|
+
"""
|
|
2366
|
+
Description of the block list.
|
|
2367
|
+
"""
|
|
2368
|
+
return pulumi.get(self, "description")
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
@pulumi.output_type
|
|
2372
|
+
class RaiMonitorConfigResponse(dict):
|
|
2373
|
+
"""
|
|
2374
|
+
Cognitive Services Rai Monitor Config.
|
|
2375
|
+
"""
|
|
2376
|
+
@staticmethod
|
|
2377
|
+
def __key_warning(key: str):
|
|
2378
|
+
suggest = None
|
|
2379
|
+
if key == "adxStorageResourceId":
|
|
2380
|
+
suggest = "adx_storage_resource_id"
|
|
2381
|
+
elif key == "identityClientId":
|
|
2382
|
+
suggest = "identity_client_id"
|
|
2383
|
+
|
|
2384
|
+
if suggest:
|
|
2385
|
+
pulumi.log.warn(f"Key '{key}' not found in RaiMonitorConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2386
|
+
|
|
2387
|
+
def __getitem__(self, key: str) -> Any:
|
|
2388
|
+
RaiMonitorConfigResponse.__key_warning(key)
|
|
2389
|
+
return super().__getitem__(key)
|
|
2390
|
+
|
|
2391
|
+
def get(self, key: str, default = None) -> Any:
|
|
2392
|
+
RaiMonitorConfigResponse.__key_warning(key)
|
|
2393
|
+
return super().get(key, default)
|
|
2394
|
+
|
|
2395
|
+
def __init__(__self__, *,
|
|
2396
|
+
adx_storage_resource_id: Optional[str] = None,
|
|
2397
|
+
identity_client_id: Optional[str] = None):
|
|
2398
|
+
"""
|
|
2399
|
+
Cognitive Services Rai Monitor Config.
|
|
2400
|
+
:param str adx_storage_resource_id: The storage resource Id.
|
|
2401
|
+
:param str identity_client_id: The identity client Id to access the storage.
|
|
2402
|
+
"""
|
|
2403
|
+
if adx_storage_resource_id is not None:
|
|
2404
|
+
pulumi.set(__self__, "adx_storage_resource_id", adx_storage_resource_id)
|
|
2405
|
+
if identity_client_id is not None:
|
|
2406
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
2407
|
+
|
|
2408
|
+
@property
|
|
2409
|
+
@pulumi.getter(name="adxStorageResourceId")
|
|
2410
|
+
def adx_storage_resource_id(self) -> Optional[str]:
|
|
2411
|
+
"""
|
|
2412
|
+
The storage resource Id.
|
|
2413
|
+
"""
|
|
2414
|
+
return pulumi.get(self, "adx_storage_resource_id")
|
|
2415
|
+
|
|
2416
|
+
@property
|
|
2417
|
+
@pulumi.getter(name="identityClientId")
|
|
2418
|
+
def identity_client_id(self) -> Optional[str]:
|
|
2419
|
+
"""
|
|
2420
|
+
The identity client Id to access the storage.
|
|
2421
|
+
"""
|
|
2422
|
+
return pulumi.get(self, "identity_client_id")
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
@pulumi.output_type
|
|
2426
|
+
class RaiPolicyContentFilterResponse(dict):
|
|
2427
|
+
"""
|
|
2428
|
+
Azure OpenAI Content Filter.
|
|
2429
|
+
"""
|
|
2430
|
+
@staticmethod
|
|
2431
|
+
def __key_warning(key: str):
|
|
2432
|
+
suggest = None
|
|
2433
|
+
if key == "severityThreshold":
|
|
2434
|
+
suggest = "severity_threshold"
|
|
2435
|
+
|
|
2436
|
+
if suggest:
|
|
2437
|
+
pulumi.log.warn(f"Key '{key}' not found in RaiPolicyContentFilterResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2438
|
+
|
|
2439
|
+
def __getitem__(self, key: str) -> Any:
|
|
2440
|
+
RaiPolicyContentFilterResponse.__key_warning(key)
|
|
2441
|
+
return super().__getitem__(key)
|
|
2442
|
+
|
|
2443
|
+
def get(self, key: str, default = None) -> Any:
|
|
2444
|
+
RaiPolicyContentFilterResponse.__key_warning(key)
|
|
2445
|
+
return super().get(key, default)
|
|
2446
|
+
|
|
2447
|
+
def __init__(__self__, *,
|
|
2448
|
+
blocking: Optional[bool] = None,
|
|
2449
|
+
enabled: Optional[bool] = None,
|
|
2450
|
+
name: Optional[str] = None,
|
|
2451
|
+
severity_threshold: Optional[str] = None,
|
|
2452
|
+
source: Optional[str] = None):
|
|
2453
|
+
"""
|
|
2454
|
+
Azure OpenAI Content Filter.
|
|
2455
|
+
:param bool blocking: If blocking would occur.
|
|
2456
|
+
:param bool enabled: If the ContentFilter is enabled.
|
|
2457
|
+
:param str name: Name of ContentFilter.
|
|
2458
|
+
:param str severity_threshold: Level at which content is filtered.
|
|
2459
|
+
:param str source: Content source to apply the Content Filters.
|
|
2460
|
+
"""
|
|
2461
|
+
if blocking is not None:
|
|
2462
|
+
pulumi.set(__self__, "blocking", blocking)
|
|
2463
|
+
if enabled is not None:
|
|
2464
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2465
|
+
if name is not None:
|
|
2466
|
+
pulumi.set(__self__, "name", name)
|
|
2467
|
+
if severity_threshold is not None:
|
|
2468
|
+
pulumi.set(__self__, "severity_threshold", severity_threshold)
|
|
2469
|
+
if source is not None:
|
|
2470
|
+
pulumi.set(__self__, "source", source)
|
|
2471
|
+
|
|
2472
|
+
@property
|
|
2473
|
+
@pulumi.getter
|
|
2474
|
+
def blocking(self) -> Optional[bool]:
|
|
2475
|
+
"""
|
|
2476
|
+
If blocking would occur.
|
|
2477
|
+
"""
|
|
2478
|
+
return pulumi.get(self, "blocking")
|
|
2479
|
+
|
|
2480
|
+
@property
|
|
2481
|
+
@pulumi.getter
|
|
2482
|
+
def enabled(self) -> Optional[bool]:
|
|
2483
|
+
"""
|
|
2484
|
+
If the ContentFilter is enabled.
|
|
2485
|
+
"""
|
|
2486
|
+
return pulumi.get(self, "enabled")
|
|
2487
|
+
|
|
2488
|
+
@property
|
|
2489
|
+
@pulumi.getter
|
|
2490
|
+
def name(self) -> Optional[str]:
|
|
2491
|
+
"""
|
|
2492
|
+
Name of ContentFilter.
|
|
2493
|
+
"""
|
|
2494
|
+
return pulumi.get(self, "name")
|
|
2495
|
+
|
|
2496
|
+
@property
|
|
2497
|
+
@pulumi.getter(name="severityThreshold")
|
|
2498
|
+
def severity_threshold(self) -> Optional[str]:
|
|
2499
|
+
"""
|
|
2500
|
+
Level at which content is filtered.
|
|
2501
|
+
"""
|
|
2502
|
+
return pulumi.get(self, "severity_threshold")
|
|
2503
|
+
|
|
2504
|
+
@property
|
|
2505
|
+
@pulumi.getter
|
|
2506
|
+
def source(self) -> Optional[str]:
|
|
2507
|
+
"""
|
|
2508
|
+
Content source to apply the Content Filters.
|
|
2509
|
+
"""
|
|
2510
|
+
return pulumi.get(self, "source")
|
|
2511
|
+
|
|
2512
|
+
|
|
2513
|
+
@pulumi.output_type
|
|
2514
|
+
class RaiPolicyPropertiesResponse(dict):
|
|
2515
|
+
"""
|
|
2516
|
+
Azure OpenAI Content Filters properties.
|
|
2517
|
+
"""
|
|
2518
|
+
@staticmethod
|
|
2519
|
+
def __key_warning(key: str):
|
|
2520
|
+
suggest = None
|
|
2521
|
+
if key == "basePolicyName":
|
|
2522
|
+
suggest = "base_policy_name"
|
|
2523
|
+
elif key == "contentFilters":
|
|
2524
|
+
suggest = "content_filters"
|
|
2525
|
+
elif key == "customBlocklists":
|
|
2526
|
+
suggest = "custom_blocklists"
|
|
2527
|
+
|
|
2528
|
+
if suggest:
|
|
2529
|
+
pulumi.log.warn(f"Key '{key}' not found in RaiPolicyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2530
|
+
|
|
2531
|
+
def __getitem__(self, key: str) -> Any:
|
|
2532
|
+
RaiPolicyPropertiesResponse.__key_warning(key)
|
|
2533
|
+
return super().__getitem__(key)
|
|
2534
|
+
|
|
2535
|
+
def get(self, key: str, default = None) -> Any:
|
|
2536
|
+
RaiPolicyPropertiesResponse.__key_warning(key)
|
|
2537
|
+
return super().get(key, default)
|
|
2538
|
+
|
|
2539
|
+
def __init__(__self__, *,
|
|
2540
|
+
type: str,
|
|
2541
|
+
base_policy_name: Optional[str] = None,
|
|
2542
|
+
content_filters: Optional[Sequence['outputs.RaiPolicyContentFilterResponse']] = None,
|
|
2543
|
+
custom_blocklists: Optional[Sequence['outputs.CustomBlocklistConfigResponse']] = None,
|
|
2544
|
+
mode: Optional[str] = None):
|
|
2545
|
+
"""
|
|
2546
|
+
Azure OpenAI Content Filters properties.
|
|
2547
|
+
:param str type: Content Filters policy type.
|
|
2548
|
+
:param str base_policy_name: Name of Rai policy.
|
|
2549
|
+
:param Sequence['RaiPolicyContentFilterResponse'] content_filters: The list of Content Filters.
|
|
2550
|
+
:param Sequence['CustomBlocklistConfigResponse'] custom_blocklists: The list of custom Blocklist.
|
|
2551
|
+
:param str mode: Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-10-01. It is the same as 'Deferred' in previous version.
|
|
2552
|
+
"""
|
|
2553
|
+
pulumi.set(__self__, "type", type)
|
|
2554
|
+
if base_policy_name is not None:
|
|
2555
|
+
pulumi.set(__self__, "base_policy_name", base_policy_name)
|
|
2556
|
+
if content_filters is not None:
|
|
2557
|
+
pulumi.set(__self__, "content_filters", content_filters)
|
|
2558
|
+
if custom_blocklists is not None:
|
|
2559
|
+
pulumi.set(__self__, "custom_blocklists", custom_blocklists)
|
|
2560
|
+
if mode is not None:
|
|
2561
|
+
pulumi.set(__self__, "mode", mode)
|
|
2562
|
+
|
|
2563
|
+
@property
|
|
2564
|
+
@pulumi.getter
|
|
2565
|
+
def type(self) -> str:
|
|
2566
|
+
"""
|
|
2567
|
+
Content Filters policy type.
|
|
2568
|
+
"""
|
|
2569
|
+
return pulumi.get(self, "type")
|
|
2570
|
+
|
|
2571
|
+
@property
|
|
2572
|
+
@pulumi.getter(name="basePolicyName")
|
|
2573
|
+
def base_policy_name(self) -> Optional[str]:
|
|
2574
|
+
"""
|
|
2575
|
+
Name of Rai policy.
|
|
2576
|
+
"""
|
|
2577
|
+
return pulumi.get(self, "base_policy_name")
|
|
2578
|
+
|
|
2579
|
+
@property
|
|
2580
|
+
@pulumi.getter(name="contentFilters")
|
|
2581
|
+
def content_filters(self) -> Optional[Sequence['outputs.RaiPolicyContentFilterResponse']]:
|
|
2582
|
+
"""
|
|
2583
|
+
The list of Content Filters.
|
|
2584
|
+
"""
|
|
2585
|
+
return pulumi.get(self, "content_filters")
|
|
2586
|
+
|
|
2587
|
+
@property
|
|
2588
|
+
@pulumi.getter(name="customBlocklists")
|
|
2589
|
+
def custom_blocklists(self) -> Optional[Sequence['outputs.CustomBlocklistConfigResponse']]:
|
|
2590
|
+
"""
|
|
2591
|
+
The list of custom Blocklist.
|
|
2592
|
+
"""
|
|
2593
|
+
return pulumi.get(self, "custom_blocklists")
|
|
2594
|
+
|
|
2595
|
+
@property
|
|
2596
|
+
@pulumi.getter
|
|
2597
|
+
def mode(self) -> Optional[str]:
|
|
2598
|
+
"""
|
|
2599
|
+
Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-10-01. It is the same as 'Deferred' in previous version.
|
|
2600
|
+
"""
|
|
2601
|
+
return pulumi.get(self, "mode")
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
@pulumi.output_type
|
|
2605
|
+
class RegionSettingResponse(dict):
|
|
2606
|
+
"""
|
|
2607
|
+
The call rate limit Cognitive Services account.
|
|
2608
|
+
"""
|
|
2609
|
+
def __init__(__self__, *,
|
|
2610
|
+
customsubdomain: Optional[str] = None,
|
|
2611
|
+
name: Optional[str] = None,
|
|
2612
|
+
value: Optional[float] = None):
|
|
2613
|
+
"""
|
|
2614
|
+
The call rate limit Cognitive Services account.
|
|
2615
|
+
:param str customsubdomain: Maps the region to the regional custom subdomain.
|
|
2616
|
+
:param str name: Name of the region.
|
|
2617
|
+
:param float value: A value for priority or weighted routing methods.
|
|
2618
|
+
"""
|
|
2619
|
+
if customsubdomain is not None:
|
|
2620
|
+
pulumi.set(__self__, "customsubdomain", customsubdomain)
|
|
2621
|
+
if name is not None:
|
|
2622
|
+
pulumi.set(__self__, "name", name)
|
|
2623
|
+
if value is not None:
|
|
2624
|
+
pulumi.set(__self__, "value", value)
|
|
2625
|
+
|
|
2626
|
+
@property
|
|
2627
|
+
@pulumi.getter
|
|
2628
|
+
def customsubdomain(self) -> Optional[str]:
|
|
2629
|
+
"""
|
|
2630
|
+
Maps the region to the regional custom subdomain.
|
|
2631
|
+
"""
|
|
2632
|
+
return pulumi.get(self, "customsubdomain")
|
|
2633
|
+
|
|
2634
|
+
@property
|
|
2635
|
+
@pulumi.getter
|
|
2636
|
+
def name(self) -> Optional[str]:
|
|
2637
|
+
"""
|
|
2638
|
+
Name of the region.
|
|
2639
|
+
"""
|
|
2640
|
+
return pulumi.get(self, "name")
|
|
2641
|
+
|
|
2642
|
+
@property
|
|
2643
|
+
@pulumi.getter
|
|
2644
|
+
def value(self) -> Optional[float]:
|
|
2645
|
+
"""
|
|
2646
|
+
A value for priority or weighted routing methods.
|
|
2647
|
+
"""
|
|
2648
|
+
return pulumi.get(self, "value")
|
|
2649
|
+
|
|
2650
|
+
|
|
2651
|
+
@pulumi.output_type
|
|
2652
|
+
class RequestMatchPatternResponse(dict):
|
|
2653
|
+
def __init__(__self__, *,
|
|
2654
|
+
method: Optional[str] = None,
|
|
2655
|
+
path: Optional[str] = None):
|
|
2656
|
+
if method is not None:
|
|
2657
|
+
pulumi.set(__self__, "method", method)
|
|
2658
|
+
if path is not None:
|
|
2659
|
+
pulumi.set(__self__, "path", path)
|
|
2660
|
+
|
|
2661
|
+
@property
|
|
2662
|
+
@pulumi.getter
|
|
2663
|
+
def method(self) -> Optional[str]:
|
|
2664
|
+
return pulumi.get(self, "method")
|
|
2665
|
+
|
|
2666
|
+
@property
|
|
2667
|
+
@pulumi.getter
|
|
2668
|
+
def path(self) -> Optional[str]:
|
|
2669
|
+
return pulumi.get(self, "path")
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
@pulumi.output_type
|
|
2673
|
+
class SkuCapabilityResponse(dict):
|
|
2674
|
+
"""
|
|
2675
|
+
SkuCapability indicates the capability of a certain feature.
|
|
2676
|
+
"""
|
|
2677
|
+
def __init__(__self__, *,
|
|
2678
|
+
name: Optional[str] = None,
|
|
2679
|
+
value: Optional[str] = None):
|
|
2680
|
+
"""
|
|
2681
|
+
SkuCapability indicates the capability of a certain feature.
|
|
2682
|
+
:param str name: The name of the SkuCapability.
|
|
2683
|
+
:param str value: The value of the SkuCapability.
|
|
2684
|
+
"""
|
|
2685
|
+
if name is not None:
|
|
2686
|
+
pulumi.set(__self__, "name", name)
|
|
2687
|
+
if value is not None:
|
|
2688
|
+
pulumi.set(__self__, "value", value)
|
|
2689
|
+
|
|
2690
|
+
@property
|
|
2691
|
+
@pulumi.getter
|
|
2692
|
+
def name(self) -> Optional[str]:
|
|
2693
|
+
"""
|
|
2694
|
+
The name of the SkuCapability.
|
|
2695
|
+
"""
|
|
2696
|
+
return pulumi.get(self, "name")
|
|
2697
|
+
|
|
2698
|
+
@property
|
|
2699
|
+
@pulumi.getter
|
|
2700
|
+
def value(self) -> Optional[str]:
|
|
2701
|
+
"""
|
|
2702
|
+
The value of the SkuCapability.
|
|
2703
|
+
"""
|
|
2704
|
+
return pulumi.get(self, "value")
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
@pulumi.output_type
|
|
2708
|
+
class SkuChangeInfoResponse(dict):
|
|
2709
|
+
"""
|
|
2710
|
+
Sku change info of account.
|
|
2711
|
+
"""
|
|
2712
|
+
@staticmethod
|
|
2713
|
+
def __key_warning(key: str):
|
|
2714
|
+
suggest = None
|
|
2715
|
+
if key == "countOfDowngrades":
|
|
2716
|
+
suggest = "count_of_downgrades"
|
|
2717
|
+
elif key == "countOfUpgradesAfterDowngrades":
|
|
2718
|
+
suggest = "count_of_upgrades_after_downgrades"
|
|
2719
|
+
elif key == "lastChangeDate":
|
|
2720
|
+
suggest = "last_change_date"
|
|
2721
|
+
|
|
2722
|
+
if suggest:
|
|
2723
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuChangeInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2724
|
+
|
|
2725
|
+
def __getitem__(self, key: str) -> Any:
|
|
2726
|
+
SkuChangeInfoResponse.__key_warning(key)
|
|
2727
|
+
return super().__getitem__(key)
|
|
2728
|
+
|
|
2729
|
+
def get(self, key: str, default = None) -> Any:
|
|
2730
|
+
SkuChangeInfoResponse.__key_warning(key)
|
|
2731
|
+
return super().get(key, default)
|
|
2732
|
+
|
|
2733
|
+
def __init__(__self__, *,
|
|
2734
|
+
count_of_downgrades: Optional[float] = None,
|
|
2735
|
+
count_of_upgrades_after_downgrades: Optional[float] = None,
|
|
2736
|
+
last_change_date: Optional[str] = None):
|
|
2737
|
+
"""
|
|
2738
|
+
Sku change info of account.
|
|
2739
|
+
:param float count_of_downgrades: Gets the count of downgrades.
|
|
2740
|
+
:param float count_of_upgrades_after_downgrades: Gets the count of upgrades after downgrades.
|
|
2741
|
+
:param str last_change_date: Gets the last change date.
|
|
2742
|
+
"""
|
|
2743
|
+
if count_of_downgrades is not None:
|
|
2744
|
+
pulumi.set(__self__, "count_of_downgrades", count_of_downgrades)
|
|
2745
|
+
if count_of_upgrades_after_downgrades is not None:
|
|
2746
|
+
pulumi.set(__self__, "count_of_upgrades_after_downgrades", count_of_upgrades_after_downgrades)
|
|
2747
|
+
if last_change_date is not None:
|
|
2748
|
+
pulumi.set(__self__, "last_change_date", last_change_date)
|
|
2749
|
+
|
|
2750
|
+
@property
|
|
2751
|
+
@pulumi.getter(name="countOfDowngrades")
|
|
2752
|
+
def count_of_downgrades(self) -> Optional[float]:
|
|
2753
|
+
"""
|
|
2754
|
+
Gets the count of downgrades.
|
|
2755
|
+
"""
|
|
2756
|
+
return pulumi.get(self, "count_of_downgrades")
|
|
2757
|
+
|
|
2758
|
+
@property
|
|
2759
|
+
@pulumi.getter(name="countOfUpgradesAfterDowngrades")
|
|
2760
|
+
def count_of_upgrades_after_downgrades(self) -> Optional[float]:
|
|
2761
|
+
"""
|
|
2762
|
+
Gets the count of upgrades after downgrades.
|
|
2763
|
+
"""
|
|
2764
|
+
return pulumi.get(self, "count_of_upgrades_after_downgrades")
|
|
2765
|
+
|
|
2766
|
+
@property
|
|
2767
|
+
@pulumi.getter(name="lastChangeDate")
|
|
2768
|
+
def last_change_date(self) -> Optional[str]:
|
|
2769
|
+
"""
|
|
2770
|
+
Gets the last change date.
|
|
2771
|
+
"""
|
|
2772
|
+
return pulumi.get(self, "last_change_date")
|
|
2773
|
+
|
|
2774
|
+
|
|
2775
|
+
@pulumi.output_type
|
|
2776
|
+
class SkuResponse(dict):
|
|
2777
|
+
"""
|
|
2778
|
+
The resource model definition representing SKU
|
|
2779
|
+
"""
|
|
2780
|
+
def __init__(__self__, *,
|
|
2781
|
+
name: str,
|
|
2782
|
+
capacity: Optional[int] = None,
|
|
2783
|
+
family: Optional[str] = None,
|
|
2784
|
+
size: Optional[str] = None,
|
|
2785
|
+
tier: Optional[str] = None):
|
|
2786
|
+
"""
|
|
2787
|
+
The resource model definition representing SKU
|
|
2788
|
+
:param str name: The name of the SKU. Ex - P3. It is typically a letter+number code
|
|
2789
|
+
:param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
2790
|
+
:param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
2791
|
+
:param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
2792
|
+
:param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
2793
|
+
"""
|
|
2794
|
+
pulumi.set(__self__, "name", name)
|
|
2795
|
+
if capacity is not None:
|
|
2796
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
2797
|
+
if family is not None:
|
|
2798
|
+
pulumi.set(__self__, "family", family)
|
|
2799
|
+
if size is not None:
|
|
2800
|
+
pulumi.set(__self__, "size", size)
|
|
2801
|
+
if tier is not None:
|
|
2802
|
+
pulumi.set(__self__, "tier", tier)
|
|
2803
|
+
|
|
2804
|
+
@property
|
|
2805
|
+
@pulumi.getter
|
|
2806
|
+
def name(self) -> str:
|
|
2807
|
+
"""
|
|
2808
|
+
The name of the SKU. Ex - P3. It is typically a letter+number code
|
|
2809
|
+
"""
|
|
2810
|
+
return pulumi.get(self, "name")
|
|
2811
|
+
|
|
2812
|
+
@property
|
|
2813
|
+
@pulumi.getter
|
|
2814
|
+
def capacity(self) -> Optional[int]:
|
|
2815
|
+
"""
|
|
2816
|
+
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
2817
|
+
"""
|
|
2818
|
+
return pulumi.get(self, "capacity")
|
|
2819
|
+
|
|
2820
|
+
@property
|
|
2821
|
+
@pulumi.getter
|
|
2822
|
+
def family(self) -> Optional[str]:
|
|
2823
|
+
"""
|
|
2824
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
2825
|
+
"""
|
|
2826
|
+
return pulumi.get(self, "family")
|
|
2827
|
+
|
|
2828
|
+
@property
|
|
2829
|
+
@pulumi.getter
|
|
2830
|
+
def size(self) -> Optional[str]:
|
|
2831
|
+
"""
|
|
2832
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
2833
|
+
"""
|
|
2834
|
+
return pulumi.get(self, "size")
|
|
2835
|
+
|
|
2836
|
+
@property
|
|
2837
|
+
@pulumi.getter
|
|
2838
|
+
def tier(self) -> Optional[str]:
|
|
2839
|
+
"""
|
|
2840
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
2841
|
+
"""
|
|
2842
|
+
return pulumi.get(self, "tier")
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
@pulumi.output_type
|
|
2846
|
+
class SystemDataResponse(dict):
|
|
2847
|
+
"""
|
|
2848
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2849
|
+
"""
|
|
2850
|
+
@staticmethod
|
|
2851
|
+
def __key_warning(key: str):
|
|
2852
|
+
suggest = None
|
|
2853
|
+
if key == "createdAt":
|
|
2854
|
+
suggest = "created_at"
|
|
2855
|
+
elif key == "createdBy":
|
|
2856
|
+
suggest = "created_by"
|
|
2857
|
+
elif key == "createdByType":
|
|
2858
|
+
suggest = "created_by_type"
|
|
2859
|
+
elif key == "lastModifiedAt":
|
|
2860
|
+
suggest = "last_modified_at"
|
|
2861
|
+
elif key == "lastModifiedBy":
|
|
2862
|
+
suggest = "last_modified_by"
|
|
2863
|
+
elif key == "lastModifiedByType":
|
|
2864
|
+
suggest = "last_modified_by_type"
|
|
2865
|
+
|
|
2866
|
+
if suggest:
|
|
2867
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2868
|
+
|
|
2869
|
+
def __getitem__(self, key: str) -> Any:
|
|
2870
|
+
SystemDataResponse.__key_warning(key)
|
|
2871
|
+
return super().__getitem__(key)
|
|
2872
|
+
|
|
2873
|
+
def get(self, key: str, default = None) -> Any:
|
|
2874
|
+
SystemDataResponse.__key_warning(key)
|
|
2875
|
+
return super().get(key, default)
|
|
2876
|
+
|
|
2877
|
+
def __init__(__self__, *,
|
|
2878
|
+
created_at: Optional[str] = None,
|
|
2879
|
+
created_by: Optional[str] = None,
|
|
2880
|
+
created_by_type: Optional[str] = None,
|
|
2881
|
+
last_modified_at: Optional[str] = None,
|
|
2882
|
+
last_modified_by: Optional[str] = None,
|
|
2883
|
+
last_modified_by_type: Optional[str] = None):
|
|
2884
|
+
"""
|
|
2885
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2886
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
2887
|
+
:param str created_by: The identity that created the resource.
|
|
2888
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
2889
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2890
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
2891
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
2892
|
+
"""
|
|
2893
|
+
if created_at is not None:
|
|
2894
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2895
|
+
if created_by is not None:
|
|
2896
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2897
|
+
if created_by_type is not None:
|
|
2898
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2899
|
+
if last_modified_at is not None:
|
|
2900
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2901
|
+
if last_modified_by is not None:
|
|
2902
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2903
|
+
if last_modified_by_type is not None:
|
|
2904
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2905
|
+
|
|
2906
|
+
@property
|
|
2907
|
+
@pulumi.getter(name="createdAt")
|
|
2908
|
+
def created_at(self) -> Optional[str]:
|
|
2909
|
+
"""
|
|
2910
|
+
The timestamp of resource creation (UTC).
|
|
2911
|
+
"""
|
|
2912
|
+
return pulumi.get(self, "created_at")
|
|
2913
|
+
|
|
2914
|
+
@property
|
|
2915
|
+
@pulumi.getter(name="createdBy")
|
|
2916
|
+
def created_by(self) -> Optional[str]:
|
|
2917
|
+
"""
|
|
2918
|
+
The identity that created the resource.
|
|
2919
|
+
"""
|
|
2920
|
+
return pulumi.get(self, "created_by")
|
|
2921
|
+
|
|
2922
|
+
@property
|
|
2923
|
+
@pulumi.getter(name="createdByType")
|
|
2924
|
+
def created_by_type(self) -> Optional[str]:
|
|
2925
|
+
"""
|
|
2926
|
+
The type of identity that created the resource.
|
|
2927
|
+
"""
|
|
2928
|
+
return pulumi.get(self, "created_by_type")
|
|
2929
|
+
|
|
2930
|
+
@property
|
|
2931
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2932
|
+
def last_modified_at(self) -> Optional[str]:
|
|
2933
|
+
"""
|
|
2934
|
+
The timestamp of resource last modification (UTC)
|
|
2935
|
+
"""
|
|
2936
|
+
return pulumi.get(self, "last_modified_at")
|
|
2937
|
+
|
|
2938
|
+
@property
|
|
2939
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2940
|
+
def last_modified_by(self) -> Optional[str]:
|
|
2941
|
+
"""
|
|
2942
|
+
The identity that last modified the resource.
|
|
2943
|
+
"""
|
|
2944
|
+
return pulumi.get(self, "last_modified_by")
|
|
2945
|
+
|
|
2946
|
+
@property
|
|
2947
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2948
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2949
|
+
"""
|
|
2950
|
+
The type of identity that last modified the resource.
|
|
2951
|
+
"""
|
|
2952
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
@pulumi.output_type
|
|
2956
|
+
class ThrottlingRuleResponse(dict):
|
|
2957
|
+
@staticmethod
|
|
2958
|
+
def __key_warning(key: str):
|
|
2959
|
+
suggest = None
|
|
2960
|
+
if key == "dynamicThrottlingEnabled":
|
|
2961
|
+
suggest = "dynamic_throttling_enabled"
|
|
2962
|
+
elif key == "matchPatterns":
|
|
2963
|
+
suggest = "match_patterns"
|
|
2964
|
+
elif key == "minCount":
|
|
2965
|
+
suggest = "min_count"
|
|
2966
|
+
elif key == "renewalPeriod":
|
|
2967
|
+
suggest = "renewal_period"
|
|
2968
|
+
|
|
2969
|
+
if suggest:
|
|
2970
|
+
pulumi.log.warn(f"Key '{key}' not found in ThrottlingRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2971
|
+
|
|
2972
|
+
def __getitem__(self, key: str) -> Any:
|
|
2973
|
+
ThrottlingRuleResponse.__key_warning(key)
|
|
2974
|
+
return super().__getitem__(key)
|
|
2975
|
+
|
|
2976
|
+
def get(self, key: str, default = None) -> Any:
|
|
2977
|
+
ThrottlingRuleResponse.__key_warning(key)
|
|
2978
|
+
return super().get(key, default)
|
|
2979
|
+
|
|
2980
|
+
def __init__(__self__, *,
|
|
2981
|
+
count: Optional[float] = None,
|
|
2982
|
+
dynamic_throttling_enabled: Optional[bool] = None,
|
|
2983
|
+
key: Optional[str] = None,
|
|
2984
|
+
match_patterns: Optional[Sequence['outputs.RequestMatchPatternResponse']] = None,
|
|
2985
|
+
min_count: Optional[float] = None,
|
|
2986
|
+
renewal_period: Optional[float] = None):
|
|
2987
|
+
if count is not None:
|
|
2988
|
+
pulumi.set(__self__, "count", count)
|
|
2989
|
+
if dynamic_throttling_enabled is not None:
|
|
2990
|
+
pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
|
|
2991
|
+
if key is not None:
|
|
2992
|
+
pulumi.set(__self__, "key", key)
|
|
2993
|
+
if match_patterns is not None:
|
|
2994
|
+
pulumi.set(__self__, "match_patterns", match_patterns)
|
|
2995
|
+
if min_count is not None:
|
|
2996
|
+
pulumi.set(__self__, "min_count", min_count)
|
|
2997
|
+
if renewal_period is not None:
|
|
2998
|
+
pulumi.set(__self__, "renewal_period", renewal_period)
|
|
2999
|
+
|
|
3000
|
+
@property
|
|
3001
|
+
@pulumi.getter
|
|
3002
|
+
def count(self) -> Optional[float]:
|
|
3003
|
+
return pulumi.get(self, "count")
|
|
3004
|
+
|
|
3005
|
+
@property
|
|
3006
|
+
@pulumi.getter(name="dynamicThrottlingEnabled")
|
|
3007
|
+
def dynamic_throttling_enabled(self) -> Optional[bool]:
|
|
3008
|
+
return pulumi.get(self, "dynamic_throttling_enabled")
|
|
3009
|
+
|
|
3010
|
+
@property
|
|
3011
|
+
@pulumi.getter
|
|
3012
|
+
def key(self) -> Optional[str]:
|
|
3013
|
+
return pulumi.get(self, "key")
|
|
3014
|
+
|
|
3015
|
+
@property
|
|
3016
|
+
@pulumi.getter(name="matchPatterns")
|
|
3017
|
+
def match_patterns(self) -> Optional[Sequence['outputs.RequestMatchPatternResponse']]:
|
|
3018
|
+
return pulumi.get(self, "match_patterns")
|
|
3019
|
+
|
|
3020
|
+
@property
|
|
3021
|
+
@pulumi.getter(name="minCount")
|
|
3022
|
+
def min_count(self) -> Optional[float]:
|
|
3023
|
+
return pulumi.get(self, "min_count")
|
|
3024
|
+
|
|
3025
|
+
@property
|
|
3026
|
+
@pulumi.getter(name="renewalPeriod")
|
|
3027
|
+
def renewal_period(self) -> Optional[float]:
|
|
3028
|
+
return pulumi.get(self, "renewal_period")
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
@pulumi.output_type
|
|
3032
|
+
class UserAssignedIdentityResponse(dict):
|
|
3033
|
+
"""
|
|
3034
|
+
User-assigned managed identity.
|
|
3035
|
+
"""
|
|
3036
|
+
@staticmethod
|
|
3037
|
+
def __key_warning(key: str):
|
|
3038
|
+
suggest = None
|
|
3039
|
+
if key == "clientId":
|
|
3040
|
+
suggest = "client_id"
|
|
3041
|
+
elif key == "principalId":
|
|
3042
|
+
suggest = "principal_id"
|
|
3043
|
+
|
|
3044
|
+
if suggest:
|
|
3045
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3046
|
+
|
|
3047
|
+
def __getitem__(self, key: str) -> Any:
|
|
3048
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
3049
|
+
return super().__getitem__(key)
|
|
3050
|
+
|
|
3051
|
+
def get(self, key: str, default = None) -> Any:
|
|
3052
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
3053
|
+
return super().get(key, default)
|
|
3054
|
+
|
|
3055
|
+
def __init__(__self__, *,
|
|
3056
|
+
client_id: str,
|
|
3057
|
+
principal_id: str):
|
|
3058
|
+
"""
|
|
3059
|
+
User-assigned managed identity.
|
|
3060
|
+
:param str client_id: Client App Id associated with this identity.
|
|
3061
|
+
:param str principal_id: Azure Active Directory principal ID associated with this Identity.
|
|
3062
|
+
"""
|
|
3063
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
3064
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
3065
|
+
|
|
3066
|
+
@property
|
|
3067
|
+
@pulumi.getter(name="clientId")
|
|
3068
|
+
def client_id(self) -> str:
|
|
3069
|
+
"""
|
|
3070
|
+
Client App Id associated with this identity.
|
|
3071
|
+
"""
|
|
3072
|
+
return pulumi.get(self, "client_id")
|
|
3073
|
+
|
|
3074
|
+
@property
|
|
3075
|
+
@pulumi.getter(name="principalId")
|
|
3076
|
+
def principal_id(self) -> str:
|
|
3077
|
+
"""
|
|
3078
|
+
Azure Active Directory principal ID associated with this Identity.
|
|
3079
|
+
"""
|
|
3080
|
+
return pulumi.get(self, "principal_id")
|
|
3081
|
+
|
|
3082
|
+
|
|
3083
|
+
@pulumi.output_type
|
|
3084
|
+
class UserOwnedAmlWorkspaceResponse(dict):
|
|
3085
|
+
"""
|
|
3086
|
+
The user owned AML workspace for Cognitive Services account.
|
|
3087
|
+
"""
|
|
3088
|
+
@staticmethod
|
|
3089
|
+
def __key_warning(key: str):
|
|
3090
|
+
suggest = None
|
|
3091
|
+
if key == "identityClientId":
|
|
3092
|
+
suggest = "identity_client_id"
|
|
3093
|
+
elif key == "resourceId":
|
|
3094
|
+
suggest = "resource_id"
|
|
3095
|
+
|
|
3096
|
+
if suggest:
|
|
3097
|
+
pulumi.log.warn(f"Key '{key}' not found in UserOwnedAmlWorkspaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3098
|
+
|
|
3099
|
+
def __getitem__(self, key: str) -> Any:
|
|
3100
|
+
UserOwnedAmlWorkspaceResponse.__key_warning(key)
|
|
3101
|
+
return super().__getitem__(key)
|
|
3102
|
+
|
|
3103
|
+
def get(self, key: str, default = None) -> Any:
|
|
3104
|
+
UserOwnedAmlWorkspaceResponse.__key_warning(key)
|
|
3105
|
+
return super().get(key, default)
|
|
3106
|
+
|
|
3107
|
+
def __init__(__self__, *,
|
|
3108
|
+
identity_client_id: Optional[str] = None,
|
|
3109
|
+
resource_id: Optional[str] = None):
|
|
3110
|
+
"""
|
|
3111
|
+
The user owned AML workspace for Cognitive Services account.
|
|
3112
|
+
:param str identity_client_id: Identity Client id of a AML workspace resource.
|
|
3113
|
+
:param str resource_id: Full resource id of a AML workspace resource.
|
|
3114
|
+
"""
|
|
3115
|
+
if identity_client_id is not None:
|
|
3116
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
3117
|
+
if resource_id is not None:
|
|
3118
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
3119
|
+
|
|
3120
|
+
@property
|
|
3121
|
+
@pulumi.getter(name="identityClientId")
|
|
3122
|
+
def identity_client_id(self) -> Optional[str]:
|
|
3123
|
+
"""
|
|
3124
|
+
Identity Client id of a AML workspace resource.
|
|
3125
|
+
"""
|
|
3126
|
+
return pulumi.get(self, "identity_client_id")
|
|
3127
|
+
|
|
3128
|
+
@property
|
|
3129
|
+
@pulumi.getter(name="resourceId")
|
|
3130
|
+
def resource_id(self) -> Optional[str]:
|
|
3131
|
+
"""
|
|
3132
|
+
Full resource id of a AML workspace resource.
|
|
3133
|
+
"""
|
|
3134
|
+
return pulumi.get(self, "resource_id")
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
@pulumi.output_type
|
|
3138
|
+
class UserOwnedStorageResponse(dict):
|
|
3139
|
+
"""
|
|
3140
|
+
The user owned storage for Cognitive Services account.
|
|
3141
|
+
"""
|
|
3142
|
+
@staticmethod
|
|
3143
|
+
def __key_warning(key: str):
|
|
3144
|
+
suggest = None
|
|
3145
|
+
if key == "identityClientId":
|
|
3146
|
+
suggest = "identity_client_id"
|
|
3147
|
+
elif key == "resourceId":
|
|
3148
|
+
suggest = "resource_id"
|
|
3149
|
+
|
|
3150
|
+
if suggest:
|
|
3151
|
+
pulumi.log.warn(f"Key '{key}' not found in UserOwnedStorageResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3152
|
+
|
|
3153
|
+
def __getitem__(self, key: str) -> Any:
|
|
3154
|
+
UserOwnedStorageResponse.__key_warning(key)
|
|
3155
|
+
return super().__getitem__(key)
|
|
3156
|
+
|
|
3157
|
+
def get(self, key: str, default = None) -> Any:
|
|
3158
|
+
UserOwnedStorageResponse.__key_warning(key)
|
|
3159
|
+
return super().get(key, default)
|
|
3160
|
+
|
|
3161
|
+
def __init__(__self__, *,
|
|
3162
|
+
identity_client_id: Optional[str] = None,
|
|
3163
|
+
resource_id: Optional[str] = None):
|
|
3164
|
+
"""
|
|
3165
|
+
The user owned storage for Cognitive Services account.
|
|
3166
|
+
:param str resource_id: Full resource id of a Microsoft.Storage resource.
|
|
3167
|
+
"""
|
|
3168
|
+
if identity_client_id is not None:
|
|
3169
|
+
pulumi.set(__self__, "identity_client_id", identity_client_id)
|
|
3170
|
+
if resource_id is not None:
|
|
3171
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
3172
|
+
|
|
3173
|
+
@property
|
|
3174
|
+
@pulumi.getter(name="identityClientId")
|
|
3175
|
+
def identity_client_id(self) -> Optional[str]:
|
|
3176
|
+
return pulumi.get(self, "identity_client_id")
|
|
3177
|
+
|
|
3178
|
+
@property
|
|
3179
|
+
@pulumi.getter(name="resourceId")
|
|
3180
|
+
def resource_id(self) -> Optional[str]:
|
|
3181
|
+
"""
|
|
3182
|
+
Full resource id of a Microsoft.Storage resource.
|
|
3183
|
+
"""
|
|
3184
|
+
return pulumi.get(self, "resource_id")
|
|
3185
|
+
|
|
3186
|
+
|
|
3187
|
+
@pulumi.output_type
|
|
3188
|
+
class VirtualNetworkRuleResponse(dict):
|
|
3189
|
+
"""
|
|
3190
|
+
A rule governing the accessibility from a specific virtual network.
|
|
3191
|
+
"""
|
|
3192
|
+
@staticmethod
|
|
3193
|
+
def __key_warning(key: str):
|
|
3194
|
+
suggest = None
|
|
3195
|
+
if key == "ignoreMissingVnetServiceEndpoint":
|
|
3196
|
+
suggest = "ignore_missing_vnet_service_endpoint"
|
|
3197
|
+
|
|
3198
|
+
if suggest:
|
|
3199
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3200
|
+
|
|
3201
|
+
def __getitem__(self, key: str) -> Any:
|
|
3202
|
+
VirtualNetworkRuleResponse.__key_warning(key)
|
|
3203
|
+
return super().__getitem__(key)
|
|
3204
|
+
|
|
3205
|
+
def get(self, key: str, default = None) -> Any:
|
|
3206
|
+
VirtualNetworkRuleResponse.__key_warning(key)
|
|
3207
|
+
return super().get(key, default)
|
|
3208
|
+
|
|
3209
|
+
def __init__(__self__, *,
|
|
3210
|
+
id: str,
|
|
3211
|
+
ignore_missing_vnet_service_endpoint: Optional[bool] = None,
|
|
3212
|
+
state: Optional[str] = None):
|
|
3213
|
+
"""
|
|
3214
|
+
A rule governing the accessibility from a specific virtual network.
|
|
3215
|
+
:param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
|
|
3216
|
+
:param bool ignore_missing_vnet_service_endpoint: Ignore missing vnet service endpoint or not.
|
|
3217
|
+
:param str state: Gets the state of virtual network rule.
|
|
3218
|
+
"""
|
|
3219
|
+
pulumi.set(__self__, "id", id)
|
|
3220
|
+
if ignore_missing_vnet_service_endpoint is not None:
|
|
3221
|
+
pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
|
|
3222
|
+
if state is not None:
|
|
3223
|
+
pulumi.set(__self__, "state", state)
|
|
3224
|
+
|
|
3225
|
+
@property
|
|
3226
|
+
@pulumi.getter
|
|
3227
|
+
def id(self) -> str:
|
|
3228
|
+
"""
|
|
3229
|
+
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
|
|
3230
|
+
"""
|
|
3231
|
+
return pulumi.get(self, "id")
|
|
3232
|
+
|
|
3233
|
+
@property
|
|
3234
|
+
@pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
|
|
3235
|
+
def ignore_missing_vnet_service_endpoint(self) -> Optional[bool]:
|
|
3236
|
+
"""
|
|
3237
|
+
Ignore missing vnet service endpoint or not.
|
|
3238
|
+
"""
|
|
3239
|
+
return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
|
|
3240
|
+
|
|
3241
|
+
@property
|
|
3242
|
+
@pulumi.getter
|
|
3243
|
+
def state(self) -> Optional[str]:
|
|
3244
|
+
"""
|
|
3245
|
+
Gets the state of virtual network rule.
|
|
3246
|
+
"""
|
|
3247
|
+
return pulumi.get(self, "state")
|
|
3248
|
+
|
|
3249
|
+
|