File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
specification/confidentialledger/resource-manager Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,29 @@ These are the global settings for the confidentialledger.
2727``` yaml
2828openapi-type : arm
2929openapi-subtype : rpaas
30- tag : package-preview-2023-01
30+ tag : package-preview-2023-06
3131` ` `
3232
3333
34+ ### Tag: package-preview-2023-06
35+
36+ These settings apply only when ` --tag=package-preview-2023-06` is specified on the command line.
37+
38+ ` ` ` yaml $(tag) == 'package-preview-2023-06'
39+ input-file:
40+ - Microsoft.ConfidentialLedger/preview/2023-06-28-preview/confidentialledger.json
41+ - Microsoft.ConfidentialLedger/preview/2023-06-28-preview/managedccf.json
42+ ` ` `
3443# ## Tag: package-preview-2023-01
3544
3645These settings apply only when `--tag=package-preview-2023-01` is specified on the command line.
3746
38- ` ` ` yaml $(tag) == 'package-preview-2023-01'
47+ ` ` ` yaml $(tag) == 'package-preview-2023-01'
3948input-file:
4049 - Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json
4150 - Microsoft.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json
4251` ` `
52+
4353# ## Tag: package-2022-09-08-preview
4454
4555These settings apply only when `--tag=package-2022-09-08-preview` is specified on the command line.
You can’t perform that action at this time.
0 commit comments