Skip to content

Commit

Permalink
Recoveryservicesbackup t2 (#14551)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* t2 config

* redirect

* redirect

* redirect

Co-authored-by: msyyc <[email protected]>
  • Loading branch information
RAY-316 and msyyc authored May 26, 2021
1 parent e3aff4b commit 8c7aca7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
title: Recovery Services Backup Client
description: Open API 2.0 Specs for Azure RecoveryServices Backup service
openapi-type: arm
tag: package-2021-03
tag: package-2021-01
csharp-sdks-folder: ./Generated/CSharp
python-sdks-folder: ./Generated/Python
go-sdk-folder: ./Generated/Golang
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservice
basic-setup-py: true
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup
```
``` yaml $(python) && $(track2)
directive:
- from: swagger-document
where: $.definitions.ProtectionIntent
transform: >
$['required'] = ['protectionIntentItemType'];
- from: swagger-document
where: $.definitions.FeatureSupportRequest
transform: >
$['required'] = ['featureType'];
```

0 comments on commit 8c7aca7

Please sign in to comment.