From 05d3531ed0cd07c4b72fb65c0a1c24695f229d83 Mon Sep 17 00:00:00 2001 From: Sacha Narinx Date: Fri, 15 Nov 2024 14:47:32 +0400 Subject: [PATCH] Another cleanup --- eslzArm/eslzArm.json | 3 --- .../subscriptionTemplates/avnmConfiguration.json | 13 ------------- 2 files changed, 16 deletions(-) diff --git a/eslzArm/eslzArm.json b/eslzArm/eslzArm.json index 41edb5843..95882cf64 100644 --- a/eslzArm/eslzArm.json +++ b/eslzArm/eslzArm.json @@ -5220,9 +5220,6 @@ "location": { "value": "[parameters('connectivityLocation')]" }, - "connectivitySubscriptionId": { - "value": "[parameters('connectivitySubscriptionId')]" - }, "managementGroupScope": { "value": "[variables('scopes').eslzRootManagementGroup]" } diff --git a/eslzArm/subscriptionTemplates/avnmConfiguration.json b/eslzArm/subscriptionTemplates/avnmConfiguration.json index b8af56150..185d5ea6a 100644 --- a/eslzArm/subscriptionTemplates/avnmConfiguration.json +++ b/eslzArm/subscriptionTemplates/avnmConfiguration.json @@ -18,13 +18,6 @@ }, "defaultValue": "[deployment().location]" }, - "connectivitySubscriptionId": { - "type": "string", - "defaultValue": "", - "metadata": { - "description": "Provide the subscription id for the dedicated connectivity subscription." - } - }, "managementGroupScope": { "type": "string", "defaultValue": "", @@ -62,9 +55,6 @@ "location": { "value": "[parameters('location')]" }, - "connectivitySubscriptionId": { - "value": "[parameters('connectivitySubscriptionId')]" - }, "managementGroupScope": { "value": "[parameters('managementGroupScope')]" } @@ -76,9 +66,6 @@ "location": { "type": "string" }, - "connectivitySubscriptionId": { - "type": "string" - }, "managementGroupScope": { "type": "string" }