pulumi-azure-native 3.1.0a1744108580__py3-none-any.whl → 3.2.0a1744649622__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.0a1744649622.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
|
@@ -52,6 +52,7 @@ __all__ = [
|
|
|
52
52
|
'SecurityContextCapabilitiesDefinitionResponse',
|
|
53
53
|
'SecurityContextDefinitionResponse',
|
|
54
54
|
'StandbyPoolProfileDefinitionResponse',
|
|
55
|
+
'SystemDataResponse',
|
|
55
56
|
'UserAssignedIdentitiesResponse',
|
|
56
57
|
'VolumeMountResponse',
|
|
57
58
|
'VolumeResponse',
|
|
@@ -73,6 +74,8 @@ class AzureFileVolumeResponse(dict):
|
|
|
73
74
|
suggest = "read_only"
|
|
74
75
|
elif key == "storageAccountKey":
|
|
75
76
|
suggest = "storage_account_key"
|
|
77
|
+
elif key == "storageAccountKeyReference":
|
|
78
|
+
suggest = "storage_account_key_reference"
|
|
76
79
|
|
|
77
80
|
if suggest:
|
|
78
81
|
pulumi.log.warn(f"Key '{key}' not found in AzureFileVolumeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -89,13 +92,15 @@ class AzureFileVolumeResponse(dict):
|
|
|
89
92
|
share_name: str,
|
|
90
93
|
storage_account_name: str,
|
|
91
94
|
read_only: Optional[bool] = None,
|
|
92
|
-
storage_account_key: Optional[str] = None
|
|
95
|
+
storage_account_key: Optional[str] = None,
|
|
96
|
+
storage_account_key_reference: Optional[str] = None):
|
|
93
97
|
"""
|
|
94
98
|
The properties of the Azure File volume. Azure File shares are mounted as volumes.
|
|
95
99
|
:param str share_name: The name of the Azure File share to be mounted as a volume.
|
|
96
100
|
:param str storage_account_name: The name of the storage account that contains the Azure File share.
|
|
97
101
|
:param bool read_only: The flag indicating whether the Azure File shared mounted as a volume is read-only.
|
|
98
102
|
:param str storage_account_key: The storage account access key used to access the Azure File share.
|
|
103
|
+
:param str storage_account_key_reference: The reference to the storage account access key used to access the Azure File share.
|
|
99
104
|
"""
|
|
100
105
|
pulumi.set(__self__, "share_name", share_name)
|
|
101
106
|
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
@@ -103,6 +108,8 @@ class AzureFileVolumeResponse(dict):
|
|
|
103
108
|
pulumi.set(__self__, "read_only", read_only)
|
|
104
109
|
if storage_account_key is not None:
|
|
105
110
|
pulumi.set(__self__, "storage_account_key", storage_account_key)
|
|
111
|
+
if storage_account_key_reference is not None:
|
|
112
|
+
pulumi.set(__self__, "storage_account_key_reference", storage_account_key_reference)
|
|
106
113
|
|
|
107
114
|
@property
|
|
108
115
|
@pulumi.getter(name="shareName")
|
|
@@ -136,6 +143,14 @@ class AzureFileVolumeResponse(dict):
|
|
|
136
143
|
"""
|
|
137
144
|
return pulumi.get(self, "storage_account_key")
|
|
138
145
|
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="storageAccountKeyReference")
|
|
148
|
+
def storage_account_key_reference(self) -> Optional[str]:
|
|
149
|
+
"""
|
|
150
|
+
The reference to the storage account access key used to access the Azure File share.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "storage_account_key_reference")
|
|
153
|
+
|
|
139
154
|
|
|
140
155
|
@pulumi.output_type
|
|
141
156
|
class ConfidentialComputePropertiesResponse(dict):
|
|
@@ -1279,6 +1294,8 @@ class EnvironmentVariableResponse(dict):
|
|
|
1279
1294
|
suggest = None
|
|
1280
1295
|
if key == "secureValue":
|
|
1281
1296
|
suggest = "secure_value"
|
|
1297
|
+
elif key == "secureValueReference":
|
|
1298
|
+
suggest = "secure_value_reference"
|
|
1282
1299
|
|
|
1283
1300
|
if suggest:
|
|
1284
1301
|
pulumi.log.warn(f"Key '{key}' not found in EnvironmentVariableResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1294,16 +1311,20 @@ class EnvironmentVariableResponse(dict):
|
|
|
1294
1311
|
def __init__(__self__, *,
|
|
1295
1312
|
name: str,
|
|
1296
1313
|
secure_value: Optional[str] = None,
|
|
1314
|
+
secure_value_reference: Optional[str] = None,
|
|
1297
1315
|
value: Optional[str] = None):
|
|
1298
1316
|
"""
|
|
1299
1317
|
The environment variable to set within the container instance.
|
|
1300
1318
|
:param str name: The name of the environment variable.
|
|
1301
1319
|
:param str secure_value: The value of the secure environment variable.
|
|
1320
|
+
:param str secure_value_reference: The reference of the secure environment variable.
|
|
1302
1321
|
:param str value: The value of the environment variable.
|
|
1303
1322
|
"""
|
|
1304
1323
|
pulumi.set(__self__, "name", name)
|
|
1305
1324
|
if secure_value is not None:
|
|
1306
1325
|
pulumi.set(__self__, "secure_value", secure_value)
|
|
1326
|
+
if secure_value_reference is not None:
|
|
1327
|
+
pulumi.set(__self__, "secure_value_reference", secure_value_reference)
|
|
1307
1328
|
if value is not None:
|
|
1308
1329
|
pulumi.set(__self__, "value", value)
|
|
1309
1330
|
|
|
@@ -1323,6 +1344,14 @@ class EnvironmentVariableResponse(dict):
|
|
|
1323
1344
|
"""
|
|
1324
1345
|
return pulumi.get(self, "secure_value")
|
|
1325
1346
|
|
|
1347
|
+
@property
|
|
1348
|
+
@pulumi.getter(name="secureValueReference")
|
|
1349
|
+
def secure_value_reference(self) -> Optional[str]:
|
|
1350
|
+
"""
|
|
1351
|
+
The reference of the secure environment variable.
|
|
1352
|
+
"""
|
|
1353
|
+
return pulumi.get(self, "secure_value_reference")
|
|
1354
|
+
|
|
1326
1355
|
@property
|
|
1327
1356
|
@pulumi.getter
|
|
1328
1357
|
def value(self) -> Optional[str]:
|
|
@@ -1552,6 +1581,8 @@ class ImageRegistryCredentialResponse(dict):
|
|
|
1552
1581
|
suggest = None
|
|
1553
1582
|
if key == "identityUrl":
|
|
1554
1583
|
suggest = "identity_url"
|
|
1584
|
+
elif key == "passwordReference":
|
|
1585
|
+
suggest = "password_reference"
|
|
1555
1586
|
|
|
1556
1587
|
if suggest:
|
|
1557
1588
|
pulumi.log.warn(f"Key '{key}' not found in ImageRegistryCredentialResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1569,6 +1600,7 @@ class ImageRegistryCredentialResponse(dict):
|
|
|
1569
1600
|
identity: Optional[str] = None,
|
|
1570
1601
|
identity_url: Optional[str] = None,
|
|
1571
1602
|
password: Optional[str] = None,
|
|
1603
|
+
password_reference: Optional[str] = None,
|
|
1572
1604
|
username: Optional[str] = None):
|
|
1573
1605
|
"""
|
|
1574
1606
|
Image registry credential.
|
|
@@ -1576,6 +1608,7 @@ class ImageRegistryCredentialResponse(dict):
|
|
|
1576
1608
|
:param str identity: The identity for the private registry.
|
|
1577
1609
|
:param str identity_url: The identity URL for the private registry.
|
|
1578
1610
|
:param str password: The password for the private registry.
|
|
1611
|
+
:param str password_reference: The reference for the private registry password.
|
|
1579
1612
|
:param str username: The username for the private registry.
|
|
1580
1613
|
"""
|
|
1581
1614
|
pulumi.set(__self__, "server", server)
|
|
@@ -1585,6 +1618,8 @@ class ImageRegistryCredentialResponse(dict):
|
|
|
1585
1618
|
pulumi.set(__self__, "identity_url", identity_url)
|
|
1586
1619
|
if password is not None:
|
|
1587
1620
|
pulumi.set(__self__, "password", password)
|
|
1621
|
+
if password_reference is not None:
|
|
1622
|
+
pulumi.set(__self__, "password_reference", password_reference)
|
|
1588
1623
|
if username is not None:
|
|
1589
1624
|
pulumi.set(__self__, "username", username)
|
|
1590
1625
|
|
|
@@ -1620,6 +1655,14 @@ class ImageRegistryCredentialResponse(dict):
|
|
|
1620
1655
|
"""
|
|
1621
1656
|
return pulumi.get(self, "password")
|
|
1622
1657
|
|
|
1658
|
+
@property
|
|
1659
|
+
@pulumi.getter(name="passwordReference")
|
|
1660
|
+
def password_reference(self) -> Optional[str]:
|
|
1661
|
+
"""
|
|
1662
|
+
The reference for the private registry password.
|
|
1663
|
+
"""
|
|
1664
|
+
return pulumi.get(self, "password_reference")
|
|
1665
|
+
|
|
1623
1666
|
@property
|
|
1624
1667
|
@pulumi.getter
|
|
1625
1668
|
def username(self) -> Optional[str]:
|
|
@@ -2401,6 +2444,116 @@ class StandbyPoolProfileDefinitionResponse(dict):
|
|
|
2401
2444
|
return pulumi.get(self, "id")
|
|
2402
2445
|
|
|
2403
2446
|
|
|
2447
|
+
@pulumi.output_type
|
|
2448
|
+
class SystemDataResponse(dict):
|
|
2449
|
+
"""
|
|
2450
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2451
|
+
"""
|
|
2452
|
+
@staticmethod
|
|
2453
|
+
def __key_warning(key: str):
|
|
2454
|
+
suggest = None
|
|
2455
|
+
if key == "createdAt":
|
|
2456
|
+
suggest = "created_at"
|
|
2457
|
+
elif key == "createdBy":
|
|
2458
|
+
suggest = "created_by"
|
|
2459
|
+
elif key == "createdByType":
|
|
2460
|
+
suggest = "created_by_type"
|
|
2461
|
+
elif key == "lastModifiedAt":
|
|
2462
|
+
suggest = "last_modified_at"
|
|
2463
|
+
elif key == "lastModifiedBy":
|
|
2464
|
+
suggest = "last_modified_by"
|
|
2465
|
+
elif key == "lastModifiedByType":
|
|
2466
|
+
suggest = "last_modified_by_type"
|
|
2467
|
+
|
|
2468
|
+
if suggest:
|
|
2469
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2470
|
+
|
|
2471
|
+
def __getitem__(self, key: str) -> Any:
|
|
2472
|
+
SystemDataResponse.__key_warning(key)
|
|
2473
|
+
return super().__getitem__(key)
|
|
2474
|
+
|
|
2475
|
+
def get(self, key: str, default = None) -> Any:
|
|
2476
|
+
SystemDataResponse.__key_warning(key)
|
|
2477
|
+
return super().get(key, default)
|
|
2478
|
+
|
|
2479
|
+
def __init__(__self__, *,
|
|
2480
|
+
created_at: Optional[str] = None,
|
|
2481
|
+
created_by: Optional[str] = None,
|
|
2482
|
+
created_by_type: Optional[str] = None,
|
|
2483
|
+
last_modified_at: Optional[str] = None,
|
|
2484
|
+
last_modified_by: Optional[str] = None,
|
|
2485
|
+
last_modified_by_type: Optional[str] = None):
|
|
2486
|
+
"""
|
|
2487
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2488
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
2489
|
+
:param str created_by: The identity that created the resource.
|
|
2490
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
2491
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2492
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
2493
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
2494
|
+
"""
|
|
2495
|
+
if created_at is not None:
|
|
2496
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2497
|
+
if created_by is not None:
|
|
2498
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2499
|
+
if created_by_type is not None:
|
|
2500
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2501
|
+
if last_modified_at is not None:
|
|
2502
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2503
|
+
if last_modified_by is not None:
|
|
2504
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2505
|
+
if last_modified_by_type is not None:
|
|
2506
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2507
|
+
|
|
2508
|
+
@property
|
|
2509
|
+
@pulumi.getter(name="createdAt")
|
|
2510
|
+
def created_at(self) -> Optional[str]:
|
|
2511
|
+
"""
|
|
2512
|
+
The timestamp of resource creation (UTC).
|
|
2513
|
+
"""
|
|
2514
|
+
return pulumi.get(self, "created_at")
|
|
2515
|
+
|
|
2516
|
+
@property
|
|
2517
|
+
@pulumi.getter(name="createdBy")
|
|
2518
|
+
def created_by(self) -> Optional[str]:
|
|
2519
|
+
"""
|
|
2520
|
+
The identity that created the resource.
|
|
2521
|
+
"""
|
|
2522
|
+
return pulumi.get(self, "created_by")
|
|
2523
|
+
|
|
2524
|
+
@property
|
|
2525
|
+
@pulumi.getter(name="createdByType")
|
|
2526
|
+
def created_by_type(self) -> Optional[str]:
|
|
2527
|
+
"""
|
|
2528
|
+
The type of identity that created the resource.
|
|
2529
|
+
"""
|
|
2530
|
+
return pulumi.get(self, "created_by_type")
|
|
2531
|
+
|
|
2532
|
+
@property
|
|
2533
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2534
|
+
def last_modified_at(self) -> Optional[str]:
|
|
2535
|
+
"""
|
|
2536
|
+
The timestamp of resource last modification (UTC)
|
|
2537
|
+
"""
|
|
2538
|
+
return pulumi.get(self, "last_modified_at")
|
|
2539
|
+
|
|
2540
|
+
@property
|
|
2541
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2542
|
+
def last_modified_by(self) -> Optional[str]:
|
|
2543
|
+
"""
|
|
2544
|
+
The identity that last modified the resource.
|
|
2545
|
+
"""
|
|
2546
|
+
return pulumi.get(self, "last_modified_by")
|
|
2547
|
+
|
|
2548
|
+
@property
|
|
2549
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2550
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2551
|
+
"""
|
|
2552
|
+
The type of identity that last modified the resource.
|
|
2553
|
+
"""
|
|
2554
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2555
|
+
|
|
2556
|
+
|
|
2404
2557
|
@pulumi.output_type
|
|
2405
2558
|
class UserAssignedIdentitiesResponse(dict):
|
|
2406
2559
|
"""
|
|
@@ -2531,6 +2684,8 @@ class VolumeResponse(dict):
|
|
|
2531
2684
|
suggest = "empty_dir"
|
|
2532
2685
|
elif key == "gitRepo":
|
|
2533
2686
|
suggest = "git_repo"
|
|
2687
|
+
elif key == "secretReference":
|
|
2688
|
+
suggest = "secret_reference"
|
|
2534
2689
|
|
|
2535
2690
|
if suggest:
|
|
2536
2691
|
pulumi.log.warn(f"Key '{key}' not found in VolumeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2548,7 +2703,8 @@ class VolumeResponse(dict):
|
|
|
2548
2703
|
azure_file: Optional['outputs.AzureFileVolumeResponse'] = None,
|
|
2549
2704
|
empty_dir: Optional[Any] = None,
|
|
2550
2705
|
git_repo: Optional['outputs.GitRepoVolumeResponse'] = None,
|
|
2551
|
-
secret: Optional[Mapping[str, str]] = None
|
|
2706
|
+
secret: Optional[Mapping[str, str]] = None,
|
|
2707
|
+
secret_reference: Optional[Mapping[str, str]] = None):
|
|
2552
2708
|
"""
|
|
2553
2709
|
The properties of the volume.
|
|
2554
2710
|
:param str name: The name of the volume.
|
|
@@ -2556,6 +2712,7 @@ class VolumeResponse(dict):
|
|
|
2556
2712
|
:param Any empty_dir: The empty directory volume.
|
|
2557
2713
|
:param 'GitRepoVolumeResponse' git_repo: The git repo volume.
|
|
2558
2714
|
:param Mapping[str, str] secret: The secret volume.
|
|
2715
|
+
:param Mapping[str, str] secret_reference: The secret reference volume.
|
|
2559
2716
|
"""
|
|
2560
2717
|
pulumi.set(__self__, "name", name)
|
|
2561
2718
|
if azure_file is not None:
|
|
@@ -2566,6 +2723,8 @@ class VolumeResponse(dict):
|
|
|
2566
2723
|
pulumi.set(__self__, "git_repo", git_repo)
|
|
2567
2724
|
if secret is not None:
|
|
2568
2725
|
pulumi.set(__self__, "secret", secret)
|
|
2726
|
+
if secret_reference is not None:
|
|
2727
|
+
pulumi.set(__self__, "secret_reference", secret_reference)
|
|
2569
2728
|
|
|
2570
2729
|
@property
|
|
2571
2730
|
@pulumi.getter
|
|
@@ -2607,4 +2766,12 @@ class VolumeResponse(dict):
|
|
|
2607
2766
|
"""
|
|
2608
2767
|
return pulumi.get(self, "secret")
|
|
2609
2768
|
|
|
2769
|
+
@property
|
|
2770
|
+
@pulumi.getter(name="secretReference")
|
|
2771
|
+
def secret_reference(self) -> Optional[Mapping[str, str]]:
|
|
2772
|
+
"""
|
|
2773
|
+
The secret reference volume.
|
|
2774
|
+
"""
|
|
2775
|
+
return pulumi.get(self, "secret_reference")
|
|
2776
|
+
|
|
2610
2777
|
|
|
@@ -189,6 +189,8 @@ class AgentPool(pulumi.CustomResource):
|
|
|
189
189
|
|
|
190
190
|
Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.
|
|
191
191
|
|
|
192
|
+
Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
193
|
+
|
|
192
194
|
:param str resource_name: The name of the resource.
|
|
193
195
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
194
196
|
:param pulumi.Input[str] agent_pool_name: The name of the agent pool.
|
|
@@ -213,6 +215,8 @@ class AgentPool(pulumi.CustomResource):
|
|
|
213
215
|
|
|
214
216
|
Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.
|
|
215
217
|
|
|
218
|
+
Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
219
|
+
|
|
216
220
|
:param str resource_name: The name of the resource.
|
|
217
221
|
:param AgentPoolArgs args: The arguments to use to populate this resource's properties.
|
|
218
222
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -264,7 +268,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
264
268
|
__props__.__dict__["provisioning_state"] = None
|
|
265
269
|
__props__.__dict__["system_data"] = None
|
|
266
270
|
__props__.__dict__["type"] = None
|
|
267
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190601preview:AgentPool")])
|
|
271
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190601preview:AgentPool"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:AgentPool")])
|
|
268
272
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
269
273
|
super(AgentPool, __self__).__init__(
|
|
270
274
|
'azure-native:containerregistry:AgentPool',
|
|
@@ -150,7 +150,7 @@ class Archife(pulumi.CustomResource):
|
|
|
150
150
|
|
|
151
151
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
152
152
|
|
|
153
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
153
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
154
154
|
|
|
155
155
|
:param str resource_name: The name of the resource.
|
|
156
156
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -172,7 +172,7 @@ class Archife(pulumi.CustomResource):
|
|
|
172
172
|
|
|
173
173
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
174
174
|
|
|
175
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
175
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [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 ArchifeArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -224,7 +224,7 @@ class Archife(pulumi.CustomResource):
|
|
|
224
224
|
__props__.__dict__["repository_endpoint"] = None
|
|
225
225
|
__props__.__dict__["system_data"] = None
|
|
226
226
|
__props__.__dict__["type"] = None
|
|
227
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Archife")])
|
|
227
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Archife"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:Archife")])
|
|
228
228
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
229
229
|
super(Archife, __self__).__init__(
|
|
230
230
|
'azure-native:containerregistry:Archife',
|
|
@@ -117,7 +117,7 @@ class ArchiveVersion(pulumi.CustomResource):
|
|
|
117
117
|
|
|
118
118
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
119
119
|
|
|
120
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
120
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
121
121
|
|
|
122
122
|
:param str resource_name: The name of the resource.
|
|
123
123
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -138,7 +138,7 @@ class ArchiveVersion(pulumi.CustomResource):
|
|
|
138
138
|
|
|
139
139
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
141
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param ArchiveVersionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -188,7 +188,7 @@ class ArchiveVersion(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["provisioning_state"] = None
|
|
189
189
|
__props__.__dict__["system_data"] = None
|
|
190
190
|
__props__.__dict__["type"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ArchiveVersion")])
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ArchiveVersion"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:ArchiveVersion")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(ArchiveVersion, __self__).__init__(
|
|
194
194
|
'azure-native:containerregistry:ArchiveVersion',
|
|
@@ -138,7 +138,7 @@ class CacheRule(pulumi.CustomResource):
|
|
|
138
138
|
|
|
139
139
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
141
|
+
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -161,7 +161,7 @@ class CacheRule(pulumi.CustomResource):
|
|
|
161
161
|
|
|
162
162
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
163
163
|
|
|
164
|
-
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
164
|
+
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
165
165
|
|
|
166
166
|
:param str resource_name: The name of the resource.
|
|
167
167
|
:param CacheRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -209,7 +209,7 @@ class CacheRule(pulumi.CustomResource):
|
|
|
209
209
|
__props__.__dict__["provisioning_state"] = None
|
|
210
210
|
__props__.__dict__["system_data"] = None
|
|
211
211
|
__props__.__dict__["type"] = None
|
|
212
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:CacheRule")])
|
|
212
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:CacheRule"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:CacheRule")])
|
|
213
213
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
214
214
|
super(CacheRule, __self__).__init__(
|
|
215
215
|
'azure-native:containerregistry:CacheRule',
|
|
@@ -187,7 +187,7 @@ class ConnectedRegistry(pulumi.CustomResource):
|
|
|
187
187
|
|
|
188
188
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
189
189
|
|
|
190
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
190
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
191
191
|
|
|
192
192
|
:param str resource_name: The name of the resource.
|
|
193
193
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -212,7 +212,7 @@ class ConnectedRegistry(pulumi.CustomResource):
|
|
|
212
212
|
|
|
213
213
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
214
214
|
|
|
215
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
215
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
216
216
|
|
|
217
217
|
:param str resource_name: The name of the resource.
|
|
218
218
|
:param ConnectedRegistryArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -275,7 +275,7 @@ class ConnectedRegistry(pulumi.CustomResource):
|
|
|
275
275
|
__props__.__dict__["system_data"] = None
|
|
276
276
|
__props__.__dict__["type"] = None
|
|
277
277
|
__props__.__dict__["version"] = None
|
|
278
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ConnectedRegistry")])
|
|
278
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ConnectedRegistry"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:ConnectedRegistry")])
|
|
279
279
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
280
280
|
super(ConnectedRegistry, __self__).__init__(
|
|
281
281
|
'azure-native:containerregistry:ConnectedRegistry',
|
|
@@ -140,7 +140,7 @@ class CredentialSet(pulumi.CustomResource):
|
|
|
140
140
|
|
|
141
141
|
Uses Azure REST API version 2023-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
143
|
+
Other available API versions: 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -163,7 +163,7 @@ class CredentialSet(pulumi.CustomResource):
|
|
|
163
163
|
|
|
164
164
|
Uses Azure REST API version 2023-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
165
165
|
|
|
166
|
-
Other available API versions: 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
166
|
+
Other available API versions: 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
167
167
|
|
|
168
168
|
:param str resource_name: The name of the resource.
|
|
169
169
|
:param CredentialSetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -211,7 +211,7 @@ class CredentialSet(pulumi.CustomResource):
|
|
|
211
211
|
__props__.__dict__["provisioning_state"] = None
|
|
212
212
|
__props__.__dict__["system_data"] = None
|
|
213
213
|
__props__.__dict__["type"] = None
|
|
214
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:CredentialSet")])
|
|
214
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:CredentialSet"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:CredentialSet")])
|
|
215
215
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
216
216
|
super(CredentialSet, __self__).__init__(
|
|
217
217
|
'azure-native:containerregistry:CredentialSet',
|
|
@@ -154,7 +154,7 @@ class ExportPipeline(pulumi.CustomResource):
|
|
|
154
154
|
|
|
155
155
|
Uses Azure REST API version 2023-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
157
|
+
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
158
158
|
|
|
159
159
|
:param str resource_name: The name of the resource.
|
|
160
160
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -177,7 +177,7 @@ class ExportPipeline(pulumi.CustomResource):
|
|
|
177
177
|
|
|
178
178
|
Uses Azure REST API version 2023-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-01-01-preview.
|
|
179
179
|
|
|
180
|
-
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
180
|
+
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
181
181
|
|
|
182
182
|
:param str resource_name: The name of the resource.
|
|
183
183
|
:param ExportPipelineArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -228,7 +228,7 @@ class ExportPipeline(pulumi.CustomResource):
|
|
|
228
228
|
__props__.__dict__["provisioning_state"] = None
|
|
229
229
|
__props__.__dict__["system_data"] = None
|
|
230
230
|
__props__.__dict__["type"] = None
|
|
231
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ExportPipeline")])
|
|
231
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ExportPipeline"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:ExportPipeline")])
|
|
232
232
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
233
233
|
super(ExportPipeline, __self__).__init__(
|
|
234
234
|
'azure-native:containerregistry:ExportPipeline',
|
|
@@ -192,6 +192,8 @@ def get_agent_pool(agent_pool_name: Optional[str] = None,
|
|
|
192
192
|
|
|
193
193
|
Uses Azure REST API version 2019-06-01-preview.
|
|
194
194
|
|
|
195
|
+
Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
196
|
+
|
|
195
197
|
|
|
196
198
|
:param str agent_pool_name: The name of the agent pool.
|
|
197
199
|
:param str registry_name: The name of the container registry.
|
|
@@ -226,6 +228,8 @@ def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
226
228
|
|
|
227
229
|
Uses Azure REST API version 2019-06-01-preview.
|
|
228
230
|
|
|
231
|
+
Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
232
|
+
|
|
229
233
|
|
|
230
234
|
:param str agent_pool_name: The name of the agent pool.
|
|
231
235
|
:param str registry_name: The name of the container registry.
|
|
@@ -162,7 +162,7 @@ def get_archife(archive_name: Optional[str] = None,
|
|
|
162
162
|
|
|
163
163
|
Uses Azure REST API version 2024-11-01-preview.
|
|
164
164
|
|
|
165
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
165
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
:param str archive_name: The name of the archive resource.
|
|
@@ -199,7 +199,7 @@ def get_archife_output(archive_name: Optional[pulumi.Input[str]] = None,
|
|
|
199
199
|
|
|
200
200
|
Uses Azure REST API version 2024-11-01-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
202
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str archive_name: The name of the archive resource.
|
|
@@ -133,7 +133,7 @@ def get_archive_version(archive_name: Optional[str] = None,
|
|
|
133
133
|
|
|
134
134
|
Uses Azure REST API version 2024-11-01-preview.
|
|
135
135
|
|
|
136
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
:param str archive_name: The name of the archive resource.
|
|
@@ -170,7 +170,7 @@ def get_archive_version_output(archive_name: Optional[pulumi.Input[str]] = None,
|
|
|
170
170
|
|
|
171
171
|
Uses Azure REST API version 2024-11-01-preview.
|
|
172
172
|
|
|
173
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
173
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
:param str archive_name: The name of the archive resource.
|
|
@@ -168,7 +168,7 @@ def get_cache_rule(cache_rule_name: Optional[str] = None,
|
|
|
168
168
|
|
|
169
169
|
Uses Azure REST API version 2024-11-01-preview.
|
|
170
170
|
|
|
171
|
-
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
171
|
+
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
:param str cache_rule_name: The name of the cache rule.
|
|
@@ -202,7 +202,7 @@ def get_cache_rule_output(cache_rule_name: Optional[pulumi.Input[str]] = None,
|
|
|
202
202
|
|
|
203
203
|
Uses Azure REST API version 2024-11-01-preview.
|
|
204
204
|
|
|
205
|
-
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
205
|
+
Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
:param str cache_rule_name: The name of the cache rule.
|
|
@@ -263,7 +263,7 @@ def get_connected_registry(connected_registry_name: Optional[str] = None,
|
|
|
263
263
|
|
|
264
264
|
Uses Azure REST API version 2024-11-01-preview.
|
|
265
265
|
|
|
266
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
266
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
:param str connected_registry_name: The name of the connected registry.
|
|
@@ -305,7 +305,7 @@ def get_connected_registry_output(connected_registry_name: Optional[pulumi.Input
|
|
|
305
305
|
|
|
306
306
|
Uses Azure REST API version 2024-11-01-preview.
|
|
307
307
|
|
|
308
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
308
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2023-01-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
309
309
|
|
|
310
310
|
|
|
311
311
|
:param str connected_registry_name: The name of the connected registry.
|