pulumi-azure-native 2.51.0__py3-none-any.whl → 2.51.0a1721653278__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -98
- pulumi_azure_native/_utilities.py +4 -5
- pulumi_azure_native/azurefleet/_enums.py +53 -328
- pulumi_azure_native/azurefleet/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/fleet.py +0 -20
- pulumi_azure_native/azurefleet/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/outputs.py +1242 -1464
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +53 -328
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +0 -20
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1242 -1464
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +53 -328
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +0 -20
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1242 -1464
- pulumi_azure_native/cognitiveservices/__init__.py +0 -3
- 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/compute/__init__.py +0 -3
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.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_managed_cluster_snapshot.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/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/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- 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/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/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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.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/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.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/managed_cluster_snapshot.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/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.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/managed_cluster_snapshot.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/datafactory/_inputs.py +10 -110
- pulumi_azure_native/datafactory/outputs.py +7 -69
- pulumi_azure_native/datafactory/v20180601/_inputs.py +10 -110
- pulumi_azure_native/datafactory/v20180601/outputs.py +7 -69
- pulumi_azure_native/desktopvirtualization/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/outputs.py +0 -36
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +0 -36
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +0 -36
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/netapp/__init__.py +0 -4
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +0 -84
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +0 -3
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.dist-info}/RECORD +433 -565
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +0 -31
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +0 -156
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +0 -2517
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +0 -355
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +0 -347
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +0 -258
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +0 -289
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +0 -214
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +0 -206
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +0 -180
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +0 -172
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +0 -201
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +0 -96
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +0 -3209
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +0 -259
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +0 -280
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +0 -326
- pulumi_azure_native/compute/v20240302/__init__.py +0 -20
- pulumi_azure_native/compute/v20240302/_enums.py +0 -303
- pulumi_azure_native/compute/v20240302/_inputs.py +0 -1334
- pulumi_azure_native/compute/v20240302/disk.py +0 -1084
- pulumi_azure_native/compute/v20240302/disk_access.py +0 -278
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +0 -232
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +0 -404
- pulumi_azure_native/compute/v20240302/get_disk.py +0 -617
- pulumi_azure_native/compute/v20240302/get_disk_access.py +0 -188
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +0 -154
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +0 -253
- pulumi_azure_native/compute/v20240302/get_snapshot.py +0 -474
- pulumi_azure_native/compute/v20240302/outputs.py +0 -1568
- pulumi_azure_native/compute/v20240302/snapshot.py +0 -841
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +0 -874
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +0 -9520
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +0 -1691
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +0 -817
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +0 -206
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +0 -838
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +0 -188
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +0 -368
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +0 -1595
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +0 -297
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +0 -8194
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +0 -103
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +0 -97
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +0 -97
- pulumi_azure_native/healthdataaiservices/__init__.py +0 -22
- pulumi_azure_native/healthdataaiservices/_enums.py +0 -44
- pulumi_azure_native/healthdataaiservices/_inputs.py +0 -232
- pulumi_azure_native/healthdataaiservices/deid_service.py +0 -289
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -177
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -143
- pulumi_azure_native/healthdataaiservices/outputs.py +0 -637
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -223
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +0 -14
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +0 -44
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +0 -232
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +0 -287
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +0 -175
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +0 -637
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +0 -221
- pulumi_azure_native/netapp/list_volume_quota_report.py +0 -109
- pulumi_azure_native/netapp/v20240301preview/__init__.py +0 -36
- pulumi_azure_native/netapp/v20240301preview/_enums.py +0 -565
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +0 -3100
- pulumi_azure_native/netapp/v20240301preview/account.py +0 -385
- pulumi_azure_native/netapp/v20240301preview/backup.py +0 -402
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +0 -414
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +0 -258
- pulumi_azure_native/netapp/v20240301preview/get_account.py +0 -253
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +0 -276
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +0 -271
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +0 -167
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +0 -284
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +0 -190
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +0 -245
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +0 -190
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +0 -254
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +0 -926
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +0 -167
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +0 -98
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +0 -216
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +0 -107
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +0 -94
- pulumi_azure_native/netapp/v20240301preview/outputs.py +0 -3344
- pulumi_azure_native/netapp/v20240301preview/pool.py +0 -462
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +0 -291
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +0 -414
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +0 -329
- pulumi_azure_native/netapp/v20240301preview/volume.py +0 -1707
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +0 -279
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +0 -388
- pulumi_azure_native/scvmm/v20240601/__init__.py +0 -26
- pulumi_azure_native/scvmm/v20240601/_enums.py +0 -110
- pulumi_azure_native/scvmm/v20240601/_inputs.py +0 -1334
- pulumi_azure_native/scvmm/v20240601/availability_set.py +0 -326
- pulumi_azure_native/scvmm/v20240601/cloud.py +0 -385
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +0 -201
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +0 -253
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +0 -222
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +0 -206
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +0 -235
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +0 -396
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +0 -227
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +0 -266
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +0 -307
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +0 -290
- pulumi_azure_native/scvmm/v20240601/outputs.py +0 -1476
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +0 -375
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +0 -495
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +0 -365
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +0 -396
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.dist-info}/top_level.txt +0 -0
|
@@ -17934,8 +17934,6 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17934
17934
|
suggest = "sas_token"
|
|
17935
17935
|
elif key == "sasUri":
|
|
17936
17936
|
suggest = "sas_uri"
|
|
17937
|
-
elif key == "serviceEndpoint":
|
|
17938
|
-
suggest = "service_endpoint"
|
|
17939
17937
|
|
|
17940
17938
|
if suggest:
|
|
17941
17939
|
pulumi.log.warn(f"Key '{key}' not found in AzureTableStorageLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -17954,13 +17952,11 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17954
17952
|
annotations: Optional[Sequence[Any]] = None,
|
|
17955
17953
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
17956
17954
|
connection_string: Optional[Any] = None,
|
|
17957
|
-
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
17958
17955
|
description: Optional[str] = None,
|
|
17959
17956
|
encrypted_credential: Optional[str] = None,
|
|
17960
17957
|
parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
|
|
17961
17958
|
sas_token: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
|
|
17962
|
-
sas_uri: Optional[Any] = None
|
|
17963
|
-
service_endpoint: Optional[Any] = None):
|
|
17959
|
+
sas_uri: Optional[Any] = None):
|
|
17964
17960
|
"""
|
|
17965
17961
|
The azure table storage linked service.
|
|
17966
17962
|
:param str type: Type of linked service.
|
|
@@ -17969,13 +17965,11 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17969
17965
|
:param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
|
|
17970
17966
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
17971
17967
|
:param Any connection_string: The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
17972
|
-
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
17973
17968
|
:param str description: Linked service description.
|
|
17974
17969
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
17975
17970
|
:param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
|
|
17976
17971
|
:param 'AzureKeyVaultSecretReferenceResponse' sas_token: The Azure key vault secret reference of sasToken in sas uri.
|
|
17977
17972
|
:param Any sas_uri: SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
17978
|
-
:param Any service_endpoint: Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
17979
17973
|
"""
|
|
17980
17974
|
pulumi.set(__self__, "type", 'AzureTableStorage')
|
|
17981
17975
|
if account_key is not None:
|
|
@@ -17986,8 +17980,6 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17986
17980
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
17987
17981
|
if connection_string is not None:
|
|
17988
17982
|
pulumi.set(__self__, "connection_string", connection_string)
|
|
17989
|
-
if credential is not None:
|
|
17990
|
-
pulumi.set(__self__, "credential", credential)
|
|
17991
17983
|
if description is not None:
|
|
17992
17984
|
pulumi.set(__self__, "description", description)
|
|
17993
17985
|
if encrypted_credential is not None:
|
|
@@ -17998,8 +17990,6 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
17998
17990
|
pulumi.set(__self__, "sas_token", sas_token)
|
|
17999
17991
|
if sas_uri is not None:
|
|
18000
17992
|
pulumi.set(__self__, "sas_uri", sas_uri)
|
|
18001
|
-
if service_endpoint is not None:
|
|
18002
|
-
pulumi.set(__self__, "service_endpoint", service_endpoint)
|
|
18003
17993
|
|
|
18004
17994
|
@property
|
|
18005
17995
|
@pulumi.getter
|
|
@@ -18042,14 +18032,6 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
18042
18032
|
"""
|
|
18043
18033
|
return pulumi.get(self, "connection_string")
|
|
18044
18034
|
|
|
18045
|
-
@property
|
|
18046
|
-
@pulumi.getter
|
|
18047
|
-
def credential(self) -> Optional['outputs.CredentialReferenceResponse']:
|
|
18048
|
-
"""
|
|
18049
|
-
The credential reference containing authentication information.
|
|
18050
|
-
"""
|
|
18051
|
-
return pulumi.get(self, "credential")
|
|
18052
|
-
|
|
18053
18035
|
@property
|
|
18054
18036
|
@pulumi.getter
|
|
18055
18037
|
def description(self) -> Optional[str]:
|
|
@@ -18090,14 +18072,6 @@ class AzureTableStorageLinkedServiceResponse(dict):
|
|
|
18090
18072
|
"""
|
|
18091
18073
|
return pulumi.get(self, "sas_uri")
|
|
18092
18074
|
|
|
18093
|
-
@property
|
|
18094
|
-
@pulumi.getter(name="serviceEndpoint")
|
|
18095
|
-
def service_endpoint(self) -> Optional[Any]:
|
|
18096
|
-
"""
|
|
18097
|
-
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
18098
|
-
"""
|
|
18099
|
-
return pulumi.get(self, "service_endpoint")
|
|
18100
|
-
|
|
18101
18075
|
|
|
18102
18076
|
@pulumi.output_type
|
|
18103
18077
|
class BigDataPoolParametrizationReferenceResponse(dict):
|
|
@@ -20114,7 +20088,6 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20114
20088
|
annotations: Optional[Sequence[Any]] = None,
|
|
20115
20089
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
20116
20090
|
description: Optional[str] = None,
|
|
20117
|
-
domain: Optional[Any] = None,
|
|
20118
20091
|
encrypted_credential: Optional[str] = None,
|
|
20119
20092
|
host_name: Optional[Any] = None,
|
|
20120
20093
|
organization_name: Optional[Any] = None,
|
|
@@ -20128,14 +20101,13 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20128
20101
|
username: Optional[Any] = None):
|
|
20129
20102
|
"""
|
|
20130
20103
|
Common Data Service for Apps linked service.
|
|
20131
|
-
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
20104
|
+
:param Any authentication_type: The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
20132
20105
|
:param Any deployment_type: The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
20133
20106
|
:param str type: Type of linked service.
|
|
20134
20107
|
Expected value is 'CommonDataServiceForApps'.
|
|
20135
20108
|
:param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
|
|
20136
20109
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
20137
20110
|
:param str description: Linked service description.
|
|
20138
|
-
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
20139
20111
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
20140
20112
|
:param Any host_name: The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
20141
20113
|
:param Any organization_name: The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -20157,8 +20129,6 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20157
20129
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
20158
20130
|
if description is not None:
|
|
20159
20131
|
pulumi.set(__self__, "description", description)
|
|
20160
|
-
if domain is not None:
|
|
20161
|
-
pulumi.set(__self__, "domain", domain)
|
|
20162
20132
|
if encrypted_credential is not None:
|
|
20163
20133
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
20164
20134
|
if host_name is not None:
|
|
@@ -20186,7 +20156,7 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20186
20156
|
@pulumi.getter(name="authenticationType")
|
|
20187
20157
|
def authentication_type(self) -> Any:
|
|
20188
20158
|
"""
|
|
20189
|
-
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
20159
|
+
The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
20190
20160
|
"""
|
|
20191
20161
|
return pulumi.get(self, "authentication_type")
|
|
20192
20162
|
|
|
@@ -20231,14 +20201,6 @@ class CommonDataServiceForAppsLinkedServiceResponse(dict):
|
|
|
20231
20201
|
"""
|
|
20232
20202
|
return pulumi.get(self, "description")
|
|
20233
20203
|
|
|
20234
|
-
@property
|
|
20235
|
-
@pulumi.getter
|
|
20236
|
-
def domain(self) -> Optional[Any]:
|
|
20237
|
-
"""
|
|
20238
|
-
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
20239
|
-
"""
|
|
20240
|
-
return pulumi.get(self, "domain")
|
|
20241
|
-
|
|
20242
20204
|
@property
|
|
20243
20205
|
@pulumi.getter(name="encryptedCredential")
|
|
20244
20206
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -28765,7 +28727,6 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28765
28727
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
28766
28728
|
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
28767
28729
|
description: Optional[str] = None,
|
|
28768
|
-
domain: Optional[Any] = None,
|
|
28769
28730
|
encrypted_credential: Optional[str] = None,
|
|
28770
28731
|
host_name: Optional[Any] = None,
|
|
28771
28732
|
organization_name: Optional[Any] = None,
|
|
@@ -28779,7 +28740,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28779
28740
|
username: Optional[Any] = None):
|
|
28780
28741
|
"""
|
|
28781
28742
|
Dynamics CRM linked service.
|
|
28782
|
-
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
28743
|
+
:param Any authentication_type: The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28783
28744
|
:param Any deployment_type: The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
28784
28745
|
:param str type: Type of linked service.
|
|
28785
28746
|
Expected value is 'DynamicsCrm'.
|
|
@@ -28787,7 +28748,6 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28787
28748
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
28788
28749
|
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
28789
28750
|
:param str description: Linked service description.
|
|
28790
|
-
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28791
28751
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
28792
28752
|
:param Any host_name: The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
28793
28753
|
:param Any organization_name: The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -28811,8 +28771,6 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28811
28771
|
pulumi.set(__self__, "credential", credential)
|
|
28812
28772
|
if description is not None:
|
|
28813
28773
|
pulumi.set(__self__, "description", description)
|
|
28814
|
-
if domain is not None:
|
|
28815
|
-
pulumi.set(__self__, "domain", domain)
|
|
28816
28774
|
if encrypted_credential is not None:
|
|
28817
28775
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
28818
28776
|
if host_name is not None:
|
|
@@ -28840,7 +28798,7 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28840
28798
|
@pulumi.getter(name="authenticationType")
|
|
28841
28799
|
def authentication_type(self) -> Any:
|
|
28842
28800
|
"""
|
|
28843
|
-
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
28801
|
+
The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
28844
28802
|
"""
|
|
28845
28803
|
return pulumi.get(self, "authentication_type")
|
|
28846
28804
|
|
|
@@ -28893,14 +28851,6 @@ class DynamicsCrmLinkedServiceResponse(dict):
|
|
|
28893
28851
|
"""
|
|
28894
28852
|
return pulumi.get(self, "description")
|
|
28895
28853
|
|
|
28896
|
-
@property
|
|
28897
|
-
@pulumi.getter
|
|
28898
|
-
def domain(self) -> Optional[Any]:
|
|
28899
|
-
"""
|
|
28900
|
-
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
28901
|
-
"""
|
|
28902
|
-
return pulumi.get(self, "domain")
|
|
28903
|
-
|
|
28904
28854
|
@property
|
|
28905
28855
|
@pulumi.getter(name="encryptedCredential")
|
|
28906
28856
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -29461,7 +29411,6 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29461
29411
|
connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
|
|
29462
29412
|
credential: Optional['outputs.CredentialReferenceResponse'] = None,
|
|
29463
29413
|
description: Optional[str] = None,
|
|
29464
|
-
domain: Optional[Any] = None,
|
|
29465
29414
|
encrypted_credential: Optional[str] = None,
|
|
29466
29415
|
host_name: Optional[Any] = None,
|
|
29467
29416
|
organization_name: Optional[Any] = None,
|
|
@@ -29475,7 +29424,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29475
29424
|
username: Optional[Any] = None):
|
|
29476
29425
|
"""
|
|
29477
29426
|
Dynamics linked service.
|
|
29478
|
-
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
29427
|
+
:param Any authentication_type: The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
29479
29428
|
:param Any deployment_type: The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).
|
|
29480
29429
|
:param str type: Type of linked service.
|
|
29481
29430
|
Expected value is 'Dynamics'.
|
|
@@ -29483,7 +29432,6 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29483
29432
|
:param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
|
|
29484
29433
|
:param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
|
|
29485
29434
|
:param str description: Linked service description.
|
|
29486
|
-
:param Any domain: The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
29487
29435
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
29488
29436
|
:param Any host_name: The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
29489
29437
|
:param Any organization_name: The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string).
|
|
@@ -29507,8 +29455,6 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29507
29455
|
pulumi.set(__self__, "credential", credential)
|
|
29508
29456
|
if description is not None:
|
|
29509
29457
|
pulumi.set(__self__, "description", description)
|
|
29510
|
-
if domain is not None:
|
|
29511
|
-
pulumi.set(__self__, "domain", domain)
|
|
29512
29458
|
if encrypted_credential is not None:
|
|
29513
29459
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
29514
29460
|
if host_name is not None:
|
|
@@ -29536,7 +29482,7 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29536
29482
|
@pulumi.getter(name="authenticationType")
|
|
29537
29483
|
def authentication_type(self) -> Any:
|
|
29538
29484
|
"""
|
|
29539
|
-
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario
|
|
29485
|
+
The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
|
|
29540
29486
|
"""
|
|
29541
29487
|
return pulumi.get(self, "authentication_type")
|
|
29542
29488
|
|
|
@@ -29589,14 +29535,6 @@ class DynamicsLinkedServiceResponse(dict):
|
|
|
29589
29535
|
"""
|
|
29590
29536
|
return pulumi.get(self, "description")
|
|
29591
29537
|
|
|
29592
|
-
@property
|
|
29593
|
-
@pulumi.getter
|
|
29594
|
-
def domain(self) -> Optional[Any]:
|
|
29595
|
-
"""
|
|
29596
|
-
The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
|
|
29597
|
-
"""
|
|
29598
|
-
return pulumi.get(self, "domain")
|
|
29599
|
-
|
|
29600
29538
|
@property
|
|
29601
29539
|
@pulumi.getter(name="encryptedCredential")
|
|
29602
29540
|
def encrypted_credential(self) -> Optional[str]:
|
|
@@ -22,7 +22,6 @@ from .get_scaling_plan_personal_schedule import *
|
|
|
22
22
|
from .get_scaling_plan_pooled_schedule import *
|
|
23
23
|
from .get_workspace import *
|
|
24
24
|
from .host_pool import *
|
|
25
|
-
from .list_host_pool_registration_tokens import *
|
|
26
25
|
from .msix_package import *
|
|
27
26
|
from .private_endpoint_connection_by_host_pool import *
|
|
28
27
|
from .private_endpoint_connection_by_workspace import *
|
|
@@ -26,7 +26,6 @@ __all__ = [
|
|
|
26
26
|
'PrivateEndpointResponse',
|
|
27
27
|
'PrivateLinkServiceConnectionStateResponse',
|
|
28
28
|
'RegistrationInfoResponse',
|
|
29
|
-
'RegistrationTokenMinimalResponse',
|
|
30
29
|
'ResourceModelWithAllowedPropertySetResponseIdentity',
|
|
31
30
|
'ResourceModelWithAllowedPropertySetResponsePlan',
|
|
32
31
|
'ResourceModelWithAllowedPropertySetResponseSku',
|
|
@@ -849,41 +848,6 @@ class RegistrationInfoResponse(dict):
|
|
|
849
848
|
return pulumi.get(self, "token")
|
|
850
849
|
|
|
851
850
|
|
|
852
|
-
@pulumi.output_type
|
|
853
|
-
class RegistrationTokenMinimalResponse(dict):
|
|
854
|
-
"""
|
|
855
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
856
|
-
"""
|
|
857
|
-
def __init__(__self__, *,
|
|
858
|
-
expiration_time: Optional[str] = None,
|
|
859
|
-
token: Optional[str] = None):
|
|
860
|
-
"""
|
|
861
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
862
|
-
:param str expiration_time: Expiration time of registration token.
|
|
863
|
-
:param str token: The registration token base64 encoded string.
|
|
864
|
-
"""
|
|
865
|
-
if expiration_time is not None:
|
|
866
|
-
pulumi.set(__self__, "expiration_time", expiration_time)
|
|
867
|
-
if token is not None:
|
|
868
|
-
pulumi.set(__self__, "token", token)
|
|
869
|
-
|
|
870
|
-
@property
|
|
871
|
-
@pulumi.getter(name="expirationTime")
|
|
872
|
-
def expiration_time(self) -> Optional[str]:
|
|
873
|
-
"""
|
|
874
|
-
Expiration time of registration token.
|
|
875
|
-
"""
|
|
876
|
-
return pulumi.get(self, "expiration_time")
|
|
877
|
-
|
|
878
|
-
@property
|
|
879
|
-
@pulumi.getter
|
|
880
|
-
def token(self) -> Optional[str]:
|
|
881
|
-
"""
|
|
882
|
-
The registration token base64 encoded string.
|
|
883
|
-
"""
|
|
884
|
-
return pulumi.get(self, "token")
|
|
885
|
-
|
|
886
|
-
|
|
887
851
|
@pulumi.output_type
|
|
888
852
|
class ResourceModelWithAllowedPropertySetResponseIdentity(dict):
|
|
889
853
|
@staticmethod
|
|
@@ -22,7 +22,6 @@ from .get_scaling_plan_personal_schedule import *
|
|
|
22
22
|
from .get_scaling_plan_pooled_schedule import *
|
|
23
23
|
from .get_workspace import *
|
|
24
24
|
from .host_pool import *
|
|
25
|
-
from .list_host_pool_registration_tokens import *
|
|
26
25
|
from .msix_package import *
|
|
27
26
|
from .private_endpoint_connection_by_host_pool import *
|
|
28
27
|
from .private_endpoint_connection_by_workspace import *
|
|
@@ -27,7 +27,6 @@ __all__ = [
|
|
|
27
27
|
'PrivateEndpointResponse',
|
|
28
28
|
'PrivateLinkServiceConnectionStateResponse',
|
|
29
29
|
'RegistrationInfoResponse',
|
|
30
|
-
'RegistrationTokenMinimalResponse',
|
|
31
30
|
'ResourceModelWithAllowedPropertySetResponseIdentity',
|
|
32
31
|
'ResourceModelWithAllowedPropertySetResponsePlan',
|
|
33
32
|
'ResourceModelWithAllowedPropertySetResponseSku',
|
|
@@ -975,41 +974,6 @@ class RegistrationInfoResponse(dict):
|
|
|
975
974
|
return pulumi.get(self, "token")
|
|
976
975
|
|
|
977
976
|
|
|
978
|
-
@pulumi.output_type
|
|
979
|
-
class RegistrationTokenMinimalResponse(dict):
|
|
980
|
-
"""
|
|
981
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
982
|
-
"""
|
|
983
|
-
def __init__(__self__, *,
|
|
984
|
-
expiration_time: Optional[str] = None,
|
|
985
|
-
token: Optional[str] = None):
|
|
986
|
-
"""
|
|
987
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
988
|
-
:param str expiration_time: Expiration time of registration token.
|
|
989
|
-
:param str token: The registration token base64 encoded string.
|
|
990
|
-
"""
|
|
991
|
-
if expiration_time is not None:
|
|
992
|
-
pulumi.set(__self__, "expiration_time", expiration_time)
|
|
993
|
-
if token is not None:
|
|
994
|
-
pulumi.set(__self__, "token", token)
|
|
995
|
-
|
|
996
|
-
@property
|
|
997
|
-
@pulumi.getter(name="expirationTime")
|
|
998
|
-
def expiration_time(self) -> Optional[str]:
|
|
999
|
-
"""
|
|
1000
|
-
Expiration time of registration token.
|
|
1001
|
-
"""
|
|
1002
|
-
return pulumi.get(self, "expiration_time")
|
|
1003
|
-
|
|
1004
|
-
@property
|
|
1005
|
-
@pulumi.getter
|
|
1006
|
-
def token(self) -> Optional[str]:
|
|
1007
|
-
"""
|
|
1008
|
-
The registration token base64 encoded string.
|
|
1009
|
-
"""
|
|
1010
|
-
return pulumi.get(self, "token")
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
977
|
@pulumi.output_type
|
|
1014
978
|
class ResourceModelWithAllowedPropertySetResponseIdentity(dict):
|
|
1015
979
|
@staticmethod
|
|
@@ -22,7 +22,6 @@ from .get_scaling_plan_personal_schedule import *
|
|
|
22
22
|
from .get_scaling_plan_pooled_schedule import *
|
|
23
23
|
from .get_workspace import *
|
|
24
24
|
from .host_pool import *
|
|
25
|
-
from .list_host_pool_registration_tokens import *
|
|
26
25
|
from .msix_package import *
|
|
27
26
|
from .private_endpoint_connection_by_host_pool import *
|
|
28
27
|
from .private_endpoint_connection_by_workspace import *
|
|
@@ -29,7 +29,6 @@ __all__ = [
|
|
|
29
29
|
'PrivateEndpointResponse',
|
|
30
30
|
'PrivateLinkServiceConnectionStateResponse',
|
|
31
31
|
'RegistrationInfoResponse',
|
|
32
|
-
'RegistrationTokenMinimalResponse',
|
|
33
32
|
'ScalingHostPoolReferenceResponse',
|
|
34
33
|
'ScalingScheduleResponse',
|
|
35
34
|
'SkuResponse',
|
|
@@ -1180,41 +1179,6 @@ class RegistrationInfoResponse(dict):
|
|
|
1180
1179
|
return pulumi.get(self, "token")
|
|
1181
1180
|
|
|
1182
1181
|
|
|
1183
|
-
@pulumi.output_type
|
|
1184
|
-
class RegistrationTokenMinimalResponse(dict):
|
|
1185
|
-
"""
|
|
1186
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
1187
|
-
"""
|
|
1188
|
-
def __init__(__self__, *,
|
|
1189
|
-
expiration_time: Optional[str] = None,
|
|
1190
|
-
token: Optional[str] = None):
|
|
1191
|
-
"""
|
|
1192
|
-
Represents a Minimal set of properties for RegistrationToken definition.
|
|
1193
|
-
:param str expiration_time: Expiration time of registration token.
|
|
1194
|
-
:param str token: The registration token base64 encoded string.
|
|
1195
|
-
"""
|
|
1196
|
-
if expiration_time is not None:
|
|
1197
|
-
pulumi.set(__self__, "expiration_time", expiration_time)
|
|
1198
|
-
if token is not None:
|
|
1199
|
-
pulumi.set(__self__, "token", token)
|
|
1200
|
-
|
|
1201
|
-
@property
|
|
1202
|
-
@pulumi.getter(name="expirationTime")
|
|
1203
|
-
def expiration_time(self) -> Optional[str]:
|
|
1204
|
-
"""
|
|
1205
|
-
Expiration time of registration token.
|
|
1206
|
-
"""
|
|
1207
|
-
return pulumi.get(self, "expiration_time")
|
|
1208
|
-
|
|
1209
|
-
@property
|
|
1210
|
-
@pulumi.getter
|
|
1211
|
-
def token(self) -> Optional[str]:
|
|
1212
|
-
"""
|
|
1213
|
-
The registration token base64 encoded string.
|
|
1214
|
-
"""
|
|
1215
|
-
return pulumi.get(self, "token")
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
1182
|
@pulumi.output_type
|
|
1219
1183
|
class ScalingHostPoolReferenceResponse(dict):
|
|
1220
1184
|
"""
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -23,7 +23,6 @@ from .get_volume import *
|
|
|
23
23
|
from .get_volume_group import *
|
|
24
24
|
from .get_volume_group_id_for_ldap_user import *
|
|
25
25
|
from .get_volume_quota_rule import *
|
|
26
|
-
from .list_volume_quota_report import *
|
|
27
26
|
from .list_volume_replications import *
|
|
28
27
|
from .pool import *
|
|
29
28
|
from .snapshot import *
|
|
@@ -61,8 +60,6 @@ if typing.TYPE_CHECKING:
|
|
|
61
60
|
v20231101 = __v20231101
|
|
62
61
|
import pulumi_azure_native.netapp.v20231101preview as __v20231101preview
|
|
63
62
|
v20231101preview = __v20231101preview
|
|
64
|
-
import pulumi_azure_native.netapp.v20240301preview as __v20240301preview
|
|
65
|
-
v20240301preview = __v20240301preview
|
|
66
63
|
else:
|
|
67
64
|
v20210401 = _utilities.lazy_import('pulumi_azure_native.netapp.v20210401')
|
|
68
65
|
v20210401preview = _utilities.lazy_import('pulumi_azure_native.netapp.v20210401preview')
|
|
@@ -76,5 +73,4 @@ else:
|
|
|
76
73
|
v20230701preview = _utilities.lazy_import('pulumi_azure_native.netapp.v20230701preview')
|
|
77
74
|
v20231101 = _utilities.lazy_import('pulumi_azure_native.netapp.v20231101')
|
|
78
75
|
v20231101preview = _utilities.lazy_import('pulumi_azure_native.netapp.v20231101preview')
|
|
79
|
-
v20240301preview = _utilities.lazy_import('pulumi_azure_native.netapp.v20240301preview')
|
|
80
76
|
|
|
@@ -155,7 +155,7 @@ class Account(pulumi.CustomResource):
|
|
|
155
155
|
NetApp account resource
|
|
156
156
|
Azure REST API version: 2022-11-01. Prior API version in Azure Native 1.x: 2020-12-01.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2019-07-01, 2022-05-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview
|
|
158
|
+
Other available API versions: 2019-07-01, 2022-05-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview.
|
|
159
159
|
|
|
160
160
|
:param str resource_name: The name of the resource.
|
|
161
161
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -177,7 +177,7 @@ class Account(pulumi.CustomResource):
|
|
|
177
177
|
NetApp account resource
|
|
178
178
|
Azure REST API version: 2022-11-01. Prior API version in Azure Native 1.x: 2020-12-01.
|
|
179
179
|
|
|
180
|
-
Other available API versions: 2019-07-01, 2022-05-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview
|
|
180
|
+
Other available API versions: 2019-07-01, 2022-05-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview.
|
|
181
181
|
|
|
182
182
|
:param str resource_name: The name of the resource.
|
|
183
183
|
:param AccountArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -225,7 +225,7 @@ class Account(pulumi.CustomResource):
|
|
|
225
225
|
__props__.__dict__["provisioning_state"] = None
|
|
226
226
|
__props__.__dict__["system_data"] = None
|
|
227
227
|
__props__.__dict__["type"] = None
|
|
228
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:Account"), pulumi.Alias(type_="azure-native:netapp/v20190501:Account"), pulumi.Alias(type_="azure-native:netapp/v20190601:Account"), pulumi.Alias(type_="azure-native:netapp/v20190701:Account"), pulumi.Alias(type_="azure-native:netapp/v20190801:Account"), pulumi.Alias(type_="azure-native:netapp/v20191001:Account"), pulumi.Alias(type_="azure-native:netapp/v20191101:Account"), pulumi.Alias(type_="azure-native:netapp/v20200201:Account"), pulumi.Alias(type_="azure-native:netapp/v20200301:Account"), pulumi.Alias(type_="azure-native:netapp/v20200501:Account"), pulumi.Alias(type_="azure-native:netapp/v20200601:Account"), pulumi.Alias(type_="azure-native:netapp/v20200701:Account"), pulumi.Alias(type_="azure-native:netapp/v20200801:Account"), pulumi.Alias(type_="azure-native:netapp/v20200901:Account"), pulumi.Alias(type_="azure-native:netapp/v20201101:Account"), pulumi.Alias(type_="azure-native:netapp/v20201201:Account"), pulumi.Alias(type_="azure-native:netapp/v20210201:Account"), pulumi.Alias(type_="azure-native:netapp/v20210401:Account"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20210601:Account"), pulumi.Alias(type_="azure-native:netapp/v20210801:Account"), pulumi.Alias(type_="azure-native:netapp/v20211001:Account"), pulumi.Alias(type_="azure-native:netapp/v20220101:Account"), pulumi.Alias(type_="azure-native:netapp/v20220301:Account"), pulumi.Alias(type_="azure-native:netapp/v20220501:Account"), pulumi.Alias(type_="azure-native:netapp/v20220901:Account"), pulumi.Alias(type_="azure-native:netapp/v20221101:Account"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20230501:Account"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20230701:Account"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20231101:Account"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Account")
|
|
228
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:Account"), pulumi.Alias(type_="azure-native:netapp/v20190501:Account"), pulumi.Alias(type_="azure-native:netapp/v20190601:Account"), pulumi.Alias(type_="azure-native:netapp/v20190701:Account"), pulumi.Alias(type_="azure-native:netapp/v20190801:Account"), pulumi.Alias(type_="azure-native:netapp/v20191001:Account"), pulumi.Alias(type_="azure-native:netapp/v20191101:Account"), pulumi.Alias(type_="azure-native:netapp/v20200201:Account"), pulumi.Alias(type_="azure-native:netapp/v20200301:Account"), pulumi.Alias(type_="azure-native:netapp/v20200501:Account"), pulumi.Alias(type_="azure-native:netapp/v20200601:Account"), pulumi.Alias(type_="azure-native:netapp/v20200701:Account"), pulumi.Alias(type_="azure-native:netapp/v20200801:Account"), pulumi.Alias(type_="azure-native:netapp/v20200901:Account"), pulumi.Alias(type_="azure-native:netapp/v20201101:Account"), pulumi.Alias(type_="azure-native:netapp/v20201201:Account"), pulumi.Alias(type_="azure-native:netapp/v20210201:Account"), pulumi.Alias(type_="azure-native:netapp/v20210401:Account"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20210601:Account"), pulumi.Alias(type_="azure-native:netapp/v20210801:Account"), pulumi.Alias(type_="azure-native:netapp/v20211001:Account"), pulumi.Alias(type_="azure-native:netapp/v20220101:Account"), pulumi.Alias(type_="azure-native:netapp/v20220301:Account"), pulumi.Alias(type_="azure-native:netapp/v20220501:Account"), pulumi.Alias(type_="azure-native:netapp/v20220901:Account"), pulumi.Alias(type_="azure-native:netapp/v20221101:Account"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20230501:Account"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20230701:Account"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Account"), pulumi.Alias(type_="azure-native:netapp/v20231101:Account"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Account")])
|
|
229
229
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
230
230
|
super(Account, __self__).__init__(
|
|
231
231
|
'azure-native:netapp:Account',
|