This is the AutoRest configuration file for DataProtection.
To build the SDK for DataProtection, simply Install AutoRest and in this folder, run:
autorest
To see additional help and options, run:
autorest --help
These are the global settings for the DataProtection API.
title: Data Protection Client
description: Open API 2.0 Specs for Azure Data Protection service
openapi-type: arm
tag: package-2022-10-preview
csharp-sdks-folder: ./Generated/CSharp
python-sdks-folder: ./Generated/Python
go-sdk-folder: ./Generated/Golang
license-header: MICROSOFT_MIT
Run validations when --validate
is specified on command line
azure-validator: true
model-validator: true
semantic-validator: true
message-format: json
These settings apply only when --tag=package-2022-10-preview
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2022-10-01-preview/dataprotection.json
These settings apply only when --tag=package-preview-2022-09
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2022-09-01-preview/dataprotection.json
These settings apply only when --tag=package-2022-05
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2022-05-01/dataprotection.json
These settings apply only when --tag=package-2022-04
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2022-04-01/dataprotection.json
These settings apply only when --tag=package-preview-2022-03
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2022-03-31-preview/dataprotection.json
These settings apply only when --tag=package-preview-2022-02
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2022-02-01-preview/dataprotection.json
These settings apply only when --tag=package-2022-01
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2022-01-01/dataprotection.json
These settings apply only when --tag=package-2021-10-preview
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2021-10-01-preview/dataprotection.json
These settings apply only when --tag=package-2021-07
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2021-07-01/dataprotection.json
These settings apply only when --tag=package-2021-01
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2021-01-01/dataprotection.json
These settings apply only when --tag=package-2021-02-preview
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2021-02-01-preview/dataprotection.json
These settings apply only when --tag=package-2021-06-preview
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2021-06-01-preview/dataprotection.json
These settings apply only when --tag=package-2021-12-preview
is specified on the command line.
input-file:
- Microsoft.DataProtection/preview/2021-12-01-preview/dataprotection.json
These settings apply only when --tag=package-2022-03
is specified on the command line.
input-file:
- Microsoft.DataProtection/stable/2022-03-01/dataprotection.json
This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_data_protection']
- repo: azure-powershell
These settings apply only when --csharp
is specified on the command line.
Please also specify --csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>
.
csharp:
azure-arm: true
payload-flattening-threshold: 1
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.DataProtection
output-folder: $(csharp-sdks-folder)/dataprotection/Microsoft.Azure.Management.DataProtection/src/Generated
clear-output-folder: true
See configuration in readme.python.md
See configuration in readme.go.md
See configuration in readme.java.md