From 384459c86a9fbde41562366885dba2b9fe312a7a Mon Sep 17 00:00:00 2001 From: Venunath Beyagudem Date: Thu, 1 Feb 2024 14:42:14 -0500 Subject: [PATCH] Update new Plan Id (pid) to Single Server offering --- pom.xml | 2 +- src/main/bicep/mainTemplate.bicep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aedba30..9989a2f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.ibm.websphere.azure azure.websphere-traditional.singleserver - 1.0.25 + 1.0.26 diff --git a/src/main/bicep/mainTemplate.bicep b/src/main/bicep/mainTemplate.bicep index 8163b53..4c7fd04 100644 --- a/src/main/bicep/mainTemplate.bicep +++ b/src/main/bicep/mainTemplate.bicep @@ -135,7 +135,7 @@ var configBase64 = loadFileAsBase64('config.json') var config = base64ToJson(configBase64) module partnerCenterPid './modules/_pids/_empty.bicep' = { - name: 'pid-5d69db5c-7773-47d1-9455-890d05fb3c2b-partnercenter' + name: 'pid-d287697e-d90f-485a-9fe0-c2f12676973d-partnercenter' params: {} }