pulumi-azure-native 3.1.0a1744108580__py3-none-any.whl → 3.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +20 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/__init__.py +10 -0
- pulumi_azure_native/cognitiveservices/_enums.py +153 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
- pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
- pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
- pulumi_azure_native/cognitiveservices/get_project.py +223 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
- pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
- pulumi_azure_native/cognitiveservices/project.py +332 -0
- pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
- pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
- pulumi_azure_native/communication/__init__.py +2 -0
- pulumi_azure_native/communication/get_smtp_username.py +195 -0
- pulumi_azure_native/communication/smtp_username.py +294 -0
- pulumi_azure_native/compute/_enums.py +1 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +9 -0
- pulumi_azure_native/containerinstance/_inputs.py +82 -2
- pulumi_azure_native/containerinstance/cg_profile.py +835 -0
- pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
- pulumi_azure_native/containerinstance/outputs.py +169 -2
- pulumi_azure_native/containerregistry/agent_pool.py +5 -1
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_task.py +4 -0
- pulumi_azure_native/containerregistry/get_task_run.py +4 -0
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
- pulumi_azure_native/containerregistry/list_task_details.py +4 -0
- pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/task.py +5 -1
- pulumi_azure_native/containerregistry/task_run.py +5 -1
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +5 -1
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datareplication/__init__.py +6 -0
- pulumi_azure_native/datareplication/_enums.py +23 -0
- pulumi_azure_native/datareplication/_inputs.py +1005 -18
- pulumi_azure_native/datareplication/fabric_agent.py +234 -0
- pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
- pulumi_azure_native/datareplication/outputs.py +1063 -33
- pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
- pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
- pulumi_azure_native/devcenter/__init__.py +1 -0
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devhub/__init__.py +1 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
- pulumi_azure_native/durabletask/__init__.py +3 -0
- pulumi_azure_native/durabletask/_enums.py +31 -0
- pulumi_azure_native/durabletask/_inputs.py +96 -0
- pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
- pulumi_azure_native/durabletask/get_scheduler.py +4 -0
- pulumi_azure_native/durabletask/get_task_hub.py +4 -0
- pulumi_azure_native/durabletask/outputs.py +109 -0
- pulumi_azure_native/durabletask/retention_policy.py +215 -0
- pulumi_azure_native/durabletask/scheduler.py +5 -1
- pulumi_azure_native/durabletask/task_hub.py +5 -1
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
- pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
- pulumi_azure_native/marketplace/private_store_collection.py +5 -1
- pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
- pulumi_azure_native/migrate/__init__.py +14 -0
- pulumi_azure_native/migrate/_enums.py +802 -16
- pulumi_azure_native/migrate/_inputs.py +2569 -116
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
- pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
- pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/outputs.py +2518 -164
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +2 -0
- pulumi_azure_native/netapp/_inputs.py +212 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +212 -0
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/powerplatform/_inputs.py +5 -63
- pulumi_azure_native/powerplatform/outputs.py +3 -56
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/servicefabric/application.py +5 -1
- pulumi_azure_native/servicefabric/application_type.py +5 -1
- pulumi_azure_native/servicefabric/application_type_version.py +5 -1
- pulumi_azure_native/servicefabric/get_application.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_service.py +4 -0
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +5 -1
- pulumi_azure_native/storageactions/_inputs.py +10 -10
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +21 -0
- pulumi_azure_native/storagecache/auto_export_job.py +504 -0
- pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/top_level.txt +0 -0
{pulumi_azure_native-3.1.0a1744108580.dist-info → pulumi_azure_native-3.2.0.dist-info}/RECORD
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
pulumi_azure_native/__init__.py,sha256=
|
|
1
|
+
pulumi_azure_native/__init__.py,sha256=vm7egDYnbIh2ol0m8_V-TKQwDoEDfmhvR5EQutPrVNM,225874
|
|
2
2
|
pulumi_azure_native/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
3
3
|
pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
|
|
4
|
-
pulumi_azure_native/pulumi-plugin.json,sha256=
|
|
4
|
+
pulumi_azure_native/pulumi-plugin.json,sha256=mWXgobsYa0PqYrou71jntn2vuvFXGpPwlGChzJC8_PI,71
|
|
5
5
|
pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
pulumi_azure_native/aad/__init__.py,sha256=uUYQ7OMTzz0aBRf7WUy4_pmDmcX8soKqpkM_c4tC7sQ,442
|
|
7
7
|
pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
|
|
@@ -1012,15 +1012,15 @@ pulumi_azure_native/azurestack/registration.py,sha256=_-dvj8ndPJPrdeqH8293NPRGwX
|
|
|
1012
1012
|
pulumi_azure_native/azurestackhci/__init__.py,sha256=_P9Hkn_zszOb4LosxaIae0KhiJK045oAdWbTDiNqR2Q,1924
|
|
1013
1013
|
pulumi_azure_native/azurestackhci/_enums.py,sha256=0yxDtYtA5PFuIGF5Gb_wzm4YNlTUaKw5fJW6CyI60Ec,13403
|
|
1014
1014
|
pulumi_azure_native/azurestackhci/_inputs.py,sha256=AIu-KB8gZgfwI86iy47iGAh_E6WnHFeN9aShdmQ_Kd4,300187
|
|
1015
|
-
pulumi_azure_native/azurestackhci/arc_setting.py,sha256=
|
|
1016
|
-
pulumi_azure_native/azurestackhci/cluster.py,sha256=
|
|
1017
|
-
pulumi_azure_native/azurestackhci/deployment_setting.py,sha256=
|
|
1018
|
-
pulumi_azure_native/azurestackhci/extension.py,sha256=
|
|
1015
|
+
pulumi_azure_native/azurestackhci/arc_setting.py,sha256=mm3XaJBZcAF4N-NBOpcjAZKtyCvEsjWogMsrY6srvds,22172
|
|
1016
|
+
pulumi_azure_native/azurestackhci/cluster.py,sha256=5bi83PU2HIG88kyV6ozTpSYwT-BJOrdUJeXTy21yuko,33246
|
|
1017
|
+
pulumi_azure_native/azurestackhci/deployment_setting.py,sha256=G66Ph7fwWTVf4LBAp8FVmhA4U__8UsCFjkTbYSsOQdw,17498
|
|
1018
|
+
pulumi_azure_native/azurestackhci/extension.py,sha256=vI5RmKuXh2Kya6khMhkz0sJ02SMpeJejtpfe_okLgl0,24894
|
|
1019
1019
|
pulumi_azure_native/azurestackhci/gallery_image.py,sha256=RDMpM2F5WtLiGhT5xQs86yB0QqWHYq8ilKzesU_6EGA,28345
|
|
1020
|
-
pulumi_azure_native/azurestackhci/get_arc_setting.py,sha256=
|
|
1021
|
-
pulumi_azure_native/azurestackhci/get_cluster.py,sha256
|
|
1022
|
-
pulumi_azure_native/azurestackhci/get_deployment_setting.py,sha256=
|
|
1023
|
-
pulumi_azure_native/azurestackhci/get_extension.py,sha256=
|
|
1020
|
+
pulumi_azure_native/azurestackhci/get_arc_setting.py,sha256=1nrWU28WUemJbN3AwuxzAl2u7yTAGDe0Y2O0-Gh_cI0,14840
|
|
1021
|
+
pulumi_azure_native/azurestackhci/get_cluster.py,sha256=QlKY6g1Q8f6WRBYXzo41ozp0oxUt3GzTACMWz8F175o,26040
|
|
1022
|
+
pulumi_azure_native/azurestackhci/get_deployment_setting.py,sha256=_9R0IL4Lp6dK0Ua4q89ssSRMULVSmndjgiqYdNW-6Pg,11308
|
|
1023
|
+
pulumi_azure_native/azurestackhci/get_extension.py,sha256=INSyPALvR-7qjopgKIOBQWAWv5GsyrJfYVqggcjwi8E,15385
|
|
1024
1024
|
pulumi_azure_native/azurestackhci/get_gallery_image.py,sha256=PR4GC_lXev9wSOd_y5qZSLIBj_Dg-SD5vK4oQtXH4wE,15881
|
|
1025
1025
|
pulumi_azure_native/azurestackhci/get_guest_agent.py,sha256=smrksOclK29S-50R6suWvq03cMkHT54kg5O7xaAl8-g,8738
|
|
1026
1026
|
pulumi_azure_native/azurestackhci/get_hci_edge_device.py,sha256=SF5njT3yCWtuoYTBgZbSHUAOm5ZSfBWt019lSgIj4kE,6745
|
|
@@ -1032,18 +1032,18 @@ pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py,sha256=mgfXDG
|
|
|
1032
1032
|
pulumi_azure_native/azurestackhci/get_network_interface.py,sha256=4yMhvWjQ914YPrbeK0ACpMwU3rPhfo_QRDsPZPWPLzI,13292
|
|
1033
1033
|
pulumi_azure_native/azurestackhci/get_network_security_group.py,sha256=e4-qKKlJ8om6EJClwwO3CojQW0pbH6rXybdz0QooSR0,11963
|
|
1034
1034
|
pulumi_azure_native/azurestackhci/get_security_rule.py,sha256=aR3w4F-uh61eEo2Sq2jUqQ5ZfDTewHkbKWvLZ4Nws8M,14542
|
|
1035
|
-
pulumi_azure_native/azurestackhci/get_security_setting.py,sha256=
|
|
1035
|
+
pulumi_azure_native/azurestackhci/get_security_setting.py,sha256=J_-TZWyBhJ8mzdAck3ZM09n8GxvERn-foS_YxEp3vXE,11543
|
|
1036
1036
|
pulumi_azure_native/azurestackhci/get_storage_container.py,sha256=SLby8APOwMaXMM7sC6Al49VYiR72tuajTcTRVvPrfYA,10196
|
|
1037
|
-
pulumi_azure_native/azurestackhci/get_update.py,sha256=
|
|
1038
|
-
pulumi_azure_native/azurestackhci/get_update_run.py,sha256=
|
|
1039
|
-
pulumi_azure_native/azurestackhci/get_update_summary.py,sha256=
|
|
1037
|
+
pulumi_azure_native/azurestackhci/get_update.py,sha256=awew1dPGfHXZ1fl8iIpG4c0KboVrlJGQ8KDwylgM2lI,19261
|
|
1038
|
+
pulumi_azure_native/azurestackhci/get_update_run.py,sha256=pV-_8-qcUrvxCcLSqzcwIzmZIe7-Opu9gLam_gpBwKs,15955
|
|
1039
|
+
pulumi_azure_native/azurestackhci/get_update_summary.py,sha256=BMvCwkdqJftyhqoYYe8yjQuIwW9TklsHfWy48p4J5HU,13556
|
|
1040
1040
|
pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py,sha256=lEzirvxQfM6Qi8S5snUVgxdLq11hlAOzC_Lm4UcoYWE,16342
|
|
1041
1041
|
pulumi_azure_native/azurestackhci/get_virtual_machine.py,sha256=Nxf7JsQhoXzIEOyKa8oJTw2pGGz-dvBb_mTg-SgYpp4,14127
|
|
1042
1042
|
pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py,sha256=M8VgBWFpyGaETTkaNgqqZmMKK_5NIWidCKUjiuF7auc,16786
|
|
1043
1043
|
pulumi_azure_native/azurestackhci/get_virtual_network.py,sha256=hGBCajY2BoNfJHBEahOP8sgm9HZtkiStThLhAD7GfrU,11917
|
|
1044
1044
|
pulumi_azure_native/azurestackhci/guest_agent.py,sha256=pmQup0DhIAgYiyXRyubV8bEQlfGFHFZsuZoSEPRuYx4,11909
|
|
1045
|
-
pulumi_azure_native/azurestackhci/hci_edge_device.py,sha256=
|
|
1046
|
-
pulumi_azure_native/azurestackhci/hci_edge_device_job.py,sha256=
|
|
1045
|
+
pulumi_azure_native/azurestackhci/hci_edge_device.py,sha256=MS0BG-fCKYGOSWNPS7ORtzyph_zIbdubhlzTHPqlCr4,10936
|
|
1046
|
+
pulumi_azure_native/azurestackhci/hci_edge_device_job.py,sha256=c7y7OabxV9mRmu4Qk5ECV2lsIT7DkJriZ5KkAQEmIfc,11684
|
|
1047
1047
|
pulumi_azure_native/azurestackhci/hybrid_identity_metadatum.py,sha256=KZp7L-pZoHhWC7rE-C4IqixOGQdE4XYC_LE9cvmH8H4,11777
|
|
1048
1048
|
pulumi_azure_native/azurestackhci/logical_network.py,sha256=lVcz6m5DtWKRppn0DmOFX6vWbYkP4LB9ERzpqTv_l2o,18587
|
|
1049
1049
|
pulumi_azure_native/azurestackhci/machine_extension.py,sha256=dgmNdNCdMDGGpjjDOFdz1rmr2YMQInu9LbvNwFWM80w,20958
|
|
@@ -1052,11 +1052,11 @@ pulumi_azure_native/azurestackhci/network_interface.py,sha256=75604JMSyM9V8yZdzd
|
|
|
1052
1052
|
pulumi_azure_native/azurestackhci/network_security_group.py,sha256=SZrAcGaqGBcwcFszDa04gQtXcgbCtY1wl_2fCZqJ4us,15216
|
|
1053
1053
|
pulumi_azure_native/azurestackhci/outputs.py,sha256=c7reKW7zp22Iip6E_Sb7DrYBImzpp3sbsOv9Jom9HsU,445338
|
|
1054
1054
|
pulumi_azure_native/azurestackhci/security_rule.py,sha256=aiw7tIymGTUrvJB63NqfAZIeyrZ-X84ynVFa73NEiTc,26259
|
|
1055
|
-
pulumi_azure_native/azurestackhci/security_setting.py,sha256=
|
|
1055
|
+
pulumi_azure_native/azurestackhci/security_setting.py,sha256=VKpjODy298DB1lvVWgXRhcI-MiYbKJbvWoABtmQO1bY,17516
|
|
1056
1056
|
pulumi_azure_native/azurestackhci/storage_container.py,sha256=T-_P20JEK5uPQpkJjzh95C9Muw5e4Kq2oe_RuFnUlMI,15278
|
|
1057
|
-
pulumi_azure_native/azurestackhci/update.py,sha256=
|
|
1058
|
-
pulumi_azure_native/azurestackhci/update_run.py,sha256=
|
|
1059
|
-
pulumi_azure_native/azurestackhci/update_summary.py,sha256=
|
|
1057
|
+
pulumi_azure_native/azurestackhci/update.py,sha256=kZbm_xPrt8tkjZr1jTstnyJT4pZNB6N3Z5V4pUuQj8Q,35467
|
|
1058
|
+
pulumi_azure_native/azurestackhci/update_run.py,sha256=Z7T2kBXwDYzV8U0WBJ-e0WgemfkFjA4CFDY5k2rQirE,29134
|
|
1059
|
+
pulumi_azure_native/azurestackhci/update_summary.py,sha256=46meDU0mHrc6fdttsVsVz-fmzzZhmB4iUuGkiJei-s0,22269
|
|
1060
1060
|
pulumi_azure_native/azurestackhci/virtual_hard_disk.py,sha256=DEY1xvdaT7H8RxrSRu-GJh7W5TAU3ZSbIsg9iQLuqWg,27967
|
|
1061
1061
|
pulumi_azure_native/azurestackhci/virtual_machine.py,sha256=drDL0SKavYF7ufP6su4F_TnS81iOcKV2njKoG05QXL4,23887
|
|
1062
1062
|
pulumi_azure_native/azurestackhci/virtual_machine_instance.py,sha256=X8qxJSbKNVPv_AJvdTOD_izf5HMNnhhr2EA92aMxVio,28121
|
|
@@ -1140,43 +1140,43 @@ pulumi_azure_native/botservice/private_endpoint_connection.py,sha256=AaMCtyStU7j
|
|
|
1140
1140
|
pulumi_azure_native/cdn/__init__.py,sha256=pnNyOJLLsTOKpSViPIfuy5It9kv0Ve_umPZKUj6BhQY,1388
|
|
1141
1141
|
pulumi_azure_native/cdn/_enums.py,sha256=Sw-MJ0jPT2nf9FPKA6mfTt6OrrAytu3AKglM02otjA0,24060
|
|
1142
1142
|
pulumi_azure_native/cdn/_inputs.py,sha256=gSUtG5oQst53dl6gGq60SFC_6bjg2UgjxOux5XeWZm0,337475
|
|
1143
|
-
pulumi_azure_native/cdn/afd_custom_domain.py,sha256=
|
|
1144
|
-
pulumi_azure_native/cdn/afd_endpoint.py,sha256=
|
|
1145
|
-
pulumi_azure_native/cdn/afd_origin.py,sha256=
|
|
1146
|
-
pulumi_azure_native/cdn/afd_origin_group.py,sha256=
|
|
1143
|
+
pulumi_azure_native/cdn/afd_custom_domain.py,sha256=h2uCO_1WLDRpPlQYEi4TlwPqPSblITwehlOR0OGRIMg,21034
|
|
1144
|
+
pulumi_azure_native/cdn/afd_endpoint.py,sha256=pNFFHJ_3hWaAktnY9_2GokGYVCiLkkXWQzdaea6XLtY,17525
|
|
1145
|
+
pulumi_azure_native/cdn/afd_origin.py,sha256=0Z8J87thP9HyCSC0LgAr8-BxRKAvhAg1sgrpP1HIoN8,29411
|
|
1146
|
+
pulumi_azure_native/cdn/afd_origin_group.py,sha256=nsaJDk7QvvQChm17AKl2WBsBzEuEbySGxzPFDk8yljA,19570
|
|
1147
1147
|
pulumi_azure_native/cdn/afd_target_group.py,sha256=V5k8sJGvkv_esnSoxZzhJBf60NQkKZwupL0j7YfTwzU,11254
|
|
1148
|
-
pulumi_azure_native/cdn/custom_domain.py,sha256=
|
|
1149
|
-
pulumi_azure_native/cdn/endpoint.py,sha256=
|
|
1150
|
-
pulumi_azure_native/cdn/get_afd_custom_domain.py,sha256=
|
|
1151
|
-
pulumi_azure_native/cdn/get_afd_endpoint.py,sha256=
|
|
1152
|
-
pulumi_azure_native/cdn/get_afd_origin.py,sha256=
|
|
1153
|
-
pulumi_azure_native/cdn/get_afd_origin_group.py,sha256=
|
|
1148
|
+
pulumi_azure_native/cdn/custom_domain.py,sha256=35iTbCVAsjY1R9nIu_rDaLn3y2M8f7fPxzSgPEcjzyE,15619
|
|
1149
|
+
pulumi_azure_native/cdn/endpoint.py,sha256=BqXqH1ISHygs1MNMHLJ7jKm-ipdh85FHkNsmeqQa7Ps,46763
|
|
1150
|
+
pulumi_azure_native/cdn/get_afd_custom_domain.py,sha256=xLsXd4DgYAfqRxucjq-6JH37xSmp4kdjByOWjXfvCao,14448
|
|
1151
|
+
pulumi_azure_native/cdn/get_afd_endpoint.py,sha256=wMyAQX1-vrsvCJ7vr28Eu1a3Y7oycV3kKGPUEc28ARs,12175
|
|
1152
|
+
pulumi_azure_native/cdn/get_afd_origin.py,sha256=XIxxyu6SxTw8ouswh8UfC9mDLiFakmLDON0o3OIkD40,16411
|
|
1153
|
+
pulumi_azure_native/cdn/get_afd_origin_group.py,sha256=ulB22pWs_N0BKXSnSpc18_907O_mQgGFIYRp8G3CFm0,12686
|
|
1154
1154
|
pulumi_azure_native/cdn/get_afd_target_group.py,sha256=AxrvNjlz_nCYQAU9jz0HSR7wyC_ZSLmgKA3lPy7qWqs,8056
|
|
1155
|
-
pulumi_azure_native/cdn/get_custom_domain.py,sha256=
|
|
1156
|
-
pulumi_azure_native/cdn/get_endpoint.py,sha256=
|
|
1155
|
+
pulumi_azure_native/cdn/get_custom_domain.py,sha256=0uCKrlgiRDYSeFR2Yno0xhQY78Hrq4KOKZZp7-qEhsE,12442
|
|
1156
|
+
pulumi_azure_native/cdn/get_endpoint.py,sha256=mHtDsYT_2x4yUDzTbdB8hBuF9Xktdq6uf8utTaOjSDc,23395
|
|
1157
1157
|
pulumi_azure_native/cdn/get_key_group.py,sha256=bvVOHdndoMJgYQsiGV3dMXVzo10P9_o-XZzdPFme2I0,8426
|
|
1158
|
-
pulumi_azure_native/cdn/get_origin.py,sha256=
|
|
1159
|
-
pulumi_azure_native/cdn/get_origin_group.py,sha256=
|
|
1160
|
-
pulumi_azure_native/cdn/get_policy.py,sha256=
|
|
1161
|
-
pulumi_azure_native/cdn/get_profile.py,sha256=
|
|
1162
|
-
pulumi_azure_native/cdn/get_profile_supported_optimization_types.py,sha256=
|
|
1163
|
-
pulumi_azure_native/cdn/get_route.py,sha256=
|
|
1164
|
-
pulumi_azure_native/cdn/get_rule.py,sha256=
|
|
1165
|
-
pulumi_azure_native/cdn/get_rule_set.py,sha256=
|
|
1166
|
-
pulumi_azure_native/cdn/get_secret.py,sha256=
|
|
1167
|
-
pulumi_azure_native/cdn/get_security_policy.py,sha256=
|
|
1158
|
+
pulumi_azure_native/cdn/get_origin.py,sha256=f6BS9CHmMsBNt5WP2Kdnh_N8yeIErLgqcyxSgHxM3PI,16899
|
|
1159
|
+
pulumi_azure_native/cdn/get_origin_group.py,sha256=MkZnplnTJBwhAehxmUSN2rtuy8qdrjVkNjFeczUThnA,12587
|
|
1160
|
+
pulumi_azure_native/cdn/get_policy.py,sha256=loIVnNHT1Of5EqWGRVSxqUypDrLVYr9ePEaJxIA67dA,13448
|
|
1161
|
+
pulumi_azure_native/cdn/get_profile.py,sha256=cWnSyCAh67m9xg4W_cIw1O_m6h6WzGfS21QF0OzYfH4,13344
|
|
1162
|
+
pulumi_azure_native/cdn/get_profile_supported_optimization_types.py,sha256=1p64luTlsT48PwfoVqCmLldrEpNAAKFV5a4A5dh4tLw,5295
|
|
1163
|
+
pulumi_azure_native/cdn/get_route.py,sha256=e8-fIDYUKZ7dfZ0ln6X7sLuJ5zLZp9x4kNykCwWnj10,16634
|
|
1164
|
+
pulumi_azure_native/cdn/get_rule.py,sha256=Zl21HUeI9cilazJn4mRvJ8mT4CihjSf0Qp3AjHZtKPk,11505
|
|
1165
|
+
pulumi_azure_native/cdn/get_rule_set.py,sha256=3dNuJLWLL58y61cBcOwVnW-STsZBeI3o8DWnpOtFdNg,8667
|
|
1166
|
+
pulumi_azure_native/cdn/get_secret.py,sha256=ivMs8wN_YriargvtkCf8gU49JJtLeE_1H0pO2oepiGg,8928
|
|
1167
|
+
pulumi_azure_native/cdn/get_security_policy.py,sha256=4z-u7r4fq9Ax1DVR2BtpHidWvS1z6rBwv3m-i6SR43w,9291
|
|
1168
1168
|
pulumi_azure_native/cdn/get_tunnel_policy.py,sha256=65TGddWEI7k5UX2GeFY5pgvjCzVmLv9v7_P6_G0lsh8,9126
|
|
1169
1169
|
pulumi_azure_native/cdn/key_group.py,sha256=M_qX1Tk16m1lPvR5600QfXwGGNEndiXoSlAbLNHue2Y,11687
|
|
1170
|
-
pulumi_azure_native/cdn/origin.py,sha256=
|
|
1171
|
-
pulumi_azure_native/cdn/origin_group.py,sha256=
|
|
1170
|
+
pulumi_azure_native/cdn/origin.py,sha256=EgidILJoXA_oJ16VYgJ5ui2tpJsJrzbFlakQqmkJR-s,29522
|
|
1171
|
+
pulumi_azure_native/cdn/origin_group.py,sha256=vhHoAMOmRp7GfEEHjcc57XzNByNzmvuHpUGkaSM4Rf4,21277
|
|
1172
1172
|
pulumi_azure_native/cdn/outputs.py,sha256=7t_Zg0L_yXLm4zYDVEQ-aouSAowCFlq3vJ7n76ixNIY,274213
|
|
1173
|
-
pulumi_azure_native/cdn/policy.py,sha256=
|
|
1174
|
-
pulumi_azure_native/cdn/profile.py,sha256=
|
|
1175
|
-
pulumi_azure_native/cdn/route.py,sha256=
|
|
1176
|
-
pulumi_azure_native/cdn/rule.py,sha256=
|
|
1177
|
-
pulumi_azure_native/cdn/rule_set.py,sha256=
|
|
1178
|
-
pulumi_azure_native/cdn/secret.py,sha256=
|
|
1179
|
-
pulumi_azure_native/cdn/security_policy.py,sha256=
|
|
1173
|
+
pulumi_azure_native/cdn/policy.py,sha256=GeJnjvAVrYJYU0uSMcTCuzbh7EuecCSm1ZI_paNmK0Y,21556
|
|
1174
|
+
pulumi_azure_native/cdn/profile.py,sha256=_DfhspgifhwfdRCy3rUEXuea1VeFH32yOJnRbj2VjcE,20053
|
|
1175
|
+
pulumi_azure_native/cdn/route.py,sha256=UkNtBMrP3TbOHcGbGotzlW2pCFr1hW1STmL5GT1nEX0,30565
|
|
1176
|
+
pulumi_azure_native/cdn/rule.py,sha256=KWOrwqmn67bISO9IqQngCgHc8kVA_TufvRTCo12CDkA,30662
|
|
1177
|
+
pulumi_azure_native/cdn/rule_set.py,sha256=sbOvrK2-ik6rYlnatXm_3QBFNlSntf33wCu0MwM7YHI,10876
|
|
1178
|
+
pulumi_azure_native/cdn/secret.py,sha256=aTLNAAJ77VJWv7H_37S7cRFwv9nPfE1ov9OK1dTaYJ0,13568
|
|
1179
|
+
pulumi_azure_native/cdn/security_policy.py,sha256=bAm94lSIkiUz0iYBc2dvF4P9OXXwPA8ZuHCmQM_dVSc,12862
|
|
1180
1180
|
pulumi_azure_native/cdn/tunnel_policy.py,sha256=u-ZKpD6eKcEIlifoBZvPDc7VDWysrL11lwRIOFzXjy0,14219
|
|
1181
1181
|
pulumi_azure_native/certificateregistration/__init__.py,sha256=1kmOLkq07ZZo1SA6Fc107A0l4Okojf0bWNMEsfbApHQ,530
|
|
1182
1182
|
pulumi_azure_native/certificateregistration/_enums.py,sha256=Hcmcanckao9EGYV5y9ESRKz0yECBCaPMiLJ_gGZtBJ0,471
|
|
@@ -1265,32 +1265,42 @@ pulumi_azure_native/codesigning/code_signing_account.py,sha256=TgNydKtwMnDD1uwBx
|
|
|
1265
1265
|
pulumi_azure_native/codesigning/get_certificate_profile.py,sha256=4bMXQvZVAug2bJIl56GsM_2T3jC8oZ75mYhl7-J5-M4,12942
|
|
1266
1266
|
pulumi_azure_native/codesigning/get_code_signing_account.py,sha256=f5BFqWSiA1t_vcEuPLGtv4s12FnR29pyETcF_4EcgHQ,9230
|
|
1267
1267
|
pulumi_azure_native/codesigning/outputs.py,sha256=oEjqPvHzMz6DQhQhrzAgYSy5bjbHQMaY184s6AcP__E,5177
|
|
1268
|
-
pulumi_azure_native/cognitiveservices/__init__.py,sha256=
|
|
1269
|
-
pulumi_azure_native/cognitiveservices/_enums.py,sha256=
|
|
1270
|
-
pulumi_azure_native/cognitiveservices/_inputs.py,sha256=
|
|
1268
|
+
pulumi_azure_native/cognitiveservices/__init__.py,sha256=oSkOT7syPg4-ykD7erIVtrL0PejYFkvobO1O__Dqgqs,1399
|
|
1269
|
+
pulumi_azure_native/cognitiveservices/_enums.py,sha256=dRD1PwOQwukKZkWxIUh8JejHIcs1IOlFRmjTqNQOtqg,8148
|
|
1270
|
+
pulumi_azure_native/cognitiveservices/_inputs.py,sha256=tqdoz9UI41Umw_VCTqaO1iYolAn2H-Uhwv6aCMu2rEA,225882
|
|
1271
1271
|
pulumi_azure_native/cognitiveservices/account.py,sha256=CIo4Ja7McImSZFU2s_p0ejrDkJptGGjqbtZvNrdR9vM,16460
|
|
1272
|
+
pulumi_azure_native/cognitiveservices/account_capability_host.py,sha256=sSUAYgpF5TZqjD5kuYBhox5AOvvs_qa6e-Jr0t4Upnk,10249
|
|
1273
|
+
pulumi_azure_native/cognitiveservices/account_connection.py,sha256=cqeF44_1LrpMja42BSIN70V4qi4YY11wMt7SBeFRVIE,14879
|
|
1272
1274
|
pulumi_azure_native/cognitiveservices/commitment_plan.py,sha256=BNock2QwegEYR3Md408CND9G9zf7Tpo9l_XTZbEeDDM,16417
|
|
1273
1275
|
pulumi_azure_native/cognitiveservices/commitment_plan_association.py,sha256=eBVFhy0KlPFuAkXIZ8bxBBKyqbzXM0JSgk-LirkHIZg,13248
|
|
1274
1276
|
pulumi_azure_native/cognitiveservices/deployment.py,sha256=wbPNHle84FOzp1kIEX8GV5qBGZaf28GvElRalsIPudc,14104
|
|
1275
1277
|
pulumi_azure_native/cognitiveservices/encryption_scope.py,sha256=NltfSt4WwwnwCICjHwtKriCmaUlVDC6fsQTUMGM0c_Y,12832
|
|
1276
1278
|
pulumi_azure_native/cognitiveservices/get_account.py,sha256=1I6xbJkwQ6RlRUFg70zlOQijTFlQryZQNKoCjPSADSI,9990
|
|
1279
|
+
pulumi_azure_native/cognitiveservices/get_account_capability_host.py,sha256=EfE0iw4IxiQDMcyrIdSN4pw4aDsHrhKPlp-GFO8J5-k,6707
|
|
1280
|
+
pulumi_azure_native/cognitiveservices/get_account_connection.py,sha256=DswZ0F-WPYCnX-rlwTIqAmRxdXoJIn6qcXUVYycmPWY,6139
|
|
1277
1281
|
pulumi_azure_native/cognitiveservices/get_commitment_plan.py,sha256=lQhQ7jELbFWfzsNre5ofHmczzI06s1G55P-TL0EMBuw,10104
|
|
1278
1282
|
pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py,sha256=sh0x80tQegAia0sDeiasnT6mnx004H_oZOaQSYKTTOc,9068
|
|
1279
1283
|
pulumi_azure_native/cognitiveservices/get_deployment.py,sha256=JA8V4InfODxToVM-Nh4a70S9DZGV9zmMfO3DgyYCQY4,8948
|
|
1280
1284
|
pulumi_azure_native/cognitiveservices/get_encryption_scope.py,sha256=9qEFzCkmh320OXExcQSboXVeY-y6e5Wy46wNXjnLtLs,8634
|
|
1281
1285
|
pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py,sha256=qnVNQUtCYoqHyQfYCzmxmL5kCQMfOH6NV6kI7Fop43s,9103
|
|
1286
|
+
pulumi_azure_native/cognitiveservices/get_project.py,sha256=Ym1sEOcgMlarBj-RAnSkBWROpramb-rTpoOd7kZHLr8,8692
|
|
1287
|
+
pulumi_azure_native/cognitiveservices/get_project_capability_host.py,sha256=nUy4S0X5l0ivNy-nrRxSm1Z8m8vlpg-p7zvh9OUkMLg,7108
|
|
1288
|
+
pulumi_azure_native/cognitiveservices/get_project_connection.py,sha256=K7pj3M9StstbIDHUUrvv7D8UDTO92gXNkM1Q_4pgLQA,6530
|
|
1282
1289
|
pulumi_azure_native/cognitiveservices/get_rai_blocklist.py,sha256=1EvsWI_QYIWaPETpUGz1LI39I2l59QSP3UgZOfcx61Y,8514
|
|
1283
1290
|
pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py,sha256=ENHi9xKGEcNvVbCaaCS64QWQVlXeHubmfKyhl4nlCtw,9153
|
|
1284
1291
|
pulumi_azure_native/cognitiveservices/get_rai_policy.py,sha256=hiHtJrPfxB4wlBwWgluyLntkiPz2QF0lVj7_g_Rz8Yk,8401
|
|
1285
1292
|
pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py,sha256=mh9tYE0UF5enx4l-xULEPWTX-V47xmnlU0UaJD8lXLE,9861
|
|
1286
1293
|
pulumi_azure_native/cognitiveservices/list_account_keys.py,sha256=KOaz41CBL4C4UNCorF-PgTh0_Cp_mXrm3bvtSoEJWMQ,4619
|
|
1287
|
-
pulumi_azure_native/cognitiveservices/outputs.py,sha256=
|
|
1294
|
+
pulumi_azure_native/cognitiveservices/outputs.py,sha256=6-rRQiZAAUDFlumR28myFPgciqVA4yGdHartKRCCMpY,218951
|
|
1288
1295
|
pulumi_azure_native/cognitiveservices/private_endpoint_connection.py,sha256=F_DU8ELc5qISD2bVhvVLzdwDgZ7zDimYZ8OVT5glnbk,13903
|
|
1296
|
+
pulumi_azure_native/cognitiveservices/project.py,sha256=vv-pePeEUbv0in3ZKpkiBZFrIYnx1VgUHRElB58FEJQ,13580
|
|
1297
|
+
pulumi_azure_native/cognitiveservices/project_capability_host.py,sha256=zXtgGUVJa1r5pALTF3492mHkP5aAiBJ_755JHS8-TuQ,11239
|
|
1298
|
+
pulumi_azure_native/cognitiveservices/project_connection.py,sha256=g94MA5TAPMMZVI2FHL5_VP_LYWSTnnPlMm4clnBfkz4,15869
|
|
1289
1299
|
pulumi_azure_native/cognitiveservices/rai_blocklist.py,sha256=Fs-xpL07YIcsAdHcsOr33PRHzzwKRf_ZQlP2TgRcwGU,12638
|
|
1290
1300
|
pulumi_azure_native/cognitiveservices/rai_blocklist_item.py,sha256=LUbBNVAGTgW05NA03lAbcih-aUvSr3ljcc2JCGRDVF0,14033
|
|
1291
1301
|
pulumi_azure_native/cognitiveservices/rai_policy.py,sha256=JYOHhqYMOTpDwahV7JXZ2LsoU5EFhRYS-PUisYHmEZs,12486
|
|
1292
1302
|
pulumi_azure_native/cognitiveservices/shared_commitment_plan.py,sha256=SNE7E-FcGBS9VfEf7q2MVRg024FccctI_OISfq8e4og,15364
|
|
1293
|
-
pulumi_azure_native/communication/__init__.py,sha256=
|
|
1303
|
+
pulumi_azure_native/communication/__init__.py,sha256=tl9Ts3aMTcfkFXj0kyLu41FvqDhY7GSyC4KOrCwywMY,833
|
|
1294
1304
|
pulumi_azure_native/communication/_enums.py,sha256=5gnQ7EjaDUc4nkPnYTo3K4OQQBwvanNDx5_hxvSOaVQ,1054
|
|
1295
1305
|
pulumi_azure_native/communication/_inputs.py,sha256=F3GDxYyYXPmynb5NH1DeLPF7YMBsNpp712vtCt76mjE,3930
|
|
1296
1306
|
pulumi_azure_native/communication/communication_service.py,sha256=SPgYLTQcGNAp_Fi3T_zuAwvtKjfy3ZiPqO7xlXfFkyE,17810
|
|
@@ -1300,11 +1310,13 @@ pulumi_azure_native/communication/get_communication_service.py,sha256=6raevnXUXu
|
|
|
1300
1310
|
pulumi_azure_native/communication/get_domain.py,sha256=JL50CwTAJ2M3xBbYs2g7HvOcu_beMI9j6vWXs5vew4s,13446
|
|
1301
1311
|
pulumi_azure_native/communication/get_email_service.py,sha256=1GI4mzmrEE457nVKauqQZhIHIrlOtnVAGSrCBU_71tw,8798
|
|
1302
1312
|
pulumi_azure_native/communication/get_sender_username.py,sha256=xm2kMx-xCGyXX54CKUscEcT_wsrI33-Lp4THBY7ePU4,9795
|
|
1313
|
+
pulumi_azure_native/communication/get_smtp_username.py,sha256=OYVu6W1luDMbJf458OISTeIK7Texfdeca36ga54q4xo,8064
|
|
1303
1314
|
pulumi_azure_native/communication/get_suppression_list.py,sha256=f0DyDxcJldn4f7dF-lYAVMi7pFh3KSRfmmyyzpi-C08,10006
|
|
1304
1315
|
pulumi_azure_native/communication/get_suppression_list_address.py,sha256=LwYab6TsplwGXaEowFWcyawG2rozgY-jgkNGeQL7LWE,11254
|
|
1305
1316
|
pulumi_azure_native/communication/list_communication_service_keys.py,sha256=XwjWD2xv31aV4rCXkyfGJrVajgbvRK3EdtRpakuenX4,6917
|
|
1306
1317
|
pulumi_azure_native/communication/outputs.py,sha256=v-yFfy8wwa0lqkwZV4R2s099MYpAP_dT-9z942lwz8A,20686
|
|
1307
1318
|
pulumi_azure_native/communication/sender_username.py,sha256=3tA42sPQJn_YGKQAJitT8Xw2tuaLWmN3Y9lB7F60lYg,13854
|
|
1319
|
+
pulumi_azure_native/communication/smtp_username.py,sha256=1eDaEv6dSuXqZ2AvZ6yZDEksJfhpkuDxYc9emQGmJG0,12532
|
|
1308
1320
|
pulumi_azure_native/communication/suppression_list.py,sha256=mqBu80OwKsh9zIr3uLkX0NllNfq2yjr5taR8QpsoNu4,13046
|
|
1309
1321
|
pulumi_azure_native/communication/suppression_list_address.py,sha256=YsVv4MTdyjdtB1VgjqvsEnd8W82y5EOjnLIx5NmFn04,16811
|
|
1310
1322
|
pulumi_azure_native/community/__init__.py,sha256=uCSXLur9EvLG9CbyXx_WXpKT5SYljG7KFaP1WWRNl9s,390
|
|
@@ -1314,7 +1326,7 @@ pulumi_azure_native/community/community_training.py,sha256=9TwWwi1lmrE7x8_rRsOSJ
|
|
|
1314
1326
|
pulumi_azure_native/community/get_community_training.py,sha256=bp8KEQJRxee-ivLoPe5XT6rOUUz682Xb1K8P6KIPo8o,13585
|
|
1315
1327
|
pulumi_azure_native/community/outputs.py,sha256=E6tW-TthevmKVuJ4j9_toCodXxIMtjIwRNZ2hvrEp1g,13942
|
|
1316
1328
|
pulumi_azure_native/compute/__init__.py,sha256=rhnGUJh1Qv-pV77xqL2S7K_dFIuWef2UYVIEFYQR4bk,2940
|
|
1317
|
-
pulumi_azure_native/compute/_enums.py,sha256=
|
|
1329
|
+
pulumi_azure_native/compute/_enums.py,sha256=y2-4mzO5bJxn9MWlG7X5OaU0cjg23CkURvJO35e1nSw,43432
|
|
1318
1330
|
pulumi_azure_native/compute/_inputs.py,sha256=YP3Zni8cEXqxMWfmAEQ1y3R2R5Q3crl909W1oBiBvKw,819445
|
|
1319
1331
|
pulumi_azure_native/compute/availability_set.py,sha256=E8YqxTmhQU19X2pWNMSj4ulmMcFLHyZxecMFO4Zvi14,24683
|
|
1320
1332
|
pulumi_azure_native/compute/capacity_reservation.py,sha256=m2jBoJKXWq-1GxvwwsdjQzmg8e3Z8A_8lSIfpCn3E_o,20367
|
|
@@ -1471,95 +1483,97 @@ pulumi_azure_native/consumption/_inputs.py,sha256=yR8_BqeNuXXDiTg5JoJSZT_t5-ghW3
|
|
|
1471
1483
|
pulumi_azure_native/consumption/budget.py,sha256=pYaRX6zbqLaAqQdHanC43tcprsPq3n3u8Jjc-aXoFgc,23206
|
|
1472
1484
|
pulumi_azure_native/consumption/get_budget.py,sha256=EuUKn4_7i1XbhquInpWXqqvwZV1NGzHchBYAhKix1J4,12651
|
|
1473
1485
|
pulumi_azure_native/consumption/outputs.py,sha256=wvxCVM1FQHC_PQbLb54afRyFP--ppGWCMTfWvYgG0Qo,14906
|
|
1474
|
-
pulumi_azure_native/containerinstance/__init__.py,sha256
|
|
1475
|
-
pulumi_azure_native/containerinstance/_enums.py,sha256=
|
|
1476
|
-
pulumi_azure_native/containerinstance/_inputs.py,sha256=
|
|
1486
|
+
pulumi_azure_native/containerinstance/__init__.py,sha256=-tHx_pXoj17qbcbQpaDaSdRxFx6mgeNh4NokhZqlXvc,522
|
|
1487
|
+
pulumi_azure_native/containerinstance/_enums.py,sha256=XpTlT6stxTxLxlxf93Hr4WiwpwKt8j4qt4RAJMA5KJ4,3733
|
|
1488
|
+
pulumi_azure_native/containerinstance/_inputs.py,sha256=dTaOXywCRS7CgtRiwabhZgKYY7ms_6YUOVMb6XPYA2Q,103940
|
|
1489
|
+
pulumi_azure_native/containerinstance/cg_profile.py,sha256=250yo_0VTwFxSTVWgq1FK1NCVA1LFOLG91hxcAcEKWw,40711
|
|
1477
1490
|
pulumi_azure_native/containerinstance/container_group.py,sha256=HBLqxs_VZY5FaYxVd_9mHsW2ZkAIaS9ZBAC2N19PmQY,43885
|
|
1478
1491
|
pulumi_azure_native/containerinstance/container_group_profile.py,sha256=k3qRPeOCVE4AA7QWSa89YjW5bLISxAJAHLl7HOrdLYw,32732
|
|
1492
|
+
pulumi_azure_native/containerinstance/get_cg_profile.py,sha256=Z1d1Zwbm-zvaEhCy4iDvspWEIukzctL_oAW4avVA2XQ,19611
|
|
1479
1493
|
pulumi_azure_native/containerinstance/get_container_group.py,sha256=gWCrbqzLMgfQqGS78Bdl1ujFdG7amLV2qKOJQJ7Fz9Y,21880
|
|
1480
1494
|
pulumi_azure_native/containerinstance/get_container_group_profile.py,sha256=Yxv8pZbBg1tDhArwMM0zwcqx1iQh2-MI35k67icoM3o,16329
|
|
1481
|
-
pulumi_azure_native/containerinstance/outputs.py,sha256=
|
|
1495
|
+
pulumi_azure_native/containerinstance/outputs.py,sha256=RJUgnlqGnO3pvi-7DcSXrCckc0c8iDPGYnpke60GOg0,98876
|
|
1482
1496
|
pulumi_azure_native/containerregistry/__init__.py,sha256=SdCoU-pztaPPcmSBpPPb_EjTByf58f6pa0-dCHJQBIo,1642
|
|
1483
1497
|
pulumi_azure_native/containerregistry/_enums.py,sha256=5o09maKjeTYTgWVVO77USMBZeHcEZepIOU12gy0Zv2E,8072
|
|
1484
1498
|
pulumi_azure_native/containerregistry/_inputs.py,sha256=Wy1mQNBbGDNQws7PmY0mkmz5b3pqbRHQXQHaFFnK7dU,188605
|
|
1485
|
-
pulumi_azure_native/containerregistry/agent_pool.py,sha256=
|
|
1486
|
-
pulumi_azure_native/containerregistry/archife.py,sha256=
|
|
1487
|
-
pulumi_azure_native/containerregistry/archive_version.py,sha256=
|
|
1488
|
-
pulumi_azure_native/containerregistry/cache_rule.py,sha256=
|
|
1489
|
-
pulumi_azure_native/containerregistry/connected_registry.py,sha256=
|
|
1490
|
-
pulumi_azure_native/containerregistry/credential_set.py,sha256=
|
|
1491
|
-
pulumi_azure_native/containerregistry/export_pipeline.py,sha256=
|
|
1492
|
-
pulumi_azure_native/containerregistry/get_agent_pool.py,sha256=
|
|
1493
|
-
pulumi_azure_native/containerregistry/get_archife.py,sha256=
|
|
1494
|
-
pulumi_azure_native/containerregistry/get_archive_version.py,sha256=
|
|
1495
|
-
pulumi_azure_native/containerregistry/get_cache_rule.py,sha256=
|
|
1496
|
-
pulumi_azure_native/containerregistry/get_connected_registry.py,sha256=
|
|
1497
|
-
pulumi_azure_native/containerregistry/get_credential_set.py,sha256=
|
|
1498
|
-
pulumi_azure_native/containerregistry/get_export_pipeline.py,sha256=
|
|
1499
|
-
pulumi_azure_native/containerregistry/get_import_pipeline.py,sha256=
|
|
1500
|
-
pulumi_azure_native/containerregistry/get_pipeline_run.py,sha256=
|
|
1501
|
-
pulumi_azure_native/containerregistry/get_private_endpoint_connection.py,sha256=
|
|
1502
|
-
pulumi_azure_native/containerregistry/get_registry.py,sha256=
|
|
1503
|
-
pulumi_azure_native/containerregistry/get_replication.py,sha256=
|
|
1504
|
-
pulumi_azure_native/containerregistry/get_scope_map.py,sha256=
|
|
1505
|
-
pulumi_azure_native/containerregistry/get_task.py,sha256=
|
|
1506
|
-
pulumi_azure_native/containerregistry/get_task_run.py,sha256=
|
|
1507
|
-
pulumi_azure_native/containerregistry/get_token.py,sha256=
|
|
1508
|
-
pulumi_azure_native/containerregistry/get_webhook.py,sha256=
|
|
1509
|
-
pulumi_azure_native/containerregistry/get_webhook_callback_config.py,sha256=
|
|
1510
|
-
pulumi_azure_native/containerregistry/import_pipeline.py,sha256=
|
|
1511
|
-
pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py,sha256=
|
|
1512
|
-
pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py,sha256=
|
|
1513
|
-
pulumi_azure_native/containerregistry/list_registry_credentials.py,sha256=
|
|
1514
|
-
pulumi_azure_native/containerregistry/list_run_log_sas_url.py,sha256=
|
|
1515
|
-
pulumi_azure_native/containerregistry/list_task_details.py,sha256=
|
|
1516
|
-
pulumi_azure_native/containerregistry/list_task_run_details.py,sha256=
|
|
1517
|
-
pulumi_azure_native/containerregistry/list_webhook_events.py,sha256=
|
|
1499
|
+
pulumi_azure_native/containerregistry/agent_pool.py,sha256=JqQWRdbrBGNxaOi2A5xUUfwgjCYmRUc3wdyd5nE9ov0,16748
|
|
1500
|
+
pulumi_azure_native/containerregistry/archife.py,sha256=rvk_r3zpvdRdEZ5VKPjvtEBPx2YeotyWbPj0wKJ_mKg,15168
|
|
1501
|
+
pulumi_azure_native/containerregistry/archive_version.py,sha256=jdsp-5D0RAhZucrnNb3mP1biyRqQVlLxGEvbH1xYRlw,12510
|
|
1502
|
+
pulumi_azure_native/containerregistry/cache_rule.py,sha256=y5F6ogiQUMkc6fVjFpB_Q9oQrSKs182US6iSXKShkdQ,15017
|
|
1503
|
+
pulumi_azure_native/containerregistry/connected_registry.py,sha256=8h3r4J_84Tt2FmN9-vMY_fh_9RvtY6rZh3VccA9-2bg,22525
|
|
1504
|
+
pulumi_azure_native/containerregistry/credential_set.py,sha256=kbAZicOXKjwbLJBuChLY9GAogMASwC-OexqyLpWTONY,15619
|
|
1505
|
+
pulumi_azure_native/containerregistry/export_pipeline.py,sha256=kOBakcvCIzt6o8be1do4v4dUFu1Ab2GJpAT3LpqsTxQ,16499
|
|
1506
|
+
pulumi_azure_native/containerregistry/get_agent_pool.py,sha256=wk6GC9dAEbfEJIJmwSSG-6yOLIVxUElBlkwkPz6CJkA,10564
|
|
1507
|
+
pulumi_azure_native/containerregistry/get_archife.py,sha256=U6xNVjIsgcmgFIT6pO51Bfehu1M9PPo-JEI9SEoNtLo,10247
|
|
1508
|
+
pulumi_azure_native/containerregistry/get_archive_version.py,sha256=eM0b-3PlDR0F8fqM9iik_UZgGJZkDGMxE6OJ0NE3ezw,9077
|
|
1509
|
+
pulumi_azure_native/containerregistry/get_cache_rule.py,sha256=QUpPPudNPFv3LVADoMvpqwNEX0ZbpSqus9qAK6_K96I,10233
|
|
1510
|
+
pulumi_azure_native/containerregistry/get_connected_registry.py,sha256=2Z0_hrt9wCbZvWVQgekPFeecUleeAaPqMEQejN9x3Bg,15396
|
|
1511
|
+
pulumi_azure_native/containerregistry/get_credential_set.py,sha256=Bowi-e2KBfI5UcvfWNT3OL68xwr0zsbnwxObc-PQLKU,10138
|
|
1512
|
+
pulumi_azure_native/containerregistry/get_export_pipeline.py,sha256=t-UgVywP6bEAR7npISCZ0x4RMhSNzsg__hNpm5yFztM,9900
|
|
1513
|
+
pulumi_azure_native/containerregistry/get_import_pipeline.py,sha256=hFcr6-d02rqvm48Yau7amOr24yL2UwVo-qciYKFQhmM,10478
|
|
1514
|
+
pulumi_azure_native/containerregistry/get_pipeline_run.py,sha256=ZEtlqiERzjz2R8fWnRAsVKuamFHNUYCaYXiaP2HtDnQ,9446
|
|
1515
|
+
pulumi_azure_native/containerregistry/get_private_endpoint_connection.py,sha256=1_OCO1PfZW7zZXs-nXNdsO-tXDn7xJY8S5-5td3Mpy4,10062
|
|
1516
|
+
pulumi_azure_native/containerregistry/get_registry.py,sha256=BNsJIB2EMS4cpS37v7NfddOZW-WEGQjt8rcxChO4KqE,19227
|
|
1517
|
+
pulumi_azure_native/containerregistry/get_replication.py,sha256=PDCFE1C9u399H5OLjrUh3djBbdmDDhAR0omtQqpAwGY,10908
|
|
1518
|
+
pulumi_azure_native/containerregistry/get_scope_map.py,sha256=IGGfykHIjk0CYhsGwMuXFnZm6FIN-XKLZl5haQCfPQU,9320
|
|
1519
|
+
pulumi_azure_native/containerregistry/get_task.py,sha256=ttr9wHfg6DGBLH4tgHDGLFH2NC4RU-OGxmbXZJ1KM_M,15167
|
|
1520
|
+
pulumi_azure_native/containerregistry/get_task_run.py,sha256=v4vbi6C1D0w_QZKjVsMxf-p8DnucLkPoUki6yyE-ybY,10094
|
|
1521
|
+
pulumi_azure_native/containerregistry/get_token.py,sha256=inFdvCEc6RvGoEDcHqr36JtrkmyTozQ9G0MIqGT_FSc,9755
|
|
1522
|
+
pulumi_azure_native/containerregistry/get_webhook.py,sha256=D3VkNtKYr8W1FcOTo43waIlhQ-6dNfghSur-9vmsKuA,10325
|
|
1523
|
+
pulumi_azure_native/containerregistry/get_webhook_callback_config.py,sha256=RqjBjBV8uUPv45tT756nv4T46l2MBIkC5EQmqNViGnw,5901
|
|
1524
|
+
pulumi_azure_native/containerregistry/import_pipeline.py,sha256=5t5ov6LikLJweP_JNR0Rjk4VP7Vs9Jm_DF4sujwjJ2c,18029
|
|
1525
|
+
pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py,sha256=U86yQx55ein4PxnGwhqqmyitqsQ0sLgwWHMhLyBdjdQ,4629
|
|
1526
|
+
pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py,sha256=MA-GqUnjWZPKcJ6gjYlLniK-M4zGeeWieEXKofu8DSw,5253
|
|
1527
|
+
pulumi_azure_native/containerregistry/list_registry_credentials.py,sha256=UOhuuNPOoTMCaDOuOM54-TEuUMXnDwBJlezD1YhGXVs,5358
|
|
1528
|
+
pulumi_azure_native/containerregistry/list_run_log_sas_url.py,sha256=GYwMo5SNUdJ8MadsGs2bTV0tXQcdVrWvPkGyK7Ayy_M,5092
|
|
1529
|
+
pulumi_azure_native/containerregistry/list_task_details.py,sha256=Mqu6vl6txb5dA4ssnfuHJvRrirBGpqvmYa_KFsWjgw8,14761
|
|
1530
|
+
pulumi_azure_native/containerregistry/list_task_run_details.py,sha256=sQtf5IDyUxPvjWK_TXsc2EtxXMp7OKQ7B5EGvHGgncM,9684
|
|
1531
|
+
pulumi_azure_native/containerregistry/list_webhook_events.py,sha256=2nSwMUtkChtIa36GVWAmNDyeRCPAhUqqMkchlzPgSxE,5591
|
|
1518
1532
|
pulumi_azure_native/containerregistry/outputs.py,sha256=IJ8HzPaDmg0lnINR-VceIbO7A0Q8_2hLicZEiNo6zc0,219264
|
|
1519
|
-
pulumi_azure_native/containerregistry/pipeline_run.py,sha256=
|
|
1520
|
-
pulumi_azure_native/containerregistry/private_endpoint_connection.py,sha256=
|
|
1521
|
-
pulumi_azure_native/containerregistry/registry.py,sha256=
|
|
1522
|
-
pulumi_azure_native/containerregistry/replication.py,sha256=
|
|
1523
|
-
pulumi_azure_native/containerregistry/scope_map.py,sha256=-
|
|
1524
|
-
pulumi_azure_native/containerregistry/task.py,sha256=
|
|
1525
|
-
pulumi_azure_native/containerregistry/task_run.py,sha256=
|
|
1526
|
-
pulumi_azure_native/containerregistry/token.py,sha256=
|
|
1527
|
-
pulumi_azure_native/containerregistry/webhook.py,sha256=
|
|
1533
|
+
pulumi_azure_native/containerregistry/pipeline_run.py,sha256=bwQj_h53RzB0U6oAwUFFcLDlCMKn896ngJfLg9zwI7g,14101
|
|
1534
|
+
pulumi_azure_native/containerregistry/private_endpoint_connection.py,sha256=e2QfuIYxM7iP2DgWEA2iVK_Ub_gp3caSFO5--7RIuMQ,15844
|
|
1535
|
+
pulumi_azure_native/containerregistry/registry.py,sha256=dFhdnCnZj7YEq2zz7thi52ErQL_B-v-J5GjnYO-7PJQ,31784
|
|
1536
|
+
pulumi_azure_native/containerregistry/replication.py,sha256=Sb4LMnGERJ7XVz2y7C18TBEPzOZ547QeDeZzzOg57MA,18121
|
|
1537
|
+
pulumi_azure_native/containerregistry/scope_map.py,sha256=-2b9A30bH65UDdfwki4NoyxSz0IHBFzJzQgo4B2Vp58,14117
|
|
1538
|
+
pulumi_azure_native/containerregistry/task.py,sha256=rTPIuPN03z3skaCGbhutgO5l1R4u38hS2CagokNAGOA,27987
|
|
1539
|
+
pulumi_azure_native/containerregistry/task_run.py,sha256=iyxjtoOlEifIwfbIk_qz8p9_b3iYdfztzMJIBYkLNkM,16157
|
|
1540
|
+
pulumi_azure_native/containerregistry/token.py,sha256=Okotkke80OMEJpLdOxsCaiy2CZWhAvO35Ql7p6Rqm2s,15208
|
|
1541
|
+
pulumi_azure_native/containerregistry/webhook.py,sha256=8lec7VhaiwX7nJ48Y3lBwsgfSQv8oK4hNPLq27M47cs,20363
|
|
1528
1542
|
pulumi_azure_native/containerservice/__init__.py,sha256=tnNXNzTfynvENcOLaJErRZrBNVbkGBEebaG_LF5Ii1s,1480
|
|
1529
1543
|
pulumi_azure_native/containerservice/_enums.py,sha256=XVp9cRb-kHAta13iDHMZrYTJnFJwPhrLe7hliwL3-v4,27682
|
|
1530
1544
|
pulumi_azure_native/containerservice/_inputs.py,sha256=1zdwz2pER9iYzdbQhhh9cMYOf90QaRpBIfDIbvKuGAc,396475
|
|
1531
|
-
pulumi_azure_native/containerservice/agent_pool.py,sha256=
|
|
1532
|
-
pulumi_azure_native/containerservice/auto_upgrade_profile.py,sha256=
|
|
1533
|
-
pulumi_azure_native/containerservice/fleet.py,sha256=
|
|
1534
|
-
pulumi_azure_native/containerservice/fleet_member.py,sha256=
|
|
1535
|
-
pulumi_azure_native/containerservice/fleet_update_strategy.py,sha256=
|
|
1536
|
-
pulumi_azure_native/containerservice/get_agent_pool.py,sha256=
|
|
1537
|
-
pulumi_azure_native/containerservice/get_auto_upgrade_profile.py,sha256=
|
|
1538
|
-
pulumi_azure_native/containerservice/get_fleet.py,sha256=
|
|
1539
|
-
pulumi_azure_native/containerservice/get_fleet_member.py,sha256=
|
|
1540
|
-
pulumi_azure_native/containerservice/get_fleet_update_strategy.py,sha256=
|
|
1541
|
-
pulumi_azure_native/containerservice/get_load_balancer.py,sha256=
|
|
1542
|
-
pulumi_azure_native/containerservice/get_maintenance_configuration.py,sha256=
|
|
1543
|
-
pulumi_azure_native/containerservice/get_managed_cluster.py,sha256=
|
|
1544
|
-
pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py,sha256=
|
|
1545
|
-
pulumi_azure_native/containerservice/get_private_endpoint_connection.py,sha256=
|
|
1546
|
-
pulumi_azure_native/containerservice/get_snapshot.py,sha256
|
|
1547
|
-
pulumi_azure_native/containerservice/get_trusted_access_role_binding.py,sha256=
|
|
1548
|
-
pulumi_azure_native/containerservice/get_update_run.py,sha256=
|
|
1549
|
-
pulumi_azure_native/containerservice/list_fleet_credentials.py,sha256=
|
|
1545
|
+
pulumi_azure_native/containerservice/agent_pool.py,sha256=aFvyEB1JFTWh3WndQTwalQGYW8CSTHHUYYE387pRmJU,96483
|
|
1546
|
+
pulumi_azure_native/containerservice/auto_upgrade_profile.py,sha256=_bYla-vkD_0lHFa4jdoTfra_Ii3vTWD3R74bvYMB20U,17940
|
|
1547
|
+
pulumi_azure_native/containerservice/fleet.py,sha256=S3e1d9AuQYQrDeTZqUZlozB2myVCCxJRRzGLFtNzQ10,15022
|
|
1548
|
+
pulumi_azure_native/containerservice/fleet_member.py,sha256=cIk4wagZvF3cw1Q76ap1E1o2nqMAxOAATqAsUT5DYNo,14641
|
|
1549
|
+
pulumi_azure_native/containerservice/fleet_update_strategy.py,sha256=1ZJmu6GgbNkffUapCDoqNNdXYeZ9Krv6fFA3NFpTzlk,12416
|
|
1550
|
+
pulumi_azure_native/containerservice/get_agent_pool.py,sha256=SCqpvLKyaJy_fN8iLukTvegwNacy7-1F92zapmJGudI,43307
|
|
1551
|
+
pulumi_azure_native/containerservice/get_auto_upgrade_profile.py,sha256=OYV5zzWQuGV23ALxePpciCyEI_qh5wQauqDVe9gzIQM,11400
|
|
1552
|
+
pulumi_azure_native/containerservice/get_fleet.py,sha256=4lQeZmUYjM2kRQCR-lm1ZoGqBEKk0WZYTCgljliicM0,10054
|
|
1553
|
+
pulumi_azure_native/containerservice/get_fleet_member.py,sha256=2GQ2y8JPpACx7nhfFxUkzLZ6_IK4kjSeOworgI1uC7c,9926
|
|
1554
|
+
pulumi_azure_native/containerservice/get_fleet_update_strategy.py,sha256=Flap4ZHR_mZoGZmf23fRI7rp_K69AqWloQ4ujN3HJjg,9139
|
|
1555
|
+
pulumi_azure_native/containerservice/get_load_balancer.py,sha256=8KIr95EmoHTCaXgNvqwouazCdnDwn1yfXoXkLBGcr9w,12785
|
|
1556
|
+
pulumi_azure_native/containerservice/get_maintenance_configuration.py,sha256=OXCiN_rIyaGo0GEO5PaO_uC1GRfvF8_bw5r-TY_APyM,11406
|
|
1557
|
+
pulumi_azure_native/containerservice/get_managed_cluster.py,sha256=6nxT8LW0WKffRUUhDiEcFhql03kvT4eaRORkQl-soQs,44399
|
|
1558
|
+
pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py,sha256=3K-EnfCO_N4B1dRuIfMXW9unwLTXRNUnCAnqihcz7-Q,11174
|
|
1559
|
+
pulumi_azure_native/containerservice/get_private_endpoint_connection.py,sha256=c3TNH-mRmjuya6x0OCCyX0-jOIHfcUx2JNjNKxOWKTc,11170
|
|
1560
|
+
pulumi_azure_native/containerservice/get_snapshot.py,sha256=-RW_6Nr9iGPKm8ef2aij4O6JgG-XcnB8XwBH7Yi4nkM,14190
|
|
1561
|
+
pulumi_azure_native/containerservice/get_trusted_access_role_binding.py,sha256=RCzmbmZpzDK1QTIXqLLF104jN24S7n1pZ7ukUD8bzdc,10654
|
|
1562
|
+
pulumi_azure_native/containerservice/get_update_run.py,sha256=JVEFRuFCuPsuarF893CR5Ce4G-hERCtf5lM1CC6iEgA,12082
|
|
1563
|
+
pulumi_azure_native/containerservice/list_fleet_credentials.py,sha256=B_6DNY65NL2hMeCNtvgdz3CYvb50X3QvjdlHznd9kwA,4533
|
|
1550
1564
|
pulumi_azure_native/containerservice/list_managed_cluster_access_profile.py,sha256=ydJXKqmNjukn36AKTAjjA_yCE-_EzKlPsH5Wh8Gz12g,7225
|
|
1551
|
-
pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py,sha256=
|
|
1552
|
-
pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py,sha256=
|
|
1553
|
-
pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py,sha256=
|
|
1554
|
-
pulumi_azure_native/containerservice/load_balancer.py,sha256=
|
|
1555
|
-
pulumi_azure_native/containerservice/maintenance_configuration.py,sha256=
|
|
1556
|
-
pulumi_azure_native/containerservice/managed_cluster.py,sha256=
|
|
1557
|
-
pulumi_azure_native/containerservice/managed_cluster_snapshot.py,sha256=
|
|
1565
|
+
pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py,sha256=LF2o9pMiQvOWZU34mb9gDBCdkzY4YgUuOl2lt1fgpwQ,7355
|
|
1566
|
+
pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py,sha256=1SQ7OofrfI58gxlAqCttVKfb7eZuA7ay0Qtjvxy1C7Q,7581
|
|
1567
|
+
pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py,sha256=ONcBtk7f9VWoIqam70uFA8mJASOQPJlBq7bwEZC5p3Y,8070
|
|
1568
|
+
pulumi_azure_native/containerservice/load_balancer.py,sha256=5wyIGnzYvSDiZ9qkRIjygeorGxFg2ivad6m2kheWDA0,22657
|
|
1569
|
+
pulumi_azure_native/containerservice/maintenance_configuration.py,sha256=YVmdTN8KVqnzgeaqRkkb3mQKTLGHap1MhznVpPwHCV4,23203
|
|
1570
|
+
pulumi_azure_native/containerservice/managed_cluster.py,sha256=Ll7AvJmAMS8dsss-2Kuj9tlb9SRjubU4aDUDwxXIYio,92847
|
|
1571
|
+
pulumi_azure_native/containerservice/managed_cluster_snapshot.py,sha256=NrbD26QPXtDS7bv8u7JAJziFSsTg2ls1dW0Vqen3-YQ,18304
|
|
1558
1572
|
pulumi_azure_native/containerservice/outputs.py,sha256=gAHyBLJ6FCyHyQNNqCG_HSNIOQA2sI5lQI3mPQ5Jg9A,349933
|
|
1559
|
-
pulumi_azure_native/containerservice/private_endpoint_connection.py,sha256=
|
|
1560
|
-
pulumi_azure_native/containerservice/snapshot.py,sha256=
|
|
1561
|
-
pulumi_azure_native/containerservice/trusted_access_role_binding.py,sha256=
|
|
1562
|
-
pulumi_azure_native/containerservice/update_run.py,sha256=
|
|
1573
|
+
pulumi_azure_native/containerservice/private_endpoint_connection.py,sha256=j3stzJ7yLotpCZZxKqPUVswbmJeuFjhKhuxgzdYUHSA,22587
|
|
1574
|
+
pulumi_azure_native/containerservice/snapshot.py,sha256=QSbS8NdGpGrlCSsDhZ1xdz6YkSY6G1wbpbg-CGXQTrM,22346
|
|
1575
|
+
pulumi_azure_native/containerservice/trusted_access_role_binding.py,sha256=zcn2jb42bZd1IefQA7PUNfnKfhdrLvC_C2jg_P_c_nc,18495
|
|
1576
|
+
pulumi_azure_native/containerservice/update_run.py,sha256=2Bb-QBQLSLMs_nuRhr3Py7dE1e9wFawP18vw09BCRAg,20736
|
|
1563
1577
|
pulumi_azure_native/containerstorage/__init__.py,sha256=kbb-8GzHpP5Y_VFYOPTWBippq0y0awG6f-f-c3G3Mso,462
|
|
1564
1578
|
pulumi_azure_native/containerstorage/_enums.py,sha256=0oUm0lHKNbXwTDAjecfzmngcgpOCzYA0-zyGhgFeqKE,1935
|
|
1565
1579
|
pulumi_azure_native/containerstorage/_inputs.py,sha256=G3-SUIHDsLhysoNc9A-EtDC9u9n1aHf-JirdPgmnyek,21583
|
|
@@ -1664,39 +1678,39 @@ pulumi_azure_native/cosmosdb/throughput_pool_account.py,sha256=OjrjRvqW6Ipr71XeN
|
|
|
1664
1678
|
pulumi_azure_native/costmanagement/__init__.py,sha256=rVHaYN8WDaBq5qb7-p4sZOZDwKL0E2GD7ksHY3e5_5U,1364
|
|
1665
1679
|
pulumi_azure_native/costmanagement/_enums.py,sha256=R4lABsIP6ynT9UIJXKSh5p1kz3byHXPsTxVgOuxKsPI,14059
|
|
1666
1680
|
pulumi_azure_native/costmanagement/_inputs.py,sha256=lq8NpcRXbTmk9tORSIsfr9f_TpLOgnIGpdK2NRxyMlc,148530
|
|
1667
|
-
pulumi_azure_native/costmanagement/budget.py,sha256=
|
|
1681
|
+
pulumi_azure_native/costmanagement/budget.py,sha256=EGnnM81NEdy-_vSNAf7oue2SZ3-GD9KvVwyFXRSYvOQ,31289
|
|
1668
1682
|
pulumi_azure_native/costmanagement/cloud_connector.py,sha256=RcHp0iT8p8tx_G2gDMuREtZFf3g5mdlxw1BM8cez32Q,18858
|
|
1669
1683
|
pulumi_azure_native/costmanagement/connector.py,sha256=thgVA-ZWVwrkmcNBE1uHoWSliWIPTaittt_2b1ZiqEM,17492
|
|
1670
|
-
pulumi_azure_native/costmanagement/cost_allocation_rule.py,sha256=
|
|
1671
|
-
pulumi_azure_native/costmanagement/export.py,sha256=
|
|
1672
|
-
pulumi_azure_native/costmanagement/get_budget.py,sha256=
|
|
1684
|
+
pulumi_azure_native/costmanagement/cost_allocation_rule.py,sha256=WnLvu3yZl0IvMFcrWYyKjWyXolsHKt6CCRJYn7nbHGE,10194
|
|
1685
|
+
pulumi_azure_native/costmanagement/export.py,sha256=bIk35XmK5BGgZRaWDq527L-97ur2cUROElqC7qs7Vd4,24519
|
|
1686
|
+
pulumi_azure_native/costmanagement/get_budget.py,sha256=i6dzUE5k_G9fCEvdIDx2Fk-57xC_gFADsF_sUhsYNXc,16282
|
|
1673
1687
|
pulumi_azure_native/costmanagement/get_cloud_connector.py,sha256=aRDoiVrar6m7iWveTEXmrRy0jFNYYphKvH1KOTK6h3I,14810
|
|
1674
1688
|
pulumi_azure_native/costmanagement/get_connector.py,sha256=yk9F7Aav1xKXtHXDW5BhpETrpIMF7-Mcrq3XtjeUJuo,10811
|
|
1675
|
-
pulumi_azure_native/costmanagement/get_cost_allocation_rule.py,sha256=
|
|
1676
|
-
pulumi_azure_native/costmanagement/get_export.py,sha256=
|
|
1689
|
+
pulumi_azure_native/costmanagement/get_cost_allocation_rule.py,sha256=MbJBiyWLQVmlGwcDPeotsg10MvGWomvcySMtgHQnmvs,6664
|
|
1690
|
+
pulumi_azure_native/costmanagement/get_export.py,sha256=hBg5xXPOb9Szl0tXuJahChs7jg9m6K6PlRKQISPTk1I,14463
|
|
1677
1691
|
pulumi_azure_native/costmanagement/get_markup_rule.py,sha256=B2Hm5CxrqGzdBsqoitcs--H4uLVtLScmQLxi8pIVvi8,8420
|
|
1678
1692
|
pulumi_azure_native/costmanagement/get_report.py,sha256=-t1Um-D9ugcK2qbfbRAV_kroiXCHy1Lim4Gp0hdDULU,6922
|
|
1679
1693
|
pulumi_azure_native/costmanagement/get_report_by_billing_account.py,sha256=VS9p2FjIyv7KE_cDoQTejU-JfmuayFXlVHD-g4TjlU0,7653
|
|
1680
1694
|
pulumi_azure_native/costmanagement/get_report_by_department.py,sha256=7X2cIFLifPukyA_dtw45WkwOTdmeCApUhVMfiiVYxUQ,7501
|
|
1681
1695
|
pulumi_azure_native/costmanagement/get_report_by_resource_group_name.py,sha256=CDo4GxHMbBWhnB03pPdExeE7gqiAOco0M6gXQcZwMFI,7793
|
|
1682
|
-
pulumi_azure_native/costmanagement/get_scheduled_action.py,sha256=
|
|
1683
|
-
pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py,sha256=
|
|
1696
|
+
pulumi_azure_native/costmanagement/get_scheduled_action.py,sha256=yimdWgBa-JZNzsIJ5JT72r14DmoVBfq-0SiGsQX3Bms,13206
|
|
1697
|
+
pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py,sha256=fX0i67wfUAp__HpTL7whk0AZcGBg8KWL--EdCIogrZY,15895
|
|
1684
1698
|
pulumi_azure_native/costmanagement/get_setting.py,sha256=Rpvx6LjPbRyzP8Lnb6J7R9XQBu5gNVW8OPobBbwzMQk,6456
|
|
1685
1699
|
pulumi_azure_native/costmanagement/get_tag_inheritance_setting.py,sha256=_a68JiRBFZsSwg7AN-NL274b3zMp-6PmrskULy9nh_s,6725
|
|
1686
|
-
pulumi_azure_native/costmanagement/get_view.py,sha256=
|
|
1687
|
-
pulumi_azure_native/costmanagement/get_view_by_scope.py,sha256=
|
|
1700
|
+
pulumi_azure_native/costmanagement/get_view.py,sha256=fE0S_izynwD1lQtkG8qYirkcBTDpGrwNyjIjXYT95QQ,15444
|
|
1701
|
+
pulumi_azure_native/costmanagement/get_view_by_scope.py,sha256=VBut_xJC8teBNwklln6Wy2aGRJ1blq8YnnahvMrLdus,18159
|
|
1688
1702
|
pulumi_azure_native/costmanagement/markup_rule.py,sha256=-MovwrJwZCF20HlX5IN7pP_XJP02AYqSVbBmS3Zv4z4,15231
|
|
1689
1703
|
pulumi_azure_native/costmanagement/outputs.py,sha256=DLBEoDc8FU2brLEv5Y59Ed03fabxaCVLQ4j26IG9pTo,132401
|
|
1690
1704
|
pulumi_azure_native/costmanagement/report.py,sha256=j5G4HM75fb0DLXF5oDnLyIWTZE_Uwuy9R6eGq9-_PVc,11477
|
|
1691
1705
|
pulumi_azure_native/costmanagement/report_by_billing_account.py,sha256=uiXTbt5YKv2aGoA2X9ktI-yG9jVPJYnq8IruxQhFa78,12760
|
|
1692
1706
|
pulumi_azure_native/costmanagement/report_by_department.py,sha256=BsBdM_4EUftT1cttj89a7sp4bUrhDtxpTbD8lv12h0k,12592
|
|
1693
1707
|
pulumi_azure_native/costmanagement/report_by_resource_group_name.py,sha256=Lv2e_Q9gq3PLXKXmjbOakJgej8HimoS39wRz2AEb6Hg,12858
|
|
1694
|
-
pulumi_azure_native/costmanagement/scheduled_action.py,sha256=
|
|
1695
|
-
pulumi_azure_native/costmanagement/scheduled_action_by_scope.py,sha256=
|
|
1708
|
+
pulumi_azure_native/costmanagement/scheduled_action.py,sha256=tqsxAV4jPeImJJuCUphwWpXk2jQ7Q0ZYTqOxiYbAaM0,25222
|
|
1709
|
+
pulumi_azure_native/costmanagement/scheduled_action_by_scope.py,sha256=HFpw0sHJuvtKg_yVrHXXXn8_RBTb3OqJgiJfUQlJ07A,25470
|
|
1696
1710
|
pulumi_azure_native/costmanagement/setting.py,sha256=3K2hIjNlCmPu1iAnd3cC_bDPGVkRQYM8Wk910PCFKeg,10524
|
|
1697
|
-
pulumi_azure_native/costmanagement/tag_inheritance_setting.py,sha256=
|
|
1698
|
-
pulumi_azure_native/costmanagement/view.py,sha256=
|
|
1699
|
-
pulumi_azure_native/costmanagement/view_by_scope.py,sha256=
|
|
1711
|
+
pulumi_azure_native/costmanagement/tag_inheritance_setting.py,sha256=o0et78xg8Vr6BUMdu07Ok1JhwZ-GRfkDdGc4S-7FEP4,10951
|
|
1712
|
+
pulumi_azure_native/costmanagement/view.py,sha256=KK1-r68IGceGafE0KdWKkAziFutCsUFXqpsb2gswBsE,33147
|
|
1713
|
+
pulumi_azure_native/costmanagement/view_by_scope.py,sha256=MDDxT5pY_F1xrd4a_oM73loGbXDi5h_6_mwGvK35eoI,33430
|
|
1700
1714
|
pulumi_azure_native/customerinsights/__init__.py,sha256=OaGPfZYvyp5lSbI4_w6bnTqDMdiqazpJj9I5SAwAzU8,1103
|
|
1701
1715
|
pulumi_azure_native/customerinsights/_enums.py,sha256=ll6CvSY4byfOY9MoAHUaIzbCSh6Vs-gmqsmQVH9RXFI,2975
|
|
1702
1716
|
pulumi_azure_native/customerinsights/_inputs.py,sha256=xqDfQ7xWAmcyoN3cUUAPLFDToyxux7bu7GSLLXIUzqk,71577
|
|
@@ -1915,29 +1929,29 @@ pulumi_azure_native/datalakestore/virtual_network_rule.py,sha256=Q1O5sLxnEe_5Fx1
|
|
|
1915
1929
|
pulumi_azure_native/datamigration/__init__.py,sha256=YFzikBP6WEvOENjn1ex3BPc4E0IVvyL1T2A1xGkfwpE,1178
|
|
1916
1930
|
pulumi_azure_native/datamigration/_enums.py,sha256=PqiKZA-VG0znNVhN-FIdvZlfAHJpzQJvZiN-_aWibGA,5938
|
|
1917
1931
|
pulumi_azure_native/datamigration/_inputs.py,sha256=idFUqHdWD0-S_nPkTEN0eU_xzWa-MJp8m16JmDgbSWc,397180
|
|
1918
|
-
pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py,sha256=
|
|
1919
|
-
pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py,sha256=
|
|
1920
|
-
pulumi_azure_native/datamigration/database_migrations_sql_db.py,sha256=
|
|
1921
|
-
pulumi_azure_native/datamigration/file.py,sha256
|
|
1922
|
-
pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py,sha256=
|
|
1923
|
-
pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py,sha256=
|
|
1924
|
-
pulumi_azure_native/datamigration/get_database_migrations_sql_db.py,sha256=
|
|
1925
|
-
pulumi_azure_native/datamigration/get_file.py,sha256=
|
|
1926
|
-
pulumi_azure_native/datamigration/get_migration_service.py,sha256=
|
|
1927
|
-
pulumi_azure_native/datamigration/get_project.py,sha256=
|
|
1928
|
-
pulumi_azure_native/datamigration/get_service.py,sha256=
|
|
1929
|
-
pulumi_azure_native/datamigration/get_service_task.py,sha256
|
|
1930
|
-
pulumi_azure_native/datamigration/get_sql_migration_service.py,sha256=
|
|
1931
|
-
pulumi_azure_native/datamigration/get_task.py,sha256=
|
|
1932
|
-
pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py,sha256=
|
|
1933
|
-
pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py,sha256=
|
|
1934
|
-
pulumi_azure_native/datamigration/migration_service.py,sha256=
|
|
1932
|
+
pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py,sha256=PFl1t-s5t8hy4NXD4BWJ0NkBwG1gLFFdtwhNyKeSlvY,23460
|
|
1933
|
+
pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py,sha256=nHlzgQtUAz5P6vont5RQ1N9_d4g_wcJ7zY1zshl6Xo4,23517
|
|
1934
|
+
pulumi_azure_native/datamigration/database_migrations_sql_db.py,sha256=UFxnuVxc4ro0F6491R92n4OfZYeH-T9jujiKv9tQ_Jk,11110
|
|
1935
|
+
pulumi_azure_native/datamigration/file.py,sha256=-9pnTitVVmkfX2JwmSkOUcYb5UIzEMrDyFHfzLgCLhw,11556
|
|
1936
|
+
pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py,sha256=XBcHS2Xw0ef-cWIj_5xXGWYbDhL9epHrTPrejCm2Qn4,16295
|
|
1937
|
+
pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py,sha256=lD0QMfttHN8Lo8iQr388P2dL2S725vApynS80FlClf0,16367
|
|
1938
|
+
pulumi_azure_native/datamigration/get_database_migrations_sql_db.py,sha256=FP15jvpGOz7L7JAKADSyTB3NFnEQcseTmhYmj4SL6NQ,8510
|
|
1939
|
+
pulumi_azure_native/datamigration/get_file.py,sha256=0z4UBpTRegC5F73WqQoek2joN_iWI21XwrNSYwzSYEU,7704
|
|
1940
|
+
pulumi_azure_native/datamigration/get_migration_service.py,sha256=riD1InfcqTajf9aduiVkALaOej0XZKTdTcBZUexcHrQ,9105
|
|
1941
|
+
pulumi_azure_native/datamigration/get_project.py,sha256=4LvjQVLoDxkO9L2j4Jr9N_ULi1hP0nyhKoWDdjQRUg4,13122
|
|
1942
|
+
pulumi_azure_native/datamigration/get_service.py,sha256=f7lR-XGXhIdMotEqERL6dOLnAvb9Kdh_5ycMm4rCEmo,12444
|
|
1943
|
+
pulumi_azure_native/datamigration/get_service_task.py,sha256=-AZBwhV8R-29izxDBhE4N3j3t5gN7I0h_8k77rwXn9E,7868
|
|
1944
|
+
pulumi_azure_native/datamigration/get_sql_migration_service.py,sha256=UOzvGdNq6M8q9VGb_EYwhEdjZLJluou_j1ZVjbzVCHg,8702
|
|
1945
|
+
pulumi_azure_native/datamigration/get_task.py,sha256=Jh2klNSdH4b9M90Jo4BBnRvrYsK4X-1R2d3lP-b8MnI,7945
|
|
1946
|
+
pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py,sha256=K2cZTur2k_YIwiCexp5lnTnvcaCwyhsl0vC0AvYwl0E,5383
|
|
1947
|
+
pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py,sha256=2VeMS9YOY6_FxdBLYiCdOQr8Jfw5EQ_02uubcjwuFWg,5506
|
|
1948
|
+
pulumi_azure_native/datamigration/migration_service.py,sha256=tVGeyM9d2H2kAPmNp7UEMIPGlX11wBfrBXYedCew6Ko,11613
|
|
1935
1949
|
pulumi_azure_native/datamigration/outputs.py,sha256=2cTBx0RoEzvxmqsbGADv83a31BvMt7MbZSe50AhBx90,818256
|
|
1936
|
-
pulumi_azure_native/datamigration/project.py,sha256=
|
|
1937
|
-
pulumi_azure_native/datamigration/service.py,sha256=
|
|
1938
|
-
pulumi_azure_native/datamigration/service_task.py,sha256=
|
|
1939
|
-
pulumi_azure_native/datamigration/sql_migration_service.py,sha256=
|
|
1940
|
-
pulumi_azure_native/datamigration/task.py,sha256=
|
|
1950
|
+
pulumi_azure_native/datamigration/project.py,sha256=otpvU_xTi8Ob8M7fLn5chrCETeWmY6OspkOIkQGqVh0,25013
|
|
1951
|
+
pulumi_azure_native/datamigration/service.py,sha256=_HqBWOM3hFURZRU1mOHZqSiuJyPJX0mREVLFcoe9KuU,19993
|
|
1952
|
+
pulumi_azure_native/datamigration/service_task.py,sha256=yeV8DNTj4UZpTVpv8qOhVc5UAS_jr9z8LSQcCGzdP68,28068
|
|
1953
|
+
pulumi_azure_native/datamigration/sql_migration_service.py,sha256=UuBGAv8NDAGSIFbkwsJQm7G0KrAL59nv3x6pplqPAvo,11260
|
|
1954
|
+
pulumi_azure_native/datamigration/task.py,sha256=QlUT8mQR8-JTdu8hS4a0uCvsG5PAfejrZhoinzphA8s,29081
|
|
1941
1955
|
pulumi_azure_native/dataprotection/__init__.py,sha256=eDFwiWGzk9KPIx0BzZrwcCWaeZFWPTXLi0mGAOx9yd8,654
|
|
1942
1956
|
pulumi_azure_native/dataprotection/_enums.py,sha256=5MKV2ixVRANzZuh_KXMXSIDVFUjM1gmvkgZ5DifcozA,4805
|
|
1943
1957
|
pulumi_azure_native/dataprotection/_inputs.py,sha256=9fAcNeZDGgFQgmyyWt9b8X0DpZc7UMYsOgDgB0EBPtU,140781
|
|
@@ -1952,19 +1966,25 @@ pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py,sha256=p3-vYt
|
|
|
1952
1966
|
pulumi_azure_native/dataprotection/get_resource_guard.py,sha256=MNzNFazZfyT2IOwMG7r0snbDMHRcZGz71JyPOXLzXy4,8426
|
|
1953
1967
|
pulumi_azure_native/dataprotection/outputs.py,sha256=qpHyiHdMvICLY4f5CI7GJoRN74ZhqgiNteClsbz4Tm8,145761
|
|
1954
1968
|
pulumi_azure_native/dataprotection/resource_guard.py,sha256=ZXeRgEzcfTSQbYEJ1vKp2Npxe0yyoASaZT75kS72Tbk,14761
|
|
1955
|
-
pulumi_azure_native/datareplication/__init__.py,sha256=
|
|
1956
|
-
pulumi_azure_native/datareplication/_enums.py,sha256=
|
|
1957
|
-
pulumi_azure_native/datareplication/_inputs.py,sha256=
|
|
1969
|
+
pulumi_azure_native/datareplication/__init__.py,sha256=Lwrc_q6eQfchE1nD9D33q9Db6dw0JAgkJnjEMolNIl8,896
|
|
1970
|
+
pulumi_azure_native/datareplication/_enums.py,sha256=LfbHwdyD0OVZMtrbJ5B8An-ze8BidnLJRBsBRyEN5Uw,1086
|
|
1971
|
+
pulumi_azure_native/datareplication/_inputs.py,sha256=eLNYNCyltRSdrDR5hdzn7yGCg64S0NTXgA_tAS0VG9U,151722
|
|
1958
1972
|
pulumi_azure_native/datareplication/dra.py,sha256=5-ngzdWQZt8m_B7_Pjq4o6OHu3X_4CLrb-e3EF98w64,9587
|
|
1959
1973
|
pulumi_azure_native/datareplication/fabric.py,sha256=ePUu3PY9b_gaywzxPyyXCVlV7x_I60c5MFJfcOsLtxs,11553
|
|
1974
|
+
pulumi_azure_native/datareplication/fabric_agent.py,sha256=yZLWzoKpr7Omzt5pUttbk6qoty6zEwCR_XrYvR8T8KE,9998
|
|
1960
1975
|
pulumi_azure_native/datareplication/get_dra.py,sha256=y6YaR4Q0f2iVBjBDWjn9ziY6UaLhVVb2lEa8ZIwO-zU,6090
|
|
1961
1976
|
pulumi_azure_native/datareplication/get_fabric.py,sha256=6izGTGFqJ_PVQWQsIp7Gy0WIwubZR0GM4IzE1zrw3v4,7384
|
|
1977
|
+
pulumi_azure_native/datareplication/get_fabric_agent.py,sha256=Werwm8NRiULfpsGEpbjJnwiRqmeJ31s8mDkpp9DHw3M,6620
|
|
1962
1978
|
pulumi_azure_native/datareplication/get_policy.py,sha256=52RI37jCrqhoQfV-08Q8Un6V8YEifvUG2Yuqf5tgIbE,6674
|
|
1979
|
+
pulumi_azure_native/datareplication/get_private_endpoint_connection.py,sha256=F6vna_tAcGqP7iGtCvihsgH02XkNXQKGRqSpNXQRUGE,7157
|
|
1980
|
+
pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py,sha256=AUPY3Rb3YxzWx3BYgO1loU4vIatBFdlQQEjRf1blsEI,7816
|
|
1963
1981
|
pulumi_azure_native/datareplication/get_protected_item.py,sha256=xxIw54RLtVeGNoadTUW_BsRWuQLmJWbjBblNS7-ZGvM,6976
|
|
1964
1982
|
pulumi_azure_native/datareplication/get_replication_extension.py,sha256=j9Bnt_uxTVFxcG7ZW9s9ArnUAbqIRIJqHETg-zxIt_s,7256
|
|
1965
1983
|
pulumi_azure_native/datareplication/get_vault.py,sha256=8E_S6hZWMu8h6aam_xXbRhy4PjmIHnKRvfpvBggAgvs,7339
|
|
1966
|
-
pulumi_azure_native/datareplication/outputs.py,sha256=
|
|
1984
|
+
pulumi_azure_native/datareplication/outputs.py,sha256=_xqKw_6_4sXYlJeHCNDyTZoTMXPTnm6gONqT39qk7a0,266156
|
|
1967
1985
|
pulumi_azure_native/datareplication/policy.py,sha256=Gs94LasEaraAJs_g6Mh9ze4RBoN5wUUdopDk1UeR0jA,10147
|
|
1986
|
+
pulumi_azure_native/datareplication/private_endpoint_connection.py,sha256=niqF2xyLzaQGu30KLaWYoljyyaJrXB6uiSznUHwXaPY,10553
|
|
1987
|
+
pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py,sha256=p6BcHt__39MAyLl5-BCfb9YFUXHslsti4a0YnH6IxB4,11016
|
|
1968
1988
|
pulumi_azure_native/datareplication/protected_item.py,sha256=AQLVtJzpKaWczrYJb-Rp_32RNhZ3NGm2dVRq64vygC0,10585
|
|
1969
1989
|
pulumi_azure_native/datareplication/replication_extension.py,sha256=CfhEqL5spjQ4dnyH-UF-dxN4scVBPQTypf_fykY7Sgg,10955
|
|
1970
1990
|
pulumi_azure_native/datareplication/vault.py,sha256=-bfo8KsJpDlLj6Ayql1MIdXl0zXErX-5fjr1Jix1I90,11441
|
|
@@ -2176,7 +2196,7 @@ pulumi_azure_native/desktopvirtualization/scaling_plan.py,sha256=l3nCGWIVaKUSFOZ
|
|
|
2176
2196
|
pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py,sha256=_zjQuL5EFYG0YAex9Vu4-kYfRqnCLDU_qU7FVZPoC1c,59372
|
|
2177
2197
|
pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py,sha256=uNbEDriBEL5sRAQ88rMp4OP2ERQbCwcsBI4ZlFs7fGg,38683
|
|
2178
2198
|
pulumi_azure_native/desktopvirtualization/workspace.py,sha256=PUX_kiZHxa6y5rcKSxgZdQMLWtJX6n1C_rGV2kv6w3U,27855
|
|
2179
|
-
pulumi_azure_native/devcenter/__init__.py,sha256=
|
|
2199
|
+
pulumi_azure_native/devcenter/__init__.py,sha256=hGbKxiC58RfShsKkl4-gHkhjsG5VqfObcgeH5_nj1EA,1930
|
|
2180
2200
|
pulumi_azure_native/devcenter/_enums.py,sha256=ahhI969EMnfnjN2OO3SiS-96DcgxQIZpB2CtfO1wwog,4654
|
|
2181
2201
|
pulumi_azure_native/devcenter/_inputs.py,sha256=dH26yonuvNAAO8_zWBL6qNNiuxncjKEWc3otHMQ950s,34042
|
|
2182
2202
|
pulumi_azure_native/devcenter/attached_network_by_dev_center.py,sha256=xnQka--35drU_WfoOccWnp3JZID1uKa2uIA_FiZurVo,14311
|
|
@@ -2207,6 +2227,7 @@ pulumi_azure_native/devcenter/get_project.py,sha256=9oeUpxhneNfPk-zmsHH7Yq3J_TKq
|
|
|
2207
2227
|
pulumi_azure_native/devcenter/get_project_catalog.py,sha256=lyKW-o99SxYvQ5zcKJTkytQ5loQyQ2me3SgqZMJVQ3k,12869
|
|
2208
2228
|
pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py,sha256=8TJL1QNq26c5yiuoGLEgziB7_lnr-5XK9_7fovzJLNM,6088
|
|
2209
2229
|
pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py,sha256=mzHYzcmAzAOhhxtvKZV1R1CmHvP2t_LaqxYeKLPtKtE,11228
|
|
2230
|
+
pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py,sha256=f7-0HfVYyRYFdT7qXRofIyUzY-Ehy4VgGiOy0vP5I0c,5080
|
|
2210
2231
|
pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py,sha256=OWWAkmETdZuC8b3sdyNuQbUDBGvNutHqTEGjLzwAGCs,6253
|
|
2211
2232
|
pulumi_azure_native/devcenter/get_project_environment_type.py,sha256=-kW4HakfdwN1o8-C0ZsAQ_-dMMFiZci-4h0d9innE8Q,13844
|
|
2212
2233
|
pulumi_azure_native/devcenter/get_project_inherited_settings.py,sha256=MFKCBRuXKXRPz-LJ2DWs3RU0zyESbcmYmaKA9fN2Q38,5478
|
|
@@ -2223,9 +2244,10 @@ pulumi_azure_native/devcenter/project_catalog.py,sha256=EqqapIUZYiRkXDHnqBr6FX88
|
|
|
2223
2244
|
pulumi_azure_native/devcenter/project_environment_type.py,sha256=0JpaqVU2AKyVcyOss_DGx3k0-2Yo_kRGImAooj4LzAM,24085
|
|
2224
2245
|
pulumi_azure_native/devcenter/project_policy.py,sha256=mmYW_oamFKrZkcAV745m3_VvY6wkFISgmCdNz_CSclo,12897
|
|
2225
2246
|
pulumi_azure_native/devcenter/schedule.py,sha256=cTYylqzFX5Sgf6eQOTRfkCKDii1UDeEcysUWB8Z4Rp4,20594
|
|
2226
|
-
pulumi_azure_native/devhub/__init__.py,sha256=
|
|
2247
|
+
pulumi_azure_native/devhub/__init__.py,sha256=na5ckaVsWDGYRYRa9EdPSaN-RcNaA3iuKYU6cZxCfI0,496
|
|
2227
2248
|
pulumi_azure_native/devhub/_enums.py,sha256=GXd9yvSTqtzsgOQ1-bDTQXdJpJJnCKnrjosGTK7FxxA,3135
|
|
2228
2249
|
pulumi_azure_native/devhub/_inputs.py,sha256=_lvR9f5O1XDFKG5X9GXcYaVmGQNusVVeyVHD3yNCugI,30146
|
|
2250
|
+
pulumi_azure_native/devhub/get_adoo_auth_info.py,sha256=6_e2pJufdM_asfZqO72-UJFBSOqNDIVlCxA4w5To9jk,4497
|
|
2229
2251
|
pulumi_azure_native/devhub/get_git_hub_o_auth.py,sha256=QJUdc_M7z6LpLNXDQVD3Ic_lUW0F0W-CcMXjLEp6PsA,4608
|
|
2230
2252
|
pulumi_azure_native/devhub/get_iac_profile.py,sha256=MOK6eCV1MB9b-8DxEIjdUKoltQtGSd4bw4MW1KSCQRE,16273
|
|
2231
2253
|
pulumi_azure_native/devhub/get_workflow.py,sha256=EqpAZsRvHg72C8pqHhB-x9wel4jFaEOi_dF_J_hqv2c,16774
|
|
@@ -2392,13 +2414,16 @@ pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py,sha256
|
|
|
2392
2414
|
pulumi_azure_native/domainregistration/list_domain_recommendations.py,sha256=c_OV3A6SC_WDz_z_yV-5PDsc3eZcKvbjLGucchCQJ7I,4895
|
|
2393
2415
|
pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py,sha256=JgX_ReqhTyq1HHfHq-mmxJ8Exf-mBV0-OTK1vfGfoLY,5655
|
|
2394
2416
|
pulumi_azure_native/domainregistration/outputs.py,sha256=uts55vyYCFiEIdG7L5yumVHvPyyW1FTrzsS-yqICuz4,7096
|
|
2395
|
-
pulumi_azure_native/durabletask/__init__.py,sha256=
|
|
2396
|
-
pulumi_azure_native/durabletask/
|
|
2397
|
-
pulumi_azure_native/durabletask/
|
|
2398
|
-
pulumi_azure_native/durabletask/
|
|
2399
|
-
pulumi_azure_native/durabletask/
|
|
2400
|
-
pulumi_azure_native/durabletask/
|
|
2401
|
-
pulumi_azure_native/durabletask/
|
|
2417
|
+
pulumi_azure_native/durabletask/__init__.py,sha256=AtBno7e7n8D9nODWcRmDMaSM1CgYp0huafQrngA2phc,492
|
|
2418
|
+
pulumi_azure_native/durabletask/_enums.py,sha256=C4hRR_0mnjxGBw6eAMg9PqUGAlqJ59Ij9-SISt5bUts,740
|
|
2419
|
+
pulumi_azure_native/durabletask/_inputs.py,sha256=DgUZJ7BwHrxt7OuvN2SwvEzPIMxXF0xqCW61drnRdpA,8420
|
|
2420
|
+
pulumi_azure_native/durabletask/get_retention_policy.py,sha256=9xkfZNlBB0ho3v1eDD8XyvEKAT1UhZJKFmGAWYoi7GQ,6399
|
|
2421
|
+
pulumi_azure_native/durabletask/get_scheduler.py,sha256=xBrr1rHyh4lik64oB2GzFVcNm0dcAhSplF2buXRmyB8,7795
|
|
2422
|
+
pulumi_azure_native/durabletask/get_task_hub.py,sha256=EBWDnqaj-U8C2fye7UmzrynPk4-MdeJkU5sLob7AU7I,7116
|
|
2423
|
+
pulumi_azure_native/durabletask/outputs.py,sha256=vdOnBgGjNQcBcwMzoG12JhShWNYB-C2eTzASqOsWtmk,15245
|
|
2424
|
+
pulumi_azure_native/durabletask/retention_policy.py,sha256=uPzmXksD--xhbn6Xg0_QcRCCe_sEyLDwdbufb4Pu-c0,9098
|
|
2425
|
+
pulumi_azure_native/durabletask/scheduler.py,sha256=A2kMnmXKq7-faAvUfVuOZGxSli9LBuSiqDXKyDjfipw,11855
|
|
2426
|
+
pulumi_azure_native/durabletask/task_hub.py,sha256=tTUCkwF2w7ZzkndT-GIrkQLAPzpAfbg1fOmA1v8wpeY,9441
|
|
2402
2427
|
pulumi_azure_native/dynamics365fraudprotection/__init__.py,sha256=jHaRE0XHdxQXuud0IuCVyWYMmETJRO8iZ_XtUPwrhl0,364
|
|
2403
2428
|
pulumi_azure_native/dynamics365fraudprotection/_inputs.py,sha256=dt44hF9wQo-stBwAT1yFLBIjza6yFBch1_X9GWF43qU,1800
|
|
2404
2429
|
pulumi_azure_native/dynamics365fraudprotection/get_instance_details.py,sha256=MUvlmtY9KpG1Sy2_jyQdv0EObyMVVIX67qlht2coaww,8565
|
|
@@ -2463,17 +2488,17 @@ pulumi_azure_native/elastic/tag_rule.py,sha256=V9c18K3pAswvNP_YVzT4XwcRimYkRT6Zg
|
|
|
2463
2488
|
pulumi_azure_native/elasticsan/__init__.py,sha256=QOZbkKphj68YKKC8EJTwY_9NpJk6NpbXtKhO3eK6OfA,640
|
|
2464
2489
|
pulumi_azure_native/elasticsan/_enums.py,sha256=ljTIdPtqsbF4B6lYuG0BmKqi9N1QM5Vh8vZEjBp7JtE,2404
|
|
2465
2490
|
pulumi_azure_native/elasticsan/_inputs.py,sha256=25jIhHtv1dS7u8LtnfTxit7Sfh2wK-qOsD5-odPV_mk,23871
|
|
2466
|
-
pulumi_azure_native/elasticsan/elastic_san.py,sha256=
|
|
2467
|
-
pulumi_azure_native/elasticsan/get_elastic_san.py,sha256=
|
|
2468
|
-
pulumi_azure_native/elasticsan/get_private_endpoint_connection.py,sha256=
|
|
2469
|
-
pulumi_azure_native/elasticsan/get_volume.py,sha256=
|
|
2470
|
-
pulumi_azure_native/elasticsan/get_volume_group.py,sha256=
|
|
2471
|
-
pulumi_azure_native/elasticsan/get_volume_snapshot.py,sha256
|
|
2491
|
+
pulumi_azure_native/elasticsan/elastic_san.py,sha256=1flszzRIZwmbuS0l1KXps3_KkQjcELqP_2n4TR01_zc,20903
|
|
2492
|
+
pulumi_azure_native/elasticsan/get_elastic_san.py,sha256=3uLc3r4m5YYLgLebjVSlXyYXaN-l9OFi4ox4OGLnDY4,15650
|
|
2493
|
+
pulumi_azure_native/elasticsan/get_private_endpoint_connection.py,sha256=8Z_o4qeF0fK3mTdZOuCRvCVR46frHqQnVa2j0si4E8Y,10355
|
|
2494
|
+
pulumi_azure_native/elasticsan/get_volume.py,sha256=cZYpLQaxah9TcEwen734SkO424akrbOyakWnsOffxf4,10595
|
|
2495
|
+
pulumi_azure_native/elasticsan/get_volume_group.py,sha256=HqgEax2qrEs5YAz7xKZPa47-o6nZTrHJh1_iU-tda6I,12535
|
|
2496
|
+
pulumi_azure_native/elasticsan/get_volume_snapshot.py,sha256=TU7t5eCmUdm3iUeroGpbm8FLPLCkA94AlAb8x0ovYek,9860
|
|
2472
2497
|
pulumi_azure_native/elasticsan/outputs.py,sha256=NwEG9KFNGsZrBnGS_rDk7-cIezp8gZ1Zl-D-tFR3cGc,38356
|
|
2473
|
-
pulumi_azure_native/elasticsan/private_endpoint_connection.py,sha256=
|
|
2474
|
-
pulumi_azure_native/elasticsan/volume.py,sha256=
|
|
2475
|
-
pulumi_azure_native/elasticsan/volume_group.py,sha256=
|
|
2476
|
-
pulumi_azure_native/elasticsan/volume_snapshot.py,sha256=
|
|
2498
|
+
pulumi_azure_native/elasticsan/private_endpoint_connection.py,sha256=4LtfSXiiZsdAQ9Eq9B7tPIlDXAteV_e9WQ2oJ9Fafas,14520
|
|
2499
|
+
pulumi_azure_native/elasticsan/volume.py,sha256=mdqMh8qH-RBB-H5LiPQYGmIBHYnMEprqo5SJcmEFRrQ,15448
|
|
2500
|
+
pulumi_azure_native/elasticsan/volume_group.py,sha256=F1tY0DvBTZ5uBorTM_DjS3NPZksBQcdK6jRQ5hkRPgM,19542
|
|
2501
|
+
pulumi_azure_native/elasticsan/volume_snapshot.py,sha256=aGUcbkyD7ci5AimvtrHlCZ7R9YXZ15oXY3eakvfRd-Y,13192
|
|
2477
2502
|
pulumi_azure_native/engagementfabric/__init__.py,sha256=FxEDuxSUtxCX7yLPu9yajLUD3xoxMJFq9JuAKULp09U,471
|
|
2478
2503
|
pulumi_azure_native/engagementfabric/_inputs.py,sha256=qLHQcegXcDb9Tvix-wpXq01DoOryouIaiJKmXxizNLM,1951
|
|
2479
2504
|
pulumi_azure_native/engagementfabric/account.py,sha256=ZculM6E7z9O4TYta45u3N1ctMummpl2_NHrCnf5jCbU,10102
|
|
@@ -2993,9 +3018,9 @@ pulumi_azure_native/kubernetesconfiguration/__init__.py,sha256=2nTusWMV9YEjlhnCw
|
|
|
2993
3018
|
pulumi_azure_native/kubernetesconfiguration/_enums.py,sha256=VTOU5ObwapCfX2V011eJYfN8gUKdFA_uN5kYRxnwuk8,2216
|
|
2994
3019
|
pulumi_azure_native/kubernetesconfiguration/_inputs.py,sha256=2VwmD6xKmj0qtgerEoiA_NMGHv8RIHorgiy-DgEA5I8,74274
|
|
2995
3020
|
pulumi_azure_native/kubernetesconfiguration/extension.py,sha256=0-E9xw6H6nkMhF51vAibp2A10ozfHVAglLJBav9_sVc,32033
|
|
2996
|
-
pulumi_azure_native/kubernetesconfiguration/flux_configuration.py,sha256=
|
|
3021
|
+
pulumi_azure_native/kubernetesconfiguration/flux_configuration.py,sha256=Cf_OfC7PREFgHRg3O2egufRdkTFTKvr_rmAXUR4_nAE,33596
|
|
2997
3022
|
pulumi_azure_native/kubernetesconfiguration/get_extension.py,sha256=ujcK2BV-SA9Xt3JULV6xGwaJXpTSOcsvCz_jpSVj_HM,19385
|
|
2998
|
-
pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py,sha256=
|
|
3023
|
+
pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py,sha256=OVccchoDnMowRkttoVhBCrkVDwtpiQpUn3PW9OEMA30,21426
|
|
2999
3024
|
pulumi_azure_native/kubernetesconfiguration/get_private_endpoint_connection.py,sha256=6T31FDgQHmfIUC_ReSgacOD1VT42WHB_txULFY7R7nI,9805
|
|
3000
3025
|
pulumi_azure_native/kubernetesconfiguration/get_private_link_scope.py,sha256=0UKp2YRCCmYr5i4q0gMeonWtXgiZrbHiXOUUBQnlWD8,8125
|
|
3001
3026
|
pulumi_azure_native/kubernetesconfiguration/get_source_control_configuration.py,sha256=6JbkG7Saoe-fo2JhjxKWUkVU1QQe5lGEj0WPAS1pb2w,18137
|
|
@@ -3422,14 +3447,14 @@ pulumi_azure_native/maps/private_endpoint_connection.py,sha256=6NU9x8d3KPJYEveQP
|
|
|
3422
3447
|
pulumi_azure_native/marketplace/__init__.py,sha256=epVzVthS9HZ4KatXgZ1DisOkUW_bUrOQIGiYriSLVE8,683
|
|
3423
3448
|
pulumi_azure_native/marketplace/_enums.py,sha256=sn8vh3vW7rgopjJHc5VYrvrazYnTaufo6Vg3sL_YZ2U,462
|
|
3424
3449
|
pulumi_azure_native/marketplace/_inputs.py,sha256=esXX4flWoivEBhv7PJoDyMpxwqUNmELzLAV9IdFjspI,1587
|
|
3425
|
-
pulumi_azure_native/marketplace/get_private_store_collection.py,sha256=
|
|
3426
|
-
pulumi_azure_native/marketplace/get_private_store_collection_offer.py,sha256=
|
|
3427
|
-
pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py,sha256=
|
|
3428
|
-
pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py,sha256=
|
|
3429
|
-
pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py,sha256=
|
|
3450
|
+
pulumi_azure_native/marketplace/get_private_store_collection.py,sha256=m34K5EBpRzEZPvEtrEDvU9InnToIVeI75-YkpuyII2E,12897
|
|
3451
|
+
pulumi_azure_native/marketplace/get_private_store_collection_offer.py,sha256=mCt7lONeyN87ritJnQPIApQNzZTa2pH7SkmGy9M2wTc,13988
|
|
3452
|
+
pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py,sha256=9jXjvU1ACRlF7vA3tNQ_Zgn8gM8zfHmglvRQB41lDWM,4232
|
|
3453
|
+
pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py,sha256=BkSDsqH_TDhBKVrZkZlo931mS8uFyNImS4sJxi2uhwY,4919
|
|
3454
|
+
pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py,sha256=c2apuyyn5o-O8Yyygp1ISHhypO6HuHPPoZeBg2X7Jss,4110
|
|
3430
3455
|
pulumi_azure_native/marketplace/outputs.py,sha256=Cv68ZGpJSmHQgb6GbONNVrAhvxSEERf7Si9IMAJPLTY,15738
|
|
3431
|
-
pulumi_azure_native/marketplace/private_store_collection.py,sha256=
|
|
3432
|
-
pulumi_azure_native/marketplace/private_store_collection_offer.py,sha256=
|
|
3456
|
+
pulumi_azure_native/marketplace/private_store_collection.py,sha256=UyVdDcloa6emR-aw4e7r8ipQf2BCYdnIsImC-L5A8Sw,17385
|
|
3457
|
+
pulumi_azure_native/marketplace/private_store_collection_offer.py,sha256=MwDesdlnNP0EE66ZfbRLGtqyZ82MMNesRGAGYUUcb68,18881
|
|
3433
3458
|
pulumi_azure_native/media/__init__.py,sha256=DJPRHMciW0mQSMaIPzVOKhMm87ndS2pp04Ffj1_5kwo,1682
|
|
3434
3459
|
pulumi_azure_native/media/_enums.py,sha256=Clp8z32QIqn0_Oz3T5DPMzxXi9KC2ol-L-mHFguDlsY,33541
|
|
3435
3460
|
pulumi_azure_native/media/_inputs.py,sha256=fK1Z6a0FOpylMO5Bov74DdtHxNwkU5cpFRgBQmaPRuo,550215
|
|
@@ -3473,28 +3498,35 @@ pulumi_azure_native/media/streaming_locator.py,sha256=u1MvpqPpif0f_WgyO_h8W4_5p5
|
|
|
3473
3498
|
pulumi_azure_native/media/streaming_policy.py,sha256=oh2WIgwMY_WYkbrULKHLdczM7HWdWkqaXrci-uEjJvE,18146
|
|
3474
3499
|
pulumi_azure_native/media/track.py,sha256=W9mLOBu1bCK6lUgNX8bJj8qV6hd8Gz4-9y2MloIw9X4,11511
|
|
3475
3500
|
pulumi_azure_native/media/transform.py,sha256=_aNgNZSFSV8RL5FIg8oHUiZp5AcUWVZnNptog91RcvQ,13582
|
|
3476
|
-
pulumi_azure_native/migrate/__init__.py,sha256=
|
|
3477
|
-
pulumi_azure_native/migrate/_enums.py,sha256=
|
|
3478
|
-
pulumi_azure_native/migrate/_inputs.py,sha256
|
|
3479
|
-
pulumi_azure_native/migrate/aks_assessment_operation.py,sha256=
|
|
3501
|
+
pulumi_azure_native/migrate/__init__.py,sha256=aTJUmL4-zEZOXOELm19nbNuHNKA3DP0FcR4aZ3vfy0A,3803
|
|
3502
|
+
pulumi_azure_native/migrate/_enums.py,sha256=iAl3WK_ifc8lXu-pqgOFGzyKFmKXFgqiicrKduAHytU,37521
|
|
3503
|
+
pulumi_azure_native/migrate/_inputs.py,sha256=Flme97pOlMVrKpMR9Xk5t_l-OuAqN_QVbeIGv-bxktg,594851
|
|
3504
|
+
pulumi_azure_native/migrate/aks_assessment_operation.py,sha256=BXDR1Acgm0fzjuCLcAt7N9oYj6_X7yS5F4IM660dTfM,13960
|
|
3480
3505
|
pulumi_azure_native/migrate/assessment.py,sha256=_qpLFK9Pf-1H2xqBGBz8Aut4tYrgjmnDCrbnw1lx1Qc,12447
|
|
3481
|
-
pulumi_azure_native/migrate/assessment_projects_operation.py,sha256=
|
|
3506
|
+
pulumi_azure_native/migrate/assessment_projects_operation.py,sha256=MvMf7Zv_D5TuZAEs43bBXqZekEm1JcJOV8CeuA58XNg,24479
|
|
3482
3507
|
pulumi_azure_native/migrate/assessments_operation.py,sha256=wWPF55U1RnJcQhuid8S7DG6gd8zxiUJfPk-HK4Nda28,50197
|
|
3483
3508
|
pulumi_azure_native/migrate/avs_assessments_operation.py,sha256=hy9_FbV_ZSBoFKZI6xf0uW7uDzhrvbs20HcDd-hU1hw,55708
|
|
3484
|
-
pulumi_azure_native/migrate/
|
|
3485
|
-
pulumi_azure_native/migrate/
|
|
3509
|
+
pulumi_azure_native/migrate/avs_assessments_v2_operation.py,sha256=IrRcAwZgzXQptNVHsi9dV8HoMR-GUpX0dxQdCdjlHPc,10084
|
|
3510
|
+
pulumi_azure_native/migrate/business_case_operation.py,sha256=vBmNkWJ-l50yhijWTHpr9d4deDIh424d6RxqQcndsxY,11969
|
|
3511
|
+
pulumi_azure_native/migrate/compound_assessment_operation.py,sha256=X3xcIbJ6B6HQfH2vqg-6AxyvqZE5eUSwQdUXKLfErV0,10293
|
|
3512
|
+
pulumi_azure_native/migrate/get_aks_assessment_operation.py,sha256=jkJgACs4BuLbSecRSUZkxuTTzgob_DuhGB6G2fhZ8dM,10095
|
|
3486
3513
|
pulumi_azure_native/migrate/get_assessment.py,sha256=wadsG5726sKdav3DnsnRFeBZklRG05Wq54S5Dc9ZhCM,7020
|
|
3487
|
-
pulumi_azure_native/migrate/get_assessment_projects_operation.py,sha256=
|
|
3514
|
+
pulumi_azure_native/migrate/get_assessment_projects_operation.py,sha256=RZT33nZCeRizVFsrkJb5dlP6LwBhuOYbwteShU7YQ2c,16319
|
|
3488
3515
|
pulumi_azure_native/migrate/get_assessments_operation.py,sha256=RM1Uhy8UoN9Ab5DqunEPkXFWcNUrIjCzSCYlxBelaXc,37544
|
|
3489
3516
|
pulumi_azure_native/migrate/get_avs_assessments_operation.py,sha256=GmqKS5UHW65IaFO-_ZxXnhONhX-MZ_p5Aff_s9NEkog,42356
|
|
3490
|
-
pulumi_azure_native/migrate/
|
|
3491
|
-
pulumi_azure_native/migrate/
|
|
3517
|
+
pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py,sha256=A6pp_xk_B3DkNWHy4r1upEmAKnbZY5kZg8cWhEiuORw,6961
|
|
3518
|
+
pulumi_azure_native/migrate/get_business_case_operation.py,sha256=_lQnlhIgY7PbItNDC9jm-wRh-oF--zFRJombdooInXE,9409
|
|
3519
|
+
pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py,sha256=AQl_PrIlIyli35lRfJkQk9yfi5WJRLKw8lm7uj794L4,6030
|
|
3520
|
+
pulumi_azure_native/migrate/get_compound_assessment_operation.py,sha256=fm7GrdgsLvtRGfvwq0rHMS0UC8KdvpIGQ5tLPFrcFo4,7090
|
|
3492
3521
|
pulumi_azure_native/migrate/get_group.py,sha256=pFG20dLpiRl3LMRUva5zK-B0f1udmY9f68XojuIbsuQ,6435
|
|
3493
3522
|
pulumi_azure_native/migrate/get_groups_operation.py,sha256=hvMq2OjO05w3nJSgil_gN1sPSUTxxWK-2dHWMkrUCio,12736
|
|
3523
|
+
pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py,sha256=icsAg5nNDXbX3zyz0ZoejkkYLqEseESCQGk5gP8FKn4,7170
|
|
3494
3524
|
pulumi_azure_native/migrate/get_hyper_v_collector.py,sha256=sqb11fCpjFY7-8-gpOyE-9pdEZ2DWq0yn-dR_J-G3Kc,6052
|
|
3495
|
-
pulumi_azure_native/migrate/get_hyperv_collectors_operation.py,sha256=
|
|
3525
|
+
pulumi_azure_native/migrate/get_hyperv_collectors_operation.py,sha256=lEz68Z_P3bY2jfPprpCHoWfBbD0FZL4sSQjpO1YYNZc,10543
|
|
3496
3526
|
pulumi_azure_native/migrate/get_import_collector.py,sha256=-4WbxJwSn-CadCMTdFVSG14ugny0wm3AiqUVP-SpZ4w,6038
|
|
3497
|
-
pulumi_azure_native/migrate/get_import_collectors_operation.py,sha256=
|
|
3527
|
+
pulumi_azure_native/migrate/get_import_collectors_operation.py,sha256=MvGE2h-LcRCTOs4km3zxaEtBfBTZgfN63h_U90UxhL4,9829
|
|
3528
|
+
pulumi_azure_native/migrate/get_import_sql_collector_operation.py,sha256=QFB_cOlQD73KBHvm5LFTjDCG99Wjoa4c0mekL26Iap4,7124
|
|
3529
|
+
pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py,sha256=3VQ0gVB4gZzJ68LLIL2TKSi4oBlkQIojchYcXx2AG30,7087
|
|
3498
3530
|
pulumi_azure_native/migrate/get_migrate_agent.py,sha256=j2LYBAHvYY5kI16Tc15i2HkdAwRNENmbdwcNuZ83EHw,7268
|
|
3499
3531
|
pulumi_azure_native/migrate/get_migrate_project.py,sha256=_FXpysMb8illDn-lmX_L7jJ7FqFrpeiVJ0gdM4FSZTM,7157
|
|
3500
3532
|
pulumi_azure_native/migrate/get_migrate_projects_controller_migrate_project.py,sha256=RHBFSFzAIlQeHgd4l70FRece-jAXnEnoTjjc9LwLtRo,8632
|
|
@@ -3503,47 +3535,54 @@ pulumi_azure_native/migrate/get_move_collection.py,sha256=xVyVWFlrIfEMHlbzgCCKbE
|
|
|
3503
3535
|
pulumi_azure_native/migrate/get_move_resource.py,sha256=EfAuvnsgU7JzK0Jei_cuaXVJ-CxoI5XWPrAmrKNjkDw,7045
|
|
3504
3536
|
pulumi_azure_native/migrate/get_private_endpoint_connection.py,sha256=zlIcwax8iR8Ftq1vKRG-mroYkGAgp3i-4CK1rtJ7kXc,7415
|
|
3505
3537
|
pulumi_azure_native/migrate/get_private_endpoint_connection_controller_private_endpoint_connection.py,sha256=zs7AbWfWi7rfZFjVCDd4Ru-xMrBJs5rXL7GxZmL-vk8,8833
|
|
3506
|
-
pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py,sha256=
|
|
3538
|
+
pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py,sha256=4cKZAlJKpEUiI8SkkCc7ycmQI2Xunn7ObuGrnKPEL8g,10538
|
|
3507
3539
|
pulumi_azure_native/migrate/get_project.py,sha256=KescNUC6FQnMQ_PE4sXiARS-QtMJwHfXHhzSxCxqSAk,6926
|
|
3508
3540
|
pulumi_azure_native/migrate/get_server_collector.py,sha256=BS6Ej3hrUL_ETGJrBGm4yMe3GjXOZxifYrsLttST9bE,6032
|
|
3509
|
-
pulumi_azure_native/migrate/get_server_collectors_operation.py,sha256=
|
|
3541
|
+
pulumi_azure_native/migrate/get_server_collectors_operation.py,sha256=tc3IMEWa9TIa63OzVXVS89UUec0PCo2eHiPv4z95PNI,10567
|
|
3510
3542
|
pulumi_azure_native/migrate/get_solution.py,sha256=aJQZ_8H_OX1TiVtnnxUL7gBofAnksCFDCsGJWUp_KVg,6311
|
|
3511
3543
|
pulumi_azure_native/migrate/get_solution_config.py,sha256=EYrlphTqA2yvpOHsC9vTvi0KKqdUdwUDM0l4GjHQI30,4183
|
|
3512
3544
|
pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py,sha256=BAMWQNyBDLWdAZbTZ53bYlyvAXx2FcSwpsQuMietM_Y,34191
|
|
3513
|
-
pulumi_azure_native/migrate/
|
|
3545
|
+
pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py,sha256=B7vkNG0V2qxdC_94PUJ9DBZbcNiF8ODtK8okZLsFkD8,6941
|
|
3546
|
+
pulumi_azure_native/migrate/get_sql_collector_operation.py,sha256=clqqyQGiZBMh8u5PYCJtAeWk-JeuNwPiCVm9gS11HzM,10384
|
|
3514
3547
|
pulumi_azure_native/migrate/get_v_mware_collector.py,sha256=hff_Jgmwg22P7JnklYgGT02mArzKkwlemI6og_2a1nE,6048
|
|
3515
|
-
pulumi_azure_native/migrate/get_vmware_collectors_operation.py,sha256=
|
|
3548
|
+
pulumi_azure_native/migrate/get_vmware_collectors_operation.py,sha256=kMkLysw2_r2E8IpnxS_JrbJI5xp84au544zYTwjBGFQ,10546
|
|
3516
3549
|
pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py,sha256=rddYs3vBpRKGMY0fBOGyepHiJdDZF6JrusFmfLo-_TY,26684
|
|
3517
|
-
pulumi_azure_native/migrate/
|
|
3550
|
+
pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py,sha256=NhDhZe5lcuBksRFbExDF_hrNA_nXuxeltd-toQ4Rf3A,7034
|
|
3551
|
+
pulumi_azure_native/migrate/get_web_app_collector_operation.py,sha256=9C9xVCVRZOSf_g8WzezksSpZOfUbItox0vWAyP65_PY,10450
|
|
3518
3552
|
pulumi_azure_native/migrate/get_workload_deployment.py,sha256=8iDbq-nV-TM0UcD80mkvwLju3Y2dtgk8ooeuWFyPyGw,7568
|
|
3519
3553
|
pulumi_azure_native/migrate/get_workload_deployment_secret_configurations.py,sha256=i2iLSdlXEZUNFuAubSJZL1AVFycZnbprk1_lxGV5S5U,7448
|
|
3520
3554
|
pulumi_azure_native/migrate/get_workload_instance.py,sha256=y_5nV_JCI9JGqxS78KEmaaBvTKn5B9QzMw1ZiOU6lPI,7484
|
|
3521
3555
|
pulumi_azure_native/migrate/group.py,sha256=brhVBmOLowd73QYOyhs-AbrFXn5TFGTE1HsmdYZb-8Y,11110
|
|
3522
3556
|
pulumi_azure_native/migrate/groups_operation.py,sha256=n0ENwAYPwOiNnPxJj3xl-H8CQSm-gi_7BNpzVkMelL8,16289
|
|
3523
|
-
pulumi_azure_native/migrate/
|
|
3524
|
-
pulumi_azure_native/migrate/
|
|
3525
|
-
pulumi_azure_native/migrate/
|
|
3526
|
-
pulumi_azure_native/migrate/
|
|
3557
|
+
pulumi_azure_native/migrate/heterogeneous_assessment_operation.py,sha256=GfsuTVg87cQNQqgYLKP1YVA4FA0rqwYUtpXIVPUfcA4,10320
|
|
3558
|
+
pulumi_azure_native/migrate/hyper_v_collector.py,sha256=EQi0wm6fYMP9udaNoQl36OcruHQiELt111gBETwaY88,10764
|
|
3559
|
+
pulumi_azure_native/migrate/hyperv_collectors_operation.py,sha256=NUidWrUDhi6bumzAgVjNtKyNdQoRZUlluCZylpyOoqM,15337
|
|
3560
|
+
pulumi_azure_native/migrate/import_collector.py,sha256=osGzOdW8Pg3sdhPu1E-hCDNs3dYtB14IujM9P8tzF50,10794
|
|
3561
|
+
pulumi_azure_native/migrate/import_collectors_operation.py,sha256=JyRt08iUQXeViQAz2j_hJp-hTgGMJv3HYK8P4Tsy7i8,13616
|
|
3562
|
+
pulumi_azure_native/migrate/import_sql_collector_operation.py,sha256=1-ZgzogMFiK1q4iiUZmRwTbdVgfruTnmysPctm8Eqyk,10342
|
|
3563
|
+
pulumi_azure_native/migrate/machine_assessments_v2_operation.py,sha256=LnI65QRDEZ8Au8psJ9RTigrnd9H5YTGTtDZFeWUTLRc,10229
|
|
3527
3564
|
pulumi_azure_native/migrate/migrate_agent.py,sha256=CQmvdvX20dMJWErsJwXH87qmbd0uAqi1uZUnoCDGTOs,12008
|
|
3528
3565
|
pulumi_azure_native/migrate/migrate_project.py,sha256=8sYh1WS-py6GsJav50DAgTDyLbY6mO8z4sfIguPyGoY,12705
|
|
3529
3566
|
pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py,sha256=5PUkLAgWH8ZanUeYPw9vHaV6-9qRXxvZ48JRdsJybOY,12491
|
|
3530
3567
|
pulumi_azure_native/migrate/modernize_project.py,sha256=gvp99h1bFsIf8zTBv_J6peGM1JyvWhRKRfO8Xbl5E3Q,13365
|
|
3531
3568
|
pulumi_azure_native/migrate/move_collection.py,sha256=gqSvjcwKNQdd493LBPsHU5_CxY9vvFE8d-prxKpktyI,13662
|
|
3532
3569
|
pulumi_azure_native/migrate/move_resource.py,sha256=0bA5s8m9SbW2OlvBkHiqY-KkVtC5MzHveYsp_wl5Kyw,10824
|
|
3533
|
-
pulumi_azure_native/migrate/outputs.py,sha256=
|
|
3534
|
-
pulumi_azure_native/migrate/private_endpoint_connection.py,sha256=
|
|
3570
|
+
pulumi_azure_native/migrate/outputs.py,sha256=joZcvP2nCBlvX4RR1-GbfMlCRudmJdaPI5EeGINYd4A,630226
|
|
3571
|
+
pulumi_azure_native/migrate/private_endpoint_connection.py,sha256=MfbNGQ-pSw9fNFP-tlHcAviB9GDEnL9I7yFbcbhQ7Vo,12554
|
|
3535
3572
|
pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py,sha256=SQ0UZLvqHndgxdBvrK2zAE8Nfe3tvShudcp_ECJ2d64,12893
|
|
3536
|
-
pulumi_azure_native/migrate/private_endpoint_connection_operation.py,sha256=
|
|
3537
|
-
pulumi_azure_native/migrate/project.py,sha256=
|
|
3538
|
-
pulumi_azure_native/migrate/server_collector.py,sha256=
|
|
3539
|
-
pulumi_azure_native/migrate/server_collectors_operation.py,sha256=
|
|
3573
|
+
pulumi_azure_native/migrate/private_endpoint_connection_operation.py,sha256=RSAXfubyFeeEJFbrRvaV-qV4yLZ1yClbpvaEc3SNbMY,14213
|
|
3574
|
+
pulumi_azure_native/migrate/project.py,sha256=LurxLveHGGhJfseOjTFgjjY8BiNI5LqJ9FITuiDw4wQ,12337
|
|
3575
|
+
pulumi_azure_native/migrate/server_collector.py,sha256=VcAYjVPzm4umSqQG47qlgI7ygR8Y4pqIll_t9cIOC7o,10746
|
|
3576
|
+
pulumi_azure_native/migrate/server_collectors_operation.py,sha256=4AoyrRzzAtpyTzfktEbj_xeNQL63b6QAvPGISlxvsoA,15377
|
|
3540
3577
|
pulumi_azure_native/migrate/solution.py,sha256=t9Yd3OtQ2Do08VHXj92DtOS4pz0W_cYLpuec6fyq2L8,10150
|
|
3541
3578
|
pulumi_azure_native/migrate/sql_assessment_v2_operation.py,sha256=w3KbtdF3Tsd-e9sVSUm02GHbtJgKGdd2U6M_Hm_eAV8,62017
|
|
3542
|
-
pulumi_azure_native/migrate/
|
|
3543
|
-
pulumi_azure_native/migrate/
|
|
3544
|
-
pulumi_azure_native/migrate/
|
|
3579
|
+
pulumi_azure_native/migrate/sql_assessment_v3_operation.py,sha256=-7Osno4g_aflCXgODNi9EJ9jQcdamG1YI__mbF5Rk6E,10073
|
|
3580
|
+
pulumi_azure_native/migrate/sql_collector_operation.py,sha256=NnXqFPt-yMnY5oOrFN9hqu1EFb4HqmWAtV2m_Pa5HOc,14921
|
|
3581
|
+
pulumi_azure_native/migrate/v_mware_collector.py,sha256=hOwPk13opOGS_25zaSSYz09Ve3w4Zlly8uEiqtGWWwc,10761
|
|
3582
|
+
pulumi_azure_native/migrate/vmware_collectors_operation.py,sha256=LFlkfSkGe4GKZQ-wEzvDYY8sCeDhrli42Ra4CsUH8Y4,15347
|
|
3545
3583
|
pulumi_azure_native/migrate/web_app_assessment_v2_operation.py,sha256=76gU0TRJrga5wEN4uZZ47rQlow7BEqgsez67kIMjPPw,45155
|
|
3546
|
-
pulumi_azure_native/migrate/
|
|
3584
|
+
pulumi_azure_native/migrate/web_app_assessment_v3_operation.py,sha256=H1355pYd_PhMmky3D7KdkplKxkVPXr2rMUHtkMeHU_8,10162
|
|
3585
|
+
pulumi_azure_native/migrate/web_app_collector_operation.py,sha256=lc6GdfV7KcK03JQudA4rfP0vzImIXm3lbS7v-sOa8PM,13769
|
|
3547
3586
|
pulumi_azure_native/migrate/workload_deployment.py,sha256=Lnuayu1lUHC6FOX0uDrIdCF0B2J6uptEEtUNsz7fbbU,12496
|
|
3548
3587
|
pulumi_azure_native/migrate/workload_instance.py,sha256=eZy-RSOTpjPxP47QZEKMd4chdXqw7PYeoKueIVHFrWk,12386
|
|
3549
3588
|
pulumi_azure_native/mixedreality/__init__.py,sha256=FQkO1xofEesdKj3yf2dREx23Hxhm2oC2aUickTAsVG0,711
|
|
@@ -3649,40 +3688,42 @@ pulumi_azure_native/mysqldiscovery/get_my_sql_site.py,sha256=nYzSSEHxjj0o5U9tNca
|
|
|
3649
3688
|
pulumi_azure_native/mysqldiscovery/my_sql_server.py,sha256=qmqeqk1fKandamAK-7ywrfc_JPCJ7w8peD1V-5UX0mo,24085
|
|
3650
3689
|
pulumi_azure_native/mysqldiscovery/my_sql_site.py,sha256=FyVntnf3rjwhISVxfkPIoArJUc7EmZ4tmTylLEbDANM,15219
|
|
3651
3690
|
pulumi_azure_native/mysqldiscovery/outputs.py,sha256=n1gDQEnDio4mbRMzgJTjpTnsVBO8DCw6wA1EEiYhHiY,10414
|
|
3652
|
-
pulumi_azure_native/netapp/__init__.py,sha256=
|
|
3691
|
+
pulumi_azure_native/netapp/__init__.py,sha256=gHSpm7MY6JT25rdLkb01JRCcCVNx38ig355cGYSrUsE,1537
|
|
3653
3692
|
pulumi_azure_native/netapp/_enums.py,sha256=iu4wSg2Dt7jiw-7qUeHwh2tV53SEGVcT8_R0Lqw0img,7090
|
|
3654
|
-
pulumi_azure_native/netapp/_inputs.py,sha256=
|
|
3655
|
-
pulumi_azure_native/netapp/account.py,sha256=
|
|
3656
|
-
pulumi_azure_native/netapp/backup.py,sha256=
|
|
3657
|
-
pulumi_azure_native/netapp/backup_policy.py,sha256=
|
|
3658
|
-
pulumi_azure_native/netapp/backup_vault.py,sha256=
|
|
3659
|
-
pulumi_azure_native/netapp/capacity_pool.py,sha256=
|
|
3693
|
+
pulumi_azure_native/netapp/_inputs.py,sha256=fGZU3YCaiGnLhGNXe7Ou-r5qCMj7iKhAykrzeAbMIQE,143244
|
|
3694
|
+
pulumi_azure_native/netapp/account.py,sha256=demqrcFyykaQqSxBErYlAnblrDZL0U7mV44ddMDrrvk,18946
|
|
3695
|
+
pulumi_azure_native/netapp/backup.py,sha256=gzE9ix96xCIRuC4go7KtDBHV7ExCR9SPF8MQMEPY_tA,18961
|
|
3696
|
+
pulumi_azure_native/netapp/backup_policy.py,sha256=jK6bxuhw9gej-rYq545eaSfBEU_N2Yvug3oy3nDOFUg,21127
|
|
3697
|
+
pulumi_azure_native/netapp/backup_vault.py,sha256=O7AHRyj7lgvEjccyhI2ywQ9r5jrrGrVhOLGfmUgzLjw,13112
|
|
3698
|
+
pulumi_azure_native/netapp/capacity_pool.py,sha256=KgZC2mGp5lQRwJZNDRWdkmHIsvavuq3HZlLK1ZG3L2c,24981
|
|
3660
3699
|
pulumi_azure_native/netapp/capacity_pool_backup.py,sha256=OzX11sNQ2P_QHBV5VPOzdkqFwCcioyr5sP4zQJlLE7M,17333
|
|
3661
|
-
pulumi_azure_native/netapp/
|
|
3662
|
-
pulumi_azure_native/netapp/
|
|
3663
|
-
pulumi_azure_native/netapp/
|
|
3664
|
-
pulumi_azure_native/netapp/
|
|
3665
|
-
pulumi_azure_native/netapp/
|
|
3666
|
-
pulumi_azure_native/netapp/
|
|
3700
|
+
pulumi_azure_native/netapp/capacity_pool_bucket.py,sha256=laHRxJ3YS1c-WJDnOTaK0RimlYvwk4SVY99xhcAvO0c,16303
|
|
3701
|
+
pulumi_azure_native/netapp/capacity_pool_snapshot.py,sha256=weUPzEslD-Wpux1RxfePYiBok3jWY8fye2du6HbSArs,17634
|
|
3702
|
+
pulumi_azure_native/netapp/capacity_pool_subvolume.py,sha256=3GapfDIFNHBEHbJI99Sox8my7v79LksIg39Buqdobds,17716
|
|
3703
|
+
pulumi_azure_native/netapp/capacity_pool_volume.py,sha256=GVUd5Fmn3tyTaDwsATo0KsPOnB2NT96o0hb-2w0RY7o,95353
|
|
3704
|
+
pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py,sha256=wb9NIrdSm6v-aM4vWELveNfBx-fPT8F0gPxiCVI_YyU,21589
|
|
3705
|
+
pulumi_azure_native/netapp/get_account.py,sha256=tYYqjCu9R6NkAwCLXAPvR9PXyuRBiuj2rj9Ev7FSas0,11381
|
|
3706
|
+
pulumi_azure_native/netapp/get_account_change_key_vault_information.py,sha256=Qnio4R_C2DPmtdn3R3a7rWdnvNa30C_MkaljYfVxzXc,7527
|
|
3667
3707
|
pulumi_azure_native/netapp/get_account_key_vault_status.py,sha256=1yDMAFmOMtVR7SZBPEuoi7mgV7eySzJ8hPLfa5qrxzM,6519
|
|
3668
|
-
pulumi_azure_native/netapp/get_backup.py,sha256=
|
|
3669
|
-
pulumi_azure_native/netapp/get_backup_policy.py,sha256=
|
|
3670
|
-
pulumi_azure_native/netapp/get_backup_vault.py,sha256=
|
|
3671
|
-
pulumi_azure_native/netapp/get_capacity_pool.py,sha256=
|
|
3708
|
+
pulumi_azure_native/netapp/get_backup.py,sha256=AodtD3J4W2Wrr1m35w9aiXSzUIqhlmnSsPl0UrJCDwE,14081
|
|
3709
|
+
pulumi_azure_native/netapp/get_backup_policy.py,sha256=4F7ApCj5ZgwXPKROqCdNdArBRjMwcuLisLdRjRtA9dM,14075
|
|
3710
|
+
pulumi_azure_native/netapp/get_backup_vault.py,sha256=DPAnvv2atOPRTvM19sfGpx2X3N6-3ZlXOdW8RqOvTcI,8722
|
|
3711
|
+
pulumi_azure_native/netapp/get_capacity_pool.py,sha256=5BuWSGbVV8utqg0xDKEXPzLS8a_GUuvuVnrBGZ0ZvII,14388
|
|
3672
3712
|
pulumi_azure_native/netapp/get_capacity_pool_backup.py,sha256=IzQBIqfjCZvAvrDBXSbu_P8PaJ9Y21sOSrpWQlO_Vzo,12577
|
|
3673
|
-
pulumi_azure_native/netapp/
|
|
3674
|
-
pulumi_azure_native/netapp/
|
|
3675
|
-
pulumi_azure_native/netapp/
|
|
3676
|
-
pulumi_azure_native/netapp/
|
|
3677
|
-
pulumi_azure_native/netapp/
|
|
3678
|
-
pulumi_azure_native/netapp/
|
|
3679
|
-
pulumi_azure_native/netapp/
|
|
3680
|
-
pulumi_azure_native/netapp/
|
|
3681
|
-
pulumi_azure_native/netapp/
|
|
3682
|
-
pulumi_azure_native/netapp/
|
|
3683
|
-
pulumi_azure_native/netapp/
|
|
3684
|
-
pulumi_azure_native/netapp/
|
|
3685
|
-
pulumi_azure_native/netapp/
|
|
3713
|
+
pulumi_azure_native/netapp/get_capacity_pool_bucket.py,sha256=AZCDVE5ZWCcLWHlbzMlRV6sJAJrOyKMeHM5dNiryPW0,10524
|
|
3714
|
+
pulumi_azure_native/netapp/get_capacity_pool_snapshot.py,sha256=cNStmT0zo3a17JPab_C9AOJgnYdF1JWT0SP-GMrAmos,10269
|
|
3715
|
+
pulumi_azure_native/netapp/get_capacity_pool_subvolume.py,sha256=fAbDTL3gorO-C_NTnS58NsBj2DbPnb9ybzgBrXNxadE,10313
|
|
3716
|
+
pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py,sha256=wKlo2_RyZnkXpOVzocgPtPlByZJOyMzA8clex_6RHg0,12800
|
|
3717
|
+
pulumi_azure_native/netapp/get_capacity_pool_volume.py,sha256=LBSevQf_PYM8Zxsw23rurtqcvjeub0CHS3zzEN8lbeo,52457
|
|
3718
|
+
pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py,sha256=-btvFkdUGB2Hiz9hhdpjJEQdk47CY7g47kXIJLVmx2I,6511
|
|
3719
|
+
pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py,sha256=6f0Lgb5QurnovTdv4MUsvdB7eEhIWRA3Z9vrxalg1p0,12062
|
|
3720
|
+
pulumi_azure_native/netapp/get_snapshot_policy.py,sha256=ji9qvHG1RQi1FP9_0NGXG6iQlY8-TVuZBTyQhXDEbws,12583
|
|
3721
|
+
pulumi_azure_native/netapp/get_volume_group.py,sha256=Hi9IcJGHYDDPsseip1igFyiFIPHytgCiajl4Se7zh2Y,8659
|
|
3722
|
+
pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py,sha256=XteXuCc5ZF5tBoxkyaj1pKkA90MWovDqP3QbJ8l_pj4,5786
|
|
3723
|
+
pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py,sha256=Bx6J1i952qZ6pD-nqCdbumswnt3EUOTxIvqc7Wtdx0A,5639
|
|
3724
|
+
pulumi_azure_native/netapp/outputs.py,sha256=pEpi2P-b1AkOIrjyHfO7rY5M0BiaQefZf8AZLZuBSMY,142258
|
|
3725
|
+
pulumi_azure_native/netapp/snapshot_policy.py,sha256=kV3dEnC0qqIZxn5tQvXPTouMBV323zBKlgPoV_n4-HM,21967
|
|
3726
|
+
pulumi_azure_native/netapp/volume_group.py,sha256=sfI4v2XHQtm6u2hL0uOADssqtzFbMk5kx9tQYl7XSUE,15169
|
|
3686
3727
|
pulumi_azure_native/network/__init__.py,sha256=GqAzEoL3xFxrjdpjfLxb-T17NIKmdGssbIGJlRG_i7Y,11473
|
|
3687
3728
|
pulumi_azure_native/network/_enums.py,sha256=yaVYgl556r3TiWp5FrpbWxUnZbTYc_eyaNr3NvMI8_k,47914
|
|
3688
3729
|
pulumi_azure_native/network/_inputs.py,sha256=z5XmQFY696Jx4UM4e3wu1WURrL8gZcL-Dqx9S_No52w,1313249
|
|
@@ -4215,13 +4256,13 @@ pulumi_azure_native/powerbidedicated/get_capacity_details.py,sha256=6bJVOFxraaKs
|
|
|
4215
4256
|
pulumi_azure_native/powerbidedicated/outputs.py,sha256=Bl4tUsNRiYsYHuAZtw98KbU42pAa035BP6XnRyj7SQE,8282
|
|
4216
4257
|
pulumi_azure_native/powerplatform/__init__.py,sha256=PH59I9RJ957bmAvE4ewv3YkAQuJLhgFUcSSvRVTu2eU,528
|
|
4217
4258
|
pulumi_azure_native/powerplatform/_enums.py,sha256=TpUeVWn0Tt7RFj0W1F-8SksXoD_3gBd_3pbEnmZi01Y,1471
|
|
4218
|
-
pulumi_azure_native/powerplatform/_inputs.py,sha256=
|
|
4259
|
+
pulumi_azure_native/powerplatform/_inputs.py,sha256=2R93OP9AX-TvHf9osZ5U8qCLilW9nZESxCkQaQ6MTpc,16430
|
|
4219
4260
|
pulumi_azure_native/powerplatform/account.py,sha256=U5OAs4qoPe4uitnzKlmRMIvuu2HhPvMUCKs1jXXakb0,11024
|
|
4220
4261
|
pulumi_azure_native/powerplatform/enterprise_policy.py,sha256=bIFZS99QblayWoQgmbMsCSk5Oik1ITrgi93PIpwTeLA,18804
|
|
4221
4262
|
pulumi_azure_native/powerplatform/get_account.py,sha256=ADFspbwiMXqbAL4yhmTPo80yEhg-YnjgRoUGLhqk2wI,7679
|
|
4222
4263
|
pulumi_azure_native/powerplatform/get_enterprise_policy.py,sha256=05giW8XmRjftn5vK-uVpJ0x4BCH67nvaOd_ToXK8oeU,10926
|
|
4223
4264
|
pulumi_azure_native/powerplatform/get_private_endpoint_connection.py,sha256=jw4Rve64iqIviGi7g1urtKxVbkaa4NQDjXy_1D2o2q4,9169
|
|
4224
|
-
pulumi_azure_native/powerplatform/outputs.py,sha256=
|
|
4265
|
+
pulumi_azure_native/powerplatform/outputs.py,sha256=oVXrt212GaB8VaqoYVip_9WR1jA7NhCokOJU1Hx18OE,17968
|
|
4225
4266
|
pulumi_azure_native/powerplatform/private_endpoint_connection.py,sha256=-WnDUZvU8QQOJsg3hdHueyKlciY0NX8_FOv2jvWZyx0,12555
|
|
4226
4267
|
pulumi_azure_native/privatedns/__init__.py,sha256=tFVEQKDqXKmS6uRwOeEcqbagt669e_UDdR2pphwaMPw,526
|
|
4227
4268
|
pulumi_azure_native/privatedns/_enums.py,sha256=CGuJYTRW42OFeK5IhOa6nTTPbyDZJMiE961bS17gvUY,654
|
|
@@ -4307,44 +4348,44 @@ pulumi_azure_native/recommendationsservice/service_endpoint.py,sha256=9hM8Jt5BLk
|
|
|
4307
4348
|
pulumi_azure_native/recoveryservices/__init__.py,sha256=gVaEy1zu0L_sYOTf7lYhO0_7mRVXFmMRYB3jy5vzTgc,1871
|
|
4308
4349
|
pulumi_azure_native/recoveryservices/_enums.py,sha256=ybhmcIF7IiD1ZJjYZNwXNjUnza2h7flM3WXqM1keQ_s,16910
|
|
4309
4350
|
pulumi_azure_native/recoveryservices/_inputs.py,sha256=8wjp0sdAIl85-ZQpxDHgvdY8ZvmlUKcbpzTxzU9CWao,1178123
|
|
4310
|
-
pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=
|
|
4311
|
-
pulumi_azure_native/recoveryservices/get_protected_item.py,sha256=
|
|
4312
|
-
pulumi_azure_native/recoveryservices/get_protection_container.py,sha256=
|
|
4313
|
-
pulumi_azure_native/recoveryservices/get_protection_intent.py,sha256=
|
|
4314
|
-
pulumi_azure_native/recoveryservices/get_protection_policy.py,sha256=
|
|
4351
|
+
pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=T-Vy7utAcXS2i-bnA9-jZgamAh8uv_h0seRcWcnQzPM,8855
|
|
4352
|
+
pulumi_azure_native/recoveryservices/get_protected_item.py,sha256=NG5MoolsRSSLL2ptXaNMGH61qLHCH-0WzNXsf3fqlgI,9641
|
|
4353
|
+
pulumi_azure_native/recoveryservices/get_protection_container.py,sha256=q31GSIalwQ_RVgDaD0kQDzoU_mburGnXBMjR0ooLh7M,9010
|
|
4354
|
+
pulumi_azure_native/recoveryservices/get_protection_intent.py,sha256=o_FTa7afpcSLwEWqcfL5p_XFJHY0m0T3CEk79X8IWps,9055
|
|
4355
|
+
pulumi_azure_native/recoveryservices/get_protection_policy.py,sha256=pwy4lRqzR_zuWciLrtE-pkkZxVirEGSBvbU9TsHrYiQ,8711
|
|
4315
4356
|
pulumi_azure_native/recoveryservices/get_recovery_point_access_token.py,sha256=-t49LZ8hU8E4f5Z2oQE6td-DjRdzXnzzQlUnDlZoaRw,9565
|
|
4316
|
-
pulumi_azure_native/recoveryservices/get_replication_fabric.py,sha256=
|
|
4317
|
-
pulumi_azure_native/recoveryservices/get_replication_migration_item.py,sha256=
|
|
4318
|
-
pulumi_azure_native/recoveryservices/get_replication_network_mapping.py,sha256=
|
|
4319
|
-
pulumi_azure_native/recoveryservices/get_replication_policy.py,sha256=
|
|
4320
|
-
pulumi_azure_native/recoveryservices/get_replication_protected_item.py,sha256=
|
|
4321
|
-
pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py,sha256=
|
|
4322
|
-
pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py,sha256=
|
|
4323
|
-
pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py,sha256=
|
|
4324
|
-
pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py,sha256=
|
|
4325
|
-
pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=
|
|
4326
|
-
pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=
|
|
4327
|
-
pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=
|
|
4328
|
-
pulumi_azure_native/recoveryservices/get_vault.py,sha256=
|
|
4357
|
+
pulumi_azure_native/recoveryservices/get_replication_fabric.py,sha256=4w01B4MBj-NJZV0PzJCJ4ctCJKVkTaKJp5fnbcI_tes,7419
|
|
4358
|
+
pulumi_azure_native/recoveryservices/get_replication_migration_item.py,sha256=OyzogOI7GqC83dXeTCyVQh0PHmnDvp_jYluf2oVff-s,8122
|
|
4359
|
+
pulumi_azure_native/recoveryservices/get_replication_network_mapping.py,sha256=eJHO_9n3HB_20W_E_YSizw6em4uJ5ST9m0Kcy7bNJ9Y,8533
|
|
4360
|
+
pulumi_azure_native/recoveryservices/get_replication_policy.py,sha256=mkaYvyKiRjH4lTepA9d2IHh9D37gXclRJI1qnIxAC9c,7131
|
|
4361
|
+
pulumi_azure_native/recoveryservices/get_replication_protected_item.py,sha256=eT97X0qm6KBVYkkpA8e5QGcxOHh3zmNALSvwf4Yfoks,8319
|
|
4362
|
+
pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py,sha256=nv9jBalRIexaNBy4ClYNrzGxwXk08RxBhT3JFwWrW1Q,7905
|
|
4363
|
+
pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py,sha256=5HCGYy3UOJVLF-1uOiIO3vOxDEsHQDnFk6TUAZgY0VY,8552
|
|
4364
|
+
pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py,sha256=FKQDaShhaR4ZikP4kerSZlZHld_G5b7oAp1oQT6a1cI,7341
|
|
4365
|
+
pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py,sha256=PqPJ8Y6n37OG8uT4sr4o3Ua4yW-ygz7NY1-y7NryKfs,8010
|
|
4366
|
+
pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=_PwS8IP_5s5reumHi2vU7wicWpUMQK9r0s3igQ0Danw,8854
|
|
4367
|
+
pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=BrbRsP3kQpa5eGYyCtAwVdcE9Eqd9_rGqMPG-caE_2Y,7504
|
|
4368
|
+
pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=HXVlvIS0bGba0H9AIb5pLKpyRom1EB54DVuC3HYt9I0,8405
|
|
4369
|
+
pulumi_azure_native/recoveryservices/get_vault.py,sha256=NlAzFt9DD-pjxgcKwvq4F7DrSAsy0npn9V3K5ii3B0c,9304
|
|
4329
4370
|
pulumi_azure_native/recoveryservices/outputs.py,sha256=6OmpU4A9KReg2CoDzdv5k-uXE3odwphfE9O1D_e_VzI,1513501
|
|
4330
|
-
pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256
|
|
4331
|
-
pulumi_azure_native/recoveryservices/protected_item.py,sha256=
|
|
4332
|
-
pulumi_azure_native/recoveryservices/protection_container.py,sha256=
|
|
4333
|
-
pulumi_azure_native/recoveryservices/protection_intent.py,sha256=
|
|
4334
|
-
pulumi_azure_native/recoveryservices/protection_policy.py,sha256=
|
|
4335
|
-
pulumi_azure_native/recoveryservices/replication_fabric.py,sha256=
|
|
4336
|
-
pulumi_azure_native/recoveryservices/replication_migration_item.py,sha256=
|
|
4337
|
-
pulumi_azure_native/recoveryservices/replication_network_mapping.py,sha256=
|
|
4338
|
-
pulumi_azure_native/recoveryservices/replication_policy.py,sha256=
|
|
4339
|
-
pulumi_azure_native/recoveryservices/replication_protected_item.py,sha256=
|
|
4340
|
-
pulumi_azure_native/recoveryservices/replication_protection_cluster.py,sha256=
|
|
4341
|
-
pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py,sha256=
|
|
4342
|
-
pulumi_azure_native/recoveryservices/replication_recovery_plan.py,sha256=
|
|
4343
|
-
pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,sha256=
|
|
4344
|
-
pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=
|
|
4345
|
-
pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=
|
|
4346
|
-
pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=
|
|
4347
|
-
pulumi_azure_native/recoveryservices/vault.py,sha256=
|
|
4371
|
+
pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=Vp4EUopUlkXllvwPhealH0v1XP6ntSYFqRf9oCWBrTs,17439
|
|
4372
|
+
pulumi_azure_native/recoveryservices/protected_item.py,sha256=RRiv4uV3eJopIu84a_cUnrIVdqW4OiaIircTbT1ga8o,23665
|
|
4373
|
+
pulumi_azure_native/recoveryservices/protection_container.py,sha256=qU66mYy5FSFouDlzr8Ri9O1-l_wNQ4gq4XQFM06biog,21694
|
|
4374
|
+
pulumi_azure_native/recoveryservices/protection_intent.py,sha256=weLj74JCiTrjutdsPgwayV5oIJonNf6ZKa0HPU7KkPU,19315
|
|
4375
|
+
pulumi_azure_native/recoveryservices/protection_policy.py,sha256=pBZ9LLzpou_YNQOi1Hco_O5Ly1lO42tGlZ_tdgudZeY,18462
|
|
4376
|
+
pulumi_azure_native/recoveryservices/replication_fabric.py,sha256=I9eAW4XGjmEgYBiJKvULVi0bYEMwFk5WbbJMd4VTZDk,12924
|
|
4377
|
+
pulumi_azure_native/recoveryservices/replication_migration_item.py,sha256=F0Q_EYUppE485GEvoPEMXj92KekRasb6DHp2u8C6lbo,15415
|
|
4378
|
+
pulumi_azure_native/recoveryservices/replication_network_mapping.py,sha256=5M-h54HL6lpH4S5EbCSd2I6BPex9dCUwEZH9zWvDDD4,16274
|
|
4379
|
+
pulumi_azure_native/recoveryservices/replication_policy.py,sha256=0DYFTYFjFIzKBJChpCGX6NrAagq-27o39WOScS1DNNQ,12958
|
|
4380
|
+
pulumi_azure_native/recoveryservices/replication_protected_item.py,sha256=gTA4Dp_fVJOFZxTzb5jZPMht0mBilZXr0pFdHZd3gJA,15749
|
|
4381
|
+
pulumi_azure_native/recoveryservices/replication_protection_cluster.py,sha256=7BF9_3n13JRYqBOngyv-D7-Zc3w2AhGcMkr6SJWE0TM,13243
|
|
4382
|
+
pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py,sha256=uFeljbkMXYi5-8NOoiKhx7dKnsFtfGTWqrT6fXOH0h0,16218
|
|
4383
|
+
pulumi_azure_native/recoveryservices/replication_recovery_plan.py,sha256=UtDh0-he488ecpVbsDIR5P_tdjK8lL7DxwsAtfP17g8,13466
|
|
4384
|
+
pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,sha256=FBrmSum2zizAnxZuglwgaVgfIVIbuln0CKEwZDYg81s,14848
|
|
4385
|
+
pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=YDPienGK_H2WKkfwJgPlYVjDS-PZ1sEa64iEcsAKW6w,16508
|
|
4386
|
+
pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=ippfzPSWl-aUDb6_sd-iHVGv4gDPmVebmkCE_5gLo_c,13860
|
|
4387
|
+
pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=EjboIoFfPVvSd9UHvLHP95Xmd-E5g_v9x-Mm9uj34Xw,15714
|
|
4388
|
+
pulumi_azure_native/recoveryservices/vault.py,sha256=93TV8yZ5OD5uAZDRjZRj2BBDzfv7sokxl39FtiAbAys,16865
|
|
4348
4389
|
pulumi_azure_native/redhatopenshift/__init__.py,sha256=lwvnm6Wj5symu3ah8rs86ZRXzTd3UuszNVcoqISFWy4,738
|
|
4349
4390
|
pulumi_azure_native/redhatopenshift/_enums.py,sha256=kP5dSGKD4lObARLMTKpsCCxDTXDmF1pGfcjyvel03nQ,1395
|
|
4350
4391
|
pulumi_azure_native/redhatopenshift/_inputs.py,sha256=5GxH7K9yZ_wyS4_FrzGtTFrHto2oXA1ULyut_wWVHts,27095
|
|
@@ -4387,16 +4428,16 @@ pulumi_azure_native/redis/redis_linked_server.py,sha256=3K392BpNNmIMo4W2sk-dt22m
|
|
|
4387
4428
|
pulumi_azure_native/redisenterprise/__init__.py,sha256=cX9GdrOTbmdgQUf72iEAKd6QxExsvkhtb0yQfqOvHEg,646
|
|
4388
4429
|
pulumi_azure_native/redisenterprise/_enums.py,sha256=x-eJo_lZiyg068vmWOpgJzepjSf4MggiUg6f6Af4Iaw,3421
|
|
4389
4430
|
pulumi_azure_native/redisenterprise/_inputs.py,sha256=nstW-1m1YSbDILdxAZkDLf_7k21GMaUmFTf1ReYjVTA,28473
|
|
4390
|
-
pulumi_azure_native/redisenterprise/access_policy_assignment.py,sha256=
|
|
4391
|
-
pulumi_azure_native/redisenterprise/database.py,sha256=
|
|
4392
|
-
pulumi_azure_native/redisenterprise/get_access_policy_assignment.py,sha256=
|
|
4393
|
-
pulumi_azure_native/redisenterprise/get_database.py,sha256=
|
|
4394
|
-
pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py,sha256=
|
|
4395
|
-
pulumi_azure_native/redisenterprise/get_redis_enterprise.py,sha256=
|
|
4396
|
-
pulumi_azure_native/redisenterprise/list_database_keys.py,sha256=
|
|
4431
|
+
pulumi_azure_native/redisenterprise/access_policy_assignment.py,sha256=1SY4cAtlVae4b6j6zYWmZWlhtM9GJhXuqhAfTcZdtA4,14038
|
|
4432
|
+
pulumi_azure_native/redisenterprise/database.py,sha256=g2-Gi3CueZZ-2pFezkDlMbTNtZ9VD__X26aQ8KmVfgY,24675
|
|
4433
|
+
pulumi_azure_native/redisenterprise/get_access_policy_assignment.py,sha256=9BwmTdRx7EP5aUIeszG3-9v7l3Ypw3nCtSvPyDd2z5Y,8998
|
|
4434
|
+
pulumi_azure_native/redisenterprise/get_database.py,sha256=JwY5FZbAi5OMQte0M3VS7OCpWta6MIiZqojoi-xQQZQ,13734
|
|
4435
|
+
pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py,sha256=9za3dROKnlF1wrFwiyxsBNfODhPHD6eTNCcodPX_mgQ,9747
|
|
4436
|
+
pulumi_azure_native/redisenterprise/get_redis_enterprise.py,sha256=x_Kj3V-IQ5PmIJ55S_pSPpAY98Zc8Eqlwen-e1x7icc,13598
|
|
4437
|
+
pulumi_azure_native/redisenterprise/list_database_keys.py,sha256=NmTr-aXhKQUaT_LK3uW1iJjmKlVua7sRrHpUZksjLWg,5714
|
|
4397
4438
|
pulumi_azure_native/redisenterprise/outputs.py,sha256=194OpXn1C-Zz6CcNEHvXpAF5OgUmagrVEkDb_DBk76A,31249
|
|
4398
|
-
pulumi_azure_native/redisenterprise/private_endpoint_connection.py,sha256=
|
|
4399
|
-
pulumi_azure_native/redisenterprise/redis_enterprise.py,sha256=
|
|
4439
|
+
pulumi_azure_native/redisenterprise/private_endpoint_connection.py,sha256=vCBbvqPvBuFCuFk56oAZ5GMaNKeOI2PvCdoPHil1WZ0,15615
|
|
4440
|
+
pulumi_azure_native/redisenterprise/redis_enterprise.py,sha256=3kzfpZzaszr_8u0yTKqlQoujHOauVJwN2VG1DsKtrcI,21575
|
|
4400
4441
|
pulumi_azure_native/relay/__init__.py,sha256=-jI7D1oP3TiyzJTcKVXCkgUjTS7YdgPFNXjcTC0VWWU,991
|
|
4401
4442
|
pulumi_azure_native/relay/_enums.py,sha256=hSkgOm3P_rICWAFbIzKzRpjuPtn6zcE-Ja2VR9GGgao,1478
|
|
4402
4443
|
pulumi_azure_native/relay/_inputs.py,sha256=bNkwqAGuYkxqISsoyTV_tLV35guMlUhvsSprwA_Bzh4,8648
|
|
@@ -4440,33 +4481,33 @@ pulumi_azure_native/resources/_enums.py,sha256=4p9SdFJkVxBsUWCSjTw7y2O8YynrgUQJb
|
|
|
4440
4481
|
pulumi_azure_native/resources/_inputs.py,sha256=pkNU2Vg0oOYSJjya2F3IfgwatktKWdcSzQiEo2rnYbg,78232
|
|
4441
4482
|
pulumi_azure_native/resources/azure_cli_script.py,sha256=6rQLoznc-1akzD3fIFznYojAlywqAG3W3yvGyVja4v0,33220
|
|
4442
4483
|
pulumi_azure_native/resources/azure_power_shell_script.py,sha256=jnVawc9PUoz0FieoyVlASW3It6guq8RlvKs5Zm3Tue8,33582
|
|
4443
|
-
pulumi_azure_native/resources/deployment.py,sha256=
|
|
4444
|
-
pulumi_azure_native/resources/deployment_at_management_group_scope.py,sha256=
|
|
4445
|
-
pulumi_azure_native/resources/deployment_at_scope.py,sha256=
|
|
4446
|
-
pulumi_azure_native/resources/deployment_at_subscription_scope.py,sha256=
|
|
4447
|
-
pulumi_azure_native/resources/deployment_at_tenant_scope.py,sha256=
|
|
4484
|
+
pulumi_azure_native/resources/deployment.py,sha256=mDhqoqmDOloozYkNmDjEc1Qqkn1DuKEW2AjlKBiUSiM,13174
|
|
4485
|
+
pulumi_azure_native/resources/deployment_at_management_group_scope.py,sha256=bwLQNjfC6zYrOtJP9ltrXQYsR6HRDoX7dnEnxVfV9A8,12869
|
|
4486
|
+
pulumi_azure_native/resources/deployment_at_scope.py,sha256=juQFtdTRLIpA2ulOO4ZHxP4prB_n__ybXSP61K6xXQo,12147
|
|
4487
|
+
pulumi_azure_native/resources/deployment_at_subscription_scope.py,sha256=mBS7Ib87RPKgtVcz5UflBVQQOEQqyLukc6hsYHbFXhk,12095
|
|
4488
|
+
pulumi_azure_native/resources/deployment_at_tenant_scope.py,sha256=Nas5e5rZUvLdmDT5VgF6s0T1YdcPWd-X8teAMmYZ_HE,11565
|
|
4448
4489
|
pulumi_azure_native/resources/deployment_stack_at_management_group.py,sha256=wWd-3lfcLZKHd-AbZK4u-GVZsRQVkZh4czzlKi__BsE,33374
|
|
4449
4490
|
pulumi_azure_native/resources/deployment_stack_at_resource_group.py,sha256=57vKZOsG2oDHZ4GrZR8JXyk9ar5WTimc-9JJK9UD6Gk,33459
|
|
4450
4491
|
pulumi_azure_native/resources/deployment_stack_at_subscription.py,sha256=hm_RTQDUNUJcqRl-6k0S1pAyaVv7hp690f8Q89Hyo68,32296
|
|
4451
4492
|
pulumi_azure_native/resources/get_azure_cli_script.py,sha256=ds2BsR2E4jTUxBMpHBpMU7FY5ZmCOE4N3YSdY2NhOn8,17963
|
|
4452
4493
|
pulumi_azure_native/resources/get_azure_power_shell_script.py,sha256=h5-wh7Ygg7DPl_oPSycrYhcYkepkCd5AAlb27AfjYS8,18265
|
|
4453
|
-
pulumi_azure_native/resources/get_deployment.py,sha256
|
|
4454
|
-
pulumi_azure_native/resources/get_deployment_at_management_group_scope.py,sha256=
|
|
4455
|
-
pulumi_azure_native/resources/get_deployment_at_scope.py,sha256=
|
|
4456
|
-
pulumi_azure_native/resources/get_deployment_at_subscription_scope.py,sha256=
|
|
4457
|
-
pulumi_azure_native/resources/get_deployment_at_tenant_scope.py,sha256=
|
|
4494
|
+
pulumi_azure_native/resources/get_deployment.py,sha256=ClHDEdnqsKJaw2EerlJlK0O4Y_8nsEqP_-W_7aIdFfE,7053
|
|
4495
|
+
pulumi_azure_native/resources/get_deployment_at_management_group_scope.py,sha256=Le5XdtF1uvANXb6sZ6eRo6gSWEqAqOdIo41bkRxbkGg,7409
|
|
4496
|
+
pulumi_azure_native/resources/get_deployment_at_scope.py,sha256=TU79ggeqf5JNVCo9MkIb8Hx3mW3Md-Rkgqox-xzjMBA,7031
|
|
4497
|
+
pulumi_azure_native/resources/get_deployment_at_subscription_scope.py,sha256=lsTMymXNCf1yI6U8tkK6zbQ0dZO-25S9KFv7S5oGhTo,6998
|
|
4498
|
+
pulumi_azure_native/resources/get_deployment_at_tenant_scope.py,sha256=nQKczG5xqo40Ws0N1UQb3keV-uWq1dL1G5hACOQzGgA,6878
|
|
4458
4499
|
pulumi_azure_native/resources/get_deployment_stack_at_management_group.py,sha256=WHRABq57r3qLaoOIg-5ofpzr3HPX4d4GhWkK_ihwJyg,19883
|
|
4459
4500
|
pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py,sha256=8RfHmeLEdd55SNtHUpYvurwPGLmAqYk5LS-IMfHeMOY,19917
|
|
4460
4501
|
pulumi_azure_native/resources/get_deployment_stack_at_subscription.py,sha256=pG6TLJ1TnEQeyYoUk92SUcX4M8_g3G1AOGJ6HiFszhU,19386
|
|
4461
|
-
pulumi_azure_native/resources/get_resource.py,sha256=
|
|
4462
|
-
pulumi_azure_native/resources/get_resource_group.py,sha256=
|
|
4463
|
-
pulumi_azure_native/resources/get_tag_at_scope.py,sha256=
|
|
4502
|
+
pulumi_azure_native/resources/get_resource.py,sha256=pBQfsoLxXYAg_nHYWC0AufDrfXOz0S_XvBXhMlWJhEg,11724
|
|
4503
|
+
pulumi_azure_native/resources/get_resource_group.py,sha256=LOUlc9A0R5JLlgh5JVhB_43LRnwnuiDlXpxUe0WYu1I,7525
|
|
4504
|
+
pulumi_azure_native/resources/get_tag_at_scope.py,sha256=vFqIMOOxt43LyVJT_B-MV_3igXAFWnbshQzLSV_Doms,5643
|
|
4464
4505
|
pulumi_azure_native/resources/get_template_spec.py,sha256=Ql39JjZnQaRqypRb7nlPKBEwGVe5rvHg67CFIaAz5YI,10066
|
|
4465
4506
|
pulumi_azure_native/resources/get_template_spec_version.py,sha256=YgoilVn38dfzot3heI5nmFJe-7sQcndlTd-YAd8HIFo,11025
|
|
4466
4507
|
pulumi_azure_native/resources/outputs.py,sha256=OIuNBjQgbrlAf0R0kG9KETJGQ6ZWKIY9gri3BYk7EQg,107744
|
|
4467
|
-
pulumi_azure_native/resources/resource.py,sha256=
|
|
4468
|
-
pulumi_azure_native/resources/resource_group.py,sha256
|
|
4469
|
-
pulumi_azure_native/resources/tag_at_scope.py,sha256=
|
|
4508
|
+
pulumi_azure_native/resources/resource.py,sha256=Uk3usUJBeI4_eJDB6KnF0riMBJE0ET-sx9R7B2Lr75Q,23570
|
|
4509
|
+
pulumi_azure_native/resources/resource_group.py,sha256=JhqcYKKJ3qSt8e_4FZso1an8ncMES4C6xnDaZ7RvXIA,13154
|
|
4510
|
+
pulumi_azure_native/resources/tag_at_scope.py,sha256=Jl1Ax7g3aV0pGHbboTDD8fN6aEtAMtlFX8YmP18n_54,8513
|
|
4470
4511
|
pulumi_azure_native/resources/template_spec.py,sha256=WPI5jVUDHXgHLAdmgv3GlmOfEYLePQ26q4arizdyeGg,14847
|
|
4471
4512
|
pulumi_azure_native/resources/template_spec_version.py,sha256=oliiprb1H_vEnpUXLWQuoRGHuScbao5X8KyDU6Eauec,18594
|
|
4472
4513
|
pulumi_azure_native/saas/__init__.py,sha256=RaS-BSqqn8yi1fklNWuw1r0LWHLnIW2Glh-WPwNNO24,504
|
|
@@ -4498,31 +4539,31 @@ pulumi_azure_native/scom/outputs.py,sha256=rbrawQLLxUpaQpYNMI6r62BREmC4kFXKikq1D
|
|
|
4498
4539
|
pulumi_azure_native/scvmm/__init__.py,sha256=8cPHOi0s-OycJjwq1JNa8YYi84fUV4dNeKx68mhNTyI,1146
|
|
4499
4540
|
pulumi_azure_native/scvmm/_enums.py,sha256=qCJjD48p87W9N680wpe5s3dp6fS_gJcrG4PshuN56ic,1584
|
|
4500
4541
|
pulumi_azure_native/scvmm/_inputs.py,sha256=o-BxRvIjGCUZbeqEolSKUZdRVoqUaHfHuR1hQVcCmmw,53300
|
|
4501
|
-
pulumi_azure_native/scvmm/availability_set.py,sha256=
|
|
4502
|
-
pulumi_azure_native/scvmm/cloud.py,sha256=
|
|
4503
|
-
pulumi_azure_native/scvmm/get_availability_set.py,sha256=
|
|
4504
|
-
pulumi_azure_native/scvmm/get_cloud.py,sha256=
|
|
4505
|
-
pulumi_azure_native/scvmm/get_guest_agent.py,sha256=
|
|
4542
|
+
pulumi_azure_native/scvmm/availability_set.py,sha256=qFIBK4x2v9HDiy-0Ss5zFor-4q7lALLl48uqV6dJBjA,14129
|
|
4543
|
+
pulumi_azure_native/scvmm/cloud.py,sha256=vdazZqcygmnJZvkHrdpKkNDyPtTQk751jig_x7qK46c,16710
|
|
4544
|
+
pulumi_azure_native/scvmm/get_availability_set.py,sha256=0kAq6za_fLeYIzN75TpiWIdhE0a78E1ASMGBtiNPOlI,9832
|
|
4545
|
+
pulumi_azure_native/scvmm/get_cloud.py,sha256=AzcgfZyA568YLrbkHNBoVb0xvS9YD53q4HR0EjyrrsM,11824
|
|
4546
|
+
pulumi_azure_native/scvmm/get_guest_agent.py,sha256=nlt7BlIRo19O3EvK_2l2YKvSCwBT3h2NVz6cZ6qnd_E,11056
|
|
4506
4547
|
pulumi_azure_native/scvmm/get_hybrid_identity_metadata.py,sha256=VqW-EOHo8EPvZtb_I6vivvlbjXLZt8honjjoEVC0Gvw,9267
|
|
4507
|
-
pulumi_azure_native/scvmm/get_inventory_item.py,sha256=
|
|
4548
|
+
pulumi_azure_native/scvmm/get_inventory_item.py,sha256=oNps-iXgN4-KBe3xXOPQKg_4M-YUi8uLuerqhxhsMWs,10568
|
|
4508
4549
|
pulumi_azure_native/scvmm/get_machine_extension.py,sha256=DkKKpbIOEBKHdtxwdmewpj0wq_gaW07Nlm4Sq-XqK1o,14371
|
|
4509
4550
|
pulumi_azure_native/scvmm/get_virtual_machine.py,sha256=h_Jo0Wz56vWxcN29iA9OXtV1kimx_Nsl41hYtMI7E44,19592
|
|
4510
|
-
pulumi_azure_native/scvmm/get_virtual_machine_instance.py,sha256=
|
|
4511
|
-
pulumi_azure_native/scvmm/get_virtual_machine_template.py,sha256=
|
|
4512
|
-
pulumi_azure_native/scvmm/get_virtual_network.py,sha256=
|
|
4551
|
+
pulumi_azure_native/scvmm/get_virtual_machine_instance.py,sha256=DekcskvTC4h6LZgw0FOXYG93nkO2UuYoK-QtlDIMcu8,12330
|
|
4552
|
+
pulumi_azure_native/scvmm/get_virtual_machine_template.py,sha256=dqF3PFFt-d1nLL4CLUX60zA8gCjEuYVzqdiCAKEXp_s,19451
|
|
4553
|
+
pulumi_azure_native/scvmm/get_virtual_network.py,sha256=9qn06ROXcQse4ulA9xe5egFJA5ueRQxzcOSd1jOJuKg,10796
|
|
4513
4554
|
pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py,sha256=bruifBUBKxyJ6c2y_khADKS1-2IhvyE2bZvNfQ6kSpc,9982
|
|
4514
|
-
pulumi_azure_native/scvmm/get_vmm_server.py,sha256=
|
|
4515
|
-
pulumi_azure_native/scvmm/guest_agent.py,sha256=
|
|
4555
|
+
pulumi_azure_native/scvmm/get_vmm_server.py,sha256=w2qOapZ1LzcZNcw67zYDIBpCx9HZNM1rvNDZsP7BCnY,12060
|
|
4556
|
+
pulumi_azure_native/scvmm/guest_agent.py,sha256=At0wjG7Zf8hzq09GVB0GW29SbB-qTMdDpGFK4e06Lrk,15315
|
|
4516
4557
|
pulumi_azure_native/scvmm/hybrid_identity_metadata.py,sha256=wTpDrlK8Q5-5gF-LuzqbzT8wV6_H9CokLRk_QDHu8gM,12244
|
|
4517
|
-
pulumi_azure_native/scvmm/inventory_item.py,sha256=
|
|
4558
|
+
pulumi_azure_native/scvmm/inventory_item.py,sha256=Opuxn4siRJI1A6P43B7eUBKLFAY_WQF7-zDb4Nug9RA,14031
|
|
4518
4559
|
pulumi_azure_native/scvmm/machine_extension.py,sha256=yT4htN_isF9kyAugY-SU4cZKNnxLVY_bdpwfWWzEq6c,23772
|
|
4519
4560
|
pulumi_azure_native/scvmm/outputs.py,sha256=BYbF2dw3I7AMHI8XjqcJ9qmZ2DSdzlsLUdgxUoOXpxA,65823
|
|
4520
4561
|
pulumi_azure_native/scvmm/virtual_machine.py,sha256=PAB8hWQ00evbV_0VlVcgMLcs5RCgioVBj7MMwA3z5Cc,34284
|
|
4521
|
-
pulumi_azure_native/scvmm/virtual_machine_instance.py,sha256=
|
|
4522
|
-
pulumi_azure_native/scvmm/virtual_machine_template.py,sha256=
|
|
4523
|
-
pulumi_azure_native/scvmm/virtual_network.py,sha256=
|
|
4524
|
-
pulumi_azure_native/scvmm/vm_instance_guest_agent.py,sha256=
|
|
4525
|
-
pulumi_azure_native/scvmm/vmm_server.py,sha256=
|
|
4562
|
+
pulumi_azure_native/scvmm/virtual_machine_instance.py,sha256=2lfbzwzouLqMChl7ibdrdMZgy-Wye1UED1-7znfoYII,19417
|
|
4563
|
+
pulumi_azure_native/scvmm/virtual_machine_template.py,sha256=VcNnmSITU1Hn5UrqDNP0rctYdqDaJHeYOJVnnm_TaYI,21488
|
|
4564
|
+
pulumi_azure_native/scvmm/virtual_network.py,sha256=_tmGMC37QOKqENJrG3p6iu55nHqWuuXNzxW6mRsQik8,16466
|
|
4565
|
+
pulumi_azure_native/scvmm/vm_instance_guest_agent.py,sha256=PgKxBh4GPxZWC24-30iTHspGxV8q3XJ8OMnuWVC-6jw,13140
|
|
4566
|
+
pulumi_azure_native/scvmm/vmm_server.py,sha256=boBTgK7I-p-RdR7HDCWVm7jxW151ZemZGwmxtmOWycw,17225
|
|
4526
4567
|
pulumi_azure_native/search/__init__.py,sha256=56n9Qi50gUmdpBoSA6dHC1hq5VdNktWlPAfVbpoYZsE,628
|
|
4527
4568
|
pulumi_azure_native/search/_enums.py,sha256=bpMs74yzqdEo2nCYJqelx7M1AJLv5tPhfEjciaF2YDc,7728
|
|
4528
4569
|
pulumi_azure_native/search/_inputs.py,sha256=SQZ4U9JyR1SKilMrnALLQOfnDhY5QfW4YA5Dt0kVKBU,31078
|
|
@@ -4561,7 +4602,7 @@ pulumi_azure_native/security/connector.py,sha256=gPzsz4RHSNX4na3zhf8Iyg1sLkLd_B8
|
|
|
4561
4602
|
pulumi_azure_native/security/custom_assessment_automation.py,sha256=kOTb5GA0jM_1wMSYfNAPFK7be8_U4cRZ_06t6eKch9s,17217
|
|
4562
4603
|
pulumi_azure_native/security/custom_entity_store_assignment.py,sha256=vhCCwKkL8XPLnA629WirSdNslzJ_ug2byD1VxZqbw-M,10161
|
|
4563
4604
|
pulumi_azure_native/security/custom_recommendation.py,sha256=9Gj4dgHnglgWGpjOGy-t0qOJEYh69464PmB-NhaRKpg,18823
|
|
4564
|
-
pulumi_azure_native/security/defender_for_storage.py,sha256=
|
|
4605
|
+
pulumi_azure_native/security/defender_for_storage.py,sha256=Z6lNyR1wsUYyksb6E8nSVAq5gp7lnR1ItN5H0iRFX3A,9352
|
|
4565
4606
|
pulumi_azure_native/security/dev_ops_configuration.py,sha256=t_8ZM8bGF6UtJghjZ8xhT94SUvgY3bUp1qUdS7lcScY,10287
|
|
4566
4607
|
pulumi_azure_native/security/device_security_group.py,sha256=ATu_vzE8DZt8nEKQz7yAuZATqdUaOaRWznR0si6PXVo,15206
|
|
4567
4608
|
pulumi_azure_native/security/get_advanced_threat_protection.py,sha256=BLWtC0lcimrFYw4QwZSGHa1YRZRyXhSj8t-kr-xlimc,6204
|
|
@@ -4579,7 +4620,7 @@ pulumi_azure_native/security/get_connector.py,sha256=AeeUk_rvgSPrk_CRDLw8NnwfgTo
|
|
|
4579
4620
|
pulumi_azure_native/security/get_custom_assessment_automation.py,sha256=kP1NZCUjTSnWIpkyxCbDnz9QtY0Uny-O7WYEY_7IyNM,10830
|
|
4580
4621
|
pulumi_azure_native/security/get_custom_entity_store_assignment.py,sha256=QfH6X_TM1JJIQucVIAY_UX6jf7scuDBHDvbGCnb33vU,7652
|
|
4581
4622
|
pulumi_azure_native/security/get_custom_recommendation.py,sha256=fztJKZDFA6BI3OHpCEHHEVnue0qyPpd80TMiTSwpjNo,11469
|
|
4582
|
-
pulumi_azure_native/security/get_defender_for_storage.py,sha256=
|
|
4623
|
+
pulumi_azure_native/security/get_defender_for_storage.py,sha256=uz0dfDeEgSY74qBLjopSrTqLSZb0Qa7lEQfpz0L10Nc,6140
|
|
4583
4624
|
pulumi_azure_native/security/get_dev_ops_configuration.py,sha256=WvudCH4yIlyUj7FyOn7UNO2i9jujZeH-pO6joyp0hRo,7172
|
|
4584
4625
|
pulumi_azure_native/security/get_device_security_group.py,sha256=iqm9Va_MyyiYioxw_bqRDg4_aNs_JFA9-3iIqIw-yVc,8582
|
|
4585
4626
|
pulumi_azure_native/security/get_governance_assignment.py,sha256=IXvaKob-2zh11F1l23RcoF6WssZytwt8DvyuYI3YkQc,10406
|
|
@@ -4792,33 +4833,33 @@ pulumi_azure_native/servicebus/topic_authorization_rule.py,sha256=L_jGkTsSNkkuGD
|
|
|
4792
4833
|
pulumi_azure_native/servicefabric/__init__.py,sha256=o3b4DWwJaLbKE6GOpIl-Pr4WR_d2zQZTocMrgmBRzNk,1385
|
|
4793
4834
|
pulumi_azure_native/servicefabric/_enums.py,sha256=wzKjBJmY7vfgcRgnH4ha0yQnZMQ3NBAJjgLKGnkdTTw,14967
|
|
4794
4835
|
pulumi_azure_native/servicefabric/_inputs.py,sha256=WWQshcxMGhx18KDwWt1TSNXkLaeduRu8OE1iEGsKeDA,264679
|
|
4795
|
-
pulumi_azure_native/servicefabric/application.py,sha256=
|
|
4796
|
-
pulumi_azure_native/servicefabric/application_type.py,sha256=
|
|
4797
|
-
pulumi_azure_native/servicefabric/application_type_version.py,sha256=
|
|
4798
|
-
pulumi_azure_native/servicefabric/get_application.py,sha256=
|
|
4799
|
-
pulumi_azure_native/servicefabric/get_application_type.py,sha256=
|
|
4800
|
-
pulumi_azure_native/servicefabric/get_application_type_version.py,sha256=
|
|
4801
|
-
pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py,sha256=
|
|
4802
|
-
pulumi_azure_native/servicefabric/get_managed_cluster.py,sha256=
|
|
4836
|
+
pulumi_azure_native/servicefabric/application.py,sha256=3uV2PXjjY00R6ny5tAT971Zzrl0MuZvEdSvZAC2PIrM,22833
|
|
4837
|
+
pulumi_azure_native/servicefabric/application_type.py,sha256=9wtVjmjJ551QM0ukfo79KVu2sByXOK0tBpe4gXRd-OI,14699
|
|
4838
|
+
pulumi_azure_native/servicefabric/application_type_version.py,sha256=rqpkCdqQu8m96u3Qgje6fJsL7DTpoWoX_Yj2kBQypCA,17271
|
|
4839
|
+
pulumi_azure_native/servicefabric/get_application.py,sha256=ySAGBOBf1smQZPukOkZFQpCbGD0mlile3rNa3MXumT4,11946
|
|
4840
|
+
pulumi_azure_native/servicefabric/get_application_type.py,sha256=8fXVa7vg4gOuoSdk-iu01NxQTM12feyN3peFb39wyVE,8791
|
|
4841
|
+
pulumi_azure_native/servicefabric/get_application_type_version.py,sha256=cVEKYzuZiC1E2j0dRPLea05318I9UEBbKMtupdhzDpU,10025
|
|
4842
|
+
pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py,sha256=V0hAYVP9kVWfryEfgPvI23Q5Gk3Ybh-aaEY5kKvQDeM,5879
|
|
4843
|
+
pulumi_azure_native/servicefabric/get_managed_cluster.py,sha256=m4-4XSLH4U1aoLtkRCNBJ_1jTWcMlq1lfQZ_4uf_MQw,38365
|
|
4803
4844
|
pulumi_azure_native/servicefabric/get_managed_cluster_application.py,sha256=rb99FmhMZlq1Ujz73j15bXiO7GfH8rSVUVPuNNMRBxM,12262
|
|
4804
4845
|
pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py,sha256=qaT9khWZrqMQ-uWKlI6TdAh4kubPKgMCBirsZtj-t1c,9107
|
|
4805
4846
|
pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py,sha256=Mj-t4cXgf5JZA4V_UR2HXUcXoayQCHgbrk_KsRWlnew,10373
|
|
4806
|
-
pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py,sha256=
|
|
4847
|
+
pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py,sha256=dKgv8i25L4jSRjClRIMpvaffGLzJ5y4yqIiVODWOFM0,7065
|
|
4807
4848
|
pulumi_azure_native/servicefabric/get_managed_cluster_service.py,sha256=jzYxcc9zoZAfhUii8xmM9W6P7DHdZPBxdfJ6KCscN-M,9096
|
|
4808
|
-
pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py,sha256=
|
|
4809
|
-
pulumi_azure_native/servicefabric/get_node_type.py,sha256=
|
|
4810
|
-
pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py,sha256=
|
|
4811
|
-
pulumi_azure_native/servicefabric/get_service.py,sha256=
|
|
4812
|
-
pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py,sha256=
|
|
4813
|
-
pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py,sha256=
|
|
4814
|
-
pulumi_azure_native/servicefabric/managed_cluster.py,sha256=
|
|
4815
|
-
pulumi_azure_native/servicefabric/managed_cluster_application.py,sha256=
|
|
4816
|
-
pulumi_azure_native/servicefabric/managed_cluster_application_type.py,sha256=
|
|
4817
|
-
pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py,sha256=
|
|
4818
|
-
pulumi_azure_native/servicefabric/managed_cluster_service.py,sha256
|
|
4819
|
-
pulumi_azure_native/servicefabric/node_type.py,sha256=
|
|
4849
|
+
pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py,sha256=Y2Mw7sFJk0zfybvCoGMdFJ6HvSEv_2KNZDnsidyjyXo,9329
|
|
4850
|
+
pulumi_azure_native/servicefabric/get_node_type.py,sha256=bN1X4vaPgsCsvVFEM5z6Tx_fmAaUQEKwlS8Y9-IHD74,46542
|
|
4851
|
+
pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py,sha256=8b04u7LgrHbbopg_WBIOGxhW0duWcZIFJ-Wh-ZMu78s,7296
|
|
4852
|
+
pulumi_azure_native/servicefabric/get_service.py,sha256=aR40WG9y4A0s3JbKeP2lrgZ7jW-psXnUHodLoy7rkr8,8748
|
|
4853
|
+
pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py,sha256=yAwK1iv2bBdF4iPINefzHfMim_IstZJuiuw3jkNIquU,5012
|
|
4854
|
+
pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py,sha256=LFZe-ta4TBk36jp58YgZaKR9T3bJNvY4ELbLUWwYook,5261
|
|
4855
|
+
pulumi_azure_native/servicefabric/managed_cluster.py,sha256=RrUz7MM6QypZq26QiPrx6oX--d75zIzp8f0sfOgkWQ8,73789
|
|
4856
|
+
pulumi_azure_native/servicefabric/managed_cluster_application.py,sha256=sUykrNRaxRr6b2KqnsnqYGF41jdGAmn9DB5PiGnnDww,22532
|
|
4857
|
+
pulumi_azure_native/servicefabric/managed_cluster_application_type.py,sha256=_O_xB_7kHGEpnsGZ2MNaPSAZCQtodj33sUjbuHo4op8,14354
|
|
4858
|
+
pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py,sha256=hoeZCeSGhpeMvBeRUnWu10-NifwRl1stF3PX5QmqPUI,16849
|
|
4859
|
+
pulumi_azure_native/servicefabric/managed_cluster_service.py,sha256=--Qc-ViFJoS6y0OGWmG5fzMVhWw0zf0gtmsRINSnZOQ,16473
|
|
4860
|
+
pulumi_azure_native/servicefabric/node_type.py,sha256=9fmP2lIIHpzQJGwFERq8ge4Vp1zkP0L8O1Z4LeLrLu8,101373
|
|
4820
4861
|
pulumi_azure_native/servicefabric/outputs.py,sha256=QQvLn5B232Bm_7tQnc3wkdkAOyDKCXVEIIl_7qark9s,217963
|
|
4821
|
-
pulumi_azure_native/servicefabric/service.py,sha256=
|
|
4862
|
+
pulumi_azure_native/servicefabric/service.py,sha256=UNTp3dcnl0OOSruien2RrkBDI0TPyZdrm78BZZELdoE,16730
|
|
4822
4863
|
pulumi_azure_native/servicefabricmesh/__init__.py,sha256=OGwp19fE4BzvpRcEqsCuJe4HdOJgyVVvR8QLUehSUDI,665
|
|
4823
4864
|
pulumi_azure_native/servicefabricmesh/_enums.py,sha256=qC97icqjfC-Hz3-Tn3NbiGDORGG42hLiWdU2M9KM--o,3326
|
|
4824
4865
|
pulumi_azure_native/servicefabricmesh/_inputs.py,sha256=_hLEJ0bh267cd1IIhIDPuESM6N0pSZPT-65mBiHIn-c,104766
|
|
@@ -5110,16 +5151,18 @@ pulumi_azure_native/storage/table.py,sha256=9CffP2JW1XnCPC-CLngrQCeREixmYyvzIwN6
|
|
|
5110
5151
|
pulumi_azure_native/storage/table_service_properties.py,sha256=nSWOlruGaE1ysEws3CaeHIi6_1N_KxttdRRWD_JjT2Y,12841
|
|
5111
5152
|
pulumi_azure_native/storageactions/__init__.py,sha256=3llAtaRKDnsGVjDUVRsrjDkcEDnYlLSPkv19_VBze30,378
|
|
5112
5153
|
pulumi_azure_native/storageactions/_enums.py,sha256=lGRlrHR_djqGyaqJ-5AT4ptQ7MTuo8rO8aVt5-6tgGc,1288
|
|
5113
|
-
pulumi_azure_native/storageactions/_inputs.py,sha256=
|
|
5154
|
+
pulumi_azure_native/storageactions/_inputs.py,sha256=QwDpxf0MlYnb6x9Xut0v492adOcezgI3TTbJw2B5NT8,13197
|
|
5114
5155
|
pulumi_azure_native/storageactions/get_storage_task.py,sha256=n3cdms1HDSACncyCMMeh5mZl3oDTuc5Y2W08v1OItKg,11177
|
|
5115
5156
|
pulumi_azure_native/storageactions/outputs.py,sha256=j4Tryl3VWMCdHZ9nE8m-7bp3jH87cMKjA8LL-rj9U2A,16827
|
|
5116
5157
|
pulumi_azure_native/storageactions/storage_task.py,sha256=aXbdYlrmxvqwZ-ZK6Ii4Wc_T38k2pHHB2S_wRDOAvVE,16585
|
|
5117
|
-
pulumi_azure_native/storagecache/__init__.py,sha256=
|
|
5118
|
-
pulumi_azure_native/storagecache/_enums.py,sha256=
|
|
5158
|
+
pulumi_azure_native/storagecache/__init__.py,sha256=1fjjgmmc7Y0282JXfgg6jlJ9URmyUj_E87pVfdc6A4s,662
|
|
5159
|
+
pulumi_azure_native/storagecache/_enums.py,sha256=wf2T8xJvj0FVg6-RtKdTi2qYZl2RGRdFY1NvZSFtZVc,4413
|
|
5119
5160
|
pulumi_azure_native/storagecache/_inputs.py,sha256=W1RCBH-BLdmYIFkZ6SofP28P05JmPg1doXP3MffGCTU,87944
|
|
5120
5161
|
pulumi_azure_native/storagecache/aml_filesystem.py,sha256=pjER7SZhHSdBQYmFShvsoc5MJXY-9phPr0gAcUf699w,26826
|
|
5162
|
+
pulumi_azure_native/storagecache/auto_export_job.py,sha256=CEN_uP7TuS-e_gQw0CwM-1BKlcSZ_NK2VI7TiKijgJ4,24679
|
|
5121
5163
|
pulumi_azure_native/storagecache/cache.py,sha256=ggCGbqWSv_q0MAUwzij97ilp3qwy2kmqZPQ772FwbbQ,28110
|
|
5122
5164
|
pulumi_azure_native/storagecache/get_aml_filesystem.py,sha256=vpwnZyC334N6hU4Cf-HhLKld59uzBobwRiZ2w9aV-Z0,16315
|
|
5165
|
+
pulumi_azure_native/storagecache/get_auto_export_job.py,sha256=BcoCZ_vmrr741jmterFRNGZH2_HTaKNhdSy0bQK1mnI,22352
|
|
5123
5166
|
pulumi_azure_native/storagecache/get_cache.py,sha256=IcIXk8v38e8xvkV8f8VWOjF-l788BxvVCLd2F_di4Mk,17507
|
|
5124
5167
|
pulumi_azure_native/storagecache/get_import_job.py,sha256=b6BG31bGx64v5WGPRlItAvbG9uLK4LkdB12FoVFKils,18808
|
|
5125
5168
|
pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py,sha256=HmqhEvQ-mbPxKT6gjZiY1p52a_ONUlsOQz9nixbKH9Q,4798
|
|
@@ -5652,7 +5695,7 @@ pulumi_azure_native/workloads/sap_instance.py,sha256=RFxMaLfZ2IG3lunIbMUvWC9i7gT
|
|
|
5652
5695
|
pulumi_azure_native/workloads/sap_landscape_monitor.py,sha256=kkQSrwVDVT4r857a63eDGM6x85MDAXfPMO7meGlTHMw,13005
|
|
5653
5696
|
pulumi_azure_native/workloads/sap_virtual_instance.py,sha256=XT72Z1lh49PBXfBzPlGCS5ttXTBzx-wv9Ace-ERw72I,25101
|
|
5654
5697
|
pulumi_azure_native/workloads/server_instance.py,sha256=-TkUMG1xDg2q5Gwrk_GfSCRle7USyVa4WrysAxJz67Q,14004
|
|
5655
|
-
pulumi_azure_native-3.
|
|
5656
|
-
pulumi_azure_native-3.
|
|
5657
|
-
pulumi_azure_native-3.
|
|
5658
|
-
pulumi_azure_native-3.
|
|
5698
|
+
pulumi_azure_native-3.2.0.dist-info/METADATA,sha256=2kWN0Mwj_9BwiOcQGGkrkno1O6JDbG8DBeWTQK96RmA,3623
|
|
5699
|
+
pulumi_azure_native-3.2.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
5700
|
+
pulumi_azure_native-3.2.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
|
|
5701
|
+
pulumi_azure_native-3.2.0.dist-info/RECORD,,
|