diff --git a/specification/appconfiguration/resource-manager/readme.md b/specification/appconfiguration/resource-manager/readme.md index eae21f732969..44d4016b7204 100644 --- a/specification/appconfiguration/resource-manager/readme.md +++ b/specification/appconfiguration/resource-manager/readme.md @@ -26,25 +26,25 @@ These are the global settings for the AppConfiguration API. ``` yaml openapi-type: arm -tag: package-2019-10-01 +tag: package-2019-11-01-preview ``` -### Tag: package-2019-02-01-preview +### Tag: package-2019-11-01-preview -These settings apply only when `--tag=package-2019-02-01-preview` is specified on the command line. +These settings apply only when `--tag=package-2019-11-01-preview` is specified on the command line. -``` yaml $(tag) == 'package-2019-02-01-preview' +``` yaml $(tag) == 'package-2019-11-01-preview' input-file: -- Microsoft.AppConfiguration/preview/2019-02-01-preview/appconfiguration.json +- Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json ``` -### Tag: package-2019-11-01-preview +### Tag: package-2019-02-01-preview -These settings apply only when `--tag=package-2019-11-01-preview` is specified on the command line. +These settings apply only when `--tag=package-2019-02-01-preview` is specified on the command line. -``` yaml $(tag) == 'package-2019-11-01-preview' +``` yaml $(tag) == 'package-2019-02-01-preview' input-file: -- Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json +- Microsoft.AppConfiguration/preview/2019-02-01-preview/appconfiguration.json ``` ### Tag: package-2019-10-01