pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761591364__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 +25 -34
- pulumi_azure_native/apimanagement/_enums.py +1 -1
- pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
- pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +3 -3
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_http_route_config.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +2 -2
- pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/http_route_config.py +3 -3
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
- pulumi_azure_native/app/logic_app.py +3 -3
- pulumi_azure_native/app/maintenance_configuration.py +3 -3
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/azurearcdata/_enums.py +135 -0
- pulumi_azure_native/azurearcdata/_inputs.py +729 -7
- pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
- pulumi_azure_native/azurearcdata/outputs.py +2070 -76
- pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
- pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
- pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
- pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
- pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
- pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
- pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
- pulumi_azure_native/azuredatatransfer/outputs.py +600 -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/batch/_enums.py +1 -1
- pulumi_azure_native/billingbenefits/_enums.py +55 -0
- pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
- pulumi_azure_native/billingbenefits/discount.py +26 -234
- pulumi_azure_native/billingbenefits/get_discount.py +12 -166
- pulumi_azure_native/billingbenefits/outputs.py +1489 -4
- pulumi_azure_native/cdn/__init__.py +6 -0
- pulumi_azure_native/cdn/_enums.py +85 -2
- pulumi_azure_native/cdn/_inputs.py +310 -99
- pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
- pulumi_azure_native/cdn/afd_endpoint.py +18 -18
- pulumi_azure_native/cdn/afd_origin.py +37 -38
- pulumi_azure_native/cdn/afd_origin_group.py +43 -14
- pulumi_azure_native/cdn/custom_domain.py +14 -14
- pulumi_azure_native/cdn/endpoint.py +20 -20
- pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
- pulumi_azure_native/cdn/get_afd_origin.py +15 -15
- pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
- pulumi_azure_native/cdn/get_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_endpoint.py +15 -15
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
- pulumi_azure_native/cdn/get_origin.py +12 -12
- pulumi_azure_native/cdn/get_origin_group.py +13 -13
- pulumi_azure_native/cdn/get_policy.py +14 -11
- pulumi_azure_native/cdn/get_profile.py +12 -12
- pulumi_azure_native/cdn/get_profile_agent.py +196 -0
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
- pulumi_azure_native/cdn/get_route.py +13 -13
- pulumi_azure_native/cdn/get_rule.py +16 -16
- pulumi_azure_native/cdn/get_rule_set.py +12 -12
- pulumi_azure_native/cdn/get_secret.py +12 -12
- pulumi_azure_native/cdn/get_security_policy.py +12 -12
- pulumi_azure_native/cdn/get_web_agent.py +246 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/knowledge_source.py +345 -0
- pulumi_azure_native/cdn/origin.py +17 -17
- pulumi_azure_native/cdn/origin_group.py +31 -32
- pulumi_azure_native/cdn/outputs.py +262 -82
- pulumi_azure_native/cdn/policy.py +18 -15
- pulumi_azure_native/cdn/profile.py +19 -19
- pulumi_azure_native/cdn/profile_agent.py +277 -0
- pulumi_azure_native/cdn/route.py +31 -32
- pulumi_azure_native/cdn/rule.py +50 -52
- pulumi_azure_native/cdn/rule_set.py +17 -17
- pulumi_azure_native/cdn/secret.py +14 -14
- pulumi_azure_native/cdn/security_policy.py +14 -14
- pulumi_azure_native/cdn/web_agent.py +352 -0
- pulumi_azure_native/codesigning/certificate_profile.py +3 -3
- pulumi_azure_native/codesigning/code_signing_account.py +3 -3
- pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
- pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
- pulumi_azure_native/cognitiveservices/__init__.py +2 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/outputs.py +135 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +3 -3
- pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/compute/_enums.py +1 -1
- pulumi_azure_native/compute/_inputs.py +19 -19
- pulumi_azure_native/compute/availability_set.py +3 -3
- pulumi_azure_native/compute/capacity_reservation.py +7 -7
- pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
- pulumi_azure_native/compute/dedicated_host.py +3 -3
- pulumi_azure_native/compute/dedicated_host_group.py +3 -3
- pulumi_azure_native/compute/get_availability_set.py +2 -2
- pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
- pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
- pulumi_azure_native/compute/get_dedicated_host.py +2 -2
- pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
- pulumi_azure_native/compute/get_image.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
- pulumi_azure_native/compute/get_restore_point.py +2 -2
- pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
- pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
- pulumi_azure_native/compute/image.py +3 -3
- pulumi_azure_native/compute/outputs.py +14 -14
- pulumi_azure_native/compute/proximity_placement_group.py +3 -3
- pulumi_azure_native/compute/restore_point.py +3 -3
- pulumi_azure_native/compute/restore_point_collection.py +3 -3
- pulumi_azure_native/compute/ssh_public_key.py +3 -3
- pulumi_azure_native/compute/virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
- pulumi_azure_native/confluent/connector.py +3 -3
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
- pulumi_azure_native/confluent/get_topic.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
- pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
- pulumi_azure_native/confluent/topic.py +3 -3
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +30 -1
- pulumi_azure_native/containerinstance/_inputs.py +1153 -5
- pulumi_azure_native/containerinstance/cg_profile.py +47 -79
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
- pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/get_n_group.py +278 -0
- pulumi_azure_native/containerinstance/n_group.py +433 -0
- pulumi_azure_native/containerinstance/outputs.py +1044 -11
- pulumi_azure_native/containerservice/__init__.py +4 -0
- pulumi_azure_native/containerservice/_enums.py +33 -0
- pulumi_azure_native/containerservice/_inputs.py +581 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
- pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
- 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_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_node_customization.py +208 -0
- 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/identity_binding.py +5 -1
- pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
- 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/list_managed_namespace_credential.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/managed_namespace.py +3 -3
- pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
- pulumi_azure_native/containerservice/outputs.py +507 -22
- 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/dashboard/dashboard.py +5 -1
- pulumi_azure_native/dashboard/get_dashboard.py +4 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +33 -0
- pulumi_azure_native/datafactory/_inputs.py +200 -0
- pulumi_azure_native/datafactory/outputs.py +134 -0
- pulumi_azure_native/datamigration/__init__.py +4 -0
- pulumi_azure_native/datamigration/_enums.py +28 -0
- pulumi_azure_native/datamigration/_inputs.py +981 -56
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
- pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- 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 +3 -3
- pulumi_azure_native/datamigration/outputs.py +2194 -696
- 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/dataprotection/_inputs.py +3 -3
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/outputs.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/outputs.py +3 -3
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/dependencymap/__init__.py +2 -0
- pulumi_azure_native/dependencymap/_inputs.py +117 -0
- pulumi_azure_native/dependencymap/discovery_source.py +3 -3
- pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
- pulumi_azure_native/dependencymap/get_map.py +2 -2
- pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
- pulumi_azure_native/dependencymap/map.py +3 -3
- pulumi_azure_native/dependencymap/outputs.py +125 -0
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
- pulumi_azure_native/deviceregistry/namespace.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
- pulumi_azure_native/deviceregistry/schema.py +3 -3
- pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
- pulumi_azure_native/deviceregistry/schema_version.py +3 -3
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
- pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
- pulumi_azure_native/durabletask/get_scheduler.py +2 -2
- pulumi_azure_native/durabletask/get_task_hub.py +2 -2
- pulumi_azure_native/durabletask/retention_policy.py +5 -1
- pulumi_azure_native/durabletask/scheduler.py +3 -3
- pulumi_azure_native/durabletask/task_hub.py +3 -3
- pulumi_azure_native/edge/__init__.py +2 -0
- pulumi_azure_native/edge/_inputs.py +39 -2
- pulumi_azure_native/edge/get_schema_reference.py +180 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/outputs.py +55 -2
- pulumi_azure_native/edge/schema_reference.py +229 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/sites_by_service_group.py +3 -3
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
- pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
- pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
- pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
- pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
- pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
- pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
- pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
- pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
- pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
- pulumi_azure_native/iothub/certificate.py +3 -3
- pulumi_azure_native/iothub/get_certificate.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
- pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
- pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
- pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
- pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/akri_connector.py +5 -1
- pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/machinelearningservices/_enums.py +24 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
- pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
- pulumi_azure_native/machinelearningservices/code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/compute.py +5 -5
- pulumi_azure_native/machinelearningservices/data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/datastore.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_job.py +4 -4
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/job.py +5 -5
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
- pulumi_azure_native/machinelearningservices/model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/outputs.py +209 -74
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
- pulumi_azure_native/machinelearningservices/registry.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/schedule.py +5 -5
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/workspace.py +84 -5
- pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +2 -2
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +3 -3
- pulumi_azure_native/monitor/__init__.py +16 -0
- pulumi_azure_native/monitor/_enums.py +260 -0
- pulumi_azure_native/monitor/_inputs.py +2492 -79
- pulumi_azure_native/monitor/authentication_setting.py +257 -0
- pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
- pulumi_azure_native/monitor/discovery_rule.py +258 -0
- pulumi_azure_native/monitor/entity.py +258 -0
- pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
- pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
- pulumi_azure_native/monitor/get_entity.py +174 -0
- pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
- pulumi_azure_native/monitor/get_issue.py +168 -0
- pulumi_azure_native/monitor/get_metric_alert.py +4 -0
- pulumi_azure_native/monitor/get_relationship.py +174 -0
- pulumi_azure_native/monitor/get_signal_definition.py +174 -0
- pulumi_azure_native/monitor/health_model.py +324 -0
- pulumi_azure_native/monitor/issue.py +277 -0
- pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
- pulumi_azure_native/monitor/list_issue_resources.py +118 -0
- pulumi_azure_native/monitor/metric_alert.py +5 -1
- pulumi_azure_native/monitor/outputs.py +2829 -100
- pulumi_azure_native/monitor/relationship.py +257 -0
- pulumi_azure_native/monitor/signal_definition.py +258 -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 +3 -3
- 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 +2 -2
- 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/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/__init__.py +2 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +2 -2
- pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
- pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
- pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +36 -0
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
- pulumi_azure_native/network/reachability_analysis_run.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +3 -3
- pulumi_azure_native/network/security_user_rule_collection.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/verifier_workspace.py +3 -3
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/get_workspace.py +2 -2
- pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
- pulumi_azure_native/quantum/workspace.py +3 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redis/_enums.py +52 -1
- pulumi_azure_native/redis/_inputs.py +9 -9
- pulumi_azure_native/redis/access_policy.py +11 -0
- pulumi_azure_native/redis/access_policy_assignment.py +11 -0
- pulumi_azure_native/redis/firewall_rule.py +11 -0
- pulumi_azure_native/redis/get_access_policy.py +17 -2
- pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
- pulumi_azure_native/redis/get_firewall_rule.py +17 -2
- pulumi_azure_native/redis/get_linked_server.py +19 -4
- pulumi_azure_native/redis/get_patch_schedule.py +18 -4
- pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
- pulumi_azure_native/redis/get_redis.py +22 -8
- pulumi_azure_native/redis/linked_server.py +17 -6
- pulumi_azure_native/redis/list_redis_keys.py +2 -2
- pulumi_azure_native/redis/outputs.py +159 -22
- pulumi_azure_native/redis/patch_schedule.py +16 -6
- pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
- pulumi_azure_native/redis/redis.py +20 -14
- 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/list_redis_enterprise_skus_for_scaling.py +4 -0
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_namespace.py +7 -7
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
- pulumi_azure_native/relay/hybrid_connection.py +5 -5
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/relay/list_namespace_keys.py +2 -2
- pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
- pulumi_azure_native/relay/namespace.py +10 -10
- pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
- pulumi_azure_native/relay/outputs.py +4 -4
- pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
- pulumi_azure_native/relay/wcf_relay.py +5 -5
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
- pulumi_azure_native/resources/_enums.py +6 -0
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
- pulumi_azure_native/resources/outputs.py +6 -6
- pulumi_azure_native/search/_enums.py +9 -9
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +4 -4
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +15 -15
- pulumi_azure_native/search/shared_private_link_resource.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/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +10 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
- pulumi_azure_native/storagecache/auto_export_job.py +5 -1
- pulumi_azure_native/storagecache/auto_import_job.py +632 -0
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
- pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
- pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +3 -3
- pulumi_azure_native/storagecache/outputs.py +194 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +3 -3
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +7 -7
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storagesync/server_endpoint.py +12 -0
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
- pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/RECORD +1169 -1153
- pulumi_azure_native/hybriddata/__init__.py +0 -17
- pulumi_azure_native/hybriddata/_enums.py +0 -78
- pulumi_azure_native/hybriddata/_inputs.py +0 -214
- pulumi_azure_native/hybriddata/data_store.py +0 -345
- pulumi_azure_native/hybriddata/get_data_store.py +0 -210
- pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
- pulumi_azure_native/hybriddata/job_definition.py +0 -487
- pulumi_azure_native/hybriddata/outputs.py +0 -174
- pulumi_azure_native/storsimple/__init__.py +0 -34
- pulumi_azure_native/storsimple/_enums.py +0 -134
- pulumi_azure_native/storsimple/_inputs.py +0 -418
- pulumi_azure_native/storsimple/access_control_record.py +0 -265
- pulumi_azure_native/storsimple/backup_policy.py +0 -336
- pulumi_azure_native/storsimple/backup_schedule.py +0 -429
- pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
- pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
- pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
- pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
- pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
- pulumi_azure_native/storsimple/get_manager.py +0 -218
- pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
- pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
- pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
- pulumi_azure_native/storsimple/get_volume.py +0 -291
- pulumi_azure_native/storsimple/get_volume_container.py +0 -272
- pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
- pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
- pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
- pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
- pulumi_azure_native/storsimple/manager.py +0 -332
- pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
- pulumi_azure_native/storsimple/outputs.py +0 -750
- pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
- pulumi_azure_native/storsimple/volume.py +0 -457
- pulumi_azure_native/storsimple/volume_container.py +0 -405
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/top_level.txt +0 -0
|
@@ -17,6 +17,12 @@ from .. import _utilities
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
+
'ApiEntityReferenceArgs',
|
|
21
|
+
'ApiEntityReferenceArgsDict',
|
|
22
|
+
'ApplicationGatewayBackendAddressPoolArgs',
|
|
23
|
+
'ApplicationGatewayBackendAddressPoolArgsDict',
|
|
24
|
+
'ApplicationGatewayArgs',
|
|
25
|
+
'ApplicationGatewayArgsDict',
|
|
20
26
|
'AzureFileVolumeArgs',
|
|
21
27
|
'AzureFileVolumeArgsDict',
|
|
22
28
|
'ConfidentialComputePropertiesArgs',
|
|
@@ -31,6 +37,8 @@ __all__ = [
|
|
|
31
37
|
'ContainerGroupIdentityArgsDict',
|
|
32
38
|
'ContainerGroupProfileReferenceDefinitionArgs',
|
|
33
39
|
'ContainerGroupProfileReferenceDefinitionArgsDict',
|
|
40
|
+
'ContainerGroupProfileStubArgs',
|
|
41
|
+
'ContainerGroupProfileStubArgsDict',
|
|
34
42
|
'ContainerGroupSubnetIdArgs',
|
|
35
43
|
'ContainerGroupSubnetIdArgsDict',
|
|
36
44
|
'ContainerHttpGetArgs',
|
|
@@ -45,10 +53,20 @@ __all__ = [
|
|
|
45
53
|
'DeploymentExtensionSpecArgsDict',
|
|
46
54
|
'DnsConfigurationArgs',
|
|
47
55
|
'DnsConfigurationArgsDict',
|
|
56
|
+
'ElasticProfileContainerGroupNamingPolicyArgs',
|
|
57
|
+
'ElasticProfileContainerGroupNamingPolicyArgsDict',
|
|
58
|
+
'ElasticProfileGuidNamingPolicyArgs',
|
|
59
|
+
'ElasticProfileGuidNamingPolicyArgsDict',
|
|
60
|
+
'ElasticProfileArgs',
|
|
61
|
+
'ElasticProfileArgsDict',
|
|
48
62
|
'EncryptionPropertiesArgs',
|
|
49
63
|
'EncryptionPropertiesArgsDict',
|
|
50
64
|
'EnvironmentVariableArgs',
|
|
51
65
|
'EnvironmentVariableArgsDict',
|
|
66
|
+
'FileSharePropertiesArgs',
|
|
67
|
+
'FileSharePropertiesArgsDict',
|
|
68
|
+
'FileShareArgs',
|
|
69
|
+
'FileShareArgsDict',
|
|
52
70
|
'GitRepoVolumeArgs',
|
|
53
71
|
'GitRepoVolumeArgsDict',
|
|
54
72
|
'GpuResourceArgs',
|
|
@@ -61,8 +79,26 @@ __all__ = [
|
|
|
61
79
|
'InitContainerDefinitionArgsDict',
|
|
62
80
|
'IpAddressArgs',
|
|
63
81
|
'IpAddressArgsDict',
|
|
82
|
+
'LoadBalancerBackendAddressPoolArgs',
|
|
83
|
+
'LoadBalancerBackendAddressPoolArgsDict',
|
|
84
|
+
'LoadBalancerArgs',
|
|
85
|
+
'LoadBalancerArgsDict',
|
|
64
86
|
'LogAnalyticsArgs',
|
|
65
87
|
'LogAnalyticsArgsDict',
|
|
88
|
+
'NGroupCGPropertyContainerPropertiesArgs',
|
|
89
|
+
'NGroupCGPropertyContainerPropertiesArgsDict',
|
|
90
|
+
'NGroupCGPropertyContainerArgs',
|
|
91
|
+
'NGroupCGPropertyContainerArgsDict',
|
|
92
|
+
'NGroupCGPropertyVolumeArgs',
|
|
93
|
+
'NGroupCGPropertyVolumeArgsDict',
|
|
94
|
+
'NGroupContainerGroupPropertiesArgs',
|
|
95
|
+
'NGroupContainerGroupPropertiesArgsDict',
|
|
96
|
+
'NGroupIdentityArgs',
|
|
97
|
+
'NGroupIdentityArgsDict',
|
|
98
|
+
'NetworkProfileArgs',
|
|
99
|
+
'NetworkProfileArgsDict',
|
|
100
|
+
'PlacementProfileArgs',
|
|
101
|
+
'PlacementProfileArgsDict',
|
|
66
102
|
'PortArgs',
|
|
67
103
|
'PortArgsDict',
|
|
68
104
|
'ResourceLimitsArgs',
|
|
@@ -77,6 +113,12 @@ __all__ = [
|
|
|
77
113
|
'SecurityContextDefinitionArgsDict',
|
|
78
114
|
'StandbyPoolProfileDefinitionArgs',
|
|
79
115
|
'StandbyPoolProfileDefinitionArgsDict',
|
|
116
|
+
'StorageProfileArgs',
|
|
117
|
+
'StorageProfileArgsDict',
|
|
118
|
+
'UpdateProfileRollingUpdateProfileArgs',
|
|
119
|
+
'UpdateProfileRollingUpdateProfileArgsDict',
|
|
120
|
+
'UpdateProfileArgs',
|
|
121
|
+
'UpdateProfileArgsDict',
|
|
80
122
|
'VolumeMountArgs',
|
|
81
123
|
'VolumeMountArgsDict',
|
|
82
124
|
'VolumeArgs',
|
|
@@ -85,6 +127,134 @@ __all__ = [
|
|
|
85
127
|
|
|
86
128
|
MYPY = False
|
|
87
129
|
|
|
130
|
+
if not MYPY:
|
|
131
|
+
class ApiEntityReferenceArgsDict(TypedDict):
|
|
132
|
+
"""
|
|
133
|
+
The API entity reference.
|
|
134
|
+
"""
|
|
135
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
136
|
+
"""
|
|
137
|
+
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
138
|
+
"""
|
|
139
|
+
elif False:
|
|
140
|
+
ApiEntityReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
141
|
+
|
|
142
|
+
@pulumi.input_type
|
|
143
|
+
class ApiEntityReferenceArgs:
|
|
144
|
+
def __init__(__self__, *,
|
|
145
|
+
id: Optional[pulumi.Input[builtins.str]] = None):
|
|
146
|
+
"""
|
|
147
|
+
The API entity reference.
|
|
148
|
+
:param pulumi.Input[builtins.str] id: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
149
|
+
"""
|
|
150
|
+
if id is not None:
|
|
151
|
+
pulumi.set(__self__, "id", id)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
156
|
+
"""
|
|
157
|
+
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "id")
|
|
160
|
+
|
|
161
|
+
@id.setter
|
|
162
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
163
|
+
pulumi.set(self, "id", value)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
if not MYPY:
|
|
167
|
+
class ApplicationGatewayBackendAddressPoolArgsDict(TypedDict):
|
|
168
|
+
"""
|
|
169
|
+
NGroups application gateway backend address pool
|
|
170
|
+
"""
|
|
171
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
172
|
+
"""
|
|
173
|
+
The application gateway backend address pool ARM resource Id.
|
|
174
|
+
"""
|
|
175
|
+
elif False:
|
|
176
|
+
ApplicationGatewayBackendAddressPoolArgsDict: TypeAlias = Mapping[str, Any]
|
|
177
|
+
|
|
178
|
+
@pulumi.input_type
|
|
179
|
+
class ApplicationGatewayBackendAddressPoolArgs:
|
|
180
|
+
def __init__(__self__, *,
|
|
181
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
182
|
+
"""
|
|
183
|
+
NGroups application gateway backend address pool
|
|
184
|
+
:param pulumi.Input[builtins.str] resource: The application gateway backend address pool ARM resource Id.
|
|
185
|
+
"""
|
|
186
|
+
if resource is not None:
|
|
187
|
+
pulumi.set(__self__, "resource", resource)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
192
|
+
"""
|
|
193
|
+
The application gateway backend address pool ARM resource Id.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "resource")
|
|
196
|
+
|
|
197
|
+
@resource.setter
|
|
198
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
199
|
+
pulumi.set(self, "resource", value)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
if not MYPY:
|
|
203
|
+
class ApplicationGatewayArgsDict(TypedDict):
|
|
204
|
+
"""
|
|
205
|
+
Application Gateway the CG profile will use to interact with CGs in a backend pool
|
|
206
|
+
"""
|
|
207
|
+
backend_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['ApplicationGatewayBackendAddressPoolArgsDict']]]]
|
|
208
|
+
"""
|
|
209
|
+
List of Application Gateway Backend Address Pools.
|
|
210
|
+
"""
|
|
211
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
212
|
+
"""
|
|
213
|
+
The Application Gateway ARM resource Id.
|
|
214
|
+
"""
|
|
215
|
+
elif False:
|
|
216
|
+
ApplicationGatewayArgsDict: TypeAlias = Mapping[str, Any]
|
|
217
|
+
|
|
218
|
+
@pulumi.input_type
|
|
219
|
+
class ApplicationGatewayArgs:
|
|
220
|
+
def __init__(__self__, *,
|
|
221
|
+
backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGatewayBackendAddressPoolArgs']]]] = None,
|
|
222
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
223
|
+
"""
|
|
224
|
+
Application Gateway the CG profile will use to interact with CGs in a backend pool
|
|
225
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApplicationGatewayBackendAddressPoolArgs']]] backend_address_pools: List of Application Gateway Backend Address Pools.
|
|
226
|
+
:param pulumi.Input[builtins.str] resource: The Application Gateway ARM resource Id.
|
|
227
|
+
"""
|
|
228
|
+
if backend_address_pools is not None:
|
|
229
|
+
pulumi.set(__self__, "backend_address_pools", backend_address_pools)
|
|
230
|
+
if resource is not None:
|
|
231
|
+
pulumi.set(__self__, "resource", resource)
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="backendAddressPools")
|
|
235
|
+
def backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGatewayBackendAddressPoolArgs']]]]:
|
|
236
|
+
"""
|
|
237
|
+
List of Application Gateway Backend Address Pools.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "backend_address_pools")
|
|
240
|
+
|
|
241
|
+
@backend_address_pools.setter
|
|
242
|
+
def backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGatewayBackendAddressPoolArgs']]]]):
|
|
243
|
+
pulumi.set(self, "backend_address_pools", value)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
248
|
+
"""
|
|
249
|
+
The Application Gateway ARM resource Id.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "resource")
|
|
252
|
+
|
|
253
|
+
@resource.setter
|
|
254
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
255
|
+
pulumi.set(self, "resource", value)
|
|
256
|
+
|
|
257
|
+
|
|
88
258
|
if not MYPY:
|
|
89
259
|
class AzureFileVolumeArgsDict(TypedDict):
|
|
90
260
|
"""
|
|
@@ -455,6 +625,122 @@ class ContainerGroupProfileReferenceDefinitionArgs:
|
|
|
455
625
|
pulumi.set(self, "revision", value)
|
|
456
626
|
|
|
457
627
|
|
|
628
|
+
if not MYPY:
|
|
629
|
+
class ContainerGroupProfileStubArgsDict(TypedDict):
|
|
630
|
+
"""
|
|
631
|
+
The object that contains a reference to a Container Group Profile and it's other related properties.
|
|
632
|
+
"""
|
|
633
|
+
container_group_properties: NotRequired[pulumi.Input['NGroupContainerGroupPropertiesArgsDict']]
|
|
634
|
+
"""
|
|
635
|
+
Container Group properties which can be set while creating or updating the NGroups.
|
|
636
|
+
"""
|
|
637
|
+
network_profile: NotRequired[pulumi.Input['NetworkProfileArgsDict']]
|
|
638
|
+
"""
|
|
639
|
+
A network profile for network settings of a ContainerGroupProfile.
|
|
640
|
+
"""
|
|
641
|
+
resource: NotRequired[pulumi.Input['ApiEntityReferenceArgsDict']]
|
|
642
|
+
"""
|
|
643
|
+
A reference to the container group profile ARM resource hosted in ACI RP.
|
|
644
|
+
"""
|
|
645
|
+
revision: NotRequired[pulumi.Input[builtins.int]]
|
|
646
|
+
"""
|
|
647
|
+
The revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile.
|
|
648
|
+
"""
|
|
649
|
+
storage_profile: NotRequired[pulumi.Input['StorageProfileArgsDict']]
|
|
650
|
+
"""
|
|
651
|
+
Storage profile for storage related settings of a container group profile.
|
|
652
|
+
"""
|
|
653
|
+
elif False:
|
|
654
|
+
ContainerGroupProfileStubArgsDict: TypeAlias = Mapping[str, Any]
|
|
655
|
+
|
|
656
|
+
@pulumi.input_type
|
|
657
|
+
class ContainerGroupProfileStubArgs:
|
|
658
|
+
def __init__(__self__, *,
|
|
659
|
+
container_group_properties: Optional[pulumi.Input['NGroupContainerGroupPropertiesArgs']] = None,
|
|
660
|
+
network_profile: Optional[pulumi.Input['NetworkProfileArgs']] = None,
|
|
661
|
+
resource: Optional[pulumi.Input['ApiEntityReferenceArgs']] = None,
|
|
662
|
+
revision: Optional[pulumi.Input[builtins.int]] = None,
|
|
663
|
+
storage_profile: Optional[pulumi.Input['StorageProfileArgs']] = None):
|
|
664
|
+
"""
|
|
665
|
+
The object that contains a reference to a Container Group Profile and it's other related properties.
|
|
666
|
+
:param pulumi.Input['NGroupContainerGroupPropertiesArgs'] container_group_properties: Container Group properties which can be set while creating or updating the NGroups.
|
|
667
|
+
:param pulumi.Input['NetworkProfileArgs'] network_profile: A network profile for network settings of a ContainerGroupProfile.
|
|
668
|
+
:param pulumi.Input['ApiEntityReferenceArgs'] resource: A reference to the container group profile ARM resource hosted in ACI RP.
|
|
669
|
+
:param pulumi.Input[builtins.int] revision: The revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile.
|
|
670
|
+
:param pulumi.Input['StorageProfileArgs'] storage_profile: Storage profile for storage related settings of a container group profile.
|
|
671
|
+
"""
|
|
672
|
+
if container_group_properties is not None:
|
|
673
|
+
pulumi.set(__self__, "container_group_properties", container_group_properties)
|
|
674
|
+
if network_profile is not None:
|
|
675
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
676
|
+
if resource is not None:
|
|
677
|
+
pulumi.set(__self__, "resource", resource)
|
|
678
|
+
if revision is not None:
|
|
679
|
+
pulumi.set(__self__, "revision", revision)
|
|
680
|
+
if storage_profile is not None:
|
|
681
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter(name="containerGroupProperties")
|
|
685
|
+
def container_group_properties(self) -> Optional[pulumi.Input['NGroupContainerGroupPropertiesArgs']]:
|
|
686
|
+
"""
|
|
687
|
+
Container Group properties which can be set while creating or updating the NGroups.
|
|
688
|
+
"""
|
|
689
|
+
return pulumi.get(self, "container_group_properties")
|
|
690
|
+
|
|
691
|
+
@container_group_properties.setter
|
|
692
|
+
def container_group_properties(self, value: Optional[pulumi.Input['NGroupContainerGroupPropertiesArgs']]):
|
|
693
|
+
pulumi.set(self, "container_group_properties", value)
|
|
694
|
+
|
|
695
|
+
@property
|
|
696
|
+
@pulumi.getter(name="networkProfile")
|
|
697
|
+
def network_profile(self) -> Optional[pulumi.Input['NetworkProfileArgs']]:
|
|
698
|
+
"""
|
|
699
|
+
A network profile for network settings of a ContainerGroupProfile.
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "network_profile")
|
|
702
|
+
|
|
703
|
+
@network_profile.setter
|
|
704
|
+
def network_profile(self, value: Optional[pulumi.Input['NetworkProfileArgs']]):
|
|
705
|
+
pulumi.set(self, "network_profile", value)
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter
|
|
709
|
+
def resource(self) -> Optional[pulumi.Input['ApiEntityReferenceArgs']]:
|
|
710
|
+
"""
|
|
711
|
+
A reference to the container group profile ARM resource hosted in ACI RP.
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "resource")
|
|
714
|
+
|
|
715
|
+
@resource.setter
|
|
716
|
+
def resource(self, value: Optional[pulumi.Input['ApiEntityReferenceArgs']]):
|
|
717
|
+
pulumi.set(self, "resource", value)
|
|
718
|
+
|
|
719
|
+
@property
|
|
720
|
+
@pulumi.getter
|
|
721
|
+
def revision(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
722
|
+
"""
|
|
723
|
+
The revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile.
|
|
724
|
+
"""
|
|
725
|
+
return pulumi.get(self, "revision")
|
|
726
|
+
|
|
727
|
+
@revision.setter
|
|
728
|
+
def revision(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
729
|
+
pulumi.set(self, "revision", value)
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="storageProfile")
|
|
733
|
+
def storage_profile(self) -> Optional[pulumi.Input['StorageProfileArgs']]:
|
|
734
|
+
"""
|
|
735
|
+
Storage profile for storage related settings of a container group profile.
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "storage_profile")
|
|
738
|
+
|
|
739
|
+
@storage_profile.setter
|
|
740
|
+
def storage_profile(self, value: Optional[pulumi.Input['StorageProfileArgs']]):
|
|
741
|
+
pulumi.set(self, "storage_profile", value)
|
|
742
|
+
|
|
743
|
+
|
|
458
744
|
if not MYPY:
|
|
459
745
|
class ContainerGroupSubnetIdArgsDict(TypedDict):
|
|
460
746
|
"""
|
|
@@ -1239,6 +1525,136 @@ class DnsConfigurationArgs:
|
|
|
1239
1525
|
pulumi.set(self, "search_domains", value)
|
|
1240
1526
|
|
|
1241
1527
|
|
|
1528
|
+
if not MYPY:
|
|
1529
|
+
class ElasticProfileContainerGroupNamingPolicyArgsDict(TypedDict):
|
|
1530
|
+
"""
|
|
1531
|
+
Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.
|
|
1532
|
+
"""
|
|
1533
|
+
guid_naming_policy: NotRequired[pulumi.Input['ElasticProfileGuidNamingPolicyArgsDict']]
|
|
1534
|
+
elif False:
|
|
1535
|
+
ElasticProfileContainerGroupNamingPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1536
|
+
|
|
1537
|
+
@pulumi.input_type
|
|
1538
|
+
class ElasticProfileContainerGroupNamingPolicyArgs:
|
|
1539
|
+
def __init__(__self__, *,
|
|
1540
|
+
guid_naming_policy: Optional[pulumi.Input['ElasticProfileGuidNamingPolicyArgs']] = None):
|
|
1541
|
+
"""
|
|
1542
|
+
Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.
|
|
1543
|
+
"""
|
|
1544
|
+
if guid_naming_policy is not None:
|
|
1545
|
+
pulumi.set(__self__, "guid_naming_policy", guid_naming_policy)
|
|
1546
|
+
|
|
1547
|
+
@property
|
|
1548
|
+
@pulumi.getter(name="guidNamingPolicy")
|
|
1549
|
+
def guid_naming_policy(self) -> Optional[pulumi.Input['ElasticProfileGuidNamingPolicyArgs']]:
|
|
1550
|
+
return pulumi.get(self, "guid_naming_policy")
|
|
1551
|
+
|
|
1552
|
+
@guid_naming_policy.setter
|
|
1553
|
+
def guid_naming_policy(self, value: Optional[pulumi.Input['ElasticProfileGuidNamingPolicyArgs']]):
|
|
1554
|
+
pulumi.set(self, "guid_naming_policy", value)
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
if not MYPY:
|
|
1558
|
+
class ElasticProfileGuidNamingPolicyArgsDict(TypedDict):
|
|
1559
|
+
prefix: NotRequired[pulumi.Input[builtins.str]]
|
|
1560
|
+
"""
|
|
1561
|
+
The prefix can be used when there are tooling limitations (e.g. on the Azure portal where CGs from multiple NGroups exist in the same RG). The prefix with the suffixed resource name must still follow Azure resource naming guidelines.
|
|
1562
|
+
"""
|
|
1563
|
+
elif False:
|
|
1564
|
+
ElasticProfileGuidNamingPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1565
|
+
|
|
1566
|
+
@pulumi.input_type
|
|
1567
|
+
class ElasticProfileGuidNamingPolicyArgs:
|
|
1568
|
+
def __init__(__self__, *,
|
|
1569
|
+
prefix: Optional[pulumi.Input[builtins.str]] = None):
|
|
1570
|
+
"""
|
|
1571
|
+
:param pulumi.Input[builtins.str] prefix: The prefix can be used when there are tooling limitations (e.g. on the Azure portal where CGs from multiple NGroups exist in the same RG). The prefix with the suffixed resource name must still follow Azure resource naming guidelines.
|
|
1572
|
+
"""
|
|
1573
|
+
if prefix is not None:
|
|
1574
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1575
|
+
|
|
1576
|
+
@property
|
|
1577
|
+
@pulumi.getter
|
|
1578
|
+
def prefix(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1579
|
+
"""
|
|
1580
|
+
The prefix can be used when there are tooling limitations (e.g. on the Azure portal where CGs from multiple NGroups exist in the same RG). The prefix with the suffixed resource name must still follow Azure resource naming guidelines.
|
|
1581
|
+
"""
|
|
1582
|
+
return pulumi.get(self, "prefix")
|
|
1583
|
+
|
|
1584
|
+
@prefix.setter
|
|
1585
|
+
def prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1586
|
+
pulumi.set(self, "prefix", value)
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
if not MYPY:
|
|
1590
|
+
class ElasticProfileArgsDict(TypedDict):
|
|
1591
|
+
"""
|
|
1592
|
+
Describes the elastic profile of the NGroup
|
|
1593
|
+
"""
|
|
1594
|
+
container_group_naming_policy: NotRequired[pulumi.Input['ElasticProfileContainerGroupNamingPolicyArgsDict']]
|
|
1595
|
+
"""
|
|
1596
|
+
Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.
|
|
1597
|
+
"""
|
|
1598
|
+
desired_count: NotRequired[pulumi.Input[builtins.int]]
|
|
1599
|
+
maintain_desired_count: NotRequired[pulumi.Input[builtins.bool]]
|
|
1600
|
+
"""
|
|
1601
|
+
Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones.
|
|
1602
|
+
"""
|
|
1603
|
+
elif False:
|
|
1604
|
+
ElasticProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1605
|
+
|
|
1606
|
+
@pulumi.input_type
|
|
1607
|
+
class ElasticProfileArgs:
|
|
1608
|
+
def __init__(__self__, *,
|
|
1609
|
+
container_group_naming_policy: Optional[pulumi.Input['ElasticProfileContainerGroupNamingPolicyArgs']] = None,
|
|
1610
|
+
desired_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
1611
|
+
maintain_desired_count: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1612
|
+
"""
|
|
1613
|
+
Describes the elastic profile of the NGroup
|
|
1614
|
+
:param pulumi.Input['ElasticProfileContainerGroupNamingPolicyArgs'] container_group_naming_policy: Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.
|
|
1615
|
+
:param pulumi.Input[builtins.bool] maintain_desired_count: Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones.
|
|
1616
|
+
"""
|
|
1617
|
+
if container_group_naming_policy is not None:
|
|
1618
|
+
pulumi.set(__self__, "container_group_naming_policy", container_group_naming_policy)
|
|
1619
|
+
if desired_count is not None:
|
|
1620
|
+
pulumi.set(__self__, "desired_count", desired_count)
|
|
1621
|
+
if maintain_desired_count is not None:
|
|
1622
|
+
pulumi.set(__self__, "maintain_desired_count", maintain_desired_count)
|
|
1623
|
+
|
|
1624
|
+
@property
|
|
1625
|
+
@pulumi.getter(name="containerGroupNamingPolicy")
|
|
1626
|
+
def container_group_naming_policy(self) -> Optional[pulumi.Input['ElasticProfileContainerGroupNamingPolicyArgs']]:
|
|
1627
|
+
"""
|
|
1628
|
+
Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.
|
|
1629
|
+
"""
|
|
1630
|
+
return pulumi.get(self, "container_group_naming_policy")
|
|
1631
|
+
|
|
1632
|
+
@container_group_naming_policy.setter
|
|
1633
|
+
def container_group_naming_policy(self, value: Optional[pulumi.Input['ElasticProfileContainerGroupNamingPolicyArgs']]):
|
|
1634
|
+
pulumi.set(self, "container_group_naming_policy", value)
|
|
1635
|
+
|
|
1636
|
+
@property
|
|
1637
|
+
@pulumi.getter(name="desiredCount")
|
|
1638
|
+
def desired_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1639
|
+
return pulumi.get(self, "desired_count")
|
|
1640
|
+
|
|
1641
|
+
@desired_count.setter
|
|
1642
|
+
def desired_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1643
|
+
pulumi.set(self, "desired_count", value)
|
|
1644
|
+
|
|
1645
|
+
@property
|
|
1646
|
+
@pulumi.getter(name="maintainDesiredCount")
|
|
1647
|
+
def maintain_desired_count(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1648
|
+
"""
|
|
1649
|
+
Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones.
|
|
1650
|
+
"""
|
|
1651
|
+
return pulumi.get(self, "maintain_desired_count")
|
|
1652
|
+
|
|
1653
|
+
@maintain_desired_count.setter
|
|
1654
|
+
def maintain_desired_count(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1655
|
+
pulumi.set(self, "maintain_desired_count", value)
|
|
1656
|
+
|
|
1657
|
+
|
|
1242
1658
|
if not MYPY:
|
|
1243
1659
|
class EncryptionPropertiesArgsDict(TypedDict):
|
|
1244
1660
|
"""
|
|
@@ -1427,6 +1843,128 @@ class EnvironmentVariableArgs:
|
|
|
1427
1843
|
pulumi.set(self, "value", value)
|
|
1428
1844
|
|
|
1429
1845
|
|
|
1846
|
+
if not MYPY:
|
|
1847
|
+
class FileSharePropertiesArgsDict(TypedDict):
|
|
1848
|
+
share_access_tier: NotRequired[pulumi.Input['AzureFileShareAccessTier']]
|
|
1849
|
+
"""
|
|
1850
|
+
Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier
|
|
1851
|
+
"""
|
|
1852
|
+
share_access_type: NotRequired[pulumi.Input['AzureFileShareAccessType']]
|
|
1853
|
+
"""
|
|
1854
|
+
Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share.
|
|
1855
|
+
"""
|
|
1856
|
+
elif False:
|
|
1857
|
+
FileSharePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1858
|
+
|
|
1859
|
+
@pulumi.input_type
|
|
1860
|
+
class FileSharePropertiesArgs:
|
|
1861
|
+
def __init__(__self__, *,
|
|
1862
|
+
share_access_tier: Optional[pulumi.Input['AzureFileShareAccessTier']] = None,
|
|
1863
|
+
share_access_type: Optional[pulumi.Input['AzureFileShareAccessType']] = None):
|
|
1864
|
+
"""
|
|
1865
|
+
:param pulumi.Input['AzureFileShareAccessTier'] share_access_tier: Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier
|
|
1866
|
+
:param pulumi.Input['AzureFileShareAccessType'] share_access_type: Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share.
|
|
1867
|
+
"""
|
|
1868
|
+
if share_access_tier is None:
|
|
1869
|
+
share_access_tier = 'TransactionOptimized'
|
|
1870
|
+
if share_access_tier is not None:
|
|
1871
|
+
pulumi.set(__self__, "share_access_tier", share_access_tier)
|
|
1872
|
+
if share_access_type is not None:
|
|
1873
|
+
pulumi.set(__self__, "share_access_type", share_access_type)
|
|
1874
|
+
|
|
1875
|
+
@property
|
|
1876
|
+
@pulumi.getter(name="shareAccessTier")
|
|
1877
|
+
def share_access_tier(self) -> Optional[pulumi.Input['AzureFileShareAccessTier']]:
|
|
1878
|
+
"""
|
|
1879
|
+
Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier
|
|
1880
|
+
"""
|
|
1881
|
+
return pulumi.get(self, "share_access_tier")
|
|
1882
|
+
|
|
1883
|
+
@share_access_tier.setter
|
|
1884
|
+
def share_access_tier(self, value: Optional[pulumi.Input['AzureFileShareAccessTier']]):
|
|
1885
|
+
pulumi.set(self, "share_access_tier", value)
|
|
1886
|
+
|
|
1887
|
+
@property
|
|
1888
|
+
@pulumi.getter(name="shareAccessType")
|
|
1889
|
+
def share_access_type(self) -> Optional[pulumi.Input['AzureFileShareAccessType']]:
|
|
1890
|
+
"""
|
|
1891
|
+
Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share.
|
|
1892
|
+
"""
|
|
1893
|
+
return pulumi.get(self, "share_access_type")
|
|
1894
|
+
|
|
1895
|
+
@share_access_type.setter
|
|
1896
|
+
def share_access_type(self, value: Optional[pulumi.Input['AzureFileShareAccessType']]):
|
|
1897
|
+
pulumi.set(self, "share_access_type", value)
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
if not MYPY:
|
|
1901
|
+
class FileShareArgsDict(TypedDict):
|
|
1902
|
+
"""
|
|
1903
|
+
File shares that can be mounted on container groups.
|
|
1904
|
+
"""
|
|
1905
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1906
|
+
properties: NotRequired[pulumi.Input['FileSharePropertiesArgsDict']]
|
|
1907
|
+
resource_group_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1908
|
+
storage_account_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1909
|
+
elif False:
|
|
1910
|
+
FileShareArgsDict: TypeAlias = Mapping[str, Any]
|
|
1911
|
+
|
|
1912
|
+
@pulumi.input_type
|
|
1913
|
+
class FileShareArgs:
|
|
1914
|
+
def __init__(__self__, *,
|
|
1915
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1916
|
+
properties: Optional[pulumi.Input['FileSharePropertiesArgs']] = None,
|
|
1917
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1918
|
+
storage_account_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1919
|
+
"""
|
|
1920
|
+
File shares that can be mounted on container groups.
|
|
1921
|
+
"""
|
|
1922
|
+
if name is not None:
|
|
1923
|
+
pulumi.set(__self__, "name", name)
|
|
1924
|
+
if properties is not None:
|
|
1925
|
+
pulumi.set(__self__, "properties", properties)
|
|
1926
|
+
if resource_group_name is not None:
|
|
1927
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1928
|
+
if storage_account_name is not None:
|
|
1929
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
1930
|
+
|
|
1931
|
+
@property
|
|
1932
|
+
@pulumi.getter
|
|
1933
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1934
|
+
return pulumi.get(self, "name")
|
|
1935
|
+
|
|
1936
|
+
@name.setter
|
|
1937
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1938
|
+
pulumi.set(self, "name", value)
|
|
1939
|
+
|
|
1940
|
+
@property
|
|
1941
|
+
@pulumi.getter
|
|
1942
|
+
def properties(self) -> Optional[pulumi.Input['FileSharePropertiesArgs']]:
|
|
1943
|
+
return pulumi.get(self, "properties")
|
|
1944
|
+
|
|
1945
|
+
@properties.setter
|
|
1946
|
+
def properties(self, value: Optional[pulumi.Input['FileSharePropertiesArgs']]):
|
|
1947
|
+
pulumi.set(self, "properties", value)
|
|
1948
|
+
|
|
1949
|
+
@property
|
|
1950
|
+
@pulumi.getter(name="resourceGroupName")
|
|
1951
|
+
def resource_group_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1952
|
+
return pulumi.get(self, "resource_group_name")
|
|
1953
|
+
|
|
1954
|
+
@resource_group_name.setter
|
|
1955
|
+
def resource_group_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1956
|
+
pulumi.set(self, "resource_group_name", value)
|
|
1957
|
+
|
|
1958
|
+
@property
|
|
1959
|
+
@pulumi.getter(name="storageAccountName")
|
|
1960
|
+
def storage_account_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1961
|
+
return pulumi.get(self, "storage_account_name")
|
|
1962
|
+
|
|
1963
|
+
@storage_account_name.setter
|
|
1964
|
+
def storage_account_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1965
|
+
pulumi.set(self, "storage_account_name", value)
|
|
1966
|
+
|
|
1967
|
+
|
|
1430
1968
|
if not MYPY:
|
|
1431
1969
|
class GitRepoVolumeArgsDict(TypedDict):
|
|
1432
1970
|
"""
|
|
@@ -1999,15 +2537,87 @@ class IpAddressArgs:
|
|
|
1999
2537
|
|
|
2000
2538
|
|
|
2001
2539
|
if not MYPY:
|
|
2002
|
-
class
|
|
2540
|
+
class LoadBalancerBackendAddressPoolArgsDict(TypedDict):
|
|
2003
2541
|
"""
|
|
2004
|
-
|
|
2542
|
+
NGroups load balancer backend address pool
|
|
2005
2543
|
"""
|
|
2006
|
-
|
|
2544
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
2007
2545
|
"""
|
|
2008
|
-
The
|
|
2546
|
+
The Load Balancer backend address pool ARM resource Id.
|
|
2009
2547
|
"""
|
|
2010
|
-
|
|
2548
|
+
elif False:
|
|
2549
|
+
LoadBalancerBackendAddressPoolArgsDict: TypeAlias = Mapping[str, Any]
|
|
2550
|
+
|
|
2551
|
+
@pulumi.input_type
|
|
2552
|
+
class LoadBalancerBackendAddressPoolArgs:
|
|
2553
|
+
def __init__(__self__, *,
|
|
2554
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
2555
|
+
"""
|
|
2556
|
+
NGroups load balancer backend address pool
|
|
2557
|
+
:param pulumi.Input[builtins.str] resource: The Load Balancer backend address pool ARM resource Id.
|
|
2558
|
+
"""
|
|
2559
|
+
if resource is not None:
|
|
2560
|
+
pulumi.set(__self__, "resource", resource)
|
|
2561
|
+
|
|
2562
|
+
@property
|
|
2563
|
+
@pulumi.getter
|
|
2564
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2565
|
+
"""
|
|
2566
|
+
The Load Balancer backend address pool ARM resource Id.
|
|
2567
|
+
"""
|
|
2568
|
+
return pulumi.get(self, "resource")
|
|
2569
|
+
|
|
2570
|
+
@resource.setter
|
|
2571
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2572
|
+
pulumi.set(self, "resource", value)
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
if not MYPY:
|
|
2576
|
+
class LoadBalancerArgsDict(TypedDict):
|
|
2577
|
+
"""
|
|
2578
|
+
LoadBalancer the CG profile will use to interact with CGs in a backend pool
|
|
2579
|
+
"""
|
|
2580
|
+
backend_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['LoadBalancerBackendAddressPoolArgsDict']]]]
|
|
2581
|
+
"""
|
|
2582
|
+
List of Load Balancer Backend Address Pools.
|
|
2583
|
+
"""
|
|
2584
|
+
elif False:
|
|
2585
|
+
LoadBalancerArgsDict: TypeAlias = Mapping[str, Any]
|
|
2586
|
+
|
|
2587
|
+
@pulumi.input_type
|
|
2588
|
+
class LoadBalancerArgs:
|
|
2589
|
+
def __init__(__self__, *,
|
|
2590
|
+
backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerBackendAddressPoolArgs']]]] = None):
|
|
2591
|
+
"""
|
|
2592
|
+
LoadBalancer the CG profile will use to interact with CGs in a backend pool
|
|
2593
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerBackendAddressPoolArgs']]] backend_address_pools: List of Load Balancer Backend Address Pools.
|
|
2594
|
+
"""
|
|
2595
|
+
if backend_address_pools is not None:
|
|
2596
|
+
pulumi.set(__self__, "backend_address_pools", backend_address_pools)
|
|
2597
|
+
|
|
2598
|
+
@property
|
|
2599
|
+
@pulumi.getter(name="backendAddressPools")
|
|
2600
|
+
def backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerBackendAddressPoolArgs']]]]:
|
|
2601
|
+
"""
|
|
2602
|
+
List of Load Balancer Backend Address Pools.
|
|
2603
|
+
"""
|
|
2604
|
+
return pulumi.get(self, "backend_address_pools")
|
|
2605
|
+
|
|
2606
|
+
@backend_address_pools.setter
|
|
2607
|
+
def backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerBackendAddressPoolArgs']]]]):
|
|
2608
|
+
pulumi.set(self, "backend_address_pools", value)
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
if not MYPY:
|
|
2612
|
+
class LogAnalyticsArgsDict(TypedDict):
|
|
2613
|
+
"""
|
|
2614
|
+
Container group log analytics information.
|
|
2615
|
+
"""
|
|
2616
|
+
workspace_id: pulumi.Input[builtins.str]
|
|
2617
|
+
"""
|
|
2618
|
+
The workspace id for log analytics
|
|
2619
|
+
"""
|
|
2620
|
+
workspace_key: pulumi.Input[builtins.str]
|
|
2011
2621
|
"""
|
|
2012
2622
|
The workspace key for log analytics
|
|
2013
2623
|
"""
|
|
@@ -2112,6 +2722,370 @@ class LogAnalyticsArgs:
|
|
|
2112
2722
|
pulumi.set(self, "workspace_resource_id", value)
|
|
2113
2723
|
|
|
2114
2724
|
|
|
2725
|
+
if not MYPY:
|
|
2726
|
+
class NGroupCGPropertyContainerPropertiesArgsDict(TypedDict):
|
|
2727
|
+
"""
|
|
2728
|
+
container properties
|
|
2729
|
+
"""
|
|
2730
|
+
volume_mounts: NotRequired[pulumi.Input[Sequence[pulumi.Input['VolumeMountArgsDict']]]]
|
|
2731
|
+
elif False:
|
|
2732
|
+
NGroupCGPropertyContainerPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2733
|
+
|
|
2734
|
+
@pulumi.input_type
|
|
2735
|
+
class NGroupCGPropertyContainerPropertiesArgs:
|
|
2736
|
+
def __init__(__self__, *,
|
|
2737
|
+
volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountArgs']]]] = None):
|
|
2738
|
+
"""
|
|
2739
|
+
container properties
|
|
2740
|
+
"""
|
|
2741
|
+
if volume_mounts is not None:
|
|
2742
|
+
pulumi.set(__self__, "volume_mounts", volume_mounts)
|
|
2743
|
+
|
|
2744
|
+
@property
|
|
2745
|
+
@pulumi.getter(name="volumeMounts")
|
|
2746
|
+
def volume_mounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountArgs']]]]:
|
|
2747
|
+
return pulumi.get(self, "volume_mounts")
|
|
2748
|
+
|
|
2749
|
+
@volume_mounts.setter
|
|
2750
|
+
def volume_mounts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountArgs']]]]):
|
|
2751
|
+
pulumi.set(self, "volume_mounts", value)
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
if not MYPY:
|
|
2755
|
+
class NGroupCGPropertyContainerArgsDict(TypedDict):
|
|
2756
|
+
"""
|
|
2757
|
+
Container properties that can be provided with NGroups object.
|
|
2758
|
+
"""
|
|
2759
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2760
|
+
"""
|
|
2761
|
+
container name
|
|
2762
|
+
"""
|
|
2763
|
+
properties: NotRequired[pulumi.Input['NGroupCGPropertyContainerPropertiesArgsDict']]
|
|
2764
|
+
"""
|
|
2765
|
+
container properties
|
|
2766
|
+
"""
|
|
2767
|
+
elif False:
|
|
2768
|
+
NGroupCGPropertyContainerArgsDict: TypeAlias = Mapping[str, Any]
|
|
2769
|
+
|
|
2770
|
+
@pulumi.input_type
|
|
2771
|
+
class NGroupCGPropertyContainerArgs:
|
|
2772
|
+
def __init__(__self__, *,
|
|
2773
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2774
|
+
properties: Optional[pulumi.Input['NGroupCGPropertyContainerPropertiesArgs']] = None):
|
|
2775
|
+
"""
|
|
2776
|
+
Container properties that can be provided with NGroups object.
|
|
2777
|
+
:param pulumi.Input[builtins.str] name: container name
|
|
2778
|
+
:param pulumi.Input['NGroupCGPropertyContainerPropertiesArgs'] properties: container properties
|
|
2779
|
+
"""
|
|
2780
|
+
if name is not None:
|
|
2781
|
+
pulumi.set(__self__, "name", name)
|
|
2782
|
+
if properties is not None:
|
|
2783
|
+
pulumi.set(__self__, "properties", properties)
|
|
2784
|
+
|
|
2785
|
+
@property
|
|
2786
|
+
@pulumi.getter
|
|
2787
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2788
|
+
"""
|
|
2789
|
+
container name
|
|
2790
|
+
"""
|
|
2791
|
+
return pulumi.get(self, "name")
|
|
2792
|
+
|
|
2793
|
+
@name.setter
|
|
2794
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2795
|
+
pulumi.set(self, "name", value)
|
|
2796
|
+
|
|
2797
|
+
@property
|
|
2798
|
+
@pulumi.getter
|
|
2799
|
+
def properties(self) -> Optional[pulumi.Input['NGroupCGPropertyContainerPropertiesArgs']]:
|
|
2800
|
+
"""
|
|
2801
|
+
container properties
|
|
2802
|
+
"""
|
|
2803
|
+
return pulumi.get(self, "properties")
|
|
2804
|
+
|
|
2805
|
+
@properties.setter
|
|
2806
|
+
def properties(self, value: Optional[pulumi.Input['NGroupCGPropertyContainerPropertiesArgs']]):
|
|
2807
|
+
pulumi.set(self, "properties", value)
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
if not MYPY:
|
|
2811
|
+
class NGroupCGPropertyVolumeArgsDict(TypedDict):
|
|
2812
|
+
"""
|
|
2813
|
+
Contains information about the volumes that can be mounted by Containers in the Container Groups.
|
|
2814
|
+
"""
|
|
2815
|
+
name: pulumi.Input[builtins.str]
|
|
2816
|
+
"""
|
|
2817
|
+
The name of the volume.
|
|
2818
|
+
"""
|
|
2819
|
+
azure_file: NotRequired[pulumi.Input['AzureFileVolumeArgsDict']]
|
|
2820
|
+
"""
|
|
2821
|
+
The Azure File volume.
|
|
2822
|
+
"""
|
|
2823
|
+
elif False:
|
|
2824
|
+
NGroupCGPropertyVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
|
2825
|
+
|
|
2826
|
+
@pulumi.input_type
|
|
2827
|
+
class NGroupCGPropertyVolumeArgs:
|
|
2828
|
+
def __init__(__self__, *,
|
|
2829
|
+
name: pulumi.Input[builtins.str],
|
|
2830
|
+
azure_file: Optional[pulumi.Input['AzureFileVolumeArgs']] = None):
|
|
2831
|
+
"""
|
|
2832
|
+
Contains information about the volumes that can be mounted by Containers in the Container Groups.
|
|
2833
|
+
:param pulumi.Input[builtins.str] name: The name of the volume.
|
|
2834
|
+
:param pulumi.Input['AzureFileVolumeArgs'] azure_file: The Azure File volume.
|
|
2835
|
+
"""
|
|
2836
|
+
pulumi.set(__self__, "name", name)
|
|
2837
|
+
if azure_file is not None:
|
|
2838
|
+
pulumi.set(__self__, "azure_file", azure_file)
|
|
2839
|
+
|
|
2840
|
+
@property
|
|
2841
|
+
@pulumi.getter
|
|
2842
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2843
|
+
"""
|
|
2844
|
+
The name of the volume.
|
|
2845
|
+
"""
|
|
2846
|
+
return pulumi.get(self, "name")
|
|
2847
|
+
|
|
2848
|
+
@name.setter
|
|
2849
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2850
|
+
pulumi.set(self, "name", value)
|
|
2851
|
+
|
|
2852
|
+
@property
|
|
2853
|
+
@pulumi.getter(name="azureFile")
|
|
2854
|
+
def azure_file(self) -> Optional[pulumi.Input['AzureFileVolumeArgs']]:
|
|
2855
|
+
"""
|
|
2856
|
+
The Azure File volume.
|
|
2857
|
+
"""
|
|
2858
|
+
return pulumi.get(self, "azure_file")
|
|
2859
|
+
|
|
2860
|
+
@azure_file.setter
|
|
2861
|
+
def azure_file(self, value: Optional[pulumi.Input['AzureFileVolumeArgs']]):
|
|
2862
|
+
pulumi.set(self, "azure_file", value)
|
|
2863
|
+
|
|
2864
|
+
|
|
2865
|
+
if not MYPY:
|
|
2866
|
+
class NGroupContainerGroupPropertiesArgsDict(TypedDict):
|
|
2867
|
+
"""
|
|
2868
|
+
Container Group properties which can be set while creating or updating the NGroups.
|
|
2869
|
+
"""
|
|
2870
|
+
containers: NotRequired[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyContainerArgsDict']]]]
|
|
2871
|
+
"""
|
|
2872
|
+
Contains information about Container which can be set while creating or updating the NGroups.
|
|
2873
|
+
"""
|
|
2874
|
+
subnet_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerGroupSubnetIdArgsDict']]]]
|
|
2875
|
+
"""
|
|
2876
|
+
Contains information about Virtual Network Subnet ARM Resource
|
|
2877
|
+
"""
|
|
2878
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyVolumeArgsDict']]]]
|
|
2879
|
+
"""
|
|
2880
|
+
Contains information about the volumes that can be mounted by Containers in the Container Groups.
|
|
2881
|
+
"""
|
|
2882
|
+
elif False:
|
|
2883
|
+
NGroupContainerGroupPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2884
|
+
|
|
2885
|
+
@pulumi.input_type
|
|
2886
|
+
class NGroupContainerGroupPropertiesArgs:
|
|
2887
|
+
def __init__(__self__, *,
|
|
2888
|
+
containers: Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyContainerArgs']]]] = None,
|
|
2889
|
+
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupSubnetIdArgs']]]] = None,
|
|
2890
|
+
volumes: Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyVolumeArgs']]]] = None):
|
|
2891
|
+
"""
|
|
2892
|
+
Container Group properties which can be set while creating or updating the NGroups.
|
|
2893
|
+
:param pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyContainerArgs']]] containers: Contains information about Container which can be set while creating or updating the NGroups.
|
|
2894
|
+
:param pulumi.Input[Sequence[pulumi.Input['ContainerGroupSubnetIdArgs']]] subnet_ids: Contains information about Virtual Network Subnet ARM Resource
|
|
2895
|
+
:param pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyVolumeArgs']]] volumes: Contains information about the volumes that can be mounted by Containers in the Container Groups.
|
|
2896
|
+
"""
|
|
2897
|
+
if containers is not None:
|
|
2898
|
+
pulumi.set(__self__, "containers", containers)
|
|
2899
|
+
if subnet_ids is not None:
|
|
2900
|
+
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
2901
|
+
if volumes is not None:
|
|
2902
|
+
pulumi.set(__self__, "volumes", volumes)
|
|
2903
|
+
|
|
2904
|
+
@property
|
|
2905
|
+
@pulumi.getter
|
|
2906
|
+
def containers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyContainerArgs']]]]:
|
|
2907
|
+
"""
|
|
2908
|
+
Contains information about Container which can be set while creating or updating the NGroups.
|
|
2909
|
+
"""
|
|
2910
|
+
return pulumi.get(self, "containers")
|
|
2911
|
+
|
|
2912
|
+
@containers.setter
|
|
2913
|
+
def containers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyContainerArgs']]]]):
|
|
2914
|
+
pulumi.set(self, "containers", value)
|
|
2915
|
+
|
|
2916
|
+
@property
|
|
2917
|
+
@pulumi.getter(name="subnetIds")
|
|
2918
|
+
def subnet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupSubnetIdArgs']]]]:
|
|
2919
|
+
"""
|
|
2920
|
+
Contains information about Virtual Network Subnet ARM Resource
|
|
2921
|
+
"""
|
|
2922
|
+
return pulumi.get(self, "subnet_ids")
|
|
2923
|
+
|
|
2924
|
+
@subnet_ids.setter
|
|
2925
|
+
def subnet_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupSubnetIdArgs']]]]):
|
|
2926
|
+
pulumi.set(self, "subnet_ids", value)
|
|
2927
|
+
|
|
2928
|
+
@property
|
|
2929
|
+
@pulumi.getter
|
|
2930
|
+
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyVolumeArgs']]]]:
|
|
2931
|
+
"""
|
|
2932
|
+
Contains information about the volumes that can be mounted by Containers in the Container Groups.
|
|
2933
|
+
"""
|
|
2934
|
+
return pulumi.get(self, "volumes")
|
|
2935
|
+
|
|
2936
|
+
@volumes.setter
|
|
2937
|
+
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NGroupCGPropertyVolumeArgs']]]]):
|
|
2938
|
+
pulumi.set(self, "volumes", value)
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
if not MYPY:
|
|
2942
|
+
class NGroupIdentityArgsDict(TypedDict):
|
|
2943
|
+
"""
|
|
2944
|
+
Identity for the NGroup.
|
|
2945
|
+
"""
|
|
2946
|
+
type: NotRequired[pulumi.Input['ResourceIdentityType']]
|
|
2947
|
+
"""
|
|
2948
|
+
The type of identity used for the NGroup. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the NGroup.
|
|
2949
|
+
"""
|
|
2950
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2951
|
+
"""
|
|
2952
|
+
The list of user identities associated with the NGroup.
|
|
2953
|
+
"""
|
|
2954
|
+
elif False:
|
|
2955
|
+
NGroupIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
2956
|
+
|
|
2957
|
+
@pulumi.input_type
|
|
2958
|
+
class NGroupIdentityArgs:
|
|
2959
|
+
def __init__(__self__, *,
|
|
2960
|
+
type: Optional[pulumi.Input['ResourceIdentityType']] = None,
|
|
2961
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2962
|
+
"""
|
|
2963
|
+
Identity for the NGroup.
|
|
2964
|
+
:param pulumi.Input['ResourceIdentityType'] type: The type of identity used for the NGroup. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the NGroup.
|
|
2965
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] user_assigned_identities: The list of user identities associated with the NGroup.
|
|
2966
|
+
"""
|
|
2967
|
+
if type is not None:
|
|
2968
|
+
pulumi.set(__self__, "type", type)
|
|
2969
|
+
if user_assigned_identities is not None:
|
|
2970
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
2971
|
+
|
|
2972
|
+
@property
|
|
2973
|
+
@pulumi.getter
|
|
2974
|
+
def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
|
|
2975
|
+
"""
|
|
2976
|
+
The type of identity used for the NGroup. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the NGroup.
|
|
2977
|
+
"""
|
|
2978
|
+
return pulumi.get(self, "type")
|
|
2979
|
+
|
|
2980
|
+
@type.setter
|
|
2981
|
+
def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
|
|
2982
|
+
pulumi.set(self, "type", value)
|
|
2983
|
+
|
|
2984
|
+
@property
|
|
2985
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
2986
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2987
|
+
"""
|
|
2988
|
+
The list of user identities associated with the NGroup.
|
|
2989
|
+
"""
|
|
2990
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
2991
|
+
|
|
2992
|
+
@user_assigned_identities.setter
|
|
2993
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2994
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
2995
|
+
|
|
2996
|
+
|
|
2997
|
+
if not MYPY:
|
|
2998
|
+
class NetworkProfileArgsDict(TypedDict):
|
|
2999
|
+
"""
|
|
3000
|
+
A network profile for network settings of a ContainerGroupProfile. Used to manage load balancer and application gateway backend pools, specifically updating the IP addresses of CGs within the backend pool.
|
|
3001
|
+
"""
|
|
3002
|
+
application_gateway: NotRequired[pulumi.Input['ApplicationGatewayArgsDict']]
|
|
3003
|
+
"""
|
|
3004
|
+
Application Gateway the CG profile will use to interact with CGs in a backend pool
|
|
3005
|
+
"""
|
|
3006
|
+
load_balancer: NotRequired[pulumi.Input['LoadBalancerArgsDict']]
|
|
3007
|
+
"""
|
|
3008
|
+
LoadBalancer the CG profile will use to interact with CGs in a backend pool
|
|
3009
|
+
"""
|
|
3010
|
+
elif False:
|
|
3011
|
+
NetworkProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3012
|
+
|
|
3013
|
+
@pulumi.input_type
|
|
3014
|
+
class NetworkProfileArgs:
|
|
3015
|
+
def __init__(__self__, *,
|
|
3016
|
+
application_gateway: Optional[pulumi.Input['ApplicationGatewayArgs']] = None,
|
|
3017
|
+
load_balancer: Optional[pulumi.Input['LoadBalancerArgs']] = None):
|
|
3018
|
+
"""
|
|
3019
|
+
A network profile for network settings of a ContainerGroupProfile. Used to manage load balancer and application gateway backend pools, specifically updating the IP addresses of CGs within the backend pool.
|
|
3020
|
+
:param pulumi.Input['ApplicationGatewayArgs'] application_gateway: Application Gateway the CG profile will use to interact with CGs in a backend pool
|
|
3021
|
+
:param pulumi.Input['LoadBalancerArgs'] load_balancer: LoadBalancer the CG profile will use to interact with CGs in a backend pool
|
|
3022
|
+
"""
|
|
3023
|
+
if application_gateway is not None:
|
|
3024
|
+
pulumi.set(__self__, "application_gateway", application_gateway)
|
|
3025
|
+
if load_balancer is not None:
|
|
3026
|
+
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
3027
|
+
|
|
3028
|
+
@property
|
|
3029
|
+
@pulumi.getter(name="applicationGateway")
|
|
3030
|
+
def application_gateway(self) -> Optional[pulumi.Input['ApplicationGatewayArgs']]:
|
|
3031
|
+
"""
|
|
3032
|
+
Application Gateway the CG profile will use to interact with CGs in a backend pool
|
|
3033
|
+
"""
|
|
3034
|
+
return pulumi.get(self, "application_gateway")
|
|
3035
|
+
|
|
3036
|
+
@application_gateway.setter
|
|
3037
|
+
def application_gateway(self, value: Optional[pulumi.Input['ApplicationGatewayArgs']]):
|
|
3038
|
+
pulumi.set(self, "application_gateway", value)
|
|
3039
|
+
|
|
3040
|
+
@property
|
|
3041
|
+
@pulumi.getter(name="loadBalancer")
|
|
3042
|
+
def load_balancer(self) -> Optional[pulumi.Input['LoadBalancerArgs']]:
|
|
3043
|
+
"""
|
|
3044
|
+
LoadBalancer the CG profile will use to interact with CGs in a backend pool
|
|
3045
|
+
"""
|
|
3046
|
+
return pulumi.get(self, "load_balancer")
|
|
3047
|
+
|
|
3048
|
+
@load_balancer.setter
|
|
3049
|
+
def load_balancer(self, value: Optional[pulumi.Input['LoadBalancerArgs']]):
|
|
3050
|
+
pulumi.set(self, "load_balancer", value)
|
|
3051
|
+
|
|
3052
|
+
|
|
3053
|
+
if not MYPY:
|
|
3054
|
+
class PlacementProfileArgsDict(TypedDict):
|
|
3055
|
+
"""
|
|
3056
|
+
Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains.
|
|
3057
|
+
"""
|
|
3058
|
+
fault_domain_count: NotRequired[pulumi.Input[builtins.int]]
|
|
3059
|
+
"""
|
|
3060
|
+
The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.
|
|
3061
|
+
"""
|
|
3062
|
+
elif False:
|
|
3063
|
+
PlacementProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3064
|
+
|
|
3065
|
+
@pulumi.input_type
|
|
3066
|
+
class PlacementProfileArgs:
|
|
3067
|
+
def __init__(__self__, *,
|
|
3068
|
+
fault_domain_count: Optional[pulumi.Input[builtins.int]] = None):
|
|
3069
|
+
"""
|
|
3070
|
+
Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains.
|
|
3071
|
+
:param pulumi.Input[builtins.int] fault_domain_count: The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.
|
|
3072
|
+
"""
|
|
3073
|
+
if fault_domain_count is not None:
|
|
3074
|
+
pulumi.set(__self__, "fault_domain_count", fault_domain_count)
|
|
3075
|
+
|
|
3076
|
+
@property
|
|
3077
|
+
@pulumi.getter(name="faultDomainCount")
|
|
3078
|
+
def fault_domain_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3079
|
+
"""
|
|
3080
|
+
The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.
|
|
3081
|
+
"""
|
|
3082
|
+
return pulumi.get(self, "fault_domain_count")
|
|
3083
|
+
|
|
3084
|
+
@fault_domain_count.setter
|
|
3085
|
+
def fault_domain_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3086
|
+
pulumi.set(self, "fault_domain_count", value)
|
|
3087
|
+
|
|
3088
|
+
|
|
2115
3089
|
if not MYPY:
|
|
2116
3090
|
class PortArgsDict(TypedDict):
|
|
2117
3091
|
"""
|
|
@@ -2620,6 +3594,180 @@ class StandbyPoolProfileDefinitionArgs:
|
|
|
2620
3594
|
pulumi.set(self, "id", value)
|
|
2621
3595
|
|
|
2622
3596
|
|
|
3597
|
+
if not MYPY:
|
|
3598
|
+
class StorageProfileArgsDict(TypedDict):
|
|
3599
|
+
"""
|
|
3600
|
+
Storage profile for storage related settings of a container group profile.
|
|
3601
|
+
"""
|
|
3602
|
+
file_shares: NotRequired[pulumi.Input[Sequence[pulumi.Input['FileShareArgsDict']]]]
|
|
3603
|
+
elif False:
|
|
3604
|
+
StorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3605
|
+
|
|
3606
|
+
@pulumi.input_type
|
|
3607
|
+
class StorageProfileArgs:
|
|
3608
|
+
def __init__(__self__, *,
|
|
3609
|
+
file_shares: Optional[pulumi.Input[Sequence[pulumi.Input['FileShareArgs']]]] = None):
|
|
3610
|
+
"""
|
|
3611
|
+
Storage profile for storage related settings of a container group profile.
|
|
3612
|
+
"""
|
|
3613
|
+
if file_shares is not None:
|
|
3614
|
+
pulumi.set(__self__, "file_shares", file_shares)
|
|
3615
|
+
|
|
3616
|
+
@property
|
|
3617
|
+
@pulumi.getter(name="fileShares")
|
|
3618
|
+
def file_shares(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FileShareArgs']]]]:
|
|
3619
|
+
return pulumi.get(self, "file_shares")
|
|
3620
|
+
|
|
3621
|
+
@file_shares.setter
|
|
3622
|
+
def file_shares(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FileShareArgs']]]]):
|
|
3623
|
+
pulumi.set(self, "file_shares", value)
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
if not MYPY:
|
|
3627
|
+
class UpdateProfileRollingUpdateProfileArgsDict(TypedDict):
|
|
3628
|
+
"""
|
|
3629
|
+
This profile allows the customers to customize the rolling update.
|
|
3630
|
+
"""
|
|
3631
|
+
in_place_update: NotRequired[pulumi.Input[builtins.bool]]
|
|
3632
|
+
"""
|
|
3633
|
+
Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones.
|
|
3634
|
+
"""
|
|
3635
|
+
max_batch_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
3636
|
+
"""
|
|
3637
|
+
Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch.
|
|
3638
|
+
"""
|
|
3639
|
+
max_unhealthy_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
3640
|
+
"""
|
|
3641
|
+
Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated.
|
|
3642
|
+
"""
|
|
3643
|
+
pause_time_between_batches: NotRequired[pulumi.Input[builtins.str]]
|
|
3644
|
+
"""
|
|
3645
|
+
The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration.
|
|
3646
|
+
"""
|
|
3647
|
+
elif False:
|
|
3648
|
+
UpdateProfileRollingUpdateProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3649
|
+
|
|
3650
|
+
@pulumi.input_type
|
|
3651
|
+
class UpdateProfileRollingUpdateProfileArgs:
|
|
3652
|
+
def __init__(__self__, *,
|
|
3653
|
+
in_place_update: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3654
|
+
max_batch_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
3655
|
+
max_unhealthy_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
3656
|
+
pause_time_between_batches: Optional[pulumi.Input[builtins.str]] = None):
|
|
3657
|
+
"""
|
|
3658
|
+
This profile allows the customers to customize the rolling update.
|
|
3659
|
+
:param pulumi.Input[builtins.bool] in_place_update: Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones.
|
|
3660
|
+
:param pulumi.Input[builtins.int] max_batch_percent: Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch.
|
|
3661
|
+
:param pulumi.Input[builtins.int] max_unhealthy_percent: Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated.
|
|
3662
|
+
:param pulumi.Input[builtins.str] pause_time_between_batches: The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration.
|
|
3663
|
+
"""
|
|
3664
|
+
if in_place_update is not None:
|
|
3665
|
+
pulumi.set(__self__, "in_place_update", in_place_update)
|
|
3666
|
+
if max_batch_percent is not None:
|
|
3667
|
+
pulumi.set(__self__, "max_batch_percent", max_batch_percent)
|
|
3668
|
+
if max_unhealthy_percent is not None:
|
|
3669
|
+
pulumi.set(__self__, "max_unhealthy_percent", max_unhealthy_percent)
|
|
3670
|
+
if pause_time_between_batches is not None:
|
|
3671
|
+
pulumi.set(__self__, "pause_time_between_batches", pause_time_between_batches)
|
|
3672
|
+
|
|
3673
|
+
@property
|
|
3674
|
+
@pulumi.getter(name="inPlaceUpdate")
|
|
3675
|
+
def in_place_update(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3676
|
+
"""
|
|
3677
|
+
Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones.
|
|
3678
|
+
"""
|
|
3679
|
+
return pulumi.get(self, "in_place_update")
|
|
3680
|
+
|
|
3681
|
+
@in_place_update.setter
|
|
3682
|
+
def in_place_update(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3683
|
+
pulumi.set(self, "in_place_update", value)
|
|
3684
|
+
|
|
3685
|
+
@property
|
|
3686
|
+
@pulumi.getter(name="maxBatchPercent")
|
|
3687
|
+
def max_batch_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3688
|
+
"""
|
|
3689
|
+
Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch.
|
|
3690
|
+
"""
|
|
3691
|
+
return pulumi.get(self, "max_batch_percent")
|
|
3692
|
+
|
|
3693
|
+
@max_batch_percent.setter
|
|
3694
|
+
def max_batch_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3695
|
+
pulumi.set(self, "max_batch_percent", value)
|
|
3696
|
+
|
|
3697
|
+
@property
|
|
3698
|
+
@pulumi.getter(name="maxUnhealthyPercent")
|
|
3699
|
+
def max_unhealthy_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3700
|
+
"""
|
|
3701
|
+
Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated.
|
|
3702
|
+
"""
|
|
3703
|
+
return pulumi.get(self, "max_unhealthy_percent")
|
|
3704
|
+
|
|
3705
|
+
@max_unhealthy_percent.setter
|
|
3706
|
+
def max_unhealthy_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3707
|
+
pulumi.set(self, "max_unhealthy_percent", value)
|
|
3708
|
+
|
|
3709
|
+
@property
|
|
3710
|
+
@pulumi.getter(name="pauseTimeBetweenBatches")
|
|
3711
|
+
def pause_time_between_batches(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3712
|
+
"""
|
|
3713
|
+
The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration.
|
|
3714
|
+
"""
|
|
3715
|
+
return pulumi.get(self, "pause_time_between_batches")
|
|
3716
|
+
|
|
3717
|
+
@pause_time_between_batches.setter
|
|
3718
|
+
def pause_time_between_batches(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3719
|
+
pulumi.set(self, "pause_time_between_batches", value)
|
|
3720
|
+
|
|
3721
|
+
|
|
3722
|
+
if not MYPY:
|
|
3723
|
+
class UpdateProfileArgsDict(TypedDict):
|
|
3724
|
+
"""
|
|
3725
|
+
Used by the customer to specify the way to update the Container Groups in NGroup.
|
|
3726
|
+
"""
|
|
3727
|
+
rolling_update_profile: NotRequired[pulumi.Input['UpdateProfileRollingUpdateProfileArgsDict']]
|
|
3728
|
+
"""
|
|
3729
|
+
This profile allows the customers to customize the rolling update.
|
|
3730
|
+
"""
|
|
3731
|
+
update_mode: NotRequired[pulumi.Input[Union[builtins.str, 'NGroupUpdateMode']]]
|
|
3732
|
+
elif False:
|
|
3733
|
+
UpdateProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3734
|
+
|
|
3735
|
+
@pulumi.input_type
|
|
3736
|
+
class UpdateProfileArgs:
|
|
3737
|
+
def __init__(__self__, *,
|
|
3738
|
+
rolling_update_profile: Optional[pulumi.Input['UpdateProfileRollingUpdateProfileArgs']] = None,
|
|
3739
|
+
update_mode: Optional[pulumi.Input[Union[builtins.str, 'NGroupUpdateMode']]] = None):
|
|
3740
|
+
"""
|
|
3741
|
+
Used by the customer to specify the way to update the Container Groups in NGroup.
|
|
3742
|
+
:param pulumi.Input['UpdateProfileRollingUpdateProfileArgs'] rolling_update_profile: This profile allows the customers to customize the rolling update.
|
|
3743
|
+
"""
|
|
3744
|
+
if rolling_update_profile is not None:
|
|
3745
|
+
pulumi.set(__self__, "rolling_update_profile", rolling_update_profile)
|
|
3746
|
+
if update_mode is not None:
|
|
3747
|
+
pulumi.set(__self__, "update_mode", update_mode)
|
|
3748
|
+
|
|
3749
|
+
@property
|
|
3750
|
+
@pulumi.getter(name="rollingUpdateProfile")
|
|
3751
|
+
def rolling_update_profile(self) -> Optional[pulumi.Input['UpdateProfileRollingUpdateProfileArgs']]:
|
|
3752
|
+
"""
|
|
3753
|
+
This profile allows the customers to customize the rolling update.
|
|
3754
|
+
"""
|
|
3755
|
+
return pulumi.get(self, "rolling_update_profile")
|
|
3756
|
+
|
|
3757
|
+
@rolling_update_profile.setter
|
|
3758
|
+
def rolling_update_profile(self, value: Optional[pulumi.Input['UpdateProfileRollingUpdateProfileArgs']]):
|
|
3759
|
+
pulumi.set(self, "rolling_update_profile", value)
|
|
3760
|
+
|
|
3761
|
+
@property
|
|
3762
|
+
@pulumi.getter(name="updateMode")
|
|
3763
|
+
def update_mode(self) -> Optional[pulumi.Input[Union[builtins.str, 'NGroupUpdateMode']]]:
|
|
3764
|
+
return pulumi.get(self, "update_mode")
|
|
3765
|
+
|
|
3766
|
+
@update_mode.setter
|
|
3767
|
+
def update_mode(self, value: Optional[pulumi.Input[Union[builtins.str, 'NGroupUpdateMode']]]):
|
|
3768
|
+
pulumi.set(self, "update_mode", value)
|
|
3769
|
+
|
|
3770
|
+
|
|
2623
3771
|
if not MYPY:
|
|
2624
3772
|
class VolumeMountArgsDict(TypedDict):
|
|
2625
3773
|
"""
|