pulumi-azure-native 3.1.0a1744113715__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.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetADOOAuthInfoResult',
|
|
19
|
+
'AwaitableGetADOOAuthInfoResult',
|
|
20
|
+
'get_adoo_auth_info',
|
|
21
|
+
'get_adoo_auth_info_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetADOOAuthInfoResult:
|
|
26
|
+
"""
|
|
27
|
+
Response containing ADO OAuth information
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, auth_url=None, token=None):
|
|
30
|
+
if auth_url and not isinstance(auth_url, str):
|
|
31
|
+
raise TypeError("Expected argument 'auth_url' to be a str")
|
|
32
|
+
pulumi.set(__self__, "auth_url", auth_url)
|
|
33
|
+
if token and not isinstance(token, str):
|
|
34
|
+
raise TypeError("Expected argument 'token' to be a str")
|
|
35
|
+
pulumi.set(__self__, "token", token)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
@pulumi.getter(name="authURL")
|
|
39
|
+
def auth_url(self) -> Optional[str]:
|
|
40
|
+
"""
|
|
41
|
+
URL used to authorize ADO app using Entra ID
|
|
42
|
+
"""
|
|
43
|
+
return pulumi.get(self, "auth_url")
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def token(self) -> Optional[str]:
|
|
48
|
+
"""
|
|
49
|
+
OAuth token used to make calls to ADO APIs
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "token")
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
class AwaitableGetADOOAuthInfoResult(GetADOOAuthInfoResult):
|
|
55
|
+
# pylint: disable=using-constant-test
|
|
56
|
+
def __await__(self):
|
|
57
|
+
if False:
|
|
58
|
+
yield self
|
|
59
|
+
return GetADOOAuthInfoResult(
|
|
60
|
+
auth_url=self.auth_url,
|
|
61
|
+
token=self.token)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def get_adoo_auth_info(location: Optional[str] = None,
|
|
65
|
+
redirect_url: Optional[str] = None,
|
|
66
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetADOOAuthInfoResult:
|
|
67
|
+
"""
|
|
68
|
+
Response containing ADO OAuth information
|
|
69
|
+
|
|
70
|
+
Uses Azure REST API version 2025-03-01-preview.
|
|
71
|
+
|
|
72
|
+
Other available API versions: 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devhub [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param str location: The name of the Azure region.
|
|
76
|
+
:param str redirect_url: The URL the client will redirect to on successful authentication. If empty, no redirect will occur.
|
|
77
|
+
"""
|
|
78
|
+
__args__ = dict()
|
|
79
|
+
__args__['location'] = location
|
|
80
|
+
__args__['redirectUrl'] = redirect_url
|
|
81
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
82
|
+
__ret__ = pulumi.runtime.invoke('azure-native:devhub:getADOOAuthInfo', __args__, opts=opts, typ=GetADOOAuthInfoResult).value
|
|
83
|
+
|
|
84
|
+
return AwaitableGetADOOAuthInfoResult(
|
|
85
|
+
auth_url=pulumi.get(__ret__, 'auth_url'),
|
|
86
|
+
token=pulumi.get(__ret__, 'token'))
|
|
87
|
+
def get_adoo_auth_info_output(location: Optional[pulumi.Input[str]] = None,
|
|
88
|
+
redirect_url: Optional[pulumi.Input[Optional[str]]] = None,
|
|
89
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetADOOAuthInfoResult]:
|
|
90
|
+
"""
|
|
91
|
+
Response containing ADO OAuth information
|
|
92
|
+
|
|
93
|
+
Uses Azure REST API version 2025-03-01-preview.
|
|
94
|
+
|
|
95
|
+
Other available API versions: 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devhub [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
:param str location: The name of the Azure region.
|
|
99
|
+
:param str redirect_url: The URL the client will redirect to on successful authentication. If empty, no redirect will occur.
|
|
100
|
+
"""
|
|
101
|
+
__args__ = dict()
|
|
102
|
+
__args__['location'] = location
|
|
103
|
+
__args__['redirectUrl'] = redirect_url
|
|
104
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
105
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:devhub:getADOOAuthInfo', __args__, opts=opts, typ=GetADOOAuthInfoResult)
|
|
106
|
+
return __ret__.apply(lambda __response__: GetADOOAuthInfoResult(
|
|
107
|
+
auth_url=pulumi.get(__response__, 'auth_url'),
|
|
108
|
+
token=pulumi.get(__response__, 'token')))
|
|
@@ -5,8 +5,11 @@
|
|
|
5
5
|
from .. import _utilities
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_retention_policy import *
|
|
8
10
|
from .get_scheduler import *
|
|
9
11
|
from .get_task_hub import *
|
|
12
|
+
from .retention_policy import *
|
|
10
13
|
from .scheduler import *
|
|
11
14
|
from .task_hub import *
|
|
12
15
|
from ._inputs import *
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
'PurgeableOrchestrationState',
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class PurgeableOrchestrationState(str, Enum):
|
|
13
|
+
"""
|
|
14
|
+
The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
15
|
+
"""
|
|
16
|
+
COMPLETED = "Completed"
|
|
17
|
+
"""
|
|
18
|
+
The orchestration is completed
|
|
19
|
+
"""
|
|
20
|
+
FAILED = "Failed"
|
|
21
|
+
"""
|
|
22
|
+
The orchestration is failed
|
|
23
|
+
"""
|
|
24
|
+
TERMINATED = "Terminated"
|
|
25
|
+
"""
|
|
26
|
+
The orchestration is terminated
|
|
27
|
+
"""
|
|
28
|
+
CANCELED = "Canceled"
|
|
29
|
+
"""
|
|
30
|
+
The orchestration is terminated
|
|
31
|
+
"""
|
|
@@ -13,8 +13,13 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
|
+
from ._enums import *
|
|
16
17
|
|
|
17
18
|
__all__ = [
|
|
19
|
+
'RetentionPolicyDetailsArgs',
|
|
20
|
+
'RetentionPolicyDetailsArgsDict',
|
|
21
|
+
'RetentionPolicyPropertiesArgs',
|
|
22
|
+
'RetentionPolicyPropertiesArgsDict',
|
|
18
23
|
'SchedulerPropertiesArgs',
|
|
19
24
|
'SchedulerPropertiesArgsDict',
|
|
20
25
|
'SchedulerSkuArgs',
|
|
@@ -23,6 +28,97 @@ __all__ = [
|
|
|
23
28
|
|
|
24
29
|
MYPY = False
|
|
25
30
|
|
|
31
|
+
if not MYPY:
|
|
32
|
+
class RetentionPolicyDetailsArgsDict(TypedDict):
|
|
33
|
+
"""
|
|
34
|
+
The properties of a retention policy
|
|
35
|
+
"""
|
|
36
|
+
retention_period_in_days: pulumi.Input[int]
|
|
37
|
+
"""
|
|
38
|
+
The retention period in days after which the orchestration will be purged automatically
|
|
39
|
+
"""
|
|
40
|
+
orchestration_state: NotRequired[pulumi.Input[Union[str, 'PurgeableOrchestrationState']]]
|
|
41
|
+
"""
|
|
42
|
+
The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
43
|
+
"""
|
|
44
|
+
elif False:
|
|
45
|
+
RetentionPolicyDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
46
|
+
|
|
47
|
+
@pulumi.input_type
|
|
48
|
+
class RetentionPolicyDetailsArgs:
|
|
49
|
+
def __init__(__self__, *,
|
|
50
|
+
retention_period_in_days: pulumi.Input[int],
|
|
51
|
+
orchestration_state: Optional[pulumi.Input[Union[str, 'PurgeableOrchestrationState']]] = None):
|
|
52
|
+
"""
|
|
53
|
+
The properties of a retention policy
|
|
54
|
+
:param pulumi.Input[int] retention_period_in_days: The retention period in days after which the orchestration will be purged automatically
|
|
55
|
+
:param pulumi.Input[Union[str, 'PurgeableOrchestrationState']] orchestration_state: The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
56
|
+
"""
|
|
57
|
+
pulumi.set(__self__, "retention_period_in_days", retention_period_in_days)
|
|
58
|
+
if orchestration_state is not None:
|
|
59
|
+
pulumi.set(__self__, "orchestration_state", orchestration_state)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="retentionPeriodInDays")
|
|
63
|
+
def retention_period_in_days(self) -> pulumi.Input[int]:
|
|
64
|
+
"""
|
|
65
|
+
The retention period in days after which the orchestration will be purged automatically
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "retention_period_in_days")
|
|
68
|
+
|
|
69
|
+
@retention_period_in_days.setter
|
|
70
|
+
def retention_period_in_days(self, value: pulumi.Input[int]):
|
|
71
|
+
pulumi.set(self, "retention_period_in_days", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="orchestrationState")
|
|
75
|
+
def orchestration_state(self) -> Optional[pulumi.Input[Union[str, 'PurgeableOrchestrationState']]]:
|
|
76
|
+
"""
|
|
77
|
+
The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "orchestration_state")
|
|
80
|
+
|
|
81
|
+
@orchestration_state.setter
|
|
82
|
+
def orchestration_state(self, value: Optional[pulumi.Input[Union[str, 'PurgeableOrchestrationState']]]):
|
|
83
|
+
pulumi.set(self, "orchestration_state", value)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
if not MYPY:
|
|
87
|
+
class RetentionPolicyPropertiesArgsDict(TypedDict):
|
|
88
|
+
"""
|
|
89
|
+
The retention policy settings for the resource
|
|
90
|
+
"""
|
|
91
|
+
retention_policies: NotRequired[pulumi.Input[Sequence[pulumi.Input['RetentionPolicyDetailsArgsDict']]]]
|
|
92
|
+
"""
|
|
93
|
+
The orchestration retention policies
|
|
94
|
+
"""
|
|
95
|
+
elif False:
|
|
96
|
+
RetentionPolicyPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
97
|
+
|
|
98
|
+
@pulumi.input_type
|
|
99
|
+
class RetentionPolicyPropertiesArgs:
|
|
100
|
+
def __init__(__self__, *,
|
|
101
|
+
retention_policies: Optional[pulumi.Input[Sequence[pulumi.Input['RetentionPolicyDetailsArgs']]]] = None):
|
|
102
|
+
"""
|
|
103
|
+
The retention policy settings for the resource
|
|
104
|
+
:param pulumi.Input[Sequence[pulumi.Input['RetentionPolicyDetailsArgs']]] retention_policies: The orchestration retention policies
|
|
105
|
+
"""
|
|
106
|
+
if retention_policies is not None:
|
|
107
|
+
pulumi.set(__self__, "retention_policies", retention_policies)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="retentionPolicies")
|
|
111
|
+
def retention_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RetentionPolicyDetailsArgs']]]]:
|
|
112
|
+
"""
|
|
113
|
+
The orchestration retention policies
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "retention_policies")
|
|
116
|
+
|
|
117
|
+
@retention_policies.setter
|
|
118
|
+
def retention_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RetentionPolicyDetailsArgs']]]]):
|
|
119
|
+
pulumi.set(self, "retention_policies", value)
|
|
120
|
+
|
|
121
|
+
|
|
26
122
|
if not MYPY:
|
|
27
123
|
class SchedulerPropertiesArgsDict(TypedDict):
|
|
28
124
|
"""
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetRetentionPolicyResult',
|
|
20
|
+
'AwaitableGetRetentionPolicyResult',
|
|
21
|
+
'get_retention_policy',
|
|
22
|
+
'get_retention_policy_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetRetentionPolicyResult:
|
|
27
|
+
"""
|
|
28
|
+
A retention policy resource belonging to the scheduler
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, azure_api_version=None, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if azure_api_version and not isinstance(azure_api_version, str):
|
|
32
|
+
raise TypeError("Expected argument 'azure_api_version' to be a str")
|
|
33
|
+
pulumi.set(__self__, "azure_api_version", azure_api_version)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if properties and not isinstance(properties, dict):
|
|
41
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "properties", properties)
|
|
43
|
+
if system_data and not isinstance(system_data, dict):
|
|
44
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
+
if type and not isinstance(type, str):
|
|
47
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "type", type)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="azureApiVersion")
|
|
52
|
+
def azure_api_version(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The Azure API version of the resource.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "azure_api_version")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def id(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "id")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def name(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
The name of the resource
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "name")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def properties(self) -> 'outputs.RetentionPolicyPropertiesResponse':
|
|
77
|
+
"""
|
|
78
|
+
The resource-specific properties for this resource.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "properties")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="systemData")
|
|
84
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
+
"""
|
|
86
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "system_data")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def type(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "type")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetRetentionPolicyResult(GetRetentionPolicyResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetRetentionPolicyResult(
|
|
105
|
+
azure_api_version=self.azure_api_version,
|
|
106
|
+
id=self.id,
|
|
107
|
+
name=self.name,
|
|
108
|
+
properties=self.properties,
|
|
109
|
+
system_data=self.system_data,
|
|
110
|
+
type=self.type)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_retention_policy(resource_group_name: Optional[str] = None,
|
|
114
|
+
scheduler_name: Optional[str] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRetentionPolicyResult:
|
|
116
|
+
"""
|
|
117
|
+
Get a Retention Policy
|
|
118
|
+
|
|
119
|
+
Uses Azure REST API version 2025-04-01-preview.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
123
|
+
:param str scheduler_name: The name of the Scheduler
|
|
124
|
+
"""
|
|
125
|
+
__args__ = dict()
|
|
126
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
127
|
+
__args__['schedulerName'] = scheduler_name
|
|
128
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
129
|
+
__ret__ = pulumi.runtime.invoke('azure-native:durabletask:getRetentionPolicy', __args__, opts=opts, typ=GetRetentionPolicyResult).value
|
|
130
|
+
|
|
131
|
+
return AwaitableGetRetentionPolicyResult(
|
|
132
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
133
|
+
id=pulumi.get(__ret__, 'id'),
|
|
134
|
+
name=pulumi.get(__ret__, 'name'),
|
|
135
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
136
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
137
|
+
type=pulumi.get(__ret__, 'type'))
|
|
138
|
+
def get_retention_policy_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
scheduler_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRetentionPolicyResult]:
|
|
141
|
+
"""
|
|
142
|
+
Get a Retention Policy
|
|
143
|
+
|
|
144
|
+
Uses Azure REST API version 2025-04-01-preview.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
148
|
+
:param str scheduler_name: The name of the Scheduler
|
|
149
|
+
"""
|
|
150
|
+
__args__ = dict()
|
|
151
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
152
|
+
__args__['schedulerName'] = scheduler_name
|
|
153
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
154
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:durabletask:getRetentionPolicy', __args__, opts=opts, typ=GetRetentionPolicyResult)
|
|
155
|
+
return __ret__.apply(lambda __response__: GetRetentionPolicyResult(
|
|
156
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
157
|
+
id=pulumi.get(__response__, 'id'),
|
|
158
|
+
name=pulumi.get(__response__, 'name'),
|
|
159
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
160
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
161
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -142,6 +142,8 @@ def get_scheduler(resource_group_name: Optional[str] = None,
|
|
|
142
142
|
|
|
143
143
|
Uses Azure REST API version 2024-10-01-preview.
|
|
144
144
|
|
|
145
|
+
Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native durabletask [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
|
+
|
|
145
147
|
|
|
146
148
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
147
149
|
:param str scheduler_name: The name of the Scheduler
|
|
@@ -169,6 +171,8 @@ def get_scheduler_output(resource_group_name: Optional[pulumi.Input[str]] = None
|
|
|
169
171
|
|
|
170
172
|
Uses Azure REST API version 2024-10-01-preview.
|
|
171
173
|
|
|
174
|
+
Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native durabletask [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
175
|
+
|
|
172
176
|
|
|
173
177
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
174
178
|
:param str scheduler_name: The name of the Scheduler
|
|
@@ -119,6 +119,8 @@ def get_task_hub(resource_group_name: Optional[str] = None,
|
|
|
119
119
|
|
|
120
120
|
Uses Azure REST API version 2024-10-01-preview.
|
|
121
121
|
|
|
122
|
+
Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native durabletask [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
|
+
|
|
122
124
|
|
|
123
125
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
124
126
|
:param str scheduler_name: The name of the Scheduler
|
|
@@ -147,6 +149,8 @@ def get_task_hub_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
147
149
|
|
|
148
150
|
Uses Azure REST API version 2024-10-01-preview.
|
|
149
151
|
|
|
152
|
+
Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native durabletask [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
153
|
+
|
|
150
154
|
|
|
151
155
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
152
156
|
:param str scheduler_name: The name of the Scheduler
|
|
@@ -14,14 +14,123 @@ else:
|
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
16
|
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
17
18
|
|
|
18
19
|
__all__ = [
|
|
20
|
+
'RetentionPolicyDetailsResponse',
|
|
21
|
+
'RetentionPolicyPropertiesResponse',
|
|
19
22
|
'SchedulerPropertiesResponse',
|
|
20
23
|
'SchedulerSkuResponse',
|
|
21
24
|
'SystemDataResponse',
|
|
22
25
|
'TaskHubPropertiesResponse',
|
|
23
26
|
]
|
|
24
27
|
|
|
28
|
+
@pulumi.output_type
|
|
29
|
+
class RetentionPolicyDetailsResponse(dict):
|
|
30
|
+
"""
|
|
31
|
+
The properties of a retention policy
|
|
32
|
+
"""
|
|
33
|
+
@staticmethod
|
|
34
|
+
def __key_warning(key: str):
|
|
35
|
+
suggest = None
|
|
36
|
+
if key == "retentionPeriodInDays":
|
|
37
|
+
suggest = "retention_period_in_days"
|
|
38
|
+
elif key == "orchestrationState":
|
|
39
|
+
suggest = "orchestration_state"
|
|
40
|
+
|
|
41
|
+
if suggest:
|
|
42
|
+
pulumi.log.warn(f"Key '{key}' not found in RetentionPolicyDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
43
|
+
|
|
44
|
+
def __getitem__(self, key: str) -> Any:
|
|
45
|
+
RetentionPolicyDetailsResponse.__key_warning(key)
|
|
46
|
+
return super().__getitem__(key)
|
|
47
|
+
|
|
48
|
+
def get(self, key: str, default = None) -> Any:
|
|
49
|
+
RetentionPolicyDetailsResponse.__key_warning(key)
|
|
50
|
+
return super().get(key, default)
|
|
51
|
+
|
|
52
|
+
def __init__(__self__, *,
|
|
53
|
+
retention_period_in_days: int,
|
|
54
|
+
orchestration_state: Optional[str] = None):
|
|
55
|
+
"""
|
|
56
|
+
The properties of a retention policy
|
|
57
|
+
:param int retention_period_in_days: The retention period in days after which the orchestration will be purged automatically
|
|
58
|
+
:param str orchestration_state: The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
59
|
+
"""
|
|
60
|
+
pulumi.set(__self__, "retention_period_in_days", retention_period_in_days)
|
|
61
|
+
if orchestration_state is not None:
|
|
62
|
+
pulumi.set(__self__, "orchestration_state", orchestration_state)
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="retentionPeriodInDays")
|
|
66
|
+
def retention_period_in_days(self) -> int:
|
|
67
|
+
"""
|
|
68
|
+
The retention period in days after which the orchestration will be purged automatically
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "retention_period_in_days")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="orchestrationState")
|
|
74
|
+
def orchestration_state(self) -> Optional[str]:
|
|
75
|
+
"""
|
|
76
|
+
The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "orchestration_state")
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@pulumi.output_type
|
|
82
|
+
class RetentionPolicyPropertiesResponse(dict):
|
|
83
|
+
"""
|
|
84
|
+
The retention policy settings for the resource
|
|
85
|
+
"""
|
|
86
|
+
@staticmethod
|
|
87
|
+
def __key_warning(key: str):
|
|
88
|
+
suggest = None
|
|
89
|
+
if key == "provisioningState":
|
|
90
|
+
suggest = "provisioning_state"
|
|
91
|
+
elif key == "retentionPolicies":
|
|
92
|
+
suggest = "retention_policies"
|
|
93
|
+
|
|
94
|
+
if suggest:
|
|
95
|
+
pulumi.log.warn(f"Key '{key}' not found in RetentionPolicyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
96
|
+
|
|
97
|
+
def __getitem__(self, key: str) -> Any:
|
|
98
|
+
RetentionPolicyPropertiesResponse.__key_warning(key)
|
|
99
|
+
return super().__getitem__(key)
|
|
100
|
+
|
|
101
|
+
def get(self, key: str, default = None) -> Any:
|
|
102
|
+
RetentionPolicyPropertiesResponse.__key_warning(key)
|
|
103
|
+
return super().get(key, default)
|
|
104
|
+
|
|
105
|
+
def __init__(__self__, *,
|
|
106
|
+
provisioning_state: str,
|
|
107
|
+
retention_policies: Optional[Sequence['outputs.RetentionPolicyDetailsResponse']] = None):
|
|
108
|
+
"""
|
|
109
|
+
The retention policy settings for the resource
|
|
110
|
+
:param str provisioning_state: The status of the last operation
|
|
111
|
+
:param Sequence['RetentionPolicyDetailsResponse'] retention_policies: The orchestration retention policies
|
|
112
|
+
"""
|
|
113
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
114
|
+
if retention_policies is not None:
|
|
115
|
+
pulumi.set(__self__, "retention_policies", retention_policies)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="provisioningState")
|
|
119
|
+
def provisioning_state(self) -> str:
|
|
120
|
+
"""
|
|
121
|
+
The status of the last operation
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "provisioning_state")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="retentionPolicies")
|
|
127
|
+
def retention_policies(self) -> Optional[Sequence['outputs.RetentionPolicyDetailsResponse']]:
|
|
128
|
+
"""
|
|
129
|
+
The orchestration retention policies
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "retention_policies")
|
|
132
|
+
|
|
133
|
+
|
|
25
134
|
@pulumi.output_type
|
|
26
135
|
class SchedulerPropertiesResponse(dict):
|
|
27
136
|
"""
|