Skip to content

Commit 6405c7b

Browse files
committed
Updates readme
1 parent 7273ce3 commit 6405c7b

File tree

1 file changed

+12
-2
lines changed
  • specification/confidentialledger/resource-manager

1 file changed

+12
-2
lines changed

specification/confidentialledger/resource-manager/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,29 @@ These are the global settings for the confidentialledger.
2727
``` yaml
2828
openapi-type: arm
2929
openapi-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

3645
These 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'
3948
input-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

4555
These settings apply only when `--tag=package-2022-09-08-preview` is specified on the command line.

0 commit comments

Comments
 (0)