This is the AutoRest configuration file for Network.
To build the SDK for FrontDoor, 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 FrontDoor API.
title: FrontDoorManagementClient
description: FrontDoor Client
openapi-type: arm
tag: package-2020-11
These settings apply only when --tag=package-2020-11
is specified on the command line.
input-file:
- Microsoft.Network/stable/2020-11-01/network.json
- Microsoft.Network/stable/2019-11-01/networkexperiment.json
- Microsoft.Network/stable/2020-05-01/frontdoor.json
- Microsoft.Network/stable/2020-11-01/webapplicationfirewall.json
These settings apply only when --tag=package-2020-05
is specified on the command line.
input-file:
- Microsoft.Network/stable/2020-05-01/network.json
- Microsoft.Network/stable/2019-11-01/networkexperiment.json
- Microsoft.Network/stable/2020-05-01/frontdoor.json
- Microsoft.Network/stable/2020-04-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2020-04
is specified on the command line.
input-file:
- Microsoft.Network/stable/2020-04-01/network.json
- Microsoft.Network/stable/2019-11-01/networkexperiment.json
- Microsoft.Network/stable/2020-04-01/frontdoor.json
- Microsoft.Network/stable/2020-04-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2020-01
is specified on the command line.
input-file:
- Microsoft.Network/stable/2020-01-01/network.json
- Microsoft.Network/stable/2019-11-01/networkexperiment.json
- Microsoft.Network/stable/2020-01-01/frontdoor.json
- Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2019-11
is specified on the command line.
input-file:
- Microsoft.Network/stable/2019-11-01/network.json
- Microsoft.Network/stable/2019-11-01/networkexperiment.json
- Microsoft.Network/stable/2019-05-01/frontdoor.json
- Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2019-10
is specified on the command line.
input-file:
- Microsoft.Network/stable/2019-05-01/frontdoor.json
- Microsoft.Network/stable/2019-05-01/network.json
- Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2019-05
is specified on the command line.
input-file:
- Microsoft.Network/stable/2019-05-01/frontdoor.json
- Microsoft.Network/stable/2019-05-01/network.json
- Microsoft.Network/stable/2019-03-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2019-04
is specified on the command line.
input-file:
- Microsoft.Network/stable/2019-04-01/frontdoor.json
- Microsoft.Network/stable/2019-04-01/network.json
- Microsoft.Network/stable/2019-03-01/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2019-03-preview
is specified on the command line.
input-file:
- Microsoft.Network/preview/2018-08-01-preview/frontdoor.json
- Microsoft.Network/preview/2018-08-01-preview/network.json
- Microsoft.Network/preview/2019-03-01-preview/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
These settings apply only when --tag=package-2018-08-preview
is specified on the command line.
input-file:
- Microsoft.Network/preview/2018-08-01-preview/frontdoor.json
- Microsoft.Network/preview/2018-08-01-preview/network.json
- Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json
directive:
- where:
- $.paths
suppress:
- OperationsAPIImplementation
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
- repo: azure-sdk-for-python-track2
- repo: azure-libraries-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js frontdoor/resource-manager
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
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.FrontDoor
output-folder: $(csharp-sdks-folder)/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated
clear-output-folder: true
See configuration in readme.go.md
See configuration in readme.cli.md
See configuration in readme.python.md
See configuration in readme.java.md
directive:
- from: frontdoor.json
where: [$.paths]
suppress: OperationsAPIImplementation
reason: Networking resource operations defined elsewhere.
- from: frontdoor.json
where: [$.definitions.Frontdoor,$.definitions.RoutingRule,$.definitions.FrontendEndpoint,$.definitions.BackendPool,$.definitions.LoadBalancingSettingsModel,$.definitions.HealthProbeSettingsModel]
suppress: RequiredPropertiesMissingInResourceModel
reason: Networking resource id is not readonly.
- from: frontdoor.json
where: [$.definitions.ValidateCustomDomainOutput.properties.customDomainValidated]
suppress: EnumInsteadOfBoolean
reason: Direct copy of ValidateCustomDomain API in CDN Resource Provider.
See configuration in readme.azureresourceschema.md