pulumi-azure-native 2.57.0__py3-none-any.whl → 2.57.0a1724076329__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 -104
- pulumi_azure_native/billing/_enums.py +12 -0
- pulumi_azure_native/billing/_inputs.py +5 -5
- pulumi_azure_native/billing/v20240401/_enums.py +12 -0
- pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
- 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/datafactory/_inputs.py +19 -140
- pulumi_azure_native/datafactory/outputs.py +13 -98
- pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -140
- pulumi_azure_native/datafactory/v20180601/outputs.py +13 -98
- pulumi_azure_native/documentdb/__init__.py +0 -3
- pulumi_azure_native/documentdb/_inputs.py +0 -56
- pulumi_azure_native/documentdb/firewall_rule.py +70 -30
- pulumi_azure_native/documentdb/get_firewall_rule.py +38 -12
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/outputs.py +0 -66
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -251
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +68 -28
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +36 -10
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +114 -10
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +49 -10
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +218 -21
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -294
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +58 -27
- pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -291
- pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +68 -28
- pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +36 -10
- pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +152 -9
- pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +49 -10
- pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +286 -20
- pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -332
- pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +58 -27
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/iotoperations/__init__.py +0 -3
- pulumi_azure_native/iotoperations/broker.py +1 -5
- pulumi_azure_native/iotoperations/broker_authentication.py +1 -5
- pulumi_azure_native/iotoperations/broker_authorization.py +1 -5
- pulumi_azure_native/iotoperations/broker_listener.py +1 -5
- pulumi_azure_native/iotoperations/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/get_broker.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_listener.py +0 -4
- pulumi_azure_native/iotoperations/get_instance.py +0 -4
- pulumi_azure_native/iotoperations/instance.py +1 -5
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
- pulumi_azure_native/netapp/__init__.py +0 -3
- 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/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/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/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/network/__init__.py +0 -15
- pulumi_azure_native/network/_enums.py +0 -11
- pulumi_azure_native/network/_inputs.py +0 -436
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/outputs.py +0 -723
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/portal/__init__.py +0 -3
- pulumi_azure_native/portal/dashboard.py +3 -3
- pulumi_azure_native/portal/get_dashboard.py +2 -2
- pulumi_azure_native/portal/get_tenant_configuration.py +0 -4
- pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +0 -4
- pulumi_azure_native/portal/tenant_configuration.py +1 -5
- pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/standbypool/__init__.py +0 -3
- pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
- pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
- pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
- pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
- pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/subscription/__init__.py +0 -3
- pulumi_azure_native/subscription/alias.py +3 -3
- pulumi_azure_native/subscription/get_alias.py +2 -2
- pulumi_azure_native/subscription/v20200901/alias.py +1 -1
- pulumi_azure_native/subscription/v20211001/alias.py +1 -1
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/RECORD +337 -475
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/WHEEL +1 -1
- pulumi_azure_native/documentdb/v20240701/__init__.py +0 -17
- pulumi_azure_native/documentdb/v20240701/_enums.py +0 -86
- pulumi_azure_native/documentdb/v20240701/_inputs.py +0 -755
- pulumi_azure_native/documentdb/v20240701/firewall_rule.py +0 -220
- pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +0 -141
- pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +0 -258
- pulumi_azure_native/documentdb/v20240701/outputs.py +0 -1048
- pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +0 -221
- pulumi_azure_native/hybridcompute/v20240710/__init__.py +0 -22
- pulumi_azure_native/hybridcompute/v20240710/_enums.py +0 -164
- pulumi_azure_native/hybridcompute/v20240710/_inputs.py +0 -1712
- pulumi_azure_native/hybridcompute/v20240710/get_license.py +0 -201
- pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +0 -362
- pulumi_azure_native/hybridcompute/v20240710/get_machine.py +0 -596
- pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +0 -167
- pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +0 -162
- pulumi_azure_native/hybridcompute/v20240710/license.py +0 -326
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +0 -505
- pulumi_azure_native/hybridcompute/v20240710/machine.py +0 -855
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +0 -279
- pulumi_azure_native/hybridcompute/v20240710/outputs.py +0 -2817
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +0 -220
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +0 -258
- pulumi_azure_native/iotoperations/v20240815preview/__init__.py +0 -26
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +0 -616
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +0 -6895
- pulumi_azure_native/iotoperations/v20240815preview/broker.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +0 -188
- pulumi_azure_native/iotoperations/v20240815preview/instance.py +0 -317
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +0 -5753
- pulumi_azure_native/netapp/v20240101/__init__.py +0 -35
- pulumi_azure_native/netapp/v20240101/_enums.py +0 -267
- pulumi_azure_native/netapp/v20240101/_inputs.py +0 -2945
- pulumi_azure_native/netapp/v20240101/account.py +0 -346
- pulumi_azure_native/netapp/v20240101/backup.py +0 -402
- pulumi_azure_native/netapp/v20240101/backup_policy.py +0 -414
- pulumi_azure_native/netapp/v20240101/backup_vault.py +0 -258
- pulumi_azure_native/netapp/v20240101/get_account.py +0 -227
- pulumi_azure_native/netapp/v20240101/get_backup.py +0 -276
- pulumi_azure_native/netapp/v20240101/get_backup_policy.py +0 -271
- pulumi_azure_native/netapp/v20240101/get_backup_vault.py +0 -167
- pulumi_azure_native/netapp/v20240101/get_pool.py +0 -284
- pulumi_azure_native/netapp/v20240101/get_snapshot.py +0 -190
- pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +0 -245
- pulumi_azure_native/netapp/v20240101/get_subvolume.py +0 -190
- pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +0 -254
- pulumi_azure_native/netapp/v20240101/get_volume.py +0 -887
- pulumi_azure_native/netapp/v20240101/get_volume_group.py +0 -167
- pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +0 -98
- pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +0 -216
- pulumi_azure_native/netapp/v20240101/list_volume_replications.py +0 -94
- pulumi_azure_native/netapp/v20240101/outputs.py +0 -3035
- pulumi_azure_native/netapp/v20240101/pool.py +0 -462
- pulumi_azure_native/netapp/v20240101/snapshot.py +0 -291
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +0 -414
- pulumi_azure_native/netapp/v20240101/subvolume.py +0 -329
- pulumi_azure_native/netapp/v20240101/volume.py +0 -1639
- pulumi_azure_native/netapp/v20240101/volume_group.py +0 -279
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +0 -388
- pulumi_azure_native/network/get_ipam_pool.py +0 -169
- pulumi_azure_native/network/get_ipam_pool_usage.py +0 -195
- pulumi_azure_native/network/get_reachability_analysis_intent.py +0 -148
- pulumi_azure_native/network/get_reachability_analysis_run.py +0 -148
- pulumi_azure_native/network/get_static_cidr.py +0 -148
- pulumi_azure_native/network/get_verifier_workspace.py +0 -169
- pulumi_azure_native/network/ipam_pool.py +0 -280
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +0 -101
- pulumi_azure_native/network/reachability_analysis_intent.py +0 -245
- pulumi_azure_native/network/reachability_analysis_run.py +0 -244
- pulumi_azure_native/network/static_cidr.py +0 -243
- pulumi_azure_native/network/v20240101preview/__init__.py +0 -33
- pulumi_azure_native/network/v20240101preview/_enums.py +0 -98
- pulumi_azure_native/network/v20240101preview/_inputs.py +0 -611
- pulumi_azure_native/network/v20240101preview/admin_rule.py +0 -553
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +0 -291
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +0 -405
- pulumi_azure_native/network/v20240101preview/get_admin_rule.py +0 -295
- pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +0 -185
- pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +0 -308
- pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +0 -167
- pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +0 -193
- pulumi_azure_native/network/v20240101preview/get_network_manager.py +0 -227
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +0 -193
- pulumi_azure_native/network/v20240101preview/get_static_cidr.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +0 -167
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +0 -278
- pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +0 -99
- pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +0 -118
- pulumi_azure_native/network/v20240101preview/network_manager.py +0 -368
- pulumi_azure_native/network/v20240101preview/outputs.py +0 -1164
- pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +0 -243
- pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +0 -242
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +0 -298
- pulumi_azure_native/network/v20240101preview/static_cidr.py +0 -241
- pulumi_azure_native/network/v20240101preview/verifier_workspace.py +0 -278
- pulumi_azure_native/network/verifier_workspace.py +0 -280
- pulumi_azure_native/portal/v20221201preview/__init__.py +0 -15
- pulumi_azure_native/portal/v20221201preview/_enums.py +0 -19
- pulumi_azure_native/portal/v20221201preview/_inputs.py +0 -639
- pulumi_azure_native/portal/v20221201preview/dashboard.py +0 -257
- pulumi_azure_native/portal/v20221201preview/get_dashboard.py +0 -162
- pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +0 -131
- pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +0 -83
- pulumi_azure_native/portal/v20221201preview/outputs.py +0 -651
- pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +0 -178
- pulumi_azure_native/standbypool/v20240301/__init__.py +0 -14
- pulumi_azure_native/standbypool/v20240301/_enums.py +0 -34
- pulumi_azure_native/standbypool/v20240301/_inputs.py +0 -287
- pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +0 -188
- pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +0 -201
- pulumi_azure_native/standbypool/v20240301/outputs.py +0 -352
- pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +0 -299
- pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +0 -327
- pulumi_azure_native/subscription/v20240801preview/__init__.py +0 -12
- pulumi_azure_native/subscription/v20240801preview/_enums.py +0 -17
- pulumi_azure_native/subscription/v20240801preview/_inputs.py +0 -267
- pulumi_azure_native/subscription/v20240801preview/alias.py +0 -179
- pulumi_azure_native/subscription/v20240801preview/get_alias.py +0 -131
- pulumi_azure_native/subscription/v20240801preview/outputs.py +0 -324
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/top_level.txt +0 -0
pulumi_azure_native/__init__.py
CHANGED
|
@@ -8045,16 +8045,6 @@ _utilities.register(
|
|
|
8045
8045
|
"azure-native:documentdb/v20240601preview:PrivateEndpointConnection": "PrivateEndpointConnection"
|
|
8046
8046
|
}
|
|
8047
8047
|
},
|
|
8048
|
-
{
|
|
8049
|
-
"pkg": "azure-native",
|
|
8050
|
-
"mod": "documentdb/v20240701",
|
|
8051
|
-
"fqn": "pulumi_azure_native.documentdb.v20240701",
|
|
8052
|
-
"classes": {
|
|
8053
|
-
"azure-native:documentdb/v20240701:FirewallRule": "FirewallRule",
|
|
8054
|
-
"azure-native:documentdb/v20240701:MongoCluster": "MongoCluster",
|
|
8055
|
-
"azure-native:documentdb/v20240701:PrivateEndpointConnection": "PrivateEndpointConnection"
|
|
8056
|
-
}
|
|
8057
|
-
},
|
|
8058
8048
|
{
|
|
8059
8049
|
"pkg": "azure-native",
|
|
8060
8050
|
"mod": "domainregistration",
|
|
@@ -9190,19 +9180,6 @@ _utilities.register(
|
|
|
9190
9180
|
"azure-native:hybridcompute/v20240520preview:PrivateLinkScope": "PrivateLinkScope"
|
|
9191
9181
|
}
|
|
9192
9182
|
},
|
|
9193
|
-
{
|
|
9194
|
-
"pkg": "azure-native",
|
|
9195
|
-
"mod": "hybridcompute/v20240710",
|
|
9196
|
-
"fqn": "pulumi_azure_native.hybridcompute.v20240710",
|
|
9197
|
-
"classes": {
|
|
9198
|
-
"azure-native:hybridcompute/v20240710:License": "License",
|
|
9199
|
-
"azure-native:hybridcompute/v20240710:LicenseProfile": "LicenseProfile",
|
|
9200
|
-
"azure-native:hybridcompute/v20240710:Machine": "Machine",
|
|
9201
|
-
"azure-native:hybridcompute/v20240710:MachineExtension": "MachineExtension",
|
|
9202
|
-
"azure-native:hybridcompute/v20240710:PrivateEndpointConnection": "PrivateEndpointConnection",
|
|
9203
|
-
"azure-native:hybridcompute/v20240710:PrivateLinkScope": "PrivateLinkScope"
|
|
9204
|
-
}
|
|
9205
|
-
},
|
|
9206
9183
|
{
|
|
9207
9184
|
"pkg": "azure-native",
|
|
9208
9185
|
"mod": "hybridconnectivity",
|
|
@@ -9839,21 +9816,6 @@ _utilities.register(
|
|
|
9839
9816
|
"azure-native:iotoperations/v20240701preview:Instance": "Instance"
|
|
9840
9817
|
}
|
|
9841
9818
|
},
|
|
9842
|
-
{
|
|
9843
|
-
"pkg": "azure-native",
|
|
9844
|
-
"mod": "iotoperations/v20240815preview",
|
|
9845
|
-
"fqn": "pulumi_azure_native.iotoperations.v20240815preview",
|
|
9846
|
-
"classes": {
|
|
9847
|
-
"azure-native:iotoperations/v20240815preview:Broker": "Broker",
|
|
9848
|
-
"azure-native:iotoperations/v20240815preview:BrokerAuthentication": "BrokerAuthentication",
|
|
9849
|
-
"azure-native:iotoperations/v20240815preview:BrokerAuthorization": "BrokerAuthorization",
|
|
9850
|
-
"azure-native:iotoperations/v20240815preview:BrokerListener": "BrokerListener",
|
|
9851
|
-
"azure-native:iotoperations/v20240815preview:Dataflow": "Dataflow",
|
|
9852
|
-
"azure-native:iotoperations/v20240815preview:DataflowEndpoint": "DataflowEndpoint",
|
|
9853
|
-
"azure-native:iotoperations/v20240815preview:DataflowProfile": "DataflowProfile",
|
|
9854
|
-
"azure-native:iotoperations/v20240815preview:Instance": "Instance"
|
|
9855
|
-
}
|
|
9856
|
-
},
|
|
9857
9819
|
{
|
|
9858
9820
|
"pkg": "azure-native",
|
|
9859
9821
|
"mod": "iotoperationsdataprocessor",
|
|
@@ -12217,24 +12179,6 @@ _utilities.register(
|
|
|
12217
12179
|
"azure-native:netapp/v20231101preview:VolumeQuotaRule": "VolumeQuotaRule"
|
|
12218
12180
|
}
|
|
12219
12181
|
},
|
|
12220
|
-
{
|
|
12221
|
-
"pkg": "azure-native",
|
|
12222
|
-
"mod": "netapp/v20240101",
|
|
12223
|
-
"fqn": "pulumi_azure_native.netapp.v20240101",
|
|
12224
|
-
"classes": {
|
|
12225
|
-
"azure-native:netapp/v20240101:Account": "Account",
|
|
12226
|
-
"azure-native:netapp/v20240101:Backup": "Backup",
|
|
12227
|
-
"azure-native:netapp/v20240101:BackupPolicy": "BackupPolicy",
|
|
12228
|
-
"azure-native:netapp/v20240101:BackupVault": "BackupVault",
|
|
12229
|
-
"azure-native:netapp/v20240101:Pool": "Pool",
|
|
12230
|
-
"azure-native:netapp/v20240101:Snapshot": "Snapshot",
|
|
12231
|
-
"azure-native:netapp/v20240101:SnapshotPolicy": "SnapshotPolicy",
|
|
12232
|
-
"azure-native:netapp/v20240101:Subvolume": "Subvolume",
|
|
12233
|
-
"azure-native:netapp/v20240101:Volume": "Volume",
|
|
12234
|
-
"azure-native:netapp/v20240101:VolumeGroup": "VolumeGroup",
|
|
12235
|
-
"azure-native:netapp/v20240101:VolumeQuotaRule": "VolumeQuotaRule"
|
|
12236
|
-
}
|
|
12237
|
-
},
|
|
12238
12182
|
{
|
|
12239
12183
|
"pkg": "azure-native",
|
|
12240
12184
|
"mod": "netapp/v20240301",
|
|
@@ -12320,7 +12264,6 @@ _utilities.register(
|
|
|
12320
12264
|
"azure-native:network:InterfaceEndpoint": "InterfaceEndpoint",
|
|
12321
12265
|
"azure-native:network:IpAllocation": "IpAllocation",
|
|
12322
12266
|
"azure-native:network:IpGroup": "IpGroup",
|
|
12323
|
-
"azure-native:network:IpamPool": "IpamPool",
|
|
12324
12267
|
"azure-native:network:LoadBalancer": "LoadBalancer",
|
|
12325
12268
|
"azure-native:network:LoadBalancerBackendAddressPool": "LoadBalancerBackendAddressPool",
|
|
12326
12269
|
"azure-native:network:LocalNetworkGateway": "LocalNetworkGateway",
|
|
@@ -12356,8 +12299,6 @@ _utilities.register(
|
|
|
12356
12299
|
"azure-native:network:Profile": "Profile",
|
|
12357
12300
|
"azure-native:network:PublicIPAddress": "PublicIPAddress",
|
|
12358
12301
|
"azure-native:network:PublicIPPrefix": "PublicIPPrefix",
|
|
12359
|
-
"azure-native:network:ReachabilityAnalysisIntent": "ReachabilityAnalysisIntent",
|
|
12360
|
-
"azure-native:network:ReachabilityAnalysisRun": "ReachabilityAnalysisRun",
|
|
12361
12302
|
"azure-native:network:RecordSet": "RecordSet",
|
|
12362
12303
|
"azure-native:network:Route": "Route",
|
|
12363
12304
|
"azure-native:network:RouteFilter": "RouteFilter",
|
|
@@ -12373,14 +12314,12 @@ _utilities.register(
|
|
|
12373
12314
|
"azure-native:network:SecurityUserConfiguration": "SecurityUserConfiguration",
|
|
12374
12315
|
"azure-native:network:ServiceEndpointPolicy": "ServiceEndpointPolicy",
|
|
12375
12316
|
"azure-native:network:ServiceEndpointPolicyDefinition": "ServiceEndpointPolicyDefinition",
|
|
12376
|
-
"azure-native:network:StaticCidr": "StaticCidr",
|
|
12377
12317
|
"azure-native:network:StaticMember": "StaticMember",
|
|
12378
12318
|
"azure-native:network:Subnet": "Subnet",
|
|
12379
12319
|
"azure-native:network:SubscriptionNetworkManagerConnection": "SubscriptionNetworkManagerConnection",
|
|
12380
12320
|
"azure-native:network:TrafficManagerUserMetricsKey": "TrafficManagerUserMetricsKey",
|
|
12381
12321
|
"azure-native:network:UserRule": "UserRule",
|
|
12382
12322
|
"azure-native:network:UserRuleCollection": "UserRuleCollection",
|
|
12383
|
-
"azure-native:network:VerifierWorkspace": "VerifierWorkspace",
|
|
12384
12323
|
"azure-native:network:VirtualApplianceSite": "VirtualApplianceSite",
|
|
12385
12324
|
"azure-native:network:VirtualHub": "VirtualHub",
|
|
12386
12325
|
"azure-native:network:VirtualHubBgpConnection": "VirtualHubBgpConnection",
|
|
@@ -13407,23 +13346,6 @@ _utilities.register(
|
|
|
13407
13346
|
"azure-native:network/v20240101:WebApplicationFirewallPolicy": "WebApplicationFirewallPolicy"
|
|
13408
13347
|
}
|
|
13409
13348
|
},
|
|
13410
|
-
{
|
|
13411
|
-
"pkg": "azure-native",
|
|
13412
|
-
"mod": "network/v20240101preview",
|
|
13413
|
-
"fqn": "pulumi_azure_native.network.v20240101preview",
|
|
13414
|
-
"classes": {
|
|
13415
|
-
"azure-native:network/v20240101preview:AdminRule": "AdminRule",
|
|
13416
|
-
"azure-native:network/v20240101preview:AdminRuleCollection": "AdminRuleCollection",
|
|
13417
|
-
"azure-native:network/v20240101preview:DefaultAdminRule": "DefaultAdminRule",
|
|
13418
|
-
"azure-native:network/v20240101preview:IpamPool": "IpamPool",
|
|
13419
|
-
"azure-native:network/v20240101preview:NetworkManager": "NetworkManager",
|
|
13420
|
-
"azure-native:network/v20240101preview:ReachabilityAnalysisIntent": "ReachabilityAnalysisIntent",
|
|
13421
|
-
"azure-native:network/v20240101preview:ReachabilityAnalysisRun": "ReachabilityAnalysisRun",
|
|
13422
|
-
"azure-native:network/v20240101preview:SecurityAdminConfiguration": "SecurityAdminConfiguration",
|
|
13423
|
-
"azure-native:network/v20240101preview:StaticCidr": "StaticCidr",
|
|
13424
|
-
"azure-native:network/v20240101preview:VerifierWorkspace": "VerifierWorkspace"
|
|
13425
|
-
}
|
|
13426
|
-
},
|
|
13427
13349
|
{
|
|
13428
13350
|
"pkg": "azure-native",
|
|
13429
13351
|
"mod": "network/v20240201",
|
|
@@ -14034,15 +13956,6 @@ _utilities.register(
|
|
|
14034
13956
|
"azure-native:portal/v20200901preview:TenantConfiguration": "TenantConfiguration"
|
|
14035
13957
|
}
|
|
14036
13958
|
},
|
|
14037
|
-
{
|
|
14038
|
-
"pkg": "azure-native",
|
|
14039
|
-
"mod": "portal/v20221201preview",
|
|
14040
|
-
"fqn": "pulumi_azure_native.portal.v20221201preview",
|
|
14041
|
-
"classes": {
|
|
14042
|
-
"azure-native:portal/v20221201preview:Dashboard": "Dashboard",
|
|
14043
|
-
"azure-native:portal/v20221201preview:TenantConfiguration": "TenantConfiguration"
|
|
14044
|
-
}
|
|
14045
|
-
},
|
|
14046
13959
|
{
|
|
14047
13960
|
"pkg": "azure-native",
|
|
14048
13961
|
"mod": "portalservices",
|
|
@@ -17128,15 +17041,6 @@ _utilities.register(
|
|
|
17128
17041
|
"azure-native:standbypool/v20231201preview:StandbyVirtualMachinePool": "StandbyVirtualMachinePool"
|
|
17129
17042
|
}
|
|
17130
17043
|
},
|
|
17131
|
-
{
|
|
17132
|
-
"pkg": "azure-native",
|
|
17133
|
-
"mod": "standbypool/v20240301",
|
|
17134
|
-
"fqn": "pulumi_azure_native.standbypool.v20240301",
|
|
17135
|
-
"classes": {
|
|
17136
|
-
"azure-native:standbypool/v20240301:StandbyContainerGroupPool": "StandbyContainerGroupPool",
|
|
17137
|
-
"azure-native:standbypool/v20240301:StandbyVirtualMachinePool": "StandbyVirtualMachinePool"
|
|
17138
|
-
}
|
|
17139
|
-
},
|
|
17140
17044
|
{
|
|
17141
17045
|
"pkg": "azure-native",
|
|
17142
17046
|
"mod": "standbypool/v20240301preview",
|
|
@@ -17586,14 +17490,6 @@ _utilities.register(
|
|
|
17586
17490
|
"azure-native:subscription/v20211001:Alias": "Alias"
|
|
17587
17491
|
}
|
|
17588
17492
|
},
|
|
17589
|
-
{
|
|
17590
|
-
"pkg": "azure-native",
|
|
17591
|
-
"mod": "subscription/v20240801preview",
|
|
17592
|
-
"fqn": "pulumi_azure_native.subscription.v20240801preview",
|
|
17593
|
-
"classes": {
|
|
17594
|
-
"azure-native:subscription/v20240801preview:Alias": "Alias"
|
|
17595
|
-
}
|
|
17596
|
-
},
|
|
17597
17493
|
{
|
|
17598
17494
|
"pkg": "azure-native",
|
|
17599
17495
|
"mod": "synapse",
|
|
@@ -9,6 +9,7 @@ __all__ = [
|
|
|
9
9
|
'InvoiceSectionState',
|
|
10
10
|
'InvoiceSectionStateReasonCode',
|
|
11
11
|
'ProvisioningTenantState',
|
|
12
|
+
'TargetCloud',
|
|
12
13
|
]
|
|
13
14
|
|
|
14
15
|
|
|
@@ -57,3 +58,14 @@ class ProvisioningTenantState(str, Enum):
|
|
|
57
58
|
BILLING_REQUEST_EXPIRED = "BillingRequestExpired"
|
|
58
59
|
BILLING_REQUEST_DECLINED = "BillingRequestDeclined"
|
|
59
60
|
REVOKED = "Revoked"
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
class TargetCloud(str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
66
|
+
"""
|
|
67
|
+
OTHER = "Other"
|
|
68
|
+
INTERNAL = "Internal"
|
|
69
|
+
US_GOV = "USGov"
|
|
70
|
+
US_NAT = "USNat"
|
|
71
|
+
US_SEC = "USSec"
|
|
@@ -1561,7 +1561,7 @@ if not MYPY:
|
|
|
1561
1561
|
"""
|
|
1562
1562
|
Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
1563
1563
|
"""
|
|
1564
|
-
target_cloud: NotRequired[pulumi.Input[str]]
|
|
1564
|
+
target_cloud: NotRequired[pulumi.Input[Union[str, 'TargetCloud']]]
|
|
1565
1565
|
"""
|
|
1566
1566
|
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1567
1567
|
"""
|
|
@@ -1575,14 +1575,14 @@ class InvoiceSectionPropertiesArgs:
|
|
|
1575
1575
|
reason_code: Optional[pulumi.Input[Union[str, 'InvoiceSectionStateReasonCode']]] = None,
|
|
1576
1576
|
state: Optional[pulumi.Input[Union[str, 'InvoiceSectionState']]] = None,
|
|
1577
1577
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1578
|
-
target_cloud: Optional[pulumi.Input[str]] = None):
|
|
1578
|
+
target_cloud: Optional[pulumi.Input[Union[str, 'TargetCloud']]] = None):
|
|
1579
1579
|
"""
|
|
1580
1580
|
An invoice section.
|
|
1581
1581
|
:param pulumi.Input[str] display_name: The name of the invoice section.
|
|
1582
1582
|
:param pulumi.Input[Union[str, 'InvoiceSectionStateReasonCode']] reason_code: Reason for the specified invoice section status.
|
|
1583
1583
|
:param pulumi.Input[Union[str, 'InvoiceSectionState']] state: Identifies the status of an invoice section.
|
|
1584
1584
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
1585
|
-
:param pulumi.Input[str] target_cloud: Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1585
|
+
:param pulumi.Input[Union[str, 'TargetCloud']] target_cloud: Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1586
1586
|
"""
|
|
1587
1587
|
if display_name is not None:
|
|
1588
1588
|
pulumi.set(__self__, "display_name", display_name)
|
|
@@ -1645,14 +1645,14 @@ class InvoiceSectionPropertiesArgs:
|
|
|
1645
1645
|
|
|
1646
1646
|
@property
|
|
1647
1647
|
@pulumi.getter(name="targetCloud")
|
|
1648
|
-
def target_cloud(self) -> Optional[pulumi.Input[str]]:
|
|
1648
|
+
def target_cloud(self) -> Optional[pulumi.Input[Union[str, 'TargetCloud']]]:
|
|
1649
1649
|
"""
|
|
1650
1650
|
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1651
1651
|
"""
|
|
1652
1652
|
return pulumi.get(self, "target_cloud")
|
|
1653
1653
|
|
|
1654
1654
|
@target_cloud.setter
|
|
1655
|
-
def target_cloud(self, value: Optional[pulumi.Input[str]]):
|
|
1655
|
+
def target_cloud(self, value: Optional[pulumi.Input[Union[str, 'TargetCloud']]]):
|
|
1656
1656
|
pulumi.set(self, "target_cloud", value)
|
|
1657
1657
|
|
|
1658
1658
|
|
|
@@ -9,6 +9,7 @@ __all__ = [
|
|
|
9
9
|
'InvoiceSectionState',
|
|
10
10
|
'InvoiceSectionStateReasonCode',
|
|
11
11
|
'ProvisioningTenantState',
|
|
12
|
+
'TargetCloud',
|
|
12
13
|
]
|
|
13
14
|
|
|
14
15
|
|
|
@@ -57,3 +58,14 @@ class ProvisioningTenantState(str, Enum):
|
|
|
57
58
|
BILLING_REQUEST_EXPIRED = "BillingRequestExpired"
|
|
58
59
|
BILLING_REQUEST_DECLINED = "BillingRequestDeclined"
|
|
59
60
|
REVOKED = "Revoked"
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
class TargetCloud(str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
66
|
+
"""
|
|
67
|
+
OTHER = "Other"
|
|
68
|
+
INTERNAL = "Internal"
|
|
69
|
+
US_GOV = "USGov"
|
|
70
|
+
US_NAT = "USNat"
|
|
71
|
+
US_SEC = "USSec"
|
|
@@ -1718,7 +1718,7 @@ if not MYPY:
|
|
|
1718
1718
|
"""
|
|
1719
1719
|
Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
1720
1720
|
"""
|
|
1721
|
-
target_cloud: NotRequired[pulumi.Input[str]]
|
|
1721
|
+
target_cloud: NotRequired[pulumi.Input[Union[str, 'TargetCloud']]]
|
|
1722
1722
|
"""
|
|
1723
1723
|
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1724
1724
|
"""
|
|
@@ -1732,14 +1732,14 @@ class InvoiceSectionPropertiesArgs:
|
|
|
1732
1732
|
reason_code: Optional[pulumi.Input[Union[str, 'InvoiceSectionStateReasonCode']]] = None,
|
|
1733
1733
|
state: Optional[pulumi.Input[Union[str, 'InvoiceSectionState']]] = None,
|
|
1734
1734
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1735
|
-
target_cloud: Optional[pulumi.Input[str]] = None):
|
|
1735
|
+
target_cloud: Optional[pulumi.Input[Union[str, 'TargetCloud']]] = None):
|
|
1736
1736
|
"""
|
|
1737
1737
|
An invoice section.
|
|
1738
1738
|
:param pulumi.Input[str] display_name: The name of the invoice section.
|
|
1739
1739
|
:param pulumi.Input[Union[str, 'InvoiceSectionStateReasonCode']] reason_code: Reason for the specified invoice section status.
|
|
1740
1740
|
:param pulumi.Input[Union[str, 'InvoiceSectionState']] state: Identifies the status of an invoice section.
|
|
1741
1741
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
1742
|
-
:param pulumi.Input[str] target_cloud: Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1742
|
+
:param pulumi.Input[Union[str, 'TargetCloud']] target_cloud: Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1743
1743
|
"""
|
|
1744
1744
|
if display_name is not None:
|
|
1745
1745
|
pulumi.set(__self__, "display_name", display_name)
|
|
@@ -1802,14 +1802,14 @@ class InvoiceSectionPropertiesArgs:
|
|
|
1802
1802
|
|
|
1803
1803
|
@property
|
|
1804
1804
|
@pulumi.getter(name="targetCloud")
|
|
1805
|
-
def target_cloud(self) -> Optional[pulumi.Input[str]]:
|
|
1805
|
+
def target_cloud(self) -> Optional[pulumi.Input[Union[str, 'TargetCloud']]]:
|
|
1806
1806
|
"""
|
|
1807
1807
|
Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1808
1808
|
"""
|
|
1809
1809
|
return pulumi.get(self, "target_cloud")
|
|
1810
1810
|
|
|
1811
1811
|
@target_cloud.setter
|
|
1812
|
-
def target_cloud(self, value: Optional[pulumi.Input[str]]):
|
|
1812
|
+
def target_cloud(self, value: Optional[pulumi.Input[Union[str, 'TargetCloud']]]):
|
|
1813
1813
|
pulumi.set(self, "target_cloud", value)
|
|
1814
1814
|
|
|
1815
1815
|
|
|
@@ -154,7 +154,7 @@ class DiskDeleteOptionTypes(str, Enum):
|
|
|
154
154
|
|
|
155
155
|
class DiskDetachOptionTypes(str, Enum):
|
|
156
156
|
"""
|
|
157
|
-
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
157
|
+
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
158
158
|
"""
|
|
159
159
|
FORCE_DETACH = "ForceDetach"
|
|
160
160
|
|
|
@@ -793,7 +793,7 @@ if not MYPY:
|
|
|
793
793
|
"""
|
|
794
794
|
detach_option: NotRequired[pulumi.Input[Union[str, 'DiskDetachOptionTypes']]]
|
|
795
795
|
"""
|
|
796
|
-
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
796
|
+
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
797
797
|
"""
|
|
798
798
|
disk_size_gb: NotRequired[pulumi.Input[int]]
|
|
799
799
|
"""
|
|
@@ -852,7 +852,7 @@ class DataDiskArgs:
|
|
|
852
852
|
:param pulumi.Input[int] lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
853
853
|
:param pulumi.Input['CachingTypes'] caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**
|
|
854
854
|
:param pulumi.Input[Union[str, 'DiskDeleteOptionTypes']] delete_option: Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the data disk is deleted when VM is deleted. **Detach.** If this value is used, the data disk is retained after VM is deleted. The default value is set to **Detach**.
|
|
855
|
-
:param pulumi.Input[Union[str, 'DiskDetachOptionTypes']] detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
855
|
+
:param pulumi.Input[Union[str, 'DiskDetachOptionTypes']] detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
856
856
|
:param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
857
857
|
:param pulumi.Input['VirtualHardDiskArgs'] image: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
|
|
858
858
|
:param pulumi.Input['ManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
|
|
@@ -939,7 +939,7 @@ class DataDiskArgs:
|
|
|
939
939
|
@pulumi.getter(name="detachOption")
|
|
940
940
|
def detach_option(self) -> Optional[pulumi.Input[Union[str, 'DiskDetachOptionTypes']]]:
|
|
941
941
|
"""
|
|
942
|
-
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
942
|
+
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
943
943
|
"""
|
|
944
944
|
return pulumi.get(self, "detach_option")
|
|
945
945
|
|
|
@@ -1228,7 +1228,7 @@ class DataDiskResponse(dict):
|
|
|
1228
1228
|
:param int lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
1229
1229
|
:param str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**
|
|
1230
1230
|
:param str delete_option: Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the data disk is deleted when VM is deleted. **Detach.** If this value is used, the data disk is retained after VM is deleted. The default value is set to **Detach**.
|
|
1231
|
-
:param str detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
1231
|
+
:param str detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
1232
1232
|
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
1233
1233
|
:param 'VirtualHardDiskResponse' image: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
|
|
1234
1234
|
:param 'ManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
@@ -1317,7 +1317,7 @@ class DataDiskResponse(dict):
|
|
|
1317
1317
|
@pulumi.getter(name="detachOption")
|
|
1318
1318
|
def detach_option(self) -> Optional[str]:
|
|
1319
1319
|
"""
|
|
1320
|
-
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview
|
|
1320
|
+
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
1321
1321
|
"""
|
|
1322
1322
|
return pulumi.get(self, "detach_option")
|
|
1323
1323
|
|