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.
27
27
``` yaml
28
28
openapi-type : arm
29
29
openapi-subtype : rpaas
30
- tag : package-preview-2023-01
30
+ tag : package-preview-2023-06
31
31
` ` `
32
32
33
33
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
+ ` ` `
34
43
# ## Tag: package-preview-2023-01
35
44
36
45
These settings apply only when `--tag=package-preview-2023-01` is specified on the command line.
37
46
38
- ` ` ` yaml $(tag) == 'package-preview-2023-01'
47
+ ` ` ` yaml $(tag) == 'package-preview-2023-01'
39
48
input-file:
40
49
- Microsoft.ConfidentialLedger/preview/2023-01-26-preview/confidentialledger.json
41
50
- Microsoft.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json
42
51
` ` `
52
+
43
53
# ## Tag: package-2022-09-08-preview
44
54
45
55
These 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