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,227 +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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetNetworkManagerResult',
|
|
20
|
-
'AwaitableGetNetworkManagerResult',
|
|
21
|
-
'get_network_manager',
|
|
22
|
-
'get_network_manager_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetNetworkManagerResult:
|
|
27
|
-
"""
|
|
28
|
-
The Managed Network resource
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, description=None, etag=None, id=None, location=None, name=None, network_manager_scope_accesses=None, network_manager_scopes=None, provisioning_state=None, resource_guid=None, system_data=None, tags=None, type=None):
|
|
31
|
-
if description and not isinstance(description, str):
|
|
32
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
-
pulumi.set(__self__, "description", description)
|
|
34
|
-
if etag and not isinstance(etag, str):
|
|
35
|
-
raise TypeError("Expected argument 'etag' to be a str")
|
|
36
|
-
pulumi.set(__self__, "etag", etag)
|
|
37
|
-
if id and not isinstance(id, str):
|
|
38
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
-
pulumi.set(__self__, "id", id)
|
|
40
|
-
if location and not isinstance(location, str):
|
|
41
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
42
|
-
pulumi.set(__self__, "location", location)
|
|
43
|
-
if name and not isinstance(name, str):
|
|
44
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
-
pulumi.set(__self__, "name", name)
|
|
46
|
-
if network_manager_scope_accesses and not isinstance(network_manager_scope_accesses, list):
|
|
47
|
-
raise TypeError("Expected argument 'network_manager_scope_accesses' to be a list")
|
|
48
|
-
pulumi.set(__self__, "network_manager_scope_accesses", network_manager_scope_accesses)
|
|
49
|
-
if network_manager_scopes and not isinstance(network_manager_scopes, dict):
|
|
50
|
-
raise TypeError("Expected argument 'network_manager_scopes' to be a dict")
|
|
51
|
-
pulumi.set(__self__, "network_manager_scopes", network_manager_scopes)
|
|
52
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
-
if resource_guid and not isinstance(resource_guid, str):
|
|
56
|
-
raise TypeError("Expected argument 'resource_guid' to be a str")
|
|
57
|
-
pulumi.set(__self__, "resource_guid", resource_guid)
|
|
58
|
-
if system_data and not isinstance(system_data, dict):
|
|
59
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
-
if tags and not isinstance(tags, dict):
|
|
62
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
-
pulumi.set(__self__, "tags", tags)
|
|
64
|
-
if type and not isinstance(type, str):
|
|
65
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
-
pulumi.set(__self__, "type", type)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter
|
|
70
|
-
def description(self) -> Optional[str]:
|
|
71
|
-
"""
|
|
72
|
-
A description of the network manager.
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "description")
|
|
75
|
-
|
|
76
|
-
@property
|
|
77
|
-
@pulumi.getter
|
|
78
|
-
def etag(self) -> str:
|
|
79
|
-
"""
|
|
80
|
-
A unique read-only string that changes whenever the resource is updated.
|
|
81
|
-
"""
|
|
82
|
-
return pulumi.get(self, "etag")
|
|
83
|
-
|
|
84
|
-
@property
|
|
85
|
-
@pulumi.getter
|
|
86
|
-
def id(self) -> Optional[str]:
|
|
87
|
-
"""
|
|
88
|
-
Resource ID.
|
|
89
|
-
"""
|
|
90
|
-
return pulumi.get(self, "id")
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter
|
|
94
|
-
def location(self) -> Optional[str]:
|
|
95
|
-
"""
|
|
96
|
-
Resource location.
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "location")
|
|
99
|
-
|
|
100
|
-
@property
|
|
101
|
-
@pulumi.getter
|
|
102
|
-
def name(self) -> str:
|
|
103
|
-
"""
|
|
104
|
-
Resource name.
|
|
105
|
-
"""
|
|
106
|
-
return pulumi.get(self, "name")
|
|
107
|
-
|
|
108
|
-
@property
|
|
109
|
-
@pulumi.getter(name="networkManagerScopeAccesses")
|
|
110
|
-
def network_manager_scope_accesses(self) -> Sequence[str]:
|
|
111
|
-
"""
|
|
112
|
-
Scope Access.
|
|
113
|
-
"""
|
|
114
|
-
return pulumi.get(self, "network_manager_scope_accesses")
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="networkManagerScopes")
|
|
118
|
-
def network_manager_scopes(self) -> 'outputs.NetworkManagerPropertiesResponseNetworkManagerScopes':
|
|
119
|
-
"""
|
|
120
|
-
Scope of Network Manager.
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "network_manager_scopes")
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter(name="provisioningState")
|
|
126
|
-
def provisioning_state(self) -> str:
|
|
127
|
-
"""
|
|
128
|
-
The provisioning state of the network manager resource.
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "provisioning_state")
|
|
131
|
-
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter(name="resourceGuid")
|
|
134
|
-
def resource_guid(self) -> str:
|
|
135
|
-
"""
|
|
136
|
-
Unique identifier for this resource.
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "resource_guid")
|
|
139
|
-
|
|
140
|
-
@property
|
|
141
|
-
@pulumi.getter(name="systemData")
|
|
142
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
143
|
-
"""
|
|
144
|
-
The system metadata related to this resource.
|
|
145
|
-
"""
|
|
146
|
-
return pulumi.get(self, "system_data")
|
|
147
|
-
|
|
148
|
-
@property
|
|
149
|
-
@pulumi.getter
|
|
150
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
151
|
-
"""
|
|
152
|
-
Resource tags.
|
|
153
|
-
"""
|
|
154
|
-
return pulumi.get(self, "tags")
|
|
155
|
-
|
|
156
|
-
@property
|
|
157
|
-
@pulumi.getter
|
|
158
|
-
def type(self) -> str:
|
|
159
|
-
"""
|
|
160
|
-
Resource type.
|
|
161
|
-
"""
|
|
162
|
-
return pulumi.get(self, "type")
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class AwaitableGetNetworkManagerResult(GetNetworkManagerResult):
|
|
166
|
-
# pylint: disable=using-constant-test
|
|
167
|
-
def __await__(self):
|
|
168
|
-
if False:
|
|
169
|
-
yield self
|
|
170
|
-
return GetNetworkManagerResult(
|
|
171
|
-
description=self.description,
|
|
172
|
-
etag=self.etag,
|
|
173
|
-
id=self.id,
|
|
174
|
-
location=self.location,
|
|
175
|
-
name=self.name,
|
|
176
|
-
network_manager_scope_accesses=self.network_manager_scope_accesses,
|
|
177
|
-
network_manager_scopes=self.network_manager_scopes,
|
|
178
|
-
provisioning_state=self.provisioning_state,
|
|
179
|
-
resource_guid=self.resource_guid,
|
|
180
|
-
system_data=self.system_data,
|
|
181
|
-
tags=self.tags,
|
|
182
|
-
type=self.type)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
def get_network_manager(network_manager_name: Optional[str] = None,
|
|
186
|
-
resource_group_name: Optional[str] = None,
|
|
187
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkManagerResult:
|
|
188
|
-
"""
|
|
189
|
-
Gets the specified Network Manager.
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
:param str network_manager_name: The name of the network manager.
|
|
193
|
-
:param str resource_group_name: The name of the resource group.
|
|
194
|
-
"""
|
|
195
|
-
__args__ = dict()
|
|
196
|
-
__args__['networkManagerName'] = network_manager_name
|
|
197
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
198
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
199
|
-
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240101preview:getNetworkManager', __args__, opts=opts, typ=GetNetworkManagerResult).value
|
|
200
|
-
|
|
201
|
-
return AwaitableGetNetworkManagerResult(
|
|
202
|
-
description=pulumi.get(__ret__, 'description'),
|
|
203
|
-
etag=pulumi.get(__ret__, 'etag'),
|
|
204
|
-
id=pulumi.get(__ret__, 'id'),
|
|
205
|
-
location=pulumi.get(__ret__, 'location'),
|
|
206
|
-
name=pulumi.get(__ret__, 'name'),
|
|
207
|
-
network_manager_scope_accesses=pulumi.get(__ret__, 'network_manager_scope_accesses'),
|
|
208
|
-
network_manager_scopes=pulumi.get(__ret__, 'network_manager_scopes'),
|
|
209
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
210
|
-
resource_guid=pulumi.get(__ret__, 'resource_guid'),
|
|
211
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
212
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
213
|
-
type=pulumi.get(__ret__, 'type'))
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
@_utilities.lift_output_func(get_network_manager)
|
|
217
|
-
def get_network_manager_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
218
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
219
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkManagerResult]:
|
|
220
|
-
"""
|
|
221
|
-
Gets the specified Network Manager.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
:param str network_manager_name: The name of the network manager.
|
|
225
|
-
:param str resource_group_name: The name of the resource group.
|
|
226
|
-
"""
|
|
227
|
-
...
|
|
@@ -1,146 +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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetReachabilityAnalysisIntentResult',
|
|
20
|
-
'AwaitableGetReachabilityAnalysisIntentResult',
|
|
21
|
-
'get_reachability_analysis_intent',
|
|
22
|
-
'get_reachability_analysis_intent_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetReachabilityAnalysisIntentResult:
|
|
27
|
-
"""
|
|
28
|
-
Configuration information or intent on which to do the analysis on.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if name and not isinstance(name, str):
|
|
35
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
-
pulumi.set(__self__, "name", name)
|
|
37
|
-
if properties and not isinstance(properties, dict):
|
|
38
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
-
pulumi.set(__self__, "properties", properties)
|
|
40
|
-
if system_data and not isinstance(system_data, dict):
|
|
41
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
43
|
-
if type and not isinstance(type, str):
|
|
44
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
45
|
-
pulumi.set(__self__, "type", type)
|
|
46
|
-
|
|
47
|
-
@property
|
|
48
|
-
@pulumi.getter
|
|
49
|
-
def id(self) -> str:
|
|
50
|
-
"""
|
|
51
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
52
|
-
"""
|
|
53
|
-
return pulumi.get(self, "id")
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter
|
|
57
|
-
def name(self) -> str:
|
|
58
|
-
"""
|
|
59
|
-
The name of the resource
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "name")
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter
|
|
65
|
-
def properties(self) -> 'outputs.ReachabilityAnalysisIntentPropertiesResponse':
|
|
66
|
-
"""
|
|
67
|
-
Represents the Reachability Analysis Intent properties.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "properties")
|
|
70
|
-
|
|
71
|
-
@property
|
|
72
|
-
@pulumi.getter(name="systemData")
|
|
73
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
74
|
-
"""
|
|
75
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
76
|
-
"""
|
|
77
|
-
return pulumi.get(self, "system_data")
|
|
78
|
-
|
|
79
|
-
@property
|
|
80
|
-
@pulumi.getter
|
|
81
|
-
def type(self) -> str:
|
|
82
|
-
"""
|
|
83
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
84
|
-
"""
|
|
85
|
-
return pulumi.get(self, "type")
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
class AwaitableGetReachabilityAnalysisIntentResult(GetReachabilityAnalysisIntentResult):
|
|
89
|
-
# pylint: disable=using-constant-test
|
|
90
|
-
def __await__(self):
|
|
91
|
-
if False:
|
|
92
|
-
yield self
|
|
93
|
-
return GetReachabilityAnalysisIntentResult(
|
|
94
|
-
id=self.id,
|
|
95
|
-
name=self.name,
|
|
96
|
-
properties=self.properties,
|
|
97
|
-
system_data=self.system_data,
|
|
98
|
-
type=self.type)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
def get_reachability_analysis_intent(network_manager_name: Optional[str] = None,
|
|
102
|
-
reachability_analysis_intent_name: Optional[str] = None,
|
|
103
|
-
resource_group_name: Optional[str] = None,
|
|
104
|
-
workspace_name: Optional[str] = None,
|
|
105
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReachabilityAnalysisIntentResult:
|
|
106
|
-
"""
|
|
107
|
-
Configuration information or intent on which to do the analysis on.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
:param str network_manager_name: The name of the network manager.
|
|
111
|
-
:param str reachability_analysis_intent_name: Reachability Analysis Intent name.
|
|
112
|
-
:param str resource_group_name: The name of the resource group.
|
|
113
|
-
:param str workspace_name: Workspace name.
|
|
114
|
-
"""
|
|
115
|
-
__args__ = dict()
|
|
116
|
-
__args__['networkManagerName'] = network_manager_name
|
|
117
|
-
__args__['reachabilityAnalysisIntentName'] = reachability_analysis_intent_name
|
|
118
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
119
|
-
__args__['workspaceName'] = workspace_name
|
|
120
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
121
|
-
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240101preview:getReachabilityAnalysisIntent', __args__, opts=opts, typ=GetReachabilityAnalysisIntentResult).value
|
|
122
|
-
|
|
123
|
-
return AwaitableGetReachabilityAnalysisIntentResult(
|
|
124
|
-
id=pulumi.get(__ret__, 'id'),
|
|
125
|
-
name=pulumi.get(__ret__, 'name'),
|
|
126
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
127
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
128
|
-
type=pulumi.get(__ret__, 'type'))
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
@_utilities.lift_output_func(get_reachability_analysis_intent)
|
|
132
|
-
def get_reachability_analysis_intent_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
reachability_analysis_intent_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReachabilityAnalysisIntentResult]:
|
|
137
|
-
"""
|
|
138
|
-
Configuration information or intent on which to do the analysis on.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
:param str network_manager_name: The name of the network manager.
|
|
142
|
-
:param str reachability_analysis_intent_name: Reachability Analysis Intent name.
|
|
143
|
-
:param str resource_group_name: The name of the resource group.
|
|
144
|
-
:param str workspace_name: Workspace name.
|
|
145
|
-
"""
|
|
146
|
-
...
|
|
@@ -1,146 +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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetReachabilityAnalysisRunResult',
|
|
20
|
-
'AwaitableGetReachabilityAnalysisRunResult',
|
|
21
|
-
'get_reachability_analysis_run',
|
|
22
|
-
'get_reachability_analysis_run_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetReachabilityAnalysisRunResult:
|
|
27
|
-
"""
|
|
28
|
-
Configuration information for analysis run.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if name and not isinstance(name, str):
|
|
35
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
-
pulumi.set(__self__, "name", name)
|
|
37
|
-
if properties and not isinstance(properties, dict):
|
|
38
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
-
pulumi.set(__self__, "properties", properties)
|
|
40
|
-
if system_data and not isinstance(system_data, dict):
|
|
41
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
43
|
-
if type and not isinstance(type, str):
|
|
44
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
45
|
-
pulumi.set(__self__, "type", type)
|
|
46
|
-
|
|
47
|
-
@property
|
|
48
|
-
@pulumi.getter
|
|
49
|
-
def id(self) -> str:
|
|
50
|
-
"""
|
|
51
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
52
|
-
"""
|
|
53
|
-
return pulumi.get(self, "id")
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter
|
|
57
|
-
def name(self) -> str:
|
|
58
|
-
"""
|
|
59
|
-
The name of the resource
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "name")
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter
|
|
65
|
-
def properties(self) -> 'outputs.ReachabilityAnalysisRunPropertiesResponse':
|
|
66
|
-
"""
|
|
67
|
-
Represents the Reachability Analysis Run properties.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "properties")
|
|
70
|
-
|
|
71
|
-
@property
|
|
72
|
-
@pulumi.getter(name="systemData")
|
|
73
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
74
|
-
"""
|
|
75
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
76
|
-
"""
|
|
77
|
-
return pulumi.get(self, "system_data")
|
|
78
|
-
|
|
79
|
-
@property
|
|
80
|
-
@pulumi.getter
|
|
81
|
-
def type(self) -> str:
|
|
82
|
-
"""
|
|
83
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
84
|
-
"""
|
|
85
|
-
return pulumi.get(self, "type")
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
class AwaitableGetReachabilityAnalysisRunResult(GetReachabilityAnalysisRunResult):
|
|
89
|
-
# pylint: disable=using-constant-test
|
|
90
|
-
def __await__(self):
|
|
91
|
-
if False:
|
|
92
|
-
yield self
|
|
93
|
-
return GetReachabilityAnalysisRunResult(
|
|
94
|
-
id=self.id,
|
|
95
|
-
name=self.name,
|
|
96
|
-
properties=self.properties,
|
|
97
|
-
system_data=self.system_data,
|
|
98
|
-
type=self.type)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
def get_reachability_analysis_run(network_manager_name: Optional[str] = None,
|
|
102
|
-
reachability_analysis_run_name: Optional[str] = None,
|
|
103
|
-
resource_group_name: Optional[str] = None,
|
|
104
|
-
workspace_name: Optional[str] = None,
|
|
105
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReachabilityAnalysisRunResult:
|
|
106
|
-
"""
|
|
107
|
-
Configuration information for analysis run.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
:param str network_manager_name: The name of the network manager.
|
|
111
|
-
:param str reachability_analysis_run_name: Reachability Analysis Run name.
|
|
112
|
-
:param str resource_group_name: The name of the resource group.
|
|
113
|
-
:param str workspace_name: Workspace name.
|
|
114
|
-
"""
|
|
115
|
-
__args__ = dict()
|
|
116
|
-
__args__['networkManagerName'] = network_manager_name
|
|
117
|
-
__args__['reachabilityAnalysisRunName'] = reachability_analysis_run_name
|
|
118
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
119
|
-
__args__['workspaceName'] = workspace_name
|
|
120
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
121
|
-
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240101preview:getReachabilityAnalysisRun', __args__, opts=opts, typ=GetReachabilityAnalysisRunResult).value
|
|
122
|
-
|
|
123
|
-
return AwaitableGetReachabilityAnalysisRunResult(
|
|
124
|
-
id=pulumi.get(__ret__, 'id'),
|
|
125
|
-
name=pulumi.get(__ret__, 'name'),
|
|
126
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
127
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
128
|
-
type=pulumi.get(__ret__, 'type'))
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
@_utilities.lift_output_func(get_reachability_analysis_run)
|
|
132
|
-
def get_reachability_analysis_run_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
reachability_analysis_run_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReachabilityAnalysisRunResult]:
|
|
137
|
-
"""
|
|
138
|
-
Configuration information for analysis run.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
:param str network_manager_name: The name of the network manager.
|
|
142
|
-
:param str reachability_analysis_run_name: Reachability Analysis Run name.
|
|
143
|
-
:param str resource_group_name: The name of the resource group.
|
|
144
|
-
:param str workspace_name: Workspace name.
|
|
145
|
-
"""
|
|
146
|
-
...
|