MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.4k forks source link

Typo in Predicate-Definition #108172

Closed dlaukamp closed 1 year ago

dlaukamp commented 1 year ago

In step 3.3, the XML Listing defines the predicate AllowedAADCharacters:

<Predicate Id="AllowedAADCharacters" Method="MatchesRegex" HelpText="An invalid character was provided.">

Below that, in step 3.5, the XML listing for the PredicateValidations contains three references to a predicate with Id AllowedCharacters:

<PredicateReference Id="AllowedCharacters"/>

Which has not been defined in step 3.3 and thus causes a validation error when uploading the policy. Changing the predicate Id in step 3.3 to AllowedCharacters fixes the error.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AjayBathini-MSFT commented 1 year ago

@dlaukamp Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT commented 1 year ago

@dlaukamp Thanks for reporting this! We have created a PR for this issue and sent to author Once the author of the document has approved the modifications, these changes should go live soon.