pulumi-azure-native 3.1.0a1744108580__py3-none-any.whl → 3.2.0__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 +20 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/__init__.py +10 -0
- pulumi_azure_native/cognitiveservices/_enums.py +153 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
- pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
- pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
- pulumi_azure_native/cognitiveservices/get_project.py +223 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
- pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
- pulumi_azure_native/cognitiveservices/project.py +332 -0
- pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
- pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
- pulumi_azure_native/communication/__init__.py +2 -0
- pulumi_azure_native/communication/get_smtp_username.py +195 -0
- pulumi_azure_native/communication/smtp_username.py +294 -0
- pulumi_azure_native/compute/_enums.py +1 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +9 -0
- pulumi_azure_native/containerinstance/_inputs.py +82 -2
- pulumi_azure_native/containerinstance/cg_profile.py +835 -0
- pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
- pulumi_azure_native/containerinstance/outputs.py +169 -2
- pulumi_azure_native/containerregistry/agent_pool.py +5 -1
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_task.py +4 -0
- pulumi_azure_native/containerregistry/get_task_run.py +4 -0
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
- pulumi_azure_native/containerregistry/list_task_details.py +4 -0
- pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/task.py +5 -1
- pulumi_azure_native/containerregistry/task_run.py +5 -1
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +5 -1
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datareplication/__init__.py +6 -0
- pulumi_azure_native/datareplication/_enums.py +23 -0
- pulumi_azure_native/datareplication/_inputs.py +1005 -18
- pulumi_azure_native/datareplication/fabric_agent.py +234 -0
- pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
- pulumi_azure_native/datareplication/outputs.py +1063 -33
- pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
- pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
- pulumi_azure_native/devcenter/__init__.py +1 -0
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devhub/__init__.py +1 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
- pulumi_azure_native/durabletask/__init__.py +3 -0
- pulumi_azure_native/durabletask/_enums.py +31 -0
- pulumi_azure_native/durabletask/_inputs.py +96 -0
- pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
- pulumi_azure_native/durabletask/get_scheduler.py +4 -0
- pulumi_azure_native/durabletask/get_task_hub.py +4 -0
- pulumi_azure_native/durabletask/outputs.py +109 -0
- pulumi_azure_native/durabletask/retention_policy.py +215 -0
- pulumi_azure_native/durabletask/scheduler.py +5 -1
- pulumi_azure_native/durabletask/task_hub.py +5 -1
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
- pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
- pulumi_azure_native/marketplace/private_store_collection.py +5 -1
- pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
- pulumi_azure_native/migrate/__init__.py +14 -0
- pulumi_azure_native/migrate/_enums.py +802 -16
- pulumi_azure_native/migrate/_inputs.py +2569 -116
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
- pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
- pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/outputs.py +2518 -164
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +2 -0
- pulumi_azure_native/netapp/_inputs.py +212 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.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_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +212 -0
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/powerplatform/_inputs.py +5 -63
- pulumi_azure_native/powerplatform/outputs.py +3 -56
- pulumi_azure_native/pulumi-plugin.json +1 -1
- 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_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.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/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- 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/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/servicefabric/application.py +5 -1
- pulumi_azure_native/servicefabric/application_type.py +5 -1
- pulumi_azure_native/servicefabric/application_type_version.py +5 -1
- pulumi_azure_native/servicefabric/get_application.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_service.py +4 -0
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +5 -1
- pulumi_azure_native/storageactions/_inputs.py +10 -10
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +21 -0
- pulumi_azure_native/storagecache/auto_export_job.py +504 -0
- pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/top_level.txt +0 -0
|
@@ -206,7 +206,7 @@ class Policy(pulumi.CustomResource):
|
|
|
206
206
|
|
|
207
207
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
208
208
|
|
|
209
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
210
210
|
|
|
211
211
|
:param str resource_name: The name of the resource.
|
|
212
212
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -232,7 +232,7 @@ class Policy(pulumi.CustomResource):
|
|
|
232
232
|
|
|
233
233
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
234
234
|
|
|
235
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
235
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
236
236
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param PolicyArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -290,7 +290,7 @@ class Policy(pulumi.CustomResource):
|
|
|
290
290
|
__props__.__dict__["resource_state"] = None
|
|
291
291
|
__props__.__dict__["system_data"] = None
|
|
292
292
|
__props__.__dict__["type"] = None
|
|
293
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20190615:Policy"), pulumi.Alias(type_="azure-native:cdn/v20190615preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200331:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200415:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200901:Policy"), pulumi.Alias(type_="azure-native:cdn/v20210601:Policy"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20230501:Policy"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240201:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240901:Policy")])
|
|
293
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20190615:Policy"), pulumi.Alias(type_="azure-native:cdn/v20190615preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200331:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200415:Policy"), pulumi.Alias(type_="azure-native:cdn/v20200901:Policy"), pulumi.Alias(type_="azure-native:cdn/v20210601:Policy"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20230501:Policy"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240201:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Policy"), pulumi.Alias(type_="azure-native:cdn/v20240901:Policy"), pulumi.Alias(type_="azure-native:cdn/v20250415:Policy")])
|
|
294
294
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
295
295
|
super(Policy, __self__).__init__(
|
|
296
296
|
'azure-native:cdn:Policy',
|
|
@@ -172,7 +172,7 @@ class Profile(pulumi.CustomResource):
|
|
|
172
172
|
|
|
173
173
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
174
174
|
|
|
175
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
175
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
176
176
|
|
|
177
177
|
:param str resource_name: The name of the resource.
|
|
178
178
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -196,7 +196,7 @@ class Profile(pulumi.CustomResource):
|
|
|
196
196
|
|
|
197
197
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
198
198
|
|
|
199
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
199
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
200
200
|
|
|
201
201
|
:param str resource_name: The name of the resource.
|
|
202
202
|
:param ProfileArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -251,7 +251,7 @@ class Profile(pulumi.CustomResource):
|
|
|
251
251
|
__props__.__dict__["resource_state"] = None
|
|
252
252
|
__props__.__dict__["system_data"] = None
|
|
253
253
|
__props__.__dict__["type"] = None
|
|
254
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20150601:Profile"), pulumi.Alias(type_="azure-native:cdn/v20160402:Profile"), pulumi.Alias(type_="azure-native:cdn/v20161002:Profile"), pulumi.Alias(type_="azure-native:cdn/v20170402:Profile"), pulumi.Alias(type_="azure-native:cdn/v20171012:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190415:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190615:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190615preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20191231:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200331:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200415:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200901:Profile"), pulumi.Alias(type_="azure-native:cdn/v20210601:Profile"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20230501:Profile"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240201:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240901:Profile")])
|
|
254
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20150601:Profile"), pulumi.Alias(type_="azure-native:cdn/v20160402:Profile"), pulumi.Alias(type_="azure-native:cdn/v20161002:Profile"), pulumi.Alias(type_="azure-native:cdn/v20170402:Profile"), pulumi.Alias(type_="azure-native:cdn/v20171012:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190415:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190615:Profile"), pulumi.Alias(type_="azure-native:cdn/v20190615preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20191231:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200331:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200415:Profile"), pulumi.Alias(type_="azure-native:cdn/v20200901:Profile"), pulumi.Alias(type_="azure-native:cdn/v20210601:Profile"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20230501:Profile"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240201:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Profile"), pulumi.Alias(type_="azure-native:cdn/v20240901:Profile"), pulumi.Alias(type_="azure-native:cdn/v20250415:Profile")])
|
|
255
255
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
256
256
|
super(Profile, __self__).__init__(
|
|
257
257
|
'azure-native:cdn:Profile',
|
pulumi_azure_native/cdn/route.py
CHANGED
|
@@ -295,7 +295,7 @@ class Route(pulumi.CustomResource):
|
|
|
295
295
|
|
|
296
296
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
297
297
|
|
|
298
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
298
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
299
299
|
|
|
300
300
|
:param str resource_name: The name of the resource.
|
|
301
301
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -326,7 +326,7 @@ class Route(pulumi.CustomResource):
|
|
|
326
326
|
|
|
327
327
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
328
328
|
|
|
329
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
329
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
330
330
|
|
|
331
331
|
:param str resource_name: The name of the resource.
|
|
332
332
|
:param RouteArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -402,7 +402,7 @@ class Route(pulumi.CustomResource):
|
|
|
402
402
|
__props__.__dict__["provisioning_state"] = None
|
|
403
403
|
__props__.__dict__["system_data"] = None
|
|
404
404
|
__props__.__dict__["type"] = None
|
|
405
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Route"), pulumi.Alias(type_="azure-native:cdn/v20210601:Route"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20230501:Route"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240201:Route"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240901:Route")])
|
|
405
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Route"), pulumi.Alias(type_="azure-native:cdn/v20210601:Route"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20230501:Route"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240201:Route"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Route"), pulumi.Alias(type_="azure-native:cdn/v20240901:Route"), pulumi.Alias(type_="azure-native:cdn/v20250415:Route")])
|
|
406
406
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
407
407
|
super(Route, __self__).__init__(
|
|
408
408
|
'azure-native:cdn:Route',
|
pulumi_azure_native/cdn/rule.py
CHANGED
|
@@ -171,7 +171,7 @@ class Rule(pulumi.CustomResource):
|
|
|
171
171
|
|
|
172
172
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
174
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
175
175
|
|
|
176
176
|
:param str resource_name: The name of the resource.
|
|
177
177
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -195,7 +195,7 @@ class Rule(pulumi.CustomResource):
|
|
|
195
195
|
|
|
196
196
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
197
197
|
|
|
198
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
198
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
199
199
|
|
|
200
200
|
:param str resource_name: The name of the resource.
|
|
201
201
|
:param RuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -255,7 +255,7 @@ class Rule(pulumi.CustomResource):
|
|
|
255
255
|
__props__.__dict__["provisioning_state"] = None
|
|
256
256
|
__props__.__dict__["system_data"] = None
|
|
257
257
|
__props__.__dict__["type"] = None
|
|
258
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Rule"), pulumi.Alias(type_="azure-native:cdn/v20210601:Rule"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20230501:Rule"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240201:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240901:Rule")])
|
|
258
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Rule"), pulumi.Alias(type_="azure-native:cdn/v20210601:Rule"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20230501:Rule"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240201:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Rule"), pulumi.Alias(type_="azure-native:cdn/v20240901:Rule"), pulumi.Alias(type_="azure-native:cdn/v20250415:Rule")])
|
|
259
259
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
260
260
|
super(Rule, __self__).__init__(
|
|
261
261
|
'azure-native:cdn:Rule',
|
|
@@ -85,7 +85,7 @@ class RuleSet(pulumi.CustomResource):
|
|
|
85
85
|
|
|
86
86
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
87
87
|
|
|
88
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
88
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
89
89
|
|
|
90
90
|
:param str resource_name: The name of the resource.
|
|
91
91
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -104,7 +104,7 @@ class RuleSet(pulumi.CustomResource):
|
|
|
104
104
|
|
|
105
105
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
106
106
|
|
|
107
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
108
108
|
|
|
109
109
|
:param str resource_name: The name of the resource.
|
|
110
110
|
:param RuleSetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -146,7 +146,7 @@ class RuleSet(pulumi.CustomResource):
|
|
|
146
146
|
__props__.__dict__["provisioning_state"] = None
|
|
147
147
|
__props__.__dict__["system_data"] = None
|
|
148
148
|
__props__.__dict__["type"] = None
|
|
149
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20210601:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20230501:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240201:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240901:RuleSet")])
|
|
149
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20210601:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20230501:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240201:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20240901:RuleSet"), pulumi.Alias(type_="azure-native:cdn/v20250415:RuleSet")])
|
|
150
150
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
151
151
|
super(RuleSet, __self__).__init__(
|
|
152
152
|
'azure-native:cdn:RuleSet',
|
|
@@ -103,7 +103,7 @@ class Secret(pulumi.CustomResource):
|
|
|
103
103
|
|
|
104
104
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
105
105
|
|
|
106
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
106
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
107
|
|
|
108
108
|
:param str resource_name: The name of the resource.
|
|
109
109
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -123,7 +123,7 @@ class Secret(pulumi.CustomResource):
|
|
|
123
123
|
|
|
124
124
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
125
125
|
|
|
126
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
126
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
127
127
|
|
|
128
128
|
:param str resource_name: The name of the resource.
|
|
129
129
|
:param SecretArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -167,7 +167,7 @@ class Secret(pulumi.CustomResource):
|
|
|
167
167
|
__props__.__dict__["provisioning_state"] = None
|
|
168
168
|
__props__.__dict__["system_data"] = None
|
|
169
169
|
__props__.__dict__["type"] = None
|
|
170
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Secret"), pulumi.Alias(type_="azure-native:cdn/v20210601:Secret"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20230501:Secret"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240201:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240901:Secret")])
|
|
170
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:Secret"), pulumi.Alias(type_="azure-native:cdn/v20210601:Secret"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20230501:Secret"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240201:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:Secret"), pulumi.Alias(type_="azure-native:cdn/v20240901:Secret"), pulumi.Alias(type_="azure-native:cdn/v20250415:Secret")])
|
|
171
171
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
172
172
|
super(Secret, __self__).__init__(
|
|
173
173
|
'azure-native:cdn:Secret',
|
|
@@ -103,7 +103,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
|
103
103
|
|
|
104
104
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
105
105
|
|
|
106
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
106
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
107
|
|
|
108
108
|
:param str resource_name: The name of the resource.
|
|
109
109
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -123,7 +123,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
|
123
123
|
|
|
124
124
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01.
|
|
125
125
|
|
|
126
|
-
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
126
|
+
Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cdn [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
127
127
|
|
|
128
128
|
:param str resource_name: The name of the resource.
|
|
129
129
|
:param SecurityPolicyArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -167,7 +167,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
|
167
167
|
__props__.__dict__["provisioning_state"] = None
|
|
168
168
|
__props__.__dict__["system_data"] = None
|
|
169
169
|
__props__.__dict__["type"] = None
|
|
170
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20210601:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20230501:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240201:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240901:SecurityPolicy")])
|
|
170
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cdn/v20200901:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20210601:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20220501preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20221101preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20230501:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20230701preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240201:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240501preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240601preview:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20240901:SecurityPolicy"), pulumi.Alias(type_="azure-native:cdn/v20250415:SecurityPolicy")])
|
|
171
171
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
172
172
|
super(SecurityPolicy, __self__).__init__(
|
|
173
173
|
'azure-native:cdn:SecurityPolicy',
|
|
@@ -7,22 +7,32 @@ import typing
|
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from ._enums import *
|
|
9
9
|
from .account import *
|
|
10
|
+
from .account_capability_host import *
|
|
11
|
+
from .account_connection import *
|
|
10
12
|
from .commitment_plan import *
|
|
11
13
|
from .commitment_plan_association import *
|
|
12
14
|
from .deployment import *
|
|
13
15
|
from .encryption_scope import *
|
|
14
16
|
from .get_account import *
|
|
17
|
+
from .get_account_capability_host import *
|
|
18
|
+
from .get_account_connection import *
|
|
15
19
|
from .get_commitment_plan import *
|
|
16
20
|
from .get_commitment_plan_association import *
|
|
17
21
|
from .get_deployment import *
|
|
18
22
|
from .get_encryption_scope import *
|
|
19
23
|
from .get_private_endpoint_connection import *
|
|
24
|
+
from .get_project import *
|
|
25
|
+
from .get_project_capability_host import *
|
|
26
|
+
from .get_project_connection import *
|
|
20
27
|
from .get_rai_blocklist import *
|
|
21
28
|
from .get_rai_blocklist_item import *
|
|
22
29
|
from .get_rai_policy import *
|
|
23
30
|
from .get_shared_commitment_plan import *
|
|
24
31
|
from .list_account_keys import *
|
|
25
32
|
from .private_endpoint_connection import *
|
|
33
|
+
from .project import *
|
|
34
|
+
from .project_capability_host import *
|
|
35
|
+
from .project_connection import *
|
|
26
36
|
from .rai_blocklist import *
|
|
27
37
|
from .rai_blocklist_item import *
|
|
28
38
|
from .rai_policy import *
|
|
@@ -6,12 +6,17 @@ from enum import Enum
|
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
8
|
'ByPassSelection',
|
|
9
|
+
'CapabilityHostKind',
|
|
10
|
+
'ConnectionAuthType',
|
|
11
|
+
'ConnectionCategory',
|
|
9
12
|
'ContentLevel',
|
|
10
13
|
'DeploymentModelVersionUpgradeOption',
|
|
11
14
|
'DeploymentScaleType',
|
|
12
15
|
'EncryptionScopeState',
|
|
13
16
|
'HostingModel',
|
|
14
17
|
'KeySource',
|
|
18
|
+
'ManagedPERequirement',
|
|
19
|
+
'ManagedPEStatus',
|
|
15
20
|
'NetworkRuleAction',
|
|
16
21
|
'PrivateEndpointServiceConnectionStatus',
|
|
17
22
|
'PublicNetworkAccess',
|
|
@@ -31,6 +36,142 @@ class ByPassSelection(str, Enum):
|
|
|
31
36
|
AZURE_SERVICES = "AzureServices"
|
|
32
37
|
|
|
33
38
|
|
|
39
|
+
class CapabilityHostKind(str, Enum):
|
|
40
|
+
"""
|
|
41
|
+
Kind of this capability host.
|
|
42
|
+
"""
|
|
43
|
+
AGENTS = "Agents"
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class ConnectionAuthType(str, Enum):
|
|
47
|
+
"""
|
|
48
|
+
Authentication type of the connection target
|
|
49
|
+
"""
|
|
50
|
+
PAT = "PAT"
|
|
51
|
+
MANAGED_IDENTITY = "ManagedIdentity"
|
|
52
|
+
USERNAME_PASSWORD = "UsernamePassword"
|
|
53
|
+
NONE = "None"
|
|
54
|
+
SAS = "SAS"
|
|
55
|
+
ACCOUNT_KEY = "AccountKey"
|
|
56
|
+
SERVICE_PRINCIPAL = "ServicePrincipal"
|
|
57
|
+
ACCESS_KEY = "AccessKey"
|
|
58
|
+
API_KEY = "ApiKey"
|
|
59
|
+
CUSTOM_KEYS = "CustomKeys"
|
|
60
|
+
O_AUTH2 = "OAuth2"
|
|
61
|
+
AAD = "AAD"
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class ConnectionCategory(str, Enum):
|
|
65
|
+
"""
|
|
66
|
+
Category of the connection
|
|
67
|
+
"""
|
|
68
|
+
PYTHON_FEED = "PythonFeed"
|
|
69
|
+
CONTAINER_REGISTRY = "ContainerRegistry"
|
|
70
|
+
GIT = "Git"
|
|
71
|
+
S3 = "S3"
|
|
72
|
+
SNOWFLAKE = "Snowflake"
|
|
73
|
+
AZURE_SQL_DB = "AzureSqlDb"
|
|
74
|
+
AZURE_SYNAPSE_ANALYTICS = "AzureSynapseAnalytics"
|
|
75
|
+
AZURE_MY_SQL_DB = "AzureMySqlDb"
|
|
76
|
+
AZURE_POSTGRES_DB = "AzurePostgresDb"
|
|
77
|
+
ADLS_GEN2 = "ADLSGen2"
|
|
78
|
+
REDIS = "Redis"
|
|
79
|
+
API_KEY = "ApiKey"
|
|
80
|
+
AZURE_OPEN_AI = "AzureOpenAI"
|
|
81
|
+
AI_SERVICES = "AIServices"
|
|
82
|
+
COGNITIVE_SEARCH = "CognitiveSearch"
|
|
83
|
+
COGNITIVE_SERVICE = "CognitiveService"
|
|
84
|
+
CUSTOM_KEYS = "CustomKeys"
|
|
85
|
+
AZURE_BLOB = "AzureBlob"
|
|
86
|
+
AZURE_ONE_LAKE = "AzureOneLake"
|
|
87
|
+
COSMOS_DB = "CosmosDb"
|
|
88
|
+
COSMOS_DB_MONGO_DB_API = "CosmosDbMongoDbApi"
|
|
89
|
+
AZURE_DATA_EXPLORER = "AzureDataExplorer"
|
|
90
|
+
AZURE_MARIA_DB = "AzureMariaDb"
|
|
91
|
+
AZURE_DATABRICKS_DELTA_LAKE = "AzureDatabricksDeltaLake"
|
|
92
|
+
AZURE_SQL_MI = "AzureSqlMi"
|
|
93
|
+
AZURE_TABLE_STORAGE = "AzureTableStorage"
|
|
94
|
+
AMAZON_RDS_FOR_ORACLE = "AmazonRdsForOracle"
|
|
95
|
+
AMAZON_RDS_FOR_SQL_SERVER = "AmazonRdsForSqlServer"
|
|
96
|
+
AMAZON_REDSHIFT = "AmazonRedshift"
|
|
97
|
+
DB2 = "Db2"
|
|
98
|
+
DRILL = "Drill"
|
|
99
|
+
GOOGLE_BIG_QUERY = "GoogleBigQuery"
|
|
100
|
+
GREENPLUM = "Greenplum"
|
|
101
|
+
HBASE = "Hbase"
|
|
102
|
+
HIVE = "Hive"
|
|
103
|
+
IMPALA = "Impala"
|
|
104
|
+
INFORMIX = "Informix"
|
|
105
|
+
MARIA_DB = "MariaDb"
|
|
106
|
+
MICROSOFT_ACCESS = "MicrosoftAccess"
|
|
107
|
+
MY_SQL = "MySql"
|
|
108
|
+
NETEZZA = "Netezza"
|
|
109
|
+
ORACLE = "Oracle"
|
|
110
|
+
PHOENIX = "Phoenix"
|
|
111
|
+
POSTGRE_SQL = "PostgreSql"
|
|
112
|
+
PRESTO = "Presto"
|
|
113
|
+
SAP_OPEN_HUB = "SapOpenHub"
|
|
114
|
+
SAP_BW = "SapBw"
|
|
115
|
+
SAP_HANA = "SapHana"
|
|
116
|
+
SAP_TABLE = "SapTable"
|
|
117
|
+
SPARK = "Spark"
|
|
118
|
+
SQL_SERVER = "SqlServer"
|
|
119
|
+
SYBASE = "Sybase"
|
|
120
|
+
TERADATA = "Teradata"
|
|
121
|
+
VERTICA = "Vertica"
|
|
122
|
+
PINECONE = "Pinecone"
|
|
123
|
+
CASSANDRA = "Cassandra"
|
|
124
|
+
COUCHBASE = "Couchbase"
|
|
125
|
+
MONGO_DB_V2 = "MongoDbV2"
|
|
126
|
+
MONGO_DB_ATLAS = "MongoDbAtlas"
|
|
127
|
+
AMAZON_S3_COMPATIBLE = "AmazonS3Compatible"
|
|
128
|
+
FILE_SERVER = "FileServer"
|
|
129
|
+
FTP_SERVER = "FtpServer"
|
|
130
|
+
GOOGLE_CLOUD_STORAGE = "GoogleCloudStorage"
|
|
131
|
+
HDFS = "Hdfs"
|
|
132
|
+
ORACLE_CLOUD_STORAGE = "OracleCloudStorage"
|
|
133
|
+
SFTP = "Sftp"
|
|
134
|
+
GENERIC_HTTP = "GenericHttp"
|
|
135
|
+
O_DATA_REST = "ODataRest"
|
|
136
|
+
ODBC = "Odbc"
|
|
137
|
+
GENERIC_REST = "GenericRest"
|
|
138
|
+
AMAZON_MWS = "AmazonMws"
|
|
139
|
+
CONCUR = "Concur"
|
|
140
|
+
DYNAMICS = "Dynamics"
|
|
141
|
+
DYNAMICS_AX = "DynamicsAx"
|
|
142
|
+
DYNAMICS_CRM = "DynamicsCrm"
|
|
143
|
+
GOOGLE_AD_WORDS = "GoogleAdWords"
|
|
144
|
+
HUBSPOT = "Hubspot"
|
|
145
|
+
JIRA = "Jira"
|
|
146
|
+
MAGENTO = "Magento"
|
|
147
|
+
MARKETO = "Marketo"
|
|
148
|
+
OFFICE365 = "Office365"
|
|
149
|
+
ELOQUA = "Eloqua"
|
|
150
|
+
RESPONSYS = "Responsys"
|
|
151
|
+
ORACLE_SERVICE_CLOUD = "OracleServiceCloud"
|
|
152
|
+
PAY_PAL = "PayPal"
|
|
153
|
+
QUICK_BOOKS = "QuickBooks"
|
|
154
|
+
SALESFORCE = "Salesforce"
|
|
155
|
+
SALESFORCE_SERVICE_CLOUD = "SalesforceServiceCloud"
|
|
156
|
+
SALESFORCE_MARKETING_CLOUD = "SalesforceMarketingCloud"
|
|
157
|
+
SAP_CLOUD_FOR_CUSTOMER = "SapCloudForCustomer"
|
|
158
|
+
SAP_ECC = "SapEcc"
|
|
159
|
+
SERVICE_NOW = "ServiceNow"
|
|
160
|
+
SHARE_POINT_ONLINE_LIST = "SharePointOnlineList"
|
|
161
|
+
SHOPIFY = "Shopify"
|
|
162
|
+
SQUARE = "Square"
|
|
163
|
+
WEB_TABLE = "WebTable"
|
|
164
|
+
XERO = "Xero"
|
|
165
|
+
ZOHO = "Zoho"
|
|
166
|
+
GENERIC_CONTAINER_REGISTRY = "GenericContainerRegistry"
|
|
167
|
+
ELASTICSEARCH = "Elasticsearch"
|
|
168
|
+
OPEN_AI = "OpenAI"
|
|
169
|
+
SERP = "Serp"
|
|
170
|
+
BING_LLM_SEARCH = "BingLLMSearch"
|
|
171
|
+
SERVERLESS = "Serverless"
|
|
172
|
+
MANAGED_ONLINE_ENDPOINT = "ManagedOnlineEndpoint"
|
|
173
|
+
|
|
174
|
+
|
|
34
175
|
class ContentLevel(str, Enum):
|
|
35
176
|
"""
|
|
36
177
|
Level at which content is filtered.
|
|
@@ -83,6 +224,18 @@ class KeySource(str, Enum):
|
|
|
83
224
|
MICROSOFT_KEY_VAULT = "Microsoft.KeyVault"
|
|
84
225
|
|
|
85
226
|
|
|
227
|
+
class ManagedPERequirement(str, Enum):
|
|
228
|
+
REQUIRED = "Required"
|
|
229
|
+
NOT_REQUIRED = "NotRequired"
|
|
230
|
+
NOT_APPLICABLE = "NotApplicable"
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
class ManagedPEStatus(str, Enum):
|
|
234
|
+
INACTIVE = "Inactive"
|
|
235
|
+
ACTIVE = "Active"
|
|
236
|
+
NOT_APPLICABLE = "NotApplicable"
|
|
237
|
+
|
|
238
|
+
|
|
86
239
|
class NetworkRuleAction(str, Enum):
|
|
87
240
|
"""
|
|
88
241
|
The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
|