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
|
@@ -362,8 +362,6 @@ __all__ = [
|
|
|
362
362
|
'IPConfigurationBgpPeeringAddressArgsDict',
|
|
363
363
|
'IPConfigurationProfileArgs',
|
|
364
364
|
'IPConfigurationProfileArgsDict',
|
|
365
|
-
'IPTrafficArgs',
|
|
366
|
-
'IPTrafficArgsDict',
|
|
367
365
|
'InboundEndpointIPConfigurationArgs',
|
|
368
366
|
'InboundEndpointIPConfigurationArgsDict',
|
|
369
367
|
'InboundNatPoolArgs',
|
|
@@ -372,8 +370,6 @@ __all__ = [
|
|
|
372
370
|
'InboundNatRuleArgsDict',
|
|
373
371
|
'IpTagArgs',
|
|
374
372
|
'IpTagArgsDict',
|
|
375
|
-
'IpamPoolPropertiesArgs',
|
|
376
|
-
'IpamPoolPropertiesArgsDict',
|
|
377
373
|
'IpsecPolicyArgs',
|
|
378
374
|
'IpsecPolicyArgsDict',
|
|
379
375
|
'Ipv6CircuitConnectionConfigArgs',
|
|
@@ -512,10 +508,6 @@ __all__ = [
|
|
|
512
508
|
'QosPortRangeArgsDict',
|
|
513
509
|
'RadiusServerArgs',
|
|
514
510
|
'RadiusServerArgsDict',
|
|
515
|
-
'ReachabilityAnalysisIntentPropertiesArgs',
|
|
516
|
-
'ReachabilityAnalysisIntentPropertiesArgsDict',
|
|
517
|
-
'ReachabilityAnalysisRunPropertiesArgs',
|
|
518
|
-
'ReachabilityAnalysisRunPropertiesArgsDict',
|
|
519
511
|
'RedirectConfigurationArgs',
|
|
520
512
|
'RedirectConfigurationArgsDict',
|
|
521
513
|
'ResourceNavigationLinkArgs',
|
|
@@ -560,8 +552,6 @@ __all__ = [
|
|
|
560
552
|
'SoaRecordArgsDict',
|
|
561
553
|
'SrvRecordArgs',
|
|
562
554
|
'SrvRecordArgsDict',
|
|
563
|
-
'StaticCidrPropertiesArgs',
|
|
564
|
-
'StaticCidrPropertiesArgsDict',
|
|
565
555
|
'StaticRoutesConfigArgs',
|
|
566
556
|
'StaticRoutesConfigArgsDict',
|
|
567
557
|
'StaticRouteArgs',
|
|
@@ -586,8 +576,6 @@ __all__ = [
|
|
|
586
576
|
'TxtRecordArgsDict',
|
|
587
577
|
'VM',
|
|
588
578
|
'VMDict',
|
|
589
|
-
'VerifierWorkspacePropertiesArgs',
|
|
590
|
-
'VerifierWorkspacePropertiesArgsDict',
|
|
591
579
|
'VirtualApplianceAdditionalNicPropertiesArgs',
|
|
592
580
|
'VirtualApplianceAdditionalNicPropertiesArgsDict',
|
|
593
581
|
'VirtualApplianceSkuPropertiesArgs',
|
|
@@ -17143,110 +17131,6 @@ class IPConfigurationProfileArgs:
|
|
|
17143
17131
|
pulumi.set(self, "subnet", value)
|
|
17144
17132
|
|
|
17145
17133
|
|
|
17146
|
-
if not MYPY:
|
|
17147
|
-
class IPTrafficArgsDict(TypedDict):
|
|
17148
|
-
"""
|
|
17149
|
-
IP traffic information.
|
|
17150
|
-
"""
|
|
17151
|
-
destination_ips: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
17152
|
-
"""
|
|
17153
|
-
List of destination IP addresses of the traffic..
|
|
17154
|
-
"""
|
|
17155
|
-
destination_ports: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
17156
|
-
"""
|
|
17157
|
-
The destination ports of the traffic.
|
|
17158
|
-
"""
|
|
17159
|
-
protocols: pulumi.Input[Sequence[pulumi.Input[Union[str, 'NetworkProtocol']]]]
|
|
17160
|
-
source_ips: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
17161
|
-
"""
|
|
17162
|
-
List of source IP addresses of the traffic..
|
|
17163
|
-
"""
|
|
17164
|
-
source_ports: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
17165
|
-
"""
|
|
17166
|
-
The source ports of the traffic.
|
|
17167
|
-
"""
|
|
17168
|
-
elif False:
|
|
17169
|
-
IPTrafficArgsDict: TypeAlias = Mapping[str, Any]
|
|
17170
|
-
|
|
17171
|
-
@pulumi.input_type
|
|
17172
|
-
class IPTrafficArgs:
|
|
17173
|
-
def __init__(__self__, *,
|
|
17174
|
-
destination_ips: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
17175
|
-
destination_ports: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
17176
|
-
protocols: pulumi.Input[Sequence[pulumi.Input[Union[str, 'NetworkProtocol']]]],
|
|
17177
|
-
source_ips: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
17178
|
-
source_ports: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17179
|
-
"""
|
|
17180
|
-
IP traffic information.
|
|
17181
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_ips: List of destination IP addresses of the traffic..
|
|
17182
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_ports: The destination ports of the traffic.
|
|
17183
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ips: List of source IP addresses of the traffic..
|
|
17184
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ports: The source ports of the traffic.
|
|
17185
|
-
"""
|
|
17186
|
-
pulumi.set(__self__, "destination_ips", destination_ips)
|
|
17187
|
-
pulumi.set(__self__, "destination_ports", destination_ports)
|
|
17188
|
-
pulumi.set(__self__, "protocols", protocols)
|
|
17189
|
-
pulumi.set(__self__, "source_ips", source_ips)
|
|
17190
|
-
pulumi.set(__self__, "source_ports", source_ports)
|
|
17191
|
-
|
|
17192
|
-
@property
|
|
17193
|
-
@pulumi.getter(name="destinationIps")
|
|
17194
|
-
def destination_ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17195
|
-
"""
|
|
17196
|
-
List of destination IP addresses of the traffic..
|
|
17197
|
-
"""
|
|
17198
|
-
return pulumi.get(self, "destination_ips")
|
|
17199
|
-
|
|
17200
|
-
@destination_ips.setter
|
|
17201
|
-
def destination_ips(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17202
|
-
pulumi.set(self, "destination_ips", value)
|
|
17203
|
-
|
|
17204
|
-
@property
|
|
17205
|
-
@pulumi.getter(name="destinationPorts")
|
|
17206
|
-
def destination_ports(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17207
|
-
"""
|
|
17208
|
-
The destination ports of the traffic.
|
|
17209
|
-
"""
|
|
17210
|
-
return pulumi.get(self, "destination_ports")
|
|
17211
|
-
|
|
17212
|
-
@destination_ports.setter
|
|
17213
|
-
def destination_ports(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17214
|
-
pulumi.set(self, "destination_ports", value)
|
|
17215
|
-
|
|
17216
|
-
@property
|
|
17217
|
-
@pulumi.getter
|
|
17218
|
-
def protocols(self) -> pulumi.Input[Sequence[pulumi.Input[Union[str, 'NetworkProtocol']]]]:
|
|
17219
|
-
return pulumi.get(self, "protocols")
|
|
17220
|
-
|
|
17221
|
-
@protocols.setter
|
|
17222
|
-
def protocols(self, value: pulumi.Input[Sequence[pulumi.Input[Union[str, 'NetworkProtocol']]]]):
|
|
17223
|
-
pulumi.set(self, "protocols", value)
|
|
17224
|
-
|
|
17225
|
-
@property
|
|
17226
|
-
@pulumi.getter(name="sourceIps")
|
|
17227
|
-
def source_ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17228
|
-
"""
|
|
17229
|
-
List of source IP addresses of the traffic..
|
|
17230
|
-
"""
|
|
17231
|
-
return pulumi.get(self, "source_ips")
|
|
17232
|
-
|
|
17233
|
-
@source_ips.setter
|
|
17234
|
-
def source_ips(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17235
|
-
pulumi.set(self, "source_ips", value)
|
|
17236
|
-
|
|
17237
|
-
@property
|
|
17238
|
-
@pulumi.getter(name="sourcePorts")
|
|
17239
|
-
def source_ports(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17240
|
-
"""
|
|
17241
|
-
The source ports of the traffic.
|
|
17242
|
-
"""
|
|
17243
|
-
return pulumi.get(self, "source_ports")
|
|
17244
|
-
|
|
17245
|
-
@source_ports.setter
|
|
17246
|
-
def source_ports(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17247
|
-
pulumi.set(self, "source_ports", value)
|
|
17248
|
-
|
|
17249
|
-
|
|
17250
17134
|
if not MYPY:
|
|
17251
17135
|
class InboundEndpointIPConfigurationArgsDict(TypedDict):
|
|
17252
17136
|
"""
|
|
@@ -17848,94 +17732,6 @@ class IpTagArgs:
|
|
|
17848
17732
|
pulumi.set(self, "tag", value)
|
|
17849
17733
|
|
|
17850
17734
|
|
|
17851
|
-
if not MYPY:
|
|
17852
|
-
class IpamPoolPropertiesArgsDict(TypedDict):
|
|
17853
|
-
"""
|
|
17854
|
-
Properties of IpamPool resource properties which are specific to the Pool resource.
|
|
17855
|
-
"""
|
|
17856
|
-
address_prefixes: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
17857
|
-
"""
|
|
17858
|
-
List of IP address prefixes of the resource.
|
|
17859
|
-
"""
|
|
17860
|
-
description: NotRequired[pulumi.Input[str]]
|
|
17861
|
-
display_name: NotRequired[pulumi.Input[str]]
|
|
17862
|
-
"""
|
|
17863
|
-
String representing a friendly name for the resource.
|
|
17864
|
-
"""
|
|
17865
|
-
parent_pool_name: NotRequired[pulumi.Input[str]]
|
|
17866
|
-
"""
|
|
17867
|
-
String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.
|
|
17868
|
-
"""
|
|
17869
|
-
elif False:
|
|
17870
|
-
IpamPoolPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
17871
|
-
|
|
17872
|
-
@pulumi.input_type
|
|
17873
|
-
class IpamPoolPropertiesArgs:
|
|
17874
|
-
def __init__(__self__, *,
|
|
17875
|
-
address_prefixes: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
17876
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
17877
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
17878
|
-
parent_pool_name: Optional[pulumi.Input[str]] = None):
|
|
17879
|
-
"""
|
|
17880
|
-
Properties of IpamPool resource properties which are specific to the Pool resource.
|
|
17881
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: List of IP address prefixes of the resource.
|
|
17882
|
-
:param pulumi.Input[str] display_name: String representing a friendly name for the resource.
|
|
17883
|
-
:param pulumi.Input[str] parent_pool_name: String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.
|
|
17884
|
-
"""
|
|
17885
|
-
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
17886
|
-
if description is not None:
|
|
17887
|
-
pulumi.set(__self__, "description", description)
|
|
17888
|
-
if display_name is not None:
|
|
17889
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
17890
|
-
if parent_pool_name is not None:
|
|
17891
|
-
pulumi.set(__self__, "parent_pool_name", parent_pool_name)
|
|
17892
|
-
|
|
17893
|
-
@property
|
|
17894
|
-
@pulumi.getter(name="addressPrefixes")
|
|
17895
|
-
def address_prefixes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17896
|
-
"""
|
|
17897
|
-
List of IP address prefixes of the resource.
|
|
17898
|
-
"""
|
|
17899
|
-
return pulumi.get(self, "address_prefixes")
|
|
17900
|
-
|
|
17901
|
-
@address_prefixes.setter
|
|
17902
|
-
def address_prefixes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
17903
|
-
pulumi.set(self, "address_prefixes", value)
|
|
17904
|
-
|
|
17905
|
-
@property
|
|
17906
|
-
@pulumi.getter
|
|
17907
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
17908
|
-
return pulumi.get(self, "description")
|
|
17909
|
-
|
|
17910
|
-
@description.setter
|
|
17911
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
17912
|
-
pulumi.set(self, "description", value)
|
|
17913
|
-
|
|
17914
|
-
@property
|
|
17915
|
-
@pulumi.getter(name="displayName")
|
|
17916
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
|
17917
|
-
"""
|
|
17918
|
-
String representing a friendly name for the resource.
|
|
17919
|
-
"""
|
|
17920
|
-
return pulumi.get(self, "display_name")
|
|
17921
|
-
|
|
17922
|
-
@display_name.setter
|
|
17923
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
|
17924
|
-
pulumi.set(self, "display_name", value)
|
|
17925
|
-
|
|
17926
|
-
@property
|
|
17927
|
-
@pulumi.getter(name="parentPoolName")
|
|
17928
|
-
def parent_pool_name(self) -> Optional[pulumi.Input[str]]:
|
|
17929
|
-
"""
|
|
17930
|
-
String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.
|
|
17931
|
-
"""
|
|
17932
|
-
return pulumi.get(self, "parent_pool_name")
|
|
17933
|
-
|
|
17934
|
-
@parent_pool_name.setter
|
|
17935
|
-
def parent_pool_name(self, value: Optional[pulumi.Input[str]]):
|
|
17936
|
-
pulumi.set(self, "parent_pool_name", value)
|
|
17937
|
-
|
|
17938
|
-
|
|
17939
17735
|
if not MYPY:
|
|
17940
17736
|
class IpsecPolicyArgsDict(TypedDict):
|
|
17941
17737
|
"""
|
|
@@ -25300,140 +25096,6 @@ class RadiusServerArgs:
|
|
|
25300
25096
|
pulumi.set(self, "radius_server_secret", value)
|
|
25301
25097
|
|
|
25302
25098
|
|
|
25303
|
-
if not MYPY:
|
|
25304
|
-
class ReachabilityAnalysisIntentPropertiesArgsDict(TypedDict):
|
|
25305
|
-
"""
|
|
25306
|
-
Represents the Reachability Analysis Intent properties.
|
|
25307
|
-
"""
|
|
25308
|
-
destination_resource_id: pulumi.Input[str]
|
|
25309
|
-
"""
|
|
25310
|
-
Destination resource id to verify the reachability path of.
|
|
25311
|
-
"""
|
|
25312
|
-
ip_traffic: pulumi.Input['IPTrafficArgsDict']
|
|
25313
|
-
"""
|
|
25314
|
-
IP traffic information.
|
|
25315
|
-
"""
|
|
25316
|
-
source_resource_id: pulumi.Input[str]
|
|
25317
|
-
"""
|
|
25318
|
-
Source resource id to verify the reachability path of.
|
|
25319
|
-
"""
|
|
25320
|
-
description: NotRequired[pulumi.Input[str]]
|
|
25321
|
-
elif False:
|
|
25322
|
-
ReachabilityAnalysisIntentPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
25323
|
-
|
|
25324
|
-
@pulumi.input_type
|
|
25325
|
-
class ReachabilityAnalysisIntentPropertiesArgs:
|
|
25326
|
-
def __init__(__self__, *,
|
|
25327
|
-
destination_resource_id: pulumi.Input[str],
|
|
25328
|
-
ip_traffic: pulumi.Input['IPTrafficArgs'],
|
|
25329
|
-
source_resource_id: pulumi.Input[str],
|
|
25330
|
-
description: Optional[pulumi.Input[str]] = None):
|
|
25331
|
-
"""
|
|
25332
|
-
Represents the Reachability Analysis Intent properties.
|
|
25333
|
-
:param pulumi.Input[str] destination_resource_id: Destination resource id to verify the reachability path of.
|
|
25334
|
-
:param pulumi.Input['IPTrafficArgs'] ip_traffic: IP traffic information.
|
|
25335
|
-
:param pulumi.Input[str] source_resource_id: Source resource id to verify the reachability path of.
|
|
25336
|
-
"""
|
|
25337
|
-
pulumi.set(__self__, "destination_resource_id", destination_resource_id)
|
|
25338
|
-
pulumi.set(__self__, "ip_traffic", ip_traffic)
|
|
25339
|
-
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
25340
|
-
if description is not None:
|
|
25341
|
-
pulumi.set(__self__, "description", description)
|
|
25342
|
-
|
|
25343
|
-
@property
|
|
25344
|
-
@pulumi.getter(name="destinationResourceId")
|
|
25345
|
-
def destination_resource_id(self) -> pulumi.Input[str]:
|
|
25346
|
-
"""
|
|
25347
|
-
Destination resource id to verify the reachability path of.
|
|
25348
|
-
"""
|
|
25349
|
-
return pulumi.get(self, "destination_resource_id")
|
|
25350
|
-
|
|
25351
|
-
@destination_resource_id.setter
|
|
25352
|
-
def destination_resource_id(self, value: pulumi.Input[str]):
|
|
25353
|
-
pulumi.set(self, "destination_resource_id", value)
|
|
25354
|
-
|
|
25355
|
-
@property
|
|
25356
|
-
@pulumi.getter(name="ipTraffic")
|
|
25357
|
-
def ip_traffic(self) -> pulumi.Input['IPTrafficArgs']:
|
|
25358
|
-
"""
|
|
25359
|
-
IP traffic information.
|
|
25360
|
-
"""
|
|
25361
|
-
return pulumi.get(self, "ip_traffic")
|
|
25362
|
-
|
|
25363
|
-
@ip_traffic.setter
|
|
25364
|
-
def ip_traffic(self, value: pulumi.Input['IPTrafficArgs']):
|
|
25365
|
-
pulumi.set(self, "ip_traffic", value)
|
|
25366
|
-
|
|
25367
|
-
@property
|
|
25368
|
-
@pulumi.getter(name="sourceResourceId")
|
|
25369
|
-
def source_resource_id(self) -> pulumi.Input[str]:
|
|
25370
|
-
"""
|
|
25371
|
-
Source resource id to verify the reachability path of.
|
|
25372
|
-
"""
|
|
25373
|
-
return pulumi.get(self, "source_resource_id")
|
|
25374
|
-
|
|
25375
|
-
@source_resource_id.setter
|
|
25376
|
-
def source_resource_id(self, value: pulumi.Input[str]):
|
|
25377
|
-
pulumi.set(self, "source_resource_id", value)
|
|
25378
|
-
|
|
25379
|
-
@property
|
|
25380
|
-
@pulumi.getter
|
|
25381
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
25382
|
-
return pulumi.get(self, "description")
|
|
25383
|
-
|
|
25384
|
-
@description.setter
|
|
25385
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
25386
|
-
pulumi.set(self, "description", value)
|
|
25387
|
-
|
|
25388
|
-
|
|
25389
|
-
if not MYPY:
|
|
25390
|
-
class ReachabilityAnalysisRunPropertiesArgsDict(TypedDict):
|
|
25391
|
-
"""
|
|
25392
|
-
Represents the Reachability Analysis Run properties.
|
|
25393
|
-
"""
|
|
25394
|
-
intent_id: pulumi.Input[str]
|
|
25395
|
-
"""
|
|
25396
|
-
Id of the intent resource to run analysis on.
|
|
25397
|
-
"""
|
|
25398
|
-
description: NotRequired[pulumi.Input[str]]
|
|
25399
|
-
elif False:
|
|
25400
|
-
ReachabilityAnalysisRunPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
25401
|
-
|
|
25402
|
-
@pulumi.input_type
|
|
25403
|
-
class ReachabilityAnalysisRunPropertiesArgs:
|
|
25404
|
-
def __init__(__self__, *,
|
|
25405
|
-
intent_id: pulumi.Input[str],
|
|
25406
|
-
description: Optional[pulumi.Input[str]] = None):
|
|
25407
|
-
"""
|
|
25408
|
-
Represents the Reachability Analysis Run properties.
|
|
25409
|
-
:param pulumi.Input[str] intent_id: Id of the intent resource to run analysis on.
|
|
25410
|
-
"""
|
|
25411
|
-
pulumi.set(__self__, "intent_id", intent_id)
|
|
25412
|
-
if description is not None:
|
|
25413
|
-
pulumi.set(__self__, "description", description)
|
|
25414
|
-
|
|
25415
|
-
@property
|
|
25416
|
-
@pulumi.getter(name="intentId")
|
|
25417
|
-
def intent_id(self) -> pulumi.Input[str]:
|
|
25418
|
-
"""
|
|
25419
|
-
Id of the intent resource to run analysis on.
|
|
25420
|
-
"""
|
|
25421
|
-
return pulumi.get(self, "intent_id")
|
|
25422
|
-
|
|
25423
|
-
@intent_id.setter
|
|
25424
|
-
def intent_id(self, value: pulumi.Input[str]):
|
|
25425
|
-
pulumi.set(self, "intent_id", value)
|
|
25426
|
-
|
|
25427
|
-
@property
|
|
25428
|
-
@pulumi.getter
|
|
25429
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
25430
|
-
return pulumi.get(self, "description")
|
|
25431
|
-
|
|
25432
|
-
@description.setter
|
|
25433
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
25434
|
-
pulumi.set(self, "description", value)
|
|
25435
|
-
|
|
25436
|
-
|
|
25437
25099
|
if not MYPY:
|
|
25438
25100
|
class RedirectConfigurationArgsDict(TypedDict):
|
|
25439
25101
|
"""
|
|
@@ -28256,75 +27918,6 @@ class SrvRecordArgs:
|
|
|
28256
27918
|
pulumi.set(self, "weight", value)
|
|
28257
27919
|
|
|
28258
27920
|
|
|
28259
|
-
if not MYPY:
|
|
28260
|
-
class StaticCidrPropertiesArgsDict(TypedDict):
|
|
28261
|
-
"""
|
|
28262
|
-
Properties of static CIDR resource.
|
|
28263
|
-
"""
|
|
28264
|
-
address_prefixes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
28265
|
-
"""
|
|
28266
|
-
List of IP address prefixes of the resource.
|
|
28267
|
-
"""
|
|
28268
|
-
description: NotRequired[pulumi.Input[str]]
|
|
28269
|
-
number_of_ip_addresses_to_allocate: NotRequired[pulumi.Input[str]]
|
|
28270
|
-
"""
|
|
28271
|
-
Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.
|
|
28272
|
-
"""
|
|
28273
|
-
elif False:
|
|
28274
|
-
StaticCidrPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
28275
|
-
|
|
28276
|
-
@pulumi.input_type
|
|
28277
|
-
class StaticCidrPropertiesArgs:
|
|
28278
|
-
def __init__(__self__, *,
|
|
28279
|
-
address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
28280
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
28281
|
-
number_of_ip_addresses_to_allocate: Optional[pulumi.Input[str]] = None):
|
|
28282
|
-
"""
|
|
28283
|
-
Properties of static CIDR resource.
|
|
28284
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: List of IP address prefixes of the resource.
|
|
28285
|
-
:param pulumi.Input[str] number_of_ip_addresses_to_allocate: Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.
|
|
28286
|
-
"""
|
|
28287
|
-
if address_prefixes is not None:
|
|
28288
|
-
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
28289
|
-
if description is not None:
|
|
28290
|
-
pulumi.set(__self__, "description", description)
|
|
28291
|
-
if number_of_ip_addresses_to_allocate is not None:
|
|
28292
|
-
pulumi.set(__self__, "number_of_ip_addresses_to_allocate", number_of_ip_addresses_to_allocate)
|
|
28293
|
-
|
|
28294
|
-
@property
|
|
28295
|
-
@pulumi.getter(name="addressPrefixes")
|
|
28296
|
-
def address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
28297
|
-
"""
|
|
28298
|
-
List of IP address prefixes of the resource.
|
|
28299
|
-
"""
|
|
28300
|
-
return pulumi.get(self, "address_prefixes")
|
|
28301
|
-
|
|
28302
|
-
@address_prefixes.setter
|
|
28303
|
-
def address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
28304
|
-
pulumi.set(self, "address_prefixes", value)
|
|
28305
|
-
|
|
28306
|
-
@property
|
|
28307
|
-
@pulumi.getter
|
|
28308
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
28309
|
-
return pulumi.get(self, "description")
|
|
28310
|
-
|
|
28311
|
-
@description.setter
|
|
28312
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
28313
|
-
pulumi.set(self, "description", value)
|
|
28314
|
-
|
|
28315
|
-
@property
|
|
28316
|
-
@pulumi.getter(name="numberOfIPAddressesToAllocate")
|
|
28317
|
-
def number_of_ip_addresses_to_allocate(self) -> Optional[pulumi.Input[str]]:
|
|
28318
|
-
"""
|
|
28319
|
-
Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.
|
|
28320
|
-
"""
|
|
28321
|
-
return pulumi.get(self, "number_of_ip_addresses_to_allocate")
|
|
28322
|
-
|
|
28323
|
-
@number_of_ip_addresses_to_allocate.setter
|
|
28324
|
-
def number_of_ip_addresses_to_allocate(self, value: Optional[pulumi.Input[str]]):
|
|
28325
|
-
pulumi.set(self, "number_of_ip_addresses_to_allocate", value)
|
|
28326
|
-
|
|
28327
|
-
|
|
28328
27921
|
if not MYPY:
|
|
28329
27922
|
class StaticRoutesConfigArgsDict(TypedDict):
|
|
28330
27923
|
"""
|
|
@@ -29334,35 +28927,6 @@ class VM:
|
|
|
29334
28927
|
pulumi.set(self, "tags", value)
|
|
29335
28928
|
|
|
29336
28929
|
|
|
29337
|
-
if not MYPY:
|
|
29338
|
-
class VerifierWorkspacePropertiesArgsDict(TypedDict):
|
|
29339
|
-
"""
|
|
29340
|
-
Properties of Verifier Workspace resource.
|
|
29341
|
-
"""
|
|
29342
|
-
description: NotRequired[pulumi.Input[str]]
|
|
29343
|
-
elif False:
|
|
29344
|
-
VerifierWorkspacePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
29345
|
-
|
|
29346
|
-
@pulumi.input_type
|
|
29347
|
-
class VerifierWorkspacePropertiesArgs:
|
|
29348
|
-
def __init__(__self__, *,
|
|
29349
|
-
description: Optional[pulumi.Input[str]] = None):
|
|
29350
|
-
"""
|
|
29351
|
-
Properties of Verifier Workspace resource.
|
|
29352
|
-
"""
|
|
29353
|
-
if description is not None:
|
|
29354
|
-
pulumi.set(__self__, "description", description)
|
|
29355
|
-
|
|
29356
|
-
@property
|
|
29357
|
-
@pulumi.getter
|
|
29358
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
29359
|
-
return pulumi.get(self, "description")
|
|
29360
|
-
|
|
29361
|
-
@description.setter
|
|
29362
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
29363
|
-
pulumi.set(self, "description", value)
|
|
29364
|
-
|
|
29365
|
-
|
|
29366
28930
|
if not MYPY:
|
|
29367
28931
|
class VirtualApplianceAdditionalNicPropertiesArgsDict(TypedDict):
|
|
29368
28932
|
"""
|
|
@@ -285,7 +285,7 @@ class AdminRule(pulumi.CustomResource):
|
|
|
285
285
|
Network admin rule.
|
|
286
286
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-02-01-preview.
|
|
287
287
|
|
|
288
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
288
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
289
289
|
|
|
290
290
|
:param str resource_name: The name of the resource.
|
|
291
291
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -316,7 +316,7 @@ class AdminRule(pulumi.CustomResource):
|
|
|
316
316
|
Network admin rule.
|
|
317
317
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-02-01-preview.
|
|
318
318
|
|
|
319
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
319
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
320
320
|
|
|
321
321
|
:param str resource_name: The name of the resource.
|
|
322
322
|
:param AdminRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -396,7 +396,7 @@ class AdminRule(pulumi.CustomResource):
|
|
|
396
396
|
__props__.__dict__["resource_guid"] = None
|
|
397
397
|
__props__.__dict__["system_data"] = None
|
|
398
398
|
__props__.__dict__["type"] = None
|
|
399
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20210501preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220201preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220401preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220501:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220701:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220901:AdminRule"), pulumi.Alias(type_="azure-native:network/v20221101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230201:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230401:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230501:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230601:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230901:AdminRule"), pulumi.Alias(type_="azure-native:network/v20231101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20240101:AdminRule")
|
|
399
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20210501preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220201preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220401preview:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220501:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220701:AdminRule"), pulumi.Alias(type_="azure-native:network/v20220901:AdminRule"), pulumi.Alias(type_="azure-native:network/v20221101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230201:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230401:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230501:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230601:AdminRule"), pulumi.Alias(type_="azure-native:network/v20230901:AdminRule"), pulumi.Alias(type_="azure-native:network/v20231101:AdminRule"), pulumi.Alias(type_="azure-native:network/v20240101:AdminRule")])
|
|
400
400
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
401
401
|
super(AdminRule, __self__).__init__(
|
|
402
402
|
'azure-native:network:AdminRule',
|
|
@@ -134,7 +134,7 @@ class AdminRuleCollection(pulumi.CustomResource):
|
|
|
134
134
|
Defines the admin rule collection.
|
|
135
135
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-02-01-preview.
|
|
136
136
|
|
|
137
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
137
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
138
138
|
|
|
139
139
|
:param str resource_name: The name of the resource.
|
|
140
140
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -155,7 +155,7 @@ class AdminRuleCollection(pulumi.CustomResource):
|
|
|
155
155
|
Defines the admin rule collection.
|
|
156
156
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-02-01-preview.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
158
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
159
159
|
|
|
160
160
|
:param str resource_name: The name of the resource.
|
|
161
161
|
:param AdminRuleCollectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -207,7 +207,7 @@ class AdminRuleCollection(pulumi.CustomResource):
|
|
|
207
207
|
__props__.__dict__["resource_guid"] = None
|
|
208
208
|
__props__.__dict__["system_data"] = None
|
|
209
209
|
__props__.__dict__["type"] = None
|
|
210
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20210501preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220201preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220401preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220501:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220701:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220901:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20221101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230201:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230401:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230501:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230601:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230901:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20231101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20240101:AdminRuleCollection")
|
|
210
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20210501preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220201preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220401preview:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220501:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220701:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20220901:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20221101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230201:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230401:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230501:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230601:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20230901:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20231101:AdminRuleCollection"), pulumi.Alias(type_="azure-native:network/v20240101:AdminRuleCollection")])
|
|
211
211
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
212
212
|
super(AdminRuleCollection, __self__).__init__(
|
|
213
213
|
'azure-native:network:AdminRuleCollection',
|
|
@@ -235,7 +235,7 @@ class DefaultAdminRule(pulumi.CustomResource):
|
|
|
235
235
|
__props__.__dict__["sources"] = None
|
|
236
236
|
__props__.__dict__["system_data"] = None
|
|
237
237
|
__props__.__dict__["type"] = None
|
|
238
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20210501preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220201preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220401preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220501:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220701:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220901:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20221101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230201:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230401:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230501:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230601:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230901:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20231101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20240101:DefaultAdminRule")
|
|
238
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:network/v20210201preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20210501preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220201preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220401preview:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220501:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220701:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20220901:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20221101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230201:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230401:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230501:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230601:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20230901:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20231101:DefaultAdminRule"), pulumi.Alias(type_="azure-native:network/v20240101:DefaultAdminRule")])
|
|
239
239
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
240
240
|
super(DefaultAdminRule, __self__).__init__(
|
|
241
241
|
'azure-native:network:DefaultAdminRule',
|
|
@@ -253,7 +253,7 @@ def get_admin_rule(configuration_name: Optional[str] = None,
|
|
|
253
253
|
Gets a network manager security configuration admin rule.
|
|
254
254
|
Azure REST API version: 2023-02-01.
|
|
255
255
|
|
|
256
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
256
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -302,7 +302,7 @@ def get_admin_rule_output(configuration_name: Optional[pulumi.Input[str]] = None
|
|
|
302
302
|
Gets a network manager security configuration admin rule.
|
|
303
303
|
Azure REST API version: 2023-02-01.
|
|
304
304
|
|
|
305
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
305
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -155,7 +155,7 @@ def get_admin_rule_collection(configuration_name: Optional[str] = None,
|
|
|
155
155
|
Gets a network manager security admin configuration rule collection.
|
|
156
156
|
Azure REST API version: 2023-02-01.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
158
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -193,7 +193,7 @@ def get_admin_rule_collection_output(configuration_name: Optional[pulumi.Input[s
|
|
|
193
193
|
Gets a network manager security admin configuration rule collection.
|
|
194
194
|
Azure REST API version: 2023-02-01.
|
|
195
195
|
|
|
196
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
196
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -189,7 +189,7 @@ def get_network_manager(network_manager_name: Optional[str] = None,
|
|
|
189
189
|
Gets the specified Network Manager.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
192
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -224,7 +224,7 @@ def get_network_manager_output(network_manager_name: Optional[pulumi.Input[str]]
|
|
|
224
224
|
Gets the specified Network Manager.
|
|
225
225
|
Azure REST API version: 2023-02-01.
|
|
226
226
|
|
|
227
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
227
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -154,7 +154,7 @@ def get_security_admin_configuration(configuration_name: Optional[str] = None,
|
|
|
154
154
|
Retrieves a network manager security admin configuration.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
157
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -189,7 +189,7 @@ def get_security_admin_configuration_output(configuration_name: Optional[pulumi.
|
|
|
189
189
|
Retrieves a network manager security admin configuration.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
192
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str configuration_name: The name of the network manager Security Configuration.
|