From 30063b85d4bd3a17159fcc78471167504c4f168b Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Wed, 31 Jan 2024 07:48:34 +0300 Subject: [PATCH] Remove contentType on AppConfiguration keyValue --- server/main.bicep | 2 +- server/main.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server/main.bicep b/server/main.bicep index 9fb23ef0..c4d692de 100644 --- a/server/main.bicep +++ b/server/main.bicep @@ -110,7 +110,7 @@ resource appConfiguration 'Microsoft.AppConfiguration/configurationStores@2023-0 // override the default updater image tag for nuget jobs // TODO: remove this here and on Azure once the authentication issues are resolved (https://github.com/tinglesoftware/dependabot-azure-devops/issues/921) - resource nugetVersion 'keyValues' = { name: 'Workflow:UpdaterImageTags:nuget', properties: { contentType: 'text/plain', value: '1.24' } } + resource nugetVersion 'keyValues' = { name: 'Workflow:UpdaterImageTags:nuget', properties: { value: '1.24' } } } /* Storage Account */ diff --git a/server/main.json b/server/main.json index 67c29817..c799c410 100644 --- a/server/main.json +++ b/server/main.json @@ -156,7 +156,6 @@ "apiVersion": "2023-03-01", "name": "[format('{0}/{1}', parameters('name'), 'Workflow:UpdaterImageTags:nuget')]", "properties": { - "contentType": "text/plain", "value": "1.24" }, "dependsOn": [