From a910519b97ffe9f0e5d5ab3bcb6eeeb7d6f060a5 Mon Sep 17 00:00:00 2001 From: Steve Burkett Date: Tue, 23 Apr 2024 07:55:28 +1200 Subject: [PATCH] Documentation: Correct managedIdentityLocation name (#575) Correct the name on the managedIdentityLocation setting name by removing the extraneous 's'. --- Docs/start-implementing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/start-implementing.md b/Docs/start-implementing.md index aacee0ad..2fc5ea5e 100644 --- a/Docs/start-implementing.md +++ b/Docs/start-implementing.md @@ -46,7 +46,7 @@ EPAC defines environments identified by a string (unique per repository) called - `rootDefinitionScope` - scope for custom Policy and Policy Set definition deployment. - [Optional] Define the following items: - `globalNotScopes` - used to exclude scopes from Policy Assignments. - - `managedIdentityLocations` - used for the location for created Managed Identities. + - `managedIdentityLocation` - used for the location for created Managed Identities. - `desiredState` - desired state strategy and details for Policy resources. - `managedTenant` - used for environments that are in a lighthouse managed tenant.