From 751f83dfa69a028da44f15d6fd41af5c97fdab48 Mon Sep 17 00:00:00 2001 From: wiboris <54044985+wiboris@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:37:04 -0800 Subject: [PATCH] Updates readme --- specification/batch/data-plane/readme.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/specification/batch/data-plane/readme.md b/specification/batch/data-plane/readme.md index a0414bafc09d..aa8386cd4d3e 100644 --- a/specification/batch/data-plane/readme.md +++ b/specification/batch/data-plane/readme.md @@ -27,18 +27,27 @@ These are the global settings for the Batch API. ``` yaml title: BatchServiceClient openapi-type: data-plane -tag: package-2023-05.17.0 +tag: package-2023-11 ``` +### Tag: package-2023-11 + +These settings apply only when `--tag=package-2023-11` is specified on the command line. + +```yaml $(tag) == 'package-2023-11' +input-file: + - Microsoft.Batch/stable/2023-11-01.18.0/BatchService.json +``` ### Tag: package-2023-05.17.0 These settings apply only when `--tag=package-2023-05.17.0` is specified on the command line. -```yaml $(tag) == 'package-2023-05.17.0' +``` yaml $(tag) == 'package-2023-05.17.0' input-file: - Microsoft.Batch/stable/2023-05-01.17.0/BatchService.json ``` + ### Tag: package-2022-10.16.0 These settings apply only when `--tag=package-2022-10.16.0` is specified on the command line.