pulumi-azure-native 2.34.1a1712062553__py3-none-any.whl → 2.35.1a1712567702__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 +73 -0
- pulumi_azure_native/azurearcdata/__init__.py +7 -0
- pulumi_azure_native/azurearcdata/_enums.py +12 -0
- pulumi_azure_native/azurearcdata/_inputs.py +399 -0
- pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
- pulumi_azure_native/azurearcdata/data_controller.py +5 -1
- pulumi_azure_native/azurearcdata/failover_group.py +5 -1
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
- pulumi_azure_native/azurearcdata/outputs.py +1047 -0
- pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
- pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
- pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
- pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
- pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
- pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
- pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
- pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
- pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
- pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
- pulumi_azure_native/insights/data_collection_rule.py +5 -1
- pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
- pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
- pulumi_azure_native/insights/v20230311/__init__.py +16 -0
- pulumi_azure_native/insights/v20230311/_enums.py +196 -0
- pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
- pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
- pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
- pulumi_azure_native/loadtestservice/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/outputs.py +49 -49
- pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
- pulumi_azure_native/netapp/__init__.py +3 -0
- 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/__init__.py +35 -0
- pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
- pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
- pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
- pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
- pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
- pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
- 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/quota/_enums.py +1 -1
- pulumi_azure_native/quota/_inputs.py +10 -10
- pulumi_azure_native/quota/get_group_quota.py +7 -7
- pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/group_quota.py +15 -15
- pulumi_azure_native/quota/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/outputs.py +12 -12
- pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
- pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
- pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
- pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
- pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
- pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
- pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/__init__.py +26 -0
- pulumi_azure_native/resources/v20240301/_enums.py +55 -0
- pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
- pulumi_azure_native/resources/v20240301/deployment.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
- pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
- pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
- pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
- pulumi_azure_native/resources/v20240301/resource.py +480 -0
- pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/dev_ops_configuration.py +5 -1
- pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
- pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
- pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
- pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240401/__init__.py +16 -0
- pulumi_azure_native/security/v20240401/_enums.py +40 -0
- pulumi_azure_native/security/v20240401/_inputs.py +135 -0
- pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
- pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
- pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
- pulumi_azure_native/security/v20240401/outputs.py +1018 -0
- pulumi_azure_native/standbypool/_inputs.py +2 -2
- pulumi_azure_native/standbypool/outputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
- {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
- {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,253 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['SqlServerInstanceArgs', 'SqlServerInstance']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class SqlServerInstanceArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
properties: Optional[pulumi.Input['SqlServerInstancePropertiesArgs']] = None,
|
|
23
|
+
sql_server_instance_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a SqlServerInstance resource.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the Azure resource group
|
|
28
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
29
|
+
:param pulumi.Input['SqlServerInstancePropertiesArgs'] properties: null
|
|
30
|
+
:param pulumi.Input[str] sql_server_instance_name: Name of SQL Server Instance
|
|
31
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
34
|
+
if location is not None:
|
|
35
|
+
pulumi.set(__self__, "location", location)
|
|
36
|
+
if properties is not None:
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if sql_server_instance_name is not None:
|
|
39
|
+
pulumi.set(__self__, "sql_server_instance_name", sql_server_instance_name)
|
|
40
|
+
if tags is not None:
|
|
41
|
+
pulumi.set(__self__, "tags", tags)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="resourceGroupName")
|
|
45
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
The name of the Azure resource group
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "resource_group_name")
|
|
50
|
+
|
|
51
|
+
@resource_group_name.setter
|
|
52
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "resource_group_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
58
|
+
"""
|
|
59
|
+
The geo-location where the resource lives
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "location")
|
|
62
|
+
|
|
63
|
+
@location.setter
|
|
64
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
pulumi.set(self, "location", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def properties(self) -> Optional[pulumi.Input['SqlServerInstancePropertiesArgs']]:
|
|
70
|
+
"""
|
|
71
|
+
null
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "properties")
|
|
74
|
+
|
|
75
|
+
@properties.setter
|
|
76
|
+
def properties(self, value: Optional[pulumi.Input['SqlServerInstancePropertiesArgs']]):
|
|
77
|
+
pulumi.set(self, "properties", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="sqlServerInstanceName")
|
|
81
|
+
def sql_server_instance_name(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
"""
|
|
83
|
+
Name of SQL Server Instance
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "sql_server_instance_name")
|
|
86
|
+
|
|
87
|
+
@sql_server_instance_name.setter
|
|
88
|
+
def sql_server_instance_name(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
pulumi.set(self, "sql_server_instance_name", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
94
|
+
"""
|
|
95
|
+
Resource tags.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "tags")
|
|
98
|
+
|
|
99
|
+
@tags.setter
|
|
100
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
101
|
+
pulumi.set(self, "tags", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class SqlServerInstance(pulumi.CustomResource):
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
109
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SqlServerInstancePropertiesArgs']]] = None,
|
|
111
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
sql_server_instance_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
114
|
+
__props__=None):
|
|
115
|
+
"""
|
|
116
|
+
A SqlServerInstance.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
121
|
+
:param pulumi.Input[pulumi.InputType['SqlServerInstancePropertiesArgs']] properties: null
|
|
122
|
+
:param pulumi.Input[str] resource_group_name: The name of the Azure resource group
|
|
123
|
+
:param pulumi.Input[str] sql_server_instance_name: Name of SQL Server Instance
|
|
124
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
125
|
+
"""
|
|
126
|
+
...
|
|
127
|
+
@overload
|
|
128
|
+
def __init__(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
args: SqlServerInstanceArgs,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
|
+
"""
|
|
133
|
+
A SqlServerInstance.
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param SqlServerInstanceArgs args: The arguments to use to populate this resource's properties.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
141
|
+
resource_args, opts = _utilities.get_resource_args_opts(SqlServerInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
142
|
+
if resource_args is not None:
|
|
143
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
144
|
+
else:
|
|
145
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
146
|
+
|
|
147
|
+
def _internal_init(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SqlServerInstancePropertiesArgs']]] = None,
|
|
152
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
sql_server_instance_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
155
|
+
__props__=None):
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
157
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
158
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
159
|
+
if opts.id is None:
|
|
160
|
+
if __props__ is not None:
|
|
161
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
162
|
+
__props__ = SqlServerInstanceArgs.__new__(SqlServerInstanceArgs)
|
|
163
|
+
|
|
164
|
+
__props__.__dict__["location"] = location
|
|
165
|
+
__props__.__dict__["properties"] = properties
|
|
166
|
+
if resource_group_name is None and not opts.urn:
|
|
167
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
168
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
169
|
+
__props__.__dict__["sql_server_instance_name"] = sql_server_instance_name
|
|
170
|
+
__props__.__dict__["tags"] = tags
|
|
171
|
+
__props__.__dict__["name"] = None
|
|
172
|
+
__props__.__dict__["system_data"] = None
|
|
173
|
+
__props__.__dict__["type"] = None
|
|
174
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurearcdata:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20210601preview:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20210701preview:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20210801:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20211101:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20220301preview:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20220615preview:SqlServerInstance"), pulumi.Alias(type_="azure-native:azurearcdata/v20230115preview:SqlServerInstance")])
|
|
175
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
176
|
+
super(SqlServerInstance, __self__).__init__(
|
|
177
|
+
'azure-native:azurearcdata/v20240101:SqlServerInstance',
|
|
178
|
+
resource_name,
|
|
179
|
+
__props__,
|
|
180
|
+
opts)
|
|
181
|
+
|
|
182
|
+
@staticmethod
|
|
183
|
+
def get(resource_name: str,
|
|
184
|
+
id: pulumi.Input[str],
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SqlServerInstance':
|
|
186
|
+
"""
|
|
187
|
+
Get an existing SqlServerInstance resource's state with the given name, id, and optional extra
|
|
188
|
+
properties used to qualify the lookup.
|
|
189
|
+
|
|
190
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
191
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
193
|
+
"""
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
195
|
+
|
|
196
|
+
__props__ = SqlServerInstanceArgs.__new__(SqlServerInstanceArgs)
|
|
197
|
+
|
|
198
|
+
__props__.__dict__["location"] = None
|
|
199
|
+
__props__.__dict__["name"] = None
|
|
200
|
+
__props__.__dict__["properties"] = None
|
|
201
|
+
__props__.__dict__["system_data"] = None
|
|
202
|
+
__props__.__dict__["tags"] = None
|
|
203
|
+
__props__.__dict__["type"] = None
|
|
204
|
+
return SqlServerInstance(resource_name, opts=opts, __props__=__props__)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def location(self) -> pulumi.Output[str]:
|
|
209
|
+
"""
|
|
210
|
+
The geo-location where the resource lives
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "location")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def name(self) -> pulumi.Output[str]:
|
|
217
|
+
"""
|
|
218
|
+
The name of the resource
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "name")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def properties(self) -> pulumi.Output['outputs.SqlServerInstancePropertiesResponse']:
|
|
225
|
+
"""
|
|
226
|
+
null
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "properties")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="systemData")
|
|
232
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
233
|
+
"""
|
|
234
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "system_data")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
241
|
+
"""
|
|
242
|
+
Resource tags.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "tags")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def type(self) -> pulumi.Output[str]:
|
|
249
|
+
"""
|
|
250
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "type")
|
|
253
|
+
|
|
@@ -782,7 +782,9 @@ class NamespaceReplicaLocationResponse(dict):
|
|
|
782
782
|
@staticmethod
|
|
783
783
|
def __key_warning(key: str):
|
|
784
784
|
suggest = None
|
|
785
|
-
if key == "
|
|
785
|
+
if key == "replicaState":
|
|
786
|
+
suggest = "replica_state"
|
|
787
|
+
elif key == "clusterArmId":
|
|
786
788
|
suggest = "cluster_arm_id"
|
|
787
789
|
elif key == "locationName":
|
|
788
790
|
suggest = "location_name"
|
|
@@ -801,15 +803,18 @@ class NamespaceReplicaLocationResponse(dict):
|
|
|
801
803
|
return super().get(key, default)
|
|
802
804
|
|
|
803
805
|
def __init__(__self__, *,
|
|
806
|
+
replica_state: str,
|
|
804
807
|
cluster_arm_id: Optional[str] = None,
|
|
805
808
|
location_name: Optional[str] = None,
|
|
806
809
|
role_type: Optional[str] = None):
|
|
807
810
|
"""
|
|
808
811
|
Namespace replication properties
|
|
812
|
+
:param str replica_state: state of Namespace replica.
|
|
809
813
|
:param str cluster_arm_id: Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
|
|
810
814
|
:param str location_name: Azure regions where a replica of the namespace is maintained
|
|
811
815
|
:param str role_type: GeoDR Role Types
|
|
812
816
|
"""
|
|
817
|
+
pulumi.set(__self__, "replica_state", replica_state)
|
|
813
818
|
if cluster_arm_id is not None:
|
|
814
819
|
pulumi.set(__self__, "cluster_arm_id", cluster_arm_id)
|
|
815
820
|
if location_name is not None:
|
|
@@ -817,6 +822,14 @@ class NamespaceReplicaLocationResponse(dict):
|
|
|
817
822
|
if role_type is not None:
|
|
818
823
|
pulumi.set(__self__, "role_type", role_type)
|
|
819
824
|
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="replicaState")
|
|
827
|
+
def replica_state(self) -> str:
|
|
828
|
+
"""
|
|
829
|
+
state of Namespace replica.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "replica_state")
|
|
832
|
+
|
|
820
833
|
@property
|
|
821
834
|
@pulumi.getter(name="clusterArmId")
|
|
822
835
|
def cluster_arm_id(self) -> Optional[str]:
|
|
@@ -143,6 +143,8 @@ if typing.TYPE_CHECKING:
|
|
|
143
143
|
v20230101 = __v20230101
|
|
144
144
|
import pulumi_azure_native.insights.v20230101preview as __v20230101preview
|
|
145
145
|
v20230101preview = __v20230101preview
|
|
146
|
+
import pulumi_azure_native.insights.v20230311 as __v20230311
|
|
147
|
+
v20230311 = __v20230311
|
|
146
148
|
import pulumi_azure_native.insights.v20230315preview as __v20230315preview
|
|
147
149
|
v20230315preview = __v20230315preview
|
|
148
150
|
import pulumi_azure_native.insights.v20230501preview as __v20230501preview
|
|
@@ -185,6 +187,7 @@ else:
|
|
|
185
187
|
v20221001 = _utilities.lazy_import('pulumi_azure_native.insights.v20221001')
|
|
186
188
|
v20230101 = _utilities.lazy_import('pulumi_azure_native.insights.v20230101')
|
|
187
189
|
v20230101preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230101preview')
|
|
190
|
+
v20230311 = _utilities.lazy_import('pulumi_azure_native.insights.v20230311')
|
|
188
191
|
v20230315preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230315preview')
|
|
189
192
|
v20230501preview = _utilities.lazy_import('pulumi_azure_native.insights.v20230501preview')
|
|
190
193
|
v20230601 = _utilities.lazy_import('pulumi_azure_native.insights.v20230601')
|
|
@@ -184,6 +184,8 @@ class DataCollectionEndpoint(pulumi.CustomResource):
|
|
|
184
184
|
Definition of ARM tracked top level resource.
|
|
185
185
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-09-01-preview.
|
|
186
186
|
|
|
187
|
+
Other available API versions: 2023-03-11.
|
|
188
|
+
|
|
187
189
|
:param str resource_name: The name of the resource.
|
|
188
190
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
189
191
|
:param pulumi.Input[str] data_collection_endpoint_name: The name of the data collection endpoint. The name is case insensitive.
|
|
@@ -206,6 +208,8 @@ class DataCollectionEndpoint(pulumi.CustomResource):
|
|
|
206
208
|
Definition of ARM tracked top level resource.
|
|
207
209
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-09-01-preview.
|
|
208
210
|
|
|
211
|
+
Other available API versions: 2023-03-11.
|
|
212
|
+
|
|
209
213
|
:param str resource_name: The name of the resource.
|
|
210
214
|
:param DataCollectionEndpointArgs args: The arguments to use to populate this resource's properties.
|
|
211
215
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -261,7 +265,7 @@ class DataCollectionEndpoint(pulumi.CustomResource):
|
|
|
261
265
|
__props__.__dict__["provisioning_state"] = None
|
|
262
266
|
__props__.__dict__["system_data"] = None
|
|
263
267
|
__props__.__dict__["type"] = None
|
|
264
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionEndpoint")])
|
|
268
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionEndpoint")])
|
|
265
269
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
266
270
|
super(DataCollectionEndpoint, __self__).__init__(
|
|
267
271
|
'azure-native:insights:DataCollectionEndpoint',
|
|
@@ -237,6 +237,8 @@ class DataCollectionRule(pulumi.CustomResource):
|
|
|
237
237
|
Definition of ARM tracked top level resource.
|
|
238
238
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2019-11-01-preview.
|
|
239
239
|
|
|
240
|
+
Other available API versions: 2023-03-11.
|
|
241
|
+
|
|
240
242
|
:param str resource_name: The name of the resource.
|
|
241
243
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
242
244
|
:param pulumi.Input[str] data_collection_endpoint_id: The resource ID of the data collection endpoint that this rule can be used with.
|
|
@@ -263,6 +265,8 @@ class DataCollectionRule(pulumi.CustomResource):
|
|
|
263
265
|
Definition of ARM tracked top level resource.
|
|
264
266
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2019-11-01-preview.
|
|
265
267
|
|
|
268
|
+
Other available API versions: 2023-03-11.
|
|
269
|
+
|
|
266
270
|
:param str resource_name: The name of the resource.
|
|
267
271
|
:param DataCollectionRuleArgs args: The arguments to use to populate this resource's properties.
|
|
268
272
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -320,7 +324,7 @@ class DataCollectionRule(pulumi.CustomResource):
|
|
|
320
324
|
__props__.__dict__["provisioning_state"] = None
|
|
321
325
|
__props__.__dict__["system_data"] = None
|
|
322
326
|
__props__.__dict__["type"] = None
|
|
323
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionRule")])
|
|
327
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionRule")])
|
|
324
328
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
325
329
|
super(DataCollectionRule, __self__).__init__(
|
|
326
330
|
'azure-native:insights:DataCollectionRule',
|
|
@@ -114,6 +114,8 @@ class DataCollectionRuleAssociation(pulumi.CustomResource):
|
|
|
114
114
|
Definition of generic ARM proxy resource.
|
|
115
115
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2019-11-01-preview.
|
|
116
116
|
|
|
117
|
+
Other available API versions: 2023-03-11.
|
|
118
|
+
|
|
117
119
|
:param str resource_name: The name of the resource.
|
|
118
120
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
121
|
:param pulumi.Input[str] association_name: The name of the association. The name is case insensitive.
|
|
@@ -132,6 +134,8 @@ class DataCollectionRuleAssociation(pulumi.CustomResource):
|
|
|
132
134
|
Definition of generic ARM proxy resource.
|
|
133
135
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2019-11-01-preview.
|
|
134
136
|
|
|
137
|
+
Other available API versions: 2023-03-11.
|
|
138
|
+
|
|
135
139
|
:param str resource_name: The name of the resource.
|
|
136
140
|
:param DataCollectionRuleAssociationArgs args: The arguments to use to populate this resource's properties.
|
|
137
141
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -174,7 +178,7 @@ class DataCollectionRuleAssociation(pulumi.CustomResource):
|
|
|
174
178
|
__props__.__dict__["provisioning_state"] = None
|
|
175
179
|
__props__.__dict__["system_data"] = None
|
|
176
180
|
__props__.__dict__["type"] = None
|
|
177
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionRuleAssociation")])
|
|
181
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20220601:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionRuleAssociation")])
|
|
178
182
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
179
183
|
super(DataCollectionRuleAssociation, __self__).__init__(
|
|
180
184
|
'azure-native:insights:DataCollectionRuleAssociation',
|
|
@@ -268,6 +268,8 @@ def get_data_collection_endpoint(data_collection_endpoint_name: Optional[str] =
|
|
|
268
268
|
Definition of ARM tracked top level resource.
|
|
269
269
|
Azure REST API version: 2022-06-01.
|
|
270
270
|
|
|
271
|
+
Other available API versions: 2023-03-11.
|
|
272
|
+
|
|
271
273
|
|
|
272
274
|
:param str data_collection_endpoint_name: The name of the data collection endpoint. The name is case insensitive.
|
|
273
275
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -308,6 +310,8 @@ def get_data_collection_endpoint_output(data_collection_endpoint_name: Optional[
|
|
|
308
310
|
Definition of ARM tracked top level resource.
|
|
309
311
|
Azure REST API version: 2022-06-01.
|
|
310
312
|
|
|
313
|
+
Other available API versions: 2023-03-11.
|
|
314
|
+
|
|
311
315
|
|
|
312
316
|
:param str data_collection_endpoint_name: The name of the data collection endpoint. The name is case insensitive.
|
|
313
317
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -257,6 +257,8 @@ def get_data_collection_rule(data_collection_rule_name: Optional[str] = None,
|
|
|
257
257
|
Definition of ARM tracked top level resource.
|
|
258
258
|
Azure REST API version: 2022-06-01.
|
|
259
259
|
|
|
260
|
+
Other available API versions: 2023-03-11.
|
|
261
|
+
|
|
260
262
|
|
|
261
263
|
:param str data_collection_rule_name: The name of the data collection rule. The name is case insensitive.
|
|
262
264
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -296,6 +298,8 @@ def get_data_collection_rule_output(data_collection_rule_name: Optional[pulumi.I
|
|
|
296
298
|
Definition of ARM tracked top level resource.
|
|
297
299
|
Azure REST API version: 2022-06-01.
|
|
298
300
|
|
|
301
|
+
Other available API versions: 2023-03-11.
|
|
302
|
+
|
|
299
303
|
|
|
300
304
|
:param str data_collection_rule_name: The name of the data collection rule. The name is case insensitive.
|
|
301
305
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -160,6 +160,8 @@ def get_data_collection_rule_association(association_name: Optional[str] = None,
|
|
|
160
160
|
Definition of generic ARM proxy resource.
|
|
161
161
|
Azure REST API version: 2022-06-01.
|
|
162
162
|
|
|
163
|
+
Other available API versions: 2023-03-11.
|
|
164
|
+
|
|
163
165
|
|
|
164
166
|
:param str association_name: The name of the association. The name is case insensitive.
|
|
165
167
|
:param str resource_uri: The identifier of the resource.
|
|
@@ -191,6 +193,8 @@ def get_data_collection_rule_association_output(association_name: Optional[pulum
|
|
|
191
193
|
Definition of generic ARM proxy resource.
|
|
192
194
|
Azure REST API version: 2022-06-01.
|
|
193
195
|
|
|
196
|
+
Other available API versions: 2023-03-11.
|
|
197
|
+
|
|
194
198
|
|
|
195
199
|
:param str association_name: The name of the association. The name is case insensitive.
|
|
196
200
|
:param str resource_uri: The identifier of the resource.
|
|
@@ -259,7 +259,7 @@ class DataCollectionEndpoint(pulumi.CustomResource):
|
|
|
259
259
|
__props__.__dict__["provisioning_state"] = None
|
|
260
260
|
__props__.__dict__["system_data"] = None
|
|
261
261
|
__props__.__dict__["type"] = None
|
|
262
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionEndpoint")])
|
|
262
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionEndpoint"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionEndpoint")])
|
|
263
263
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
264
264
|
super(DataCollectionEndpoint, __self__).__init__(
|
|
265
265
|
'azure-native:insights/v20220601:DataCollectionEndpoint',
|
|
@@ -318,7 +318,7 @@ class DataCollectionRule(pulumi.CustomResource):
|
|
|
318
318
|
__props__.__dict__["provisioning_state"] = None
|
|
319
319
|
__props__.__dict__["system_data"] = None
|
|
320
320
|
__props__.__dict__["type"] = None
|
|
321
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRule")])
|
|
321
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRule"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionRule")])
|
|
322
322
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
323
323
|
super(DataCollectionRule, __self__).__init__(
|
|
324
324
|
'azure-native:insights/v20220601:DataCollectionRule',
|
|
@@ -172,7 +172,7 @@ class DataCollectionRuleAssociation(pulumi.CustomResource):
|
|
|
172
172
|
__props__.__dict__["provisioning_state"] = None
|
|
173
173
|
__props__.__dict__["system_data"] = None
|
|
174
174
|
__props__.__dict__["type"] = None
|
|
175
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRuleAssociation")])
|
|
175
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20191101preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210401:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20210901preview:DataCollectionRuleAssociation"), pulumi.Alias(type_="azure-native:insights/v20230311:DataCollectionRuleAssociation")])
|
|
176
176
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
177
177
|
super(DataCollectionRuleAssociation, __self__).__init__(
|
|
178
178
|
'azure-native:insights/v20220601:DataCollectionRuleAssociation',
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .data_collection_endpoint import *
|
|
10
|
+
from .data_collection_rule import *
|
|
11
|
+
from .data_collection_rule_association import *
|
|
12
|
+
from .get_data_collection_endpoint import *
|
|
13
|
+
from .get_data_collection_rule import *
|
|
14
|
+
from .get_data_collection_rule_association import *
|
|
15
|
+
from ._inputs import *
|
|
16
|
+
from . import outputs
|