Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recoveryservicesbackup t2 #14551

Merged
merged 21 commits into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'];


```