diff --git a/src/azure-cli/azure/cli/command_modules/appconfig/_help.py b/src/azure-cli/azure/cli/command_modules/appconfig/_help.py index fd2f5ea19f5..dcf80291400 100644 --- a/src/azure-cli/azure/cli/command_modules/appconfig/_help.py +++ b/src/azure-cli/azure/cli/command_modules/appconfig/_help.py @@ -585,7 +585,7 @@ examples: - name: Add a filter for feature 'color' with label MyLabel with name 'MyFilter' and 2 parameters. text: - az appconfig feature filter add -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name=\\"Value\\" Name2=\\"Value2\\" + az appconfig feature filter add -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name='\\"Value\\" Name2=\\"Value2\\"' - name: Insert a filter at index 2 (zero-based index) for feature 'color' with label MyLabel and filter name 'MyFilter' with no parameters text: az appconfig feature filter add -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --index 2 @@ -606,10 +606,10 @@ examples: - name: Update the filter for feature 'color' with label MyLabel with name 'MyFilter' and 2 parameters. text: - az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name=\\"Value\\" Name2=\\"Value2\\" + az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name='\\"Value\\"' Name2='\\"Value2\\"' - name: Update the filter at index 2 (zero-based index) for feature 'color' with label MyLabel with name 'MyFilter' and 2 parameters. text: - az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name=\\"Value\\" Name2=\\"Value2\\" --index 2 + az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name='\\"Value\\"' Name2='\\"Value2\\"' --index 2 - name: Update a filter for feature 'color' with label MyLabel and filter name 'MyFilter' with no parameters text: az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter