File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
specification/recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ tag: package-passivestamp-2021-11-15
4141` ` `
4242
4343` ` ` yaml $(package-activestamp)
44- tag : package-2022-09-preview
44+ tag : package-2022-10
4545` ` `
4646
4747### Validations
@@ -56,11 +56,19 @@ message-format: json
5656` ` `
5757
5858
59+ # ## Tag: package-2022-10
60+
61+ These settings apply only when `--tag=package-2022-10` is specified on the command line.
62+
63+ ` ` ` yaml $(tag) == 'package-2022-10'
64+ input-file:
65+ - Microsoft.RecoveryServices/stable/2022-10-01/bms.json
66+ ` ` `
5967# ## Tag: package-2022-09-preview
6068
6169These settings apply only when `--tag=package-2022-09-preview` is specified on the command line.
6270
63- ` ` ` yaml $(tag) == 'package-2022-09-preview'
71+ ` ` ` yaml $(tag) == 'package-2022-09-preview'
6472input-file:
6573 - Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
6674` ` `
@@ -73,11 +81,12 @@ These settings apply only when `--tag=package-2022-06-01-preview` is specified o
7381input-file:
7482 - Microsoft.RecoveryServices/preview/2022-06-01-preview/bms.json
7583` ` `
84+
7685# ## Tag: package-2022-04
7786
7887These settings apply only when `--tag=package-2022-04` is specified on the command line.
7988
80- ` ` ` yaml $(tag) == 'package-2022-04'
89+ ` ` ` yaml $(tag) == 'package-2022-04'
8190input-file:
8291 - Microsoft.RecoveryServices/stable/2022-04-01/bms.json
8392` ` `
You can’t perform that action at this time.
0 commit comments