From 42820a586f2bbe3c356e1bc23610ba93693532e4 Mon Sep 17 00:00:00 2001 From: FumingZhang <81607949+FumingZhang@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:50:06 +0800 Subject: [PATCH] fix tag for python sdk (#21057) --- specification/containerservice/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index 7e0ad3179f3c..0741c732c8b1 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -41,7 +41,7 @@ tag: package-preview-2022-09 These settings apply only when `--tag=package-preview-2022-09-only` is specified on the command line. -``` yaml $(tag) == 'package-preview-2022-09' +``` yaml $(tag) == 'package-preview-2022-09-only' input-file: - Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json ```