From bb8b16e19c422b808fa9c4de0fdc1b9bc634f051 Mon Sep 17 00:00:00 2001 From: Jonathan Gainsley <38672162+gainsley@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:59:45 -0800 Subject: [PATCH] remove unused appzones --- .../Edge-Application-Management.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index d6e9465..e1a06c6 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -729,23 +729,6 @@ components: pattern: ^[A-Za-z][A-Za-z0-9_]{1,63}$ description: Name of the App instance, scoped to the AppProvider - AppZones: - description: | - Collection of Edge Cloud Zones and/or Kubernetes cluster reference - where the Application Provider wants to instantiate the application. - type: array - items: - type: object - properties: - kubernetesClusterRef: - $ref: '#/components/schemas/KubernetesClusterRef' - EdgeCloudZone: - $ref: '#/components/schemas/EdgeCloudZone' - required: - - EdgeCloudZone - minItems: 1 - additionalProperties: false - AppManifest: description: | Application information and requirements provided by the