pulumi-azure-native 2.35.0__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.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'AccountProvisioningMode',
|
|
9
|
+
'AggregationType',
|
|
10
|
+
'ArcSqlManagedInstanceLicenseType',
|
|
11
|
+
'DatabaseCreateMode',
|
|
12
|
+
'DatabaseState',
|
|
13
|
+
'EditionType',
|
|
14
|
+
'ExtendedLocationTypes',
|
|
15
|
+
'FailoverGroupPartnerSyncMode',
|
|
16
|
+
'HostType',
|
|
17
|
+
'Infrastructure',
|
|
18
|
+
'InstanceFailoverGroupRole',
|
|
19
|
+
'PostgresInstanceSkuTier',
|
|
20
|
+
'RecoveryMode',
|
|
21
|
+
'SqlManagedInstanceSkuName',
|
|
22
|
+
'SqlManagedInstanceSkuTier',
|
|
23
|
+
'SqlVersion',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
class AccountProvisioningMode(str, Enum):
|
|
28
|
+
"""
|
|
29
|
+
The service account provisioning mode for this Active Directory connector.
|
|
30
|
+
"""
|
|
31
|
+
AUTOMATIC = "automatic"
|
|
32
|
+
MANUAL = "manual"
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AggregationType(str, Enum):
|
|
36
|
+
"""
|
|
37
|
+
The aggregation type to use for the numerical columns in the dataset.
|
|
38
|
+
"""
|
|
39
|
+
AVERAGE = "Average"
|
|
40
|
+
MINIMUM = "Minimum"
|
|
41
|
+
MAXIMUM = "Maximum"
|
|
42
|
+
SUM = "Sum"
|
|
43
|
+
COUNT = "Count"
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class ArcSqlManagedInstanceLicenseType(str, Enum):
|
|
47
|
+
"""
|
|
48
|
+
The license type to apply for this managed instance.
|
|
49
|
+
"""
|
|
50
|
+
BASE_PRICE = "BasePrice"
|
|
51
|
+
LICENSE_INCLUDED = "LicenseIncluded"
|
|
52
|
+
DISASTER_RECOVERY = "DisasterRecovery"
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class DatabaseCreateMode(str, Enum):
|
|
56
|
+
"""
|
|
57
|
+
Database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. sourceDatabaseId and restorePointInTime must be specified.
|
|
58
|
+
"""
|
|
59
|
+
DEFAULT = "Default"
|
|
60
|
+
POINT_IN_TIME_RESTORE = "PointInTimeRestore"
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
class DatabaseState(str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
State of the database.
|
|
66
|
+
"""
|
|
67
|
+
ONLINE = "Online"
|
|
68
|
+
RESTORING = "Restoring"
|
|
69
|
+
RECOVERING = "Recovering"
|
|
70
|
+
RECOVERY_PENDING = "RecoveryPending"
|
|
71
|
+
SUSPECT = "Suspect"
|
|
72
|
+
EMERGENCY = "Emergency"
|
|
73
|
+
OFFLINE = "Offline"
|
|
74
|
+
COPYING = "Copying"
|
|
75
|
+
OFFLINE_SECONDARY = "OfflineSecondary"
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
class EditionType(str, Enum):
|
|
79
|
+
"""
|
|
80
|
+
SQL Server edition.
|
|
81
|
+
"""
|
|
82
|
+
EVALUATION = "Evaluation"
|
|
83
|
+
ENTERPRISE = "Enterprise"
|
|
84
|
+
STANDARD = "Standard"
|
|
85
|
+
WEB = "Web"
|
|
86
|
+
DEVELOPER = "Developer"
|
|
87
|
+
EXPRESS = "Express"
|
|
88
|
+
BUSINESS_INTELLIGENCE = "Business Intelligence"
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
class ExtendedLocationTypes(str, Enum):
|
|
92
|
+
"""
|
|
93
|
+
The type of the extended location.
|
|
94
|
+
"""
|
|
95
|
+
CUSTOM_LOCATION = "CustomLocation"
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
class FailoverGroupPartnerSyncMode(str, Enum):
|
|
99
|
+
"""
|
|
100
|
+
The partner sync mode of the SQL managed instance.
|
|
101
|
+
"""
|
|
102
|
+
ASYNC_ = "async"
|
|
103
|
+
SYNC = "sync"
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class HostType(str, Enum):
|
|
107
|
+
"""
|
|
108
|
+
Type of host for Azure Arc SQL Server
|
|
109
|
+
"""
|
|
110
|
+
AZURE_VIRTUAL_MACHINE = "Azure Virtual Machine"
|
|
111
|
+
AZURE_VM_WARE_VIRTUAL_MACHINE = "Azure VMWare Virtual Machine"
|
|
112
|
+
AZURE_KUBERNETES_SERVICE = "Azure Kubernetes Service"
|
|
113
|
+
AW_S_VM_WARE_VIRTUAL_MACHINE = "AWS VMWare Virtual Machine"
|
|
114
|
+
AW_S_KUBERNETES_SERVICE = "AWS Kubernetes Service"
|
|
115
|
+
GC_P_VM_WARE_VIRTUAL_MACHINE = "GCP VMWare Virtual Machine"
|
|
116
|
+
GC_P_KUBERNETES_SERVICE = "GCP Kubernetes Service"
|
|
117
|
+
CONTAINER = "Container"
|
|
118
|
+
VIRTUAL_MACHINE = "Virtual Machine"
|
|
119
|
+
PHYSICAL_SERVER = "Physical Server"
|
|
120
|
+
AW_S_VIRTUAL_MACHINE = "AWS Virtual Machine"
|
|
121
|
+
GC_P_VIRTUAL_MACHINE = "GCP Virtual Machine"
|
|
122
|
+
OTHER = "Other"
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
class Infrastructure(str, Enum):
|
|
126
|
+
"""
|
|
127
|
+
The infrastructure the data controller is running on.
|
|
128
|
+
"""
|
|
129
|
+
AZURE = "azure"
|
|
130
|
+
GCP = "gcp"
|
|
131
|
+
AWS = "aws"
|
|
132
|
+
ALIBABA = "alibaba"
|
|
133
|
+
ONPREMISES = "onpremises"
|
|
134
|
+
OTHER = "other"
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
class InstanceFailoverGroupRole(str, Enum):
|
|
138
|
+
"""
|
|
139
|
+
The role of the SQL managed instance in this failover group.
|
|
140
|
+
"""
|
|
141
|
+
PRIMARY = "primary"
|
|
142
|
+
SECONDARY = "secondary"
|
|
143
|
+
FORCE_PRIMARY_ALLOW_DATA_LOSS = "force-primary-allow-data-loss"
|
|
144
|
+
FORCE_SECONDARY = "force-secondary"
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
class PostgresInstanceSkuTier(str, Enum):
|
|
148
|
+
"""
|
|
149
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier.
|
|
150
|
+
"""
|
|
151
|
+
HYPERSCALE = "Hyperscale"
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
class RecoveryMode(str, Enum):
|
|
155
|
+
"""
|
|
156
|
+
Status of the database.
|
|
157
|
+
"""
|
|
158
|
+
FULL = "Full"
|
|
159
|
+
BULK_LOGGED = "Bulk-logged"
|
|
160
|
+
SIMPLE = "Simple"
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
class SqlManagedInstanceSkuName(str, Enum):
|
|
164
|
+
"""
|
|
165
|
+
The name of the SKU.
|
|
166
|
+
"""
|
|
167
|
+
V_CORE = "vCore"
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
class SqlManagedInstanceSkuTier(str, Enum):
|
|
171
|
+
"""
|
|
172
|
+
The pricing tier for the instance.
|
|
173
|
+
"""
|
|
174
|
+
GENERAL_PURPOSE = "GeneralPurpose"
|
|
175
|
+
BUSINESS_CRITICAL = "BusinessCritical"
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
class SqlVersion(str, Enum):
|
|
179
|
+
"""
|
|
180
|
+
SQL Server version.
|
|
181
|
+
"""
|
|
182
|
+
SQ_L_SERVER_2012 = "SQL Server 2012"
|
|
183
|
+
SQ_L_SERVER_2014 = "SQL Server 2014"
|
|
184
|
+
SQ_L_SERVER_2016 = "SQL Server 2016"
|
|
185
|
+
SQ_L_SERVER_2017 = "SQL Server 2017"
|
|
186
|
+
SQ_L_SERVER_2019 = "SQL Server 2019"
|
|
187
|
+
SQ_L_SERVER_2022 = "SQL Server 2022"
|
|
188
|
+
UNKNOWN = "Unknown"
|