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
|
@@ -19,9 +19,12 @@ from ._enums import *
|
|
|
19
19
|
__all__ = [
|
|
20
20
|
'AccountEncryptionResponse',
|
|
21
21
|
'ActiveDirectoryResponse',
|
|
22
|
+
'BucketServerPropertiesResponse',
|
|
23
|
+
'CifsUserResponse',
|
|
22
24
|
'DailyScheduleResponse',
|
|
23
25
|
'EncryptionIdentityResponse',
|
|
24
26
|
'ExportPolicyRuleResponse',
|
|
27
|
+
'FileSystemUserResponse',
|
|
25
28
|
'HourlyScheduleResponse',
|
|
26
29
|
'KeyVaultPrivateEndpointResponse',
|
|
27
30
|
'KeyVaultPropertiesResponse',
|
|
@@ -29,6 +32,7 @@ __all__ = [
|
|
|
29
32
|
'ManagedServiceIdentityResponse',
|
|
30
33
|
'MonthlyScheduleResponse',
|
|
31
34
|
'MountTargetPropertiesResponse',
|
|
35
|
+
'NfsUserResponse',
|
|
32
36
|
'PlacementKeyValuePairsResponse',
|
|
33
37
|
'QuotaReportResponse',
|
|
34
38
|
'RemotePathResponse',
|
|
@@ -449,6 +453,106 @@ class ActiveDirectoryResponse(dict):
|
|
|
449
453
|
return pulumi.get(self, "username")
|
|
450
454
|
|
|
451
455
|
|
|
456
|
+
@pulumi.output_type
|
|
457
|
+
class BucketServerPropertiesResponse(dict):
|
|
458
|
+
"""
|
|
459
|
+
Properties of the server managing the lifecycle of volume buckets
|
|
460
|
+
"""
|
|
461
|
+
@staticmethod
|
|
462
|
+
def __key_warning(key: str):
|
|
463
|
+
suggest = None
|
|
464
|
+
if key == "certificateCommonName":
|
|
465
|
+
suggest = "certificate_common_name"
|
|
466
|
+
elif key == "certificateExpiryDate":
|
|
467
|
+
suggest = "certificate_expiry_date"
|
|
468
|
+
elif key == "ipAddress":
|
|
469
|
+
suggest = "ip_address"
|
|
470
|
+
|
|
471
|
+
if suggest:
|
|
472
|
+
pulumi.log.warn(f"Key '{key}' not found in BucketServerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
473
|
+
|
|
474
|
+
def __getitem__(self, key: str) -> Any:
|
|
475
|
+
BucketServerPropertiesResponse.__key_warning(key)
|
|
476
|
+
return super().__getitem__(key)
|
|
477
|
+
|
|
478
|
+
def get(self, key: str, default = None) -> Any:
|
|
479
|
+
BucketServerPropertiesResponse.__key_warning(key)
|
|
480
|
+
return super().get(key, default)
|
|
481
|
+
|
|
482
|
+
def __init__(__self__, *,
|
|
483
|
+
certificate_common_name: str,
|
|
484
|
+
certificate_expiry_date: str,
|
|
485
|
+
ip_address: str,
|
|
486
|
+
fqdn: Optional[str] = None):
|
|
487
|
+
"""
|
|
488
|
+
Properties of the server managing the lifecycle of volume buckets
|
|
489
|
+
:param str certificate_common_name: Certificate Common Name taken from the certificate installed on the bucket server
|
|
490
|
+
:param str certificate_expiry_date: The bucket server's certificate expiry date.
|
|
491
|
+
:param str ip_address: The bucket server's IPv4 address
|
|
492
|
+
:param str fqdn: The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
|
|
493
|
+
"""
|
|
494
|
+
pulumi.set(__self__, "certificate_common_name", certificate_common_name)
|
|
495
|
+
pulumi.set(__self__, "certificate_expiry_date", certificate_expiry_date)
|
|
496
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
497
|
+
if fqdn is not None:
|
|
498
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter(name="certificateCommonName")
|
|
502
|
+
def certificate_common_name(self) -> str:
|
|
503
|
+
"""
|
|
504
|
+
Certificate Common Name taken from the certificate installed on the bucket server
|
|
505
|
+
"""
|
|
506
|
+
return pulumi.get(self, "certificate_common_name")
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter(name="certificateExpiryDate")
|
|
510
|
+
def certificate_expiry_date(self) -> str:
|
|
511
|
+
"""
|
|
512
|
+
The bucket server's certificate expiry date.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "certificate_expiry_date")
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="ipAddress")
|
|
518
|
+
def ip_address(self) -> str:
|
|
519
|
+
"""
|
|
520
|
+
The bucket server's IPv4 address
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "ip_address")
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter
|
|
526
|
+
def fqdn(self) -> Optional[str]:
|
|
527
|
+
"""
|
|
528
|
+
The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "fqdn")
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
@pulumi.output_type
|
|
534
|
+
class CifsUserResponse(dict):
|
|
535
|
+
"""
|
|
536
|
+
The effective CIFS username when accessing the volume data.
|
|
537
|
+
"""
|
|
538
|
+
def __init__(__self__, *,
|
|
539
|
+
username: Optional[str] = None):
|
|
540
|
+
"""
|
|
541
|
+
The effective CIFS username when accessing the volume data.
|
|
542
|
+
:param str username: The CIFS user's username
|
|
543
|
+
"""
|
|
544
|
+
if username is not None:
|
|
545
|
+
pulumi.set(__self__, "username", username)
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter
|
|
549
|
+
def username(self) -> Optional[str]:
|
|
550
|
+
"""
|
|
551
|
+
The CIFS user's username
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "username")
|
|
554
|
+
|
|
555
|
+
|
|
452
556
|
@pulumi.output_type
|
|
453
557
|
class DailyScheduleResponse(dict):
|
|
454
558
|
"""
|
|
@@ -826,6 +930,60 @@ class ExportPolicyRuleResponse(dict):
|
|
|
826
930
|
return pulumi.get(self, "unix_read_write")
|
|
827
931
|
|
|
828
932
|
|
|
933
|
+
@pulumi.output_type
|
|
934
|
+
class FileSystemUserResponse(dict):
|
|
935
|
+
"""
|
|
936
|
+
File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
|
|
937
|
+
"""
|
|
938
|
+
@staticmethod
|
|
939
|
+
def __key_warning(key: str):
|
|
940
|
+
suggest = None
|
|
941
|
+
if key == "cifsUser":
|
|
942
|
+
suggest = "cifs_user"
|
|
943
|
+
elif key == "nfsUser":
|
|
944
|
+
suggest = "nfs_user"
|
|
945
|
+
|
|
946
|
+
if suggest:
|
|
947
|
+
pulumi.log.warn(f"Key '{key}' not found in FileSystemUserResponse. Access the value via the '{suggest}' property getter instead.")
|
|
948
|
+
|
|
949
|
+
def __getitem__(self, key: str) -> Any:
|
|
950
|
+
FileSystemUserResponse.__key_warning(key)
|
|
951
|
+
return super().__getitem__(key)
|
|
952
|
+
|
|
953
|
+
def get(self, key: str, default = None) -> Any:
|
|
954
|
+
FileSystemUserResponse.__key_warning(key)
|
|
955
|
+
return super().get(key, default)
|
|
956
|
+
|
|
957
|
+
def __init__(__self__, *,
|
|
958
|
+
cifs_user: Optional['outputs.CifsUserResponse'] = None,
|
|
959
|
+
nfs_user: Optional['outputs.NfsUserResponse'] = None):
|
|
960
|
+
"""
|
|
961
|
+
File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
|
|
962
|
+
:param 'CifsUserResponse' cifs_user: The effective CIFS username when accessing the volume data.
|
|
963
|
+
:param 'NfsUserResponse' nfs_user: The effective NFS User ID and Group ID when accessing the volume data.
|
|
964
|
+
"""
|
|
965
|
+
if cifs_user is not None:
|
|
966
|
+
pulumi.set(__self__, "cifs_user", cifs_user)
|
|
967
|
+
if nfs_user is not None:
|
|
968
|
+
pulumi.set(__self__, "nfs_user", nfs_user)
|
|
969
|
+
|
|
970
|
+
@property
|
|
971
|
+
@pulumi.getter(name="cifsUser")
|
|
972
|
+
def cifs_user(self) -> Optional['outputs.CifsUserResponse']:
|
|
973
|
+
"""
|
|
974
|
+
The effective CIFS username when accessing the volume data.
|
|
975
|
+
"""
|
|
976
|
+
return pulumi.get(self, "cifs_user")
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter(name="nfsUser")
|
|
980
|
+
def nfs_user(self) -> Optional['outputs.NfsUserResponse']:
|
|
981
|
+
"""
|
|
982
|
+
The effective NFS User ID and Group ID when accessing the volume data.
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "nfs_user")
|
|
985
|
+
|
|
986
|
+
|
|
829
987
|
@pulumi.output_type
|
|
830
988
|
class HourlyScheduleResponse(dict):
|
|
831
989
|
"""
|
|
@@ -1333,6 +1491,60 @@ class MountTargetPropertiesResponse(dict):
|
|
|
1333
1491
|
return pulumi.get(self, "smb_server_fqdn")
|
|
1334
1492
|
|
|
1335
1493
|
|
|
1494
|
+
@pulumi.output_type
|
|
1495
|
+
class NfsUserResponse(dict):
|
|
1496
|
+
"""
|
|
1497
|
+
The effective NFS User ID and Group ID when accessing the volume data.
|
|
1498
|
+
"""
|
|
1499
|
+
@staticmethod
|
|
1500
|
+
def __key_warning(key: str):
|
|
1501
|
+
suggest = None
|
|
1502
|
+
if key == "groupId":
|
|
1503
|
+
suggest = "group_id"
|
|
1504
|
+
elif key == "userId":
|
|
1505
|
+
suggest = "user_id"
|
|
1506
|
+
|
|
1507
|
+
if suggest:
|
|
1508
|
+
pulumi.log.warn(f"Key '{key}' not found in NfsUserResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1509
|
+
|
|
1510
|
+
def __getitem__(self, key: str) -> Any:
|
|
1511
|
+
NfsUserResponse.__key_warning(key)
|
|
1512
|
+
return super().__getitem__(key)
|
|
1513
|
+
|
|
1514
|
+
def get(self, key: str, default = None) -> Any:
|
|
1515
|
+
NfsUserResponse.__key_warning(key)
|
|
1516
|
+
return super().get(key, default)
|
|
1517
|
+
|
|
1518
|
+
def __init__(__self__, *,
|
|
1519
|
+
group_id: Optional[float] = None,
|
|
1520
|
+
user_id: Optional[float] = None):
|
|
1521
|
+
"""
|
|
1522
|
+
The effective NFS User ID and Group ID when accessing the volume data.
|
|
1523
|
+
:param float group_id: The NFS user's GID
|
|
1524
|
+
:param float user_id: The NFS user's UID
|
|
1525
|
+
"""
|
|
1526
|
+
if group_id is not None:
|
|
1527
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
1528
|
+
if user_id is not None:
|
|
1529
|
+
pulumi.set(__self__, "user_id", user_id)
|
|
1530
|
+
|
|
1531
|
+
@property
|
|
1532
|
+
@pulumi.getter(name="groupId")
|
|
1533
|
+
def group_id(self) -> Optional[float]:
|
|
1534
|
+
"""
|
|
1535
|
+
The NFS user's GID
|
|
1536
|
+
"""
|
|
1537
|
+
return pulumi.get(self, "group_id")
|
|
1538
|
+
|
|
1539
|
+
@property
|
|
1540
|
+
@pulumi.getter(name="userId")
|
|
1541
|
+
def user_id(self) -> Optional[float]:
|
|
1542
|
+
"""
|
|
1543
|
+
The NFS user's UID
|
|
1544
|
+
"""
|
|
1545
|
+
return pulumi.get(self, "user_id")
|
|
1546
|
+
|
|
1547
|
+
|
|
1336
1548
|
@pulumi.output_type
|
|
1337
1549
|
class PlacementKeyValuePairsResponse(dict):
|
|
1338
1550
|
"""
|
|
@@ -205,7 +205,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
205
205
|
|
|
206
206
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
207
207
|
|
|
208
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
208
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
209
|
|
|
210
210
|
:param str resource_name: The name of the resource.
|
|
211
211
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -231,7 +231,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
231
231
|
|
|
232
232
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
233
233
|
|
|
234
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
234
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
235
235
|
|
|
236
236
|
:param str resource_name: The name of the resource.
|
|
237
237
|
:param SnapshotPolicyArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -287,7 +287,7 @@ class SnapshotPolicy(pulumi.CustomResource):
|
|
|
287
287
|
__props__.__dict__["provisioning_state"] = None
|
|
288
288
|
__props__.__dict__["system_data"] = None
|
|
289
289
|
__props__.__dict__["type"] = None
|
|
290
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20200501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20211001:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:SnapshotPolicy")])
|
|
290
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20200501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20200901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20201201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210201:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210601:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20210801:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20211001:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20220901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101:SnapshotPolicy"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:SnapshotPolicy")])
|
|
291
291
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
292
292
|
super(SnapshotPolicy, __self__).__init__(
|
|
293
293
|
'azure-native:netapp:SnapshotPolicy',
|
|
@@ -138,7 +138,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
138
138
|
|
|
139
139
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
141
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [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.
|
|
@@ -160,7 +160,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
160
160
|
|
|
161
161
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
|
|
162
162
|
|
|
163
|
-
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
163
|
+
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
164
164
|
|
|
165
165
|
:param str resource_name: The name of the resource.
|
|
166
166
|
:param VolumeGroupArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -206,7 +206,7 @@ class VolumeGroup(pulumi.CustomResource):
|
|
|
206
206
|
__props__.__dict__["name"] = None
|
|
207
207
|
__props__.__dict__["provisioning_state"] = None
|
|
208
208
|
__props__.__dict__["type"] = None
|
|
209
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20210801:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20211001:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:VolumeGroup")])
|
|
209
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20210801:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20211001:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20220901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101:VolumeGroup"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:VolumeGroup")])
|
|
210
210
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
211
211
|
super(VolumeGroup, __self__).__init__(
|
|
212
212
|
'azure-native:netapp:VolumeGroup',
|
|
@@ -32,8 +32,6 @@ __all__ = [
|
|
|
32
32
|
'PropertiesNetworkInjectionArgsDict',
|
|
33
33
|
'SubnetPropertiesArgs',
|
|
34
34
|
'SubnetPropertiesArgsDict',
|
|
35
|
-
'VirtualNetworkPropertiesListArgs',
|
|
36
|
-
'VirtualNetworkPropertiesListArgsDict',
|
|
37
35
|
'VirtualNetworkPropertiesArgs',
|
|
38
36
|
'VirtualNetworkPropertiesArgsDict',
|
|
39
37
|
]
|
|
@@ -361,7 +359,7 @@ if not MYPY:
|
|
|
361
359
|
"""
|
|
362
360
|
Settings concerning network injection.
|
|
363
361
|
"""
|
|
364
|
-
virtual_networks: NotRequired[pulumi.Input['
|
|
362
|
+
virtual_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgsDict']]]]
|
|
365
363
|
"""
|
|
366
364
|
Network injection configuration
|
|
367
365
|
"""
|
|
@@ -371,24 +369,24 @@ elif False:
|
|
|
371
369
|
@pulumi.input_type
|
|
372
370
|
class PropertiesNetworkInjectionArgs:
|
|
373
371
|
def __init__(__self__, *,
|
|
374
|
-
virtual_networks: Optional[pulumi.Input['
|
|
372
|
+
virtual_networks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]] = None):
|
|
375
373
|
"""
|
|
376
374
|
Settings concerning network injection.
|
|
377
|
-
:param pulumi.Input['
|
|
375
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]] virtual_networks: Network injection configuration
|
|
378
376
|
"""
|
|
379
377
|
if virtual_networks is not None:
|
|
380
378
|
pulumi.set(__self__, "virtual_networks", virtual_networks)
|
|
381
379
|
|
|
382
380
|
@property
|
|
383
381
|
@pulumi.getter(name="virtualNetworks")
|
|
384
|
-
def virtual_networks(self) -> Optional[pulumi.Input['
|
|
382
|
+
def virtual_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]]:
|
|
385
383
|
"""
|
|
386
384
|
Network injection configuration
|
|
387
385
|
"""
|
|
388
386
|
return pulumi.get(self, "virtual_networks")
|
|
389
387
|
|
|
390
388
|
@virtual_networks.setter
|
|
391
|
-
def virtual_networks(self, value: Optional[pulumi.Input['
|
|
389
|
+
def virtual_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]]):
|
|
392
390
|
pulumi.set(self, "virtual_networks", value)
|
|
393
391
|
|
|
394
392
|
|
|
@@ -428,62 +426,6 @@ class SubnetPropertiesArgs:
|
|
|
428
426
|
pulumi.set(self, "name", value)
|
|
429
427
|
|
|
430
428
|
|
|
431
|
-
if not MYPY:
|
|
432
|
-
class VirtualNetworkPropertiesListArgsDict(TypedDict):
|
|
433
|
-
"""
|
|
434
|
-
A list of private link resources
|
|
435
|
-
"""
|
|
436
|
-
next_link: NotRequired[pulumi.Input[str]]
|
|
437
|
-
"""
|
|
438
|
-
Next page link if any.
|
|
439
|
-
"""
|
|
440
|
-
value: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgsDict']]]]
|
|
441
|
-
"""
|
|
442
|
-
Array of virtual networks.
|
|
443
|
-
"""
|
|
444
|
-
elif False:
|
|
445
|
-
VirtualNetworkPropertiesListArgsDict: TypeAlias = Mapping[str, Any]
|
|
446
|
-
|
|
447
|
-
@pulumi.input_type
|
|
448
|
-
class VirtualNetworkPropertiesListArgs:
|
|
449
|
-
def __init__(__self__, *,
|
|
450
|
-
next_link: Optional[pulumi.Input[str]] = None,
|
|
451
|
-
value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]] = None):
|
|
452
|
-
"""
|
|
453
|
-
A list of private link resources
|
|
454
|
-
:param pulumi.Input[str] next_link: Next page link if any.
|
|
455
|
-
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]] value: Array of virtual networks.
|
|
456
|
-
"""
|
|
457
|
-
if next_link is not None:
|
|
458
|
-
pulumi.set(__self__, "next_link", next_link)
|
|
459
|
-
if value is not None:
|
|
460
|
-
pulumi.set(__self__, "value", value)
|
|
461
|
-
|
|
462
|
-
@property
|
|
463
|
-
@pulumi.getter(name="nextLink")
|
|
464
|
-
def next_link(self) -> Optional[pulumi.Input[str]]:
|
|
465
|
-
"""
|
|
466
|
-
Next page link if any.
|
|
467
|
-
"""
|
|
468
|
-
return pulumi.get(self, "next_link")
|
|
469
|
-
|
|
470
|
-
@next_link.setter
|
|
471
|
-
def next_link(self, value: Optional[pulumi.Input[str]]):
|
|
472
|
-
pulumi.set(self, "next_link", value)
|
|
473
|
-
|
|
474
|
-
@property
|
|
475
|
-
@pulumi.getter
|
|
476
|
-
def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]]:
|
|
477
|
-
"""
|
|
478
|
-
Array of virtual networks.
|
|
479
|
-
"""
|
|
480
|
-
return pulumi.get(self, "value")
|
|
481
|
-
|
|
482
|
-
@value.setter
|
|
483
|
-
def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkPropertiesArgs']]]]):
|
|
484
|
-
pulumi.set(self, "value", value)
|
|
485
|
-
|
|
486
|
-
|
|
487
429
|
if not MYPY:
|
|
488
430
|
class VirtualNetworkPropertiesArgsDict(TypedDict):
|
|
489
431
|
"""
|
|
@@ -27,7 +27,6 @@ __all__ = [
|
|
|
27
27
|
'PropertiesResponseNetworkInjection',
|
|
28
28
|
'SubnetPropertiesResponse',
|
|
29
29
|
'SystemDataResponse',
|
|
30
|
-
'VirtualNetworkPropertiesListResponse',
|
|
31
30
|
'VirtualNetworkPropertiesResponse',
|
|
32
31
|
]
|
|
33
32
|
|
|
@@ -349,17 +348,17 @@ class PropertiesResponseNetworkInjection(dict):
|
|
|
349
348
|
return super().get(key, default)
|
|
350
349
|
|
|
351
350
|
def __init__(__self__, *,
|
|
352
|
-
virtual_networks: Optional['outputs.
|
|
351
|
+
virtual_networks: Optional[Sequence['outputs.VirtualNetworkPropertiesResponse']] = None):
|
|
353
352
|
"""
|
|
354
353
|
Settings concerning network injection.
|
|
355
|
-
:param '
|
|
354
|
+
:param Sequence['VirtualNetworkPropertiesResponse'] virtual_networks: Network injection configuration
|
|
356
355
|
"""
|
|
357
356
|
if virtual_networks is not None:
|
|
358
357
|
pulumi.set(__self__, "virtual_networks", virtual_networks)
|
|
359
358
|
|
|
360
359
|
@property
|
|
361
360
|
@pulumi.getter(name="virtualNetworks")
|
|
362
|
-
def virtual_networks(self) -> Optional['outputs.
|
|
361
|
+
def virtual_networks(self) -> Optional[Sequence['outputs.VirtualNetworkPropertiesResponse']]:
|
|
363
362
|
"""
|
|
364
363
|
Network injection configuration
|
|
365
364
|
"""
|
|
@@ -499,58 +498,6 @@ class SystemDataResponse(dict):
|
|
|
499
498
|
return pulumi.get(self, "last_modified_by_type")
|
|
500
499
|
|
|
501
500
|
|
|
502
|
-
@pulumi.output_type
|
|
503
|
-
class VirtualNetworkPropertiesListResponse(dict):
|
|
504
|
-
"""
|
|
505
|
-
A list of private link resources
|
|
506
|
-
"""
|
|
507
|
-
@staticmethod
|
|
508
|
-
def __key_warning(key: str):
|
|
509
|
-
suggest = None
|
|
510
|
-
if key == "nextLink":
|
|
511
|
-
suggest = "next_link"
|
|
512
|
-
|
|
513
|
-
if suggest:
|
|
514
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesListResponse. Access the value via the '{suggest}' property getter instead.")
|
|
515
|
-
|
|
516
|
-
def __getitem__(self, key: str) -> Any:
|
|
517
|
-
VirtualNetworkPropertiesListResponse.__key_warning(key)
|
|
518
|
-
return super().__getitem__(key)
|
|
519
|
-
|
|
520
|
-
def get(self, key: str, default = None) -> Any:
|
|
521
|
-
VirtualNetworkPropertiesListResponse.__key_warning(key)
|
|
522
|
-
return super().get(key, default)
|
|
523
|
-
|
|
524
|
-
def __init__(__self__, *,
|
|
525
|
-
next_link: Optional[str] = None,
|
|
526
|
-
value: Optional[Sequence['outputs.VirtualNetworkPropertiesResponse']] = None):
|
|
527
|
-
"""
|
|
528
|
-
A list of private link resources
|
|
529
|
-
:param str next_link: Next page link if any.
|
|
530
|
-
:param Sequence['VirtualNetworkPropertiesResponse'] value: Array of virtual networks.
|
|
531
|
-
"""
|
|
532
|
-
if next_link is not None:
|
|
533
|
-
pulumi.set(__self__, "next_link", next_link)
|
|
534
|
-
if value is not None:
|
|
535
|
-
pulumi.set(__self__, "value", value)
|
|
536
|
-
|
|
537
|
-
@property
|
|
538
|
-
@pulumi.getter(name="nextLink")
|
|
539
|
-
def next_link(self) -> Optional[str]:
|
|
540
|
-
"""
|
|
541
|
-
Next page link if any.
|
|
542
|
-
"""
|
|
543
|
-
return pulumi.get(self, "next_link")
|
|
544
|
-
|
|
545
|
-
@property
|
|
546
|
-
@pulumi.getter
|
|
547
|
-
def value(self) -> Optional[Sequence['outputs.VirtualNetworkPropertiesResponse']]:
|
|
548
|
-
"""
|
|
549
|
-
Array of virtual networks.
|
|
550
|
-
"""
|
|
551
|
-
return pulumi.get(self, "value")
|
|
552
|
-
|
|
553
|
-
|
|
554
501
|
@pulumi.output_type
|
|
555
502
|
class VirtualNetworkPropertiesResponse(dict):
|
|
556
503
|
"""
|
|
@@ -143,7 +143,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
|
|
|
143
143
|
|
|
144
144
|
Uses Azure REST API version 2024-10-01.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -175,7 +175,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
|
|
|
175
175
|
|
|
176
176
|
Uses Azure REST API version 2024-10-01.
|
|
177
177
|
|
|
178
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
178
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -147,7 +147,7 @@ def get_protected_item(container_name: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
Uses Azure REST API version 2024-10-01.
|
|
149
149
|
|
|
150
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
150
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
:param str container_name: Container name associated with the backed up item.
|
|
@@ -189,7 +189,7 @@ def get_protected_item_output(container_name: Optional[pulumi.Input[str]] = None
|
|
|
189
189
|
|
|
190
190
|
Uses Azure REST API version 2024-10-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
192
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str container_name: Container name associated with the backed up item.
|
|
@@ -144,7 +144,7 @@ def get_protection_container(container_name: Optional[str] = None,
|
|
|
144
144
|
|
|
145
145
|
Uses Azure REST API version 2024-10-01.
|
|
146
146
|
|
|
147
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param str container_name: Name of the container whose details need to be fetched.
|
|
@@ -179,7 +179,7 @@ def get_protection_container_output(container_name: Optional[pulumi.Input[str]]
|
|
|
179
179
|
|
|
180
180
|
Uses Azure REST API version 2024-10-01.
|
|
181
181
|
|
|
182
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
182
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
:param str container_name: Name of the container whose details need to be fetched.
|
|
@@ -145,7 +145,7 @@ def get_protection_intent(fabric_name: Optional[str] = None,
|
|
|
145
145
|
|
|
146
146
|
Uses Azure REST API version 2024-10-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param str fabric_name: Fabric name associated with the backed up item.
|
|
@@ -181,7 +181,7 @@ def get_protection_intent_output(fabric_name: Optional[pulumi.Input[str]] = None
|
|
|
181
181
|
|
|
182
182
|
Uses Azure REST API version 2024-10-01.
|
|
183
183
|
|
|
184
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
184
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
:param str fabric_name: Fabric name associated with the backed up item.
|
|
@@ -144,7 +144,7 @@ def get_protection_policy(policy_name: Optional[str] = None,
|
|
|
144
144
|
|
|
145
145
|
Uses Azure REST API version 2024-10-01.
|
|
146
146
|
|
|
147
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
147
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param str policy_name: Backup policy information to be fetched.
|
|
@@ -177,7 +177,7 @@ def get_protection_policy_output(policy_name: Optional[pulumi.Input[str]] = None
|
|
|
177
177
|
|
|
178
178
|
Uses Azure REST API version 2024-10-01.
|
|
179
179
|
|
|
180
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
180
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
:param str policy_name: Backup policy information to be fetched.
|
|
@@ -120,7 +120,7 @@ def get_replication_fabric(fabric_name: Optional[str] = None,
|
|
|
120
120
|
|
|
121
121
|
Uses Azure REST API version 2024-10-01.
|
|
122
122
|
|
|
123
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
:param str fabric_name: Fabric name.
|
|
@@ -153,7 +153,7 @@ def get_replication_fabric_output(fabric_name: Optional[pulumi.Input[str]] = Non
|
|
|
153
153
|
|
|
154
154
|
Uses Azure REST API version 2024-10-01.
|
|
155
155
|
|
|
156
|
-
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
156
|
+
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native recoveryservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
:param str fabric_name: Fabric name.
|