From 09f9c5d09afecc53fc7018df857e49707030d8bd Mon Sep 17 00:00:00 2001 From: Nicolai Willems <172633+nwillems@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:15:04 +0100 Subject: [PATCH] Update creds structure according to code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615c032f3..b5e8d5ce5 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The value of input parameter `creds` is a string in json format, including the f "clientSecret": "******", "subscriptionId": "******", "tenantId": "******", - "clientId": "******" + "servicePrincipalId": "******" } ```