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
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._inputs import *
|
|
18
|
-
|
|
19
|
-
__all__ = ['TenantConfigurationArgs', 'TenantConfiguration']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class TenantConfigurationArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
properties: Optional[pulumi.Input['ConfigurationPropertiesArgs']] = None):
|
|
26
|
-
"""
|
|
27
|
-
The set of arguments for constructing a TenantConfiguration resource.
|
|
28
|
-
:param pulumi.Input[str] configuration_name: The name of the Configuration
|
|
29
|
-
:param pulumi.Input['ConfigurationPropertiesArgs'] properties: The resource-specific properties for this resource.
|
|
30
|
-
"""
|
|
31
|
-
if configuration_name is not None:
|
|
32
|
-
pulumi.set(__self__, "configuration_name", configuration_name)
|
|
33
|
-
if properties is not None:
|
|
34
|
-
pulumi.set(__self__, "properties", properties)
|
|
35
|
-
|
|
36
|
-
@property
|
|
37
|
-
@pulumi.getter(name="configurationName")
|
|
38
|
-
def configuration_name(self) -> Optional[pulumi.Input[str]]:
|
|
39
|
-
"""
|
|
40
|
-
The name of the Configuration
|
|
41
|
-
"""
|
|
42
|
-
return pulumi.get(self, "configuration_name")
|
|
43
|
-
|
|
44
|
-
@configuration_name.setter
|
|
45
|
-
def configuration_name(self, value: Optional[pulumi.Input[str]]):
|
|
46
|
-
pulumi.set(self, "configuration_name", value)
|
|
47
|
-
|
|
48
|
-
@property
|
|
49
|
-
@pulumi.getter
|
|
50
|
-
def properties(self) -> Optional[pulumi.Input['ConfigurationPropertiesArgs']]:
|
|
51
|
-
"""
|
|
52
|
-
The resource-specific properties for this resource.
|
|
53
|
-
"""
|
|
54
|
-
return pulumi.get(self, "properties")
|
|
55
|
-
|
|
56
|
-
@properties.setter
|
|
57
|
-
def properties(self, value: Optional[pulumi.Input['ConfigurationPropertiesArgs']]):
|
|
58
|
-
pulumi.set(self, "properties", value)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
class TenantConfiguration(pulumi.CustomResource):
|
|
62
|
-
@overload
|
|
63
|
-
def __init__(__self__,
|
|
64
|
-
resource_name: str,
|
|
65
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
66
|
-
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
67
|
-
properties: Optional[pulumi.Input[Union['ConfigurationPropertiesArgs', 'ConfigurationPropertiesArgsDict']]] = None,
|
|
68
|
-
__props__=None):
|
|
69
|
-
"""
|
|
70
|
-
The tenant configuration resource definition.
|
|
71
|
-
|
|
72
|
-
:param str resource_name: The name of the resource.
|
|
73
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
74
|
-
:param pulumi.Input[str] configuration_name: The name of the Configuration
|
|
75
|
-
:param pulumi.Input[Union['ConfigurationPropertiesArgs', 'ConfigurationPropertiesArgsDict']] properties: The resource-specific properties for this resource.
|
|
76
|
-
"""
|
|
77
|
-
...
|
|
78
|
-
@overload
|
|
79
|
-
def __init__(__self__,
|
|
80
|
-
resource_name: str,
|
|
81
|
-
args: Optional[TenantConfigurationArgs] = None,
|
|
82
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
83
|
-
"""
|
|
84
|
-
The tenant configuration resource definition.
|
|
85
|
-
|
|
86
|
-
:param str resource_name: The name of the resource.
|
|
87
|
-
:param TenantConfigurationArgs args: The arguments to use to populate this resource's properties.
|
|
88
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
89
|
-
"""
|
|
90
|
-
...
|
|
91
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
92
|
-
resource_args, opts = _utilities.get_resource_args_opts(TenantConfigurationArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
93
|
-
if resource_args is not None:
|
|
94
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
95
|
-
else:
|
|
96
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
97
|
-
|
|
98
|
-
def _internal_init(__self__,
|
|
99
|
-
resource_name: str,
|
|
100
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
101
|
-
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
102
|
-
properties: Optional[pulumi.Input[Union['ConfigurationPropertiesArgs', 'ConfigurationPropertiesArgsDict']]] = None,
|
|
103
|
-
__props__=None):
|
|
104
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
105
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
106
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
107
|
-
if opts.id is None:
|
|
108
|
-
if __props__ is not None:
|
|
109
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
110
|
-
__props__ = TenantConfigurationArgs.__new__(TenantConfigurationArgs)
|
|
111
|
-
|
|
112
|
-
__props__.__dict__["configuration_name"] = configuration_name
|
|
113
|
-
__props__.__dict__["properties"] = properties
|
|
114
|
-
__props__.__dict__["name"] = None
|
|
115
|
-
__props__.__dict__["system_data"] = None
|
|
116
|
-
__props__.__dict__["type"] = None
|
|
117
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:portal:TenantConfiguration"), pulumi.Alias(type_="azure-native:portal/v20190101preview:TenantConfiguration"), pulumi.Alias(type_="azure-native:portal/v20200901preview:TenantConfiguration")])
|
|
118
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
119
|
-
super(TenantConfiguration, __self__).__init__(
|
|
120
|
-
'azure-native:portal/v20221201preview:TenantConfiguration',
|
|
121
|
-
resource_name,
|
|
122
|
-
__props__,
|
|
123
|
-
opts)
|
|
124
|
-
|
|
125
|
-
@staticmethod
|
|
126
|
-
def get(resource_name: str,
|
|
127
|
-
id: pulumi.Input[str],
|
|
128
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'TenantConfiguration':
|
|
129
|
-
"""
|
|
130
|
-
Get an existing TenantConfiguration resource's state with the given name, id, and optional extra
|
|
131
|
-
properties used to qualify the lookup.
|
|
132
|
-
|
|
133
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
134
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
135
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
136
|
-
"""
|
|
137
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
138
|
-
|
|
139
|
-
__props__ = TenantConfigurationArgs.__new__(TenantConfigurationArgs)
|
|
140
|
-
|
|
141
|
-
__props__.__dict__["name"] = None
|
|
142
|
-
__props__.__dict__["properties"] = None
|
|
143
|
-
__props__.__dict__["system_data"] = None
|
|
144
|
-
__props__.__dict__["type"] = None
|
|
145
|
-
return TenantConfiguration(resource_name, opts=opts, __props__=__props__)
|
|
146
|
-
|
|
147
|
-
@property
|
|
148
|
-
@pulumi.getter
|
|
149
|
-
def name(self) -> pulumi.Output[str]:
|
|
150
|
-
"""
|
|
151
|
-
The name of the resource
|
|
152
|
-
"""
|
|
153
|
-
return pulumi.get(self, "name")
|
|
154
|
-
|
|
155
|
-
@property
|
|
156
|
-
@pulumi.getter
|
|
157
|
-
def properties(self) -> pulumi.Output['outputs.ConfigurationPropertiesResponse']:
|
|
158
|
-
"""
|
|
159
|
-
The resource-specific properties for this resource.
|
|
160
|
-
"""
|
|
161
|
-
return pulumi.get(self, "properties")
|
|
162
|
-
|
|
163
|
-
@property
|
|
164
|
-
@pulumi.getter(name="systemData")
|
|
165
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
166
|
-
"""
|
|
167
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
168
|
-
"""
|
|
169
|
-
return pulumi.get(self, "system_data")
|
|
170
|
-
|
|
171
|
-
@property
|
|
172
|
-
@pulumi.getter
|
|
173
|
-
def type(self) -> pulumi.Output[str]:
|
|
174
|
-
"""
|
|
175
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
176
|
-
"""
|
|
177
|
-
return pulumi.get(self, "type")
|
|
178
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
from ... import _utilities
|
|
6
|
-
import typing
|
|
7
|
-
# Export this package's modules as members:
|
|
8
|
-
from ._enums import *
|
|
9
|
-
from .get_standby_container_group_pool import *
|
|
10
|
-
from .get_standby_virtual_machine_pool import *
|
|
11
|
-
from .standby_container_group_pool import *
|
|
12
|
-
from .standby_virtual_machine_pool import *
|
|
13
|
-
from ._inputs import *
|
|
14
|
-
from . import outputs
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
from enum import Enum
|
|
6
|
-
|
|
7
|
-
__all__ = [
|
|
8
|
-
'RefillPolicy',
|
|
9
|
-
'VirtualMachineState',
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class RefillPolicy(str, Enum):
|
|
14
|
-
"""
|
|
15
|
-
Specifies refill policy of the pool.
|
|
16
|
-
"""
|
|
17
|
-
ALWAYS = "always"
|
|
18
|
-
"""
|
|
19
|
-
A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity.
|
|
20
|
-
"""
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
class VirtualMachineState(str, Enum):
|
|
24
|
-
"""
|
|
25
|
-
Specifies the desired state of virtual machines in the pool.
|
|
26
|
-
"""
|
|
27
|
-
RUNNING = "Running"
|
|
28
|
-
"""
|
|
29
|
-
The virtual machine is up and running.
|
|
30
|
-
"""
|
|
31
|
-
DEALLOCATED = "Deallocated"
|
|
32
|
-
"""
|
|
33
|
-
The virtual machine has released the lease on the underlying hardware and is powered off.
|
|
34
|
-
"""
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from ._enums import *
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'ContainerGroupProfileArgs',
|
|
20
|
-
'ContainerGroupProfileArgsDict',
|
|
21
|
-
'ContainerGroupPropertiesArgs',
|
|
22
|
-
'ContainerGroupPropertiesArgsDict',
|
|
23
|
-
'StandbyContainerGroupPoolElasticityProfileArgs',
|
|
24
|
-
'StandbyContainerGroupPoolElasticityProfileArgsDict',
|
|
25
|
-
'StandbyVirtualMachinePoolElasticityProfileArgs',
|
|
26
|
-
'StandbyVirtualMachinePoolElasticityProfileArgsDict',
|
|
27
|
-
'SubnetArgs',
|
|
28
|
-
'SubnetArgsDict',
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
MYPY = False
|
|
32
|
-
|
|
33
|
-
if not MYPY:
|
|
34
|
-
class ContainerGroupProfileArgsDict(TypedDict):
|
|
35
|
-
"""
|
|
36
|
-
Details of the ContainerGroupProfile.
|
|
37
|
-
"""
|
|
38
|
-
id: pulumi.Input[str]
|
|
39
|
-
"""
|
|
40
|
-
Specifies container group profile id of standby container groups.
|
|
41
|
-
"""
|
|
42
|
-
revision: NotRequired[pulumi.Input[float]]
|
|
43
|
-
"""
|
|
44
|
-
Specifies revision of container group profile.
|
|
45
|
-
"""
|
|
46
|
-
elif False:
|
|
47
|
-
ContainerGroupProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
48
|
-
|
|
49
|
-
@pulumi.input_type
|
|
50
|
-
class ContainerGroupProfileArgs:
|
|
51
|
-
def __init__(__self__, *,
|
|
52
|
-
id: pulumi.Input[str],
|
|
53
|
-
revision: Optional[pulumi.Input[float]] = None):
|
|
54
|
-
"""
|
|
55
|
-
Details of the ContainerGroupProfile.
|
|
56
|
-
:param pulumi.Input[str] id: Specifies container group profile id of standby container groups.
|
|
57
|
-
:param pulumi.Input[float] revision: Specifies revision of container group profile.
|
|
58
|
-
"""
|
|
59
|
-
pulumi.set(__self__, "id", id)
|
|
60
|
-
if revision is not None:
|
|
61
|
-
pulumi.set(__self__, "revision", revision)
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter
|
|
65
|
-
def id(self) -> pulumi.Input[str]:
|
|
66
|
-
"""
|
|
67
|
-
Specifies container group profile id of standby container groups.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "id")
|
|
70
|
-
|
|
71
|
-
@id.setter
|
|
72
|
-
def id(self, value: pulumi.Input[str]):
|
|
73
|
-
pulumi.set(self, "id", value)
|
|
74
|
-
|
|
75
|
-
@property
|
|
76
|
-
@pulumi.getter
|
|
77
|
-
def revision(self) -> Optional[pulumi.Input[float]]:
|
|
78
|
-
"""
|
|
79
|
-
Specifies revision of container group profile.
|
|
80
|
-
"""
|
|
81
|
-
return pulumi.get(self, "revision")
|
|
82
|
-
|
|
83
|
-
@revision.setter
|
|
84
|
-
def revision(self, value: Optional[pulumi.Input[float]]):
|
|
85
|
-
pulumi.set(self, "revision", value)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
if not MYPY:
|
|
89
|
-
class ContainerGroupPropertiesArgsDict(TypedDict):
|
|
90
|
-
"""
|
|
91
|
-
Details of the ContainerGroupProperties.
|
|
92
|
-
"""
|
|
93
|
-
container_group_profile: pulumi.Input['ContainerGroupProfileArgsDict']
|
|
94
|
-
"""
|
|
95
|
-
Specifies container group profile of standby container groups.
|
|
96
|
-
"""
|
|
97
|
-
subnet_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input['SubnetArgsDict']]]]
|
|
98
|
-
"""
|
|
99
|
-
Specifies subnet Ids for container group.
|
|
100
|
-
"""
|
|
101
|
-
elif False:
|
|
102
|
-
ContainerGroupPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
103
|
-
|
|
104
|
-
@pulumi.input_type
|
|
105
|
-
class ContainerGroupPropertiesArgs:
|
|
106
|
-
def __init__(__self__, *,
|
|
107
|
-
container_group_profile: pulumi.Input['ContainerGroupProfileArgs'],
|
|
108
|
-
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]] = None):
|
|
109
|
-
"""
|
|
110
|
-
Details of the ContainerGroupProperties.
|
|
111
|
-
:param pulumi.Input['ContainerGroupProfileArgs'] container_group_profile: Specifies container group profile of standby container groups.
|
|
112
|
-
:param pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]] subnet_ids: Specifies subnet Ids for container group.
|
|
113
|
-
"""
|
|
114
|
-
pulumi.set(__self__, "container_group_profile", container_group_profile)
|
|
115
|
-
if subnet_ids is not None:
|
|
116
|
-
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
117
|
-
|
|
118
|
-
@property
|
|
119
|
-
@pulumi.getter(name="containerGroupProfile")
|
|
120
|
-
def container_group_profile(self) -> pulumi.Input['ContainerGroupProfileArgs']:
|
|
121
|
-
"""
|
|
122
|
-
Specifies container group profile of standby container groups.
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "container_group_profile")
|
|
125
|
-
|
|
126
|
-
@container_group_profile.setter
|
|
127
|
-
def container_group_profile(self, value: pulumi.Input['ContainerGroupProfileArgs']):
|
|
128
|
-
pulumi.set(self, "container_group_profile", value)
|
|
129
|
-
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter(name="subnetIds")
|
|
132
|
-
def subnet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]]:
|
|
133
|
-
"""
|
|
134
|
-
Specifies subnet Ids for container group.
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "subnet_ids")
|
|
137
|
-
|
|
138
|
-
@subnet_ids.setter
|
|
139
|
-
def subnet_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]]):
|
|
140
|
-
pulumi.set(self, "subnet_ids", value)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
if not MYPY:
|
|
144
|
-
class StandbyContainerGroupPoolElasticityProfileArgsDict(TypedDict):
|
|
145
|
-
"""
|
|
146
|
-
Specifies the elasticity profile of the standby container group pools.
|
|
147
|
-
"""
|
|
148
|
-
max_ready_capacity: pulumi.Input[float]
|
|
149
|
-
"""
|
|
150
|
-
Specifies maximum number of standby container groups in the standby pool.
|
|
151
|
-
"""
|
|
152
|
-
refill_policy: NotRequired[pulumi.Input[Union[str, 'RefillPolicy']]]
|
|
153
|
-
"""
|
|
154
|
-
Specifies refill policy of the pool.
|
|
155
|
-
"""
|
|
156
|
-
elif False:
|
|
157
|
-
StandbyContainerGroupPoolElasticityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
158
|
-
|
|
159
|
-
@pulumi.input_type
|
|
160
|
-
class StandbyContainerGroupPoolElasticityProfileArgs:
|
|
161
|
-
def __init__(__self__, *,
|
|
162
|
-
max_ready_capacity: pulumi.Input[float],
|
|
163
|
-
refill_policy: Optional[pulumi.Input[Union[str, 'RefillPolicy']]] = None):
|
|
164
|
-
"""
|
|
165
|
-
Specifies the elasticity profile of the standby container group pools.
|
|
166
|
-
:param pulumi.Input[float] max_ready_capacity: Specifies maximum number of standby container groups in the standby pool.
|
|
167
|
-
:param pulumi.Input[Union[str, 'RefillPolicy']] refill_policy: Specifies refill policy of the pool.
|
|
168
|
-
"""
|
|
169
|
-
pulumi.set(__self__, "max_ready_capacity", max_ready_capacity)
|
|
170
|
-
if refill_policy is not None:
|
|
171
|
-
pulumi.set(__self__, "refill_policy", refill_policy)
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter(name="maxReadyCapacity")
|
|
175
|
-
def max_ready_capacity(self) -> pulumi.Input[float]:
|
|
176
|
-
"""
|
|
177
|
-
Specifies maximum number of standby container groups in the standby pool.
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "max_ready_capacity")
|
|
180
|
-
|
|
181
|
-
@max_ready_capacity.setter
|
|
182
|
-
def max_ready_capacity(self, value: pulumi.Input[float]):
|
|
183
|
-
pulumi.set(self, "max_ready_capacity", value)
|
|
184
|
-
|
|
185
|
-
@property
|
|
186
|
-
@pulumi.getter(name="refillPolicy")
|
|
187
|
-
def refill_policy(self) -> Optional[pulumi.Input[Union[str, 'RefillPolicy']]]:
|
|
188
|
-
"""
|
|
189
|
-
Specifies refill policy of the pool.
|
|
190
|
-
"""
|
|
191
|
-
return pulumi.get(self, "refill_policy")
|
|
192
|
-
|
|
193
|
-
@refill_policy.setter
|
|
194
|
-
def refill_policy(self, value: Optional[pulumi.Input[Union[str, 'RefillPolicy']]]):
|
|
195
|
-
pulumi.set(self, "refill_policy", value)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
if not MYPY:
|
|
199
|
-
class StandbyVirtualMachinePoolElasticityProfileArgsDict(TypedDict):
|
|
200
|
-
"""
|
|
201
|
-
Details of the elasticity profile.
|
|
202
|
-
"""
|
|
203
|
-
max_ready_capacity: pulumi.Input[float]
|
|
204
|
-
"""
|
|
205
|
-
Specifies the maximum number of virtual machines in the standby virtual machine pool.
|
|
206
|
-
"""
|
|
207
|
-
min_ready_capacity: NotRequired[pulumi.Input[float]]
|
|
208
|
-
"""
|
|
209
|
-
Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
|
|
210
|
-
"""
|
|
211
|
-
elif False:
|
|
212
|
-
StandbyVirtualMachinePoolElasticityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
213
|
-
|
|
214
|
-
@pulumi.input_type
|
|
215
|
-
class StandbyVirtualMachinePoolElasticityProfileArgs:
|
|
216
|
-
def __init__(__self__, *,
|
|
217
|
-
max_ready_capacity: pulumi.Input[float],
|
|
218
|
-
min_ready_capacity: Optional[pulumi.Input[float]] = None):
|
|
219
|
-
"""
|
|
220
|
-
Details of the elasticity profile.
|
|
221
|
-
:param pulumi.Input[float] max_ready_capacity: Specifies the maximum number of virtual machines in the standby virtual machine pool.
|
|
222
|
-
:param pulumi.Input[float] min_ready_capacity: Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
|
|
223
|
-
"""
|
|
224
|
-
pulumi.set(__self__, "max_ready_capacity", max_ready_capacity)
|
|
225
|
-
if min_ready_capacity is not None:
|
|
226
|
-
pulumi.set(__self__, "min_ready_capacity", min_ready_capacity)
|
|
227
|
-
|
|
228
|
-
@property
|
|
229
|
-
@pulumi.getter(name="maxReadyCapacity")
|
|
230
|
-
def max_ready_capacity(self) -> pulumi.Input[float]:
|
|
231
|
-
"""
|
|
232
|
-
Specifies the maximum number of virtual machines in the standby virtual machine pool.
|
|
233
|
-
"""
|
|
234
|
-
return pulumi.get(self, "max_ready_capacity")
|
|
235
|
-
|
|
236
|
-
@max_ready_capacity.setter
|
|
237
|
-
def max_ready_capacity(self, value: pulumi.Input[float]):
|
|
238
|
-
pulumi.set(self, "max_ready_capacity", value)
|
|
239
|
-
|
|
240
|
-
@property
|
|
241
|
-
@pulumi.getter(name="minReadyCapacity")
|
|
242
|
-
def min_ready_capacity(self) -> Optional[pulumi.Input[float]]:
|
|
243
|
-
"""
|
|
244
|
-
Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
|
|
245
|
-
"""
|
|
246
|
-
return pulumi.get(self, "min_ready_capacity")
|
|
247
|
-
|
|
248
|
-
@min_ready_capacity.setter
|
|
249
|
-
def min_ready_capacity(self, value: Optional[pulumi.Input[float]]):
|
|
250
|
-
pulumi.set(self, "min_ready_capacity", value)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
if not MYPY:
|
|
254
|
-
class SubnetArgsDict(TypedDict):
|
|
255
|
-
"""
|
|
256
|
-
Subnet of container group
|
|
257
|
-
"""
|
|
258
|
-
id: pulumi.Input[str]
|
|
259
|
-
"""
|
|
260
|
-
Specifies ARM resource id of the subnet.
|
|
261
|
-
"""
|
|
262
|
-
elif False:
|
|
263
|
-
SubnetArgsDict: TypeAlias = Mapping[str, Any]
|
|
264
|
-
|
|
265
|
-
@pulumi.input_type
|
|
266
|
-
class SubnetArgs:
|
|
267
|
-
def __init__(__self__, *,
|
|
268
|
-
id: pulumi.Input[str]):
|
|
269
|
-
"""
|
|
270
|
-
Subnet of container group
|
|
271
|
-
:param pulumi.Input[str] id: Specifies ARM resource id of the subnet.
|
|
272
|
-
"""
|
|
273
|
-
pulumi.set(__self__, "id", id)
|
|
274
|
-
|
|
275
|
-
@property
|
|
276
|
-
@pulumi.getter
|
|
277
|
-
def id(self) -> pulumi.Input[str]:
|
|
278
|
-
"""
|
|
279
|
-
Specifies ARM resource id of the subnet.
|
|
280
|
-
"""
|
|
281
|
-
return pulumi.get(self, "id")
|
|
282
|
-
|
|
283
|
-
@id.setter
|
|
284
|
-
def id(self, value: pulumi.Input[str]):
|
|
285
|
-
pulumi.set(self, "id", value)
|
|
286
|
-
|
|
287
|
-
|