From f2c8ddd9009369a0eddcd7f567377e07254a4107 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 29 Oct 2025 15:03:03 -0700 Subject: [PATCH] update container volume reconfigure task and remove additional san.lun related artifacts --- .../task/ContainerReconfigureVolumesAction.yml | 9 +++++---- components/schemas/errors/Error.yml | 2 -- components/schemas/hubs/activity/Activity.yml | 3 --- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/components/schemas/containers/task/ContainerReconfigureVolumesAction.yml b/components/schemas/containers/task/ContainerReconfigureVolumesAction.yml index 1a6859e4..1d1d8200 100644 --- a/components/schemas/containers/task/ContainerReconfigureVolumesAction.yml +++ b/components/schemas/containers/task/ContainerReconfigureVolumesAction.yml @@ -10,7 +10,8 @@ properties: - volumes.reconfigure description: The action to take. contents: - description: An array of volume objects to be reconfigured. - type: array - items: - "$ref": "../summaries/VolumeSummary.yml" + description: | + A map of volume objects where the key is the id and the value is the volume's config. + type: object + additionalProperties: + $ref: ../config/ContainerVolume.yml diff --git a/components/schemas/errors/Error.yml b/components/schemas/errors/Error.yml index 80e9d181..cb66e7a0 100644 --- a/components/schemas/errors/Error.yml +++ b/components/schemas/errors/Error.yml @@ -91,8 +91,6 @@ properties: - 404.infrastructure.cluster - 404.infrastructure.autoscale.group - 404.infrastructure.model - - 404.infrastructure.san.target - - 404.infrastructure.san.lun - 404.monitoring.logs.analytics.rule - 404.account - 404.container diff --git a/components/schemas/hubs/activity/Activity.yml b/components/schemas/hubs/activity/Activity.yml index 0d705688..1d32bedb 100644 --- a/components/schemas/hubs/activity/Activity.yml +++ b/components/schemas/hubs/activity/Activity.yml @@ -295,9 +295,6 @@ properties: - infrastructure.virtual-providers.iso.delete - infrastructure.virtual-providers.iso.task.delete - - infrastructure.server.san.sync - - infrastructure.server.task.san.sync - - infrastructure.server.task.delete - infrastructure.server.task.restart - infrastructure.server.services.sftp.auth