From 6e6f1183e486cfe7f5f9319c9bc804ae44940417 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 28 Oct 2022 03:10:56 +0000 Subject: [PATCH] CodeGen from PR 21284 in Azure/azure-rest-api-specs [Workloads - Sap Virtual Instance] (#21284) -Adds SAP software detection feature on a VIS -Changes were already checked-in to private repo in the PR: Azure/azure-rest-api-specs-pr#8871 The changes were verified. This commit just ports the same to the public repo. --- .../Microsoft.Workloads.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/schemas/2021-12-01-preview/Microsoft.Workloads.json b/schemas/2021-12-01-preview/Microsoft.Workloads.json index 9467346f43..45450ae507 100644 --- a/schemas/2021-12-01-preview/Microsoft.Workloads.json +++ b/schemas/2021-12-01-preview/Microsoft.Workloads.json @@ -1082,6 +1082,25 @@ "properties": {}, "description": "Defines the SAP Enqueue Server properties." }, + "ExternalInstallationSoftwareConfiguration": { + "type": "object", + "properties": { + "centralServerVmId": { + "type": "string", + "description": "The resource ID of the virtual machine containing the central server instance." + }, + "softwareInstallationType": { + "type": "string", + "enum": [ + "External" + ] + } + }, + "required": [ + "softwareInstallationType" + ], + "description": "The SAP Software configuration Input when the software is installed externally outside the service." + }, "FileshareProfile": { "type": "object", "properties": { @@ -2746,6 +2765,9 @@ }, { "$ref": "#/definitions/SAPInstallWithoutOSConfigSoftwareConfiguration" + }, + { + "$ref": "#/definitions/ExternalInstallationSoftwareConfiguration" } ], "properties": {},