From 960c09243969598fa3519029d1a74714676263f4 Mon Sep 17 00:00:00 2001 From: herakilla <101436075+herakilla@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:07:31 -0500 Subject: [PATCH] fix incorrect oauth example in readme The definition of oauth_config in the schemachange-config.yml example within README.md is incorrect. This causes anyone who copies the example to have issues with oauth authentication until they discover and fix this typo. This change fixes it in the readme. See issue #283 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5196d3a..9209c5b5 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ dry-run: false query-tag: 'QUERY_TAG' # Information for Oauth token requests -oauthconfig: +oauth_config: # url Where token request are posted to token-provider-url: 'https://login.microsoftonline.com/{{ env_var('AZURE_ORG_GUID', 'default') }}/oauth2/v2.0/token' # name of Json entity returned by request