<!-- - Make sure you are able to reproduce this issue on the latest released version of Az - https://www.powershellgallery.com/packages/Az - Please search the existing issues to see if there has been a similar issue filed - For issue related to importing a module, please refer to our troubleshooting guide: - https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md --> ## Description It has below error when validating all docs. Could not find EXAMPLES header in file Get-AzAppConfigurationStore.md ## Steps to reproduce ```powershell ``` ## Environment data <!-- Please run $PSVersionTable and paste the output in the below code block If running the Docker container image, indicate the tag of the image used and the version of Docker engine--> ``` ``` ## Module versions <!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block --> ```powershell ``` ## Debug output <!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block --> ``` ``` ## Error output <!-- Please run Resolve-AzError and paste the output in the below code block --> ``` ```