Skip to content

Commit 0091391

Browse files
committed
Updates readme
1 parent 0ebe318 commit 0091391

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

  • specification/dataprotection/resource-manager

specification/dataprotection/resource-manager/readme.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are the global settings for the DataProtection API.
2828
title: Data Protection Client
2929
description: Open API 2.0 Specs for Azure Data Protection service
3030
openapi-type: arm
31-
tag: package-preview-2023-06
31+
tag: package-2023-08
3232
csharp-sdks-folder: ./Generated/CSharp
3333
python-sdks-folder: ./Generated/Python
3434
go-sdk-folder: ./Generated/Golang
@@ -47,14 +47,23 @@ message-format: json
4747
```
4848

4949

50+
### Tag: package-2023-08
51+
52+
These settings apply only when `--tag=package-2023-08` is specified on the command line.
53+
54+
```yaml $(tag) == 'package-2023-08'
55+
input-file:
56+
- Microsoft.DataProtection/stable/2023-08-01/dataprotection.json
57+
```
5058
### Tag: package-preview-2023-06
5159

5260
These settings apply only when `--tag=package-preview-2023-06` is specified on the command line.
5361

54-
```yaml $(tag) == 'package-preview-2023-06'
62+
``` yaml $(tag) == 'package-preview-2023-06'
5563
input-file:
5664
- Microsoft.DataProtection/preview/2023-06-01-preview/dataprotection.json
5765
```
66+
5867
### Tag: package-2023-05
5968

6069
These settings apply only when `--tag=package-2023-05` is specified on the command line.
@@ -63,6 +72,7 @@ These settings apply only when `--tag=package-2023-05` is specified on the comma
6372
input-file:
6473
- Microsoft.DataProtection/stable/2023-05-01/dataprotection.json
6574
```
75+
6676
### Tag: package-preview-2023-04
6777

6878
These settings apply only when `--tag=package-preview-2023-04` is specified on the command line.
@@ -273,4 +283,4 @@ See configuration in [readme.go.md](./readme.go.md)
273283

274284
## Java
275285

276-
See configuration in [readme.java.md](./readme.java.md)
286+
See configuration in [readme.java.md](./readme.java.md)

0 commit comments

Comments
 (0)