@@ -28,7 +28,7 @@ These are the global settings for the DataProtection API.
2828title : Data Protection Client
2929description : Open API 2.0 Specs for Azure Data Protection service
3030openapi-type : arm
31- tag : package-preview- 2023-06
31+ tag : package-2023-08
3232csharp-sdks-folder : ./Generated/CSharp
3333python-sdks-folder : ./Generated/Python
3434go-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
5260These 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'
5563input-file:
5664 - Microsoft.DataProtection/preview/2023-06-01-preview/dataprotection.json
5765` ` `
66+
5867# ## Tag: package-2023-05
5968
6069These 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
6372input-file:
6473- Microsoft.DataProtection/stable/2023-05-01/dataprotection.json
6574` ` `
75+
6676# ## Tag: package-preview-2023-04
6777
6878These 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