From 5872ab4e6239553d50be7194a219e8a41bd19ed4 Mon Sep 17 00:00:00 2001 From: qinl-li <63257243+qinl-li@users.noreply.github.com> Date: Mon, 2 Nov 2020 21:29:16 -0800 Subject: [PATCH] Revert changes --- specification/keyvault/data-plane/readme.go.md | 10 ---------- specification/keyvault/data-plane/readme.python.md | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/specification/keyvault/data-plane/readme.go.md b/specification/keyvault/data-plane/readme.go.md index a4259fe6b404..051165621376 100644 --- a/specification/keyvault/data-plane/readme.go.md +++ b/specification/keyvault/data-plane/readme.go.md @@ -13,7 +13,6 @@ go: ``` yaml $(go) && $(multiapi) batch: - - tag: package-preview-7.3-preview - tag: package-7.2-preview - tag: package-7.1 - tag: package-7.0 @@ -21,15 +20,6 @@ batch: - tag: package-2015-06 ``` -### Tag: package-preview-7.3-preview and go - -These settings apply only when `--tag=package-preview-7.3-preview --go` is specified on the command line. -Please also specify `--go-sdk-folder=`. - -``` yaml $(tag) == 'package-7.2-preview' && $(go) -output-folder: $(go-sdk-folder)/services/preview/$(namespace)/v7.3-preview/$(namespace) -``` - ### Tag: package-7.2-preview and go These settings apply only when `--tag=package-7.2-preview --go` is specified on the command line. diff --git a/specification/keyvault/data-plane/readme.python.md b/specification/keyvault/data-plane/readme.python.md index b03a59368f8a..5b33ad153403 100644 --- a/specification/keyvault/data-plane/readme.python.md +++ b/specification/keyvault/data-plane/readme.python.md @@ -21,23 +21,12 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) batch: - - tag: package-preview-7.3-preview - tag: package-7.2-preview - tag: package-7.1 - tag: package-7.0 - tag: package-2016-10 ``` -### Tag: package-preview-7.3-preview and python - -These settings apply only when `--tag=package-7.2-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-preview-7.3-preview' && $(python) -python: - namespace: azure.keyvault.v7_3 - output-folder: $(python-sdks-folder)/keyvault/azure-keyvault/azure/keyvault/v7_3_preview -``` - ### Tag: package-7.2-preview and python These settings apply only when `--tag=package-7.2-preview --python` is specified on the command line.