Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
20 changes: 10 additions & 10 deletions specification/frontdoor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the AutoRest configuration file for Network.

---
## Getting Started
To build the SDK for Frontdoor, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
To build the SDK for FrontDoor, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`

Expand All @@ -22,11 +22,11 @@ To see additional help and options, run:


### Basic Information
These are the global settings for the Frontdoor API.
These are the global settings for the FrontDoor API.

``` yaml
title: FrontdoorManagementClient
description: Frontdoor Client
title: FrontDoorManagementClient
description: FrontDoor Client
openapi-type: arm
tag: package-2018-08-preview
```
Expand Down Expand Up @@ -74,8 +74,8 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Frontdoor
output-folder: $(csharp-sdks-folder)/Frontdoor/Management.Frontdoor/Generated
namespace: Microsoft.Azure.Management.FrontDoor
output-folder: $(csharp-sdks-folder)/FrontDoor/Management.FrontDoor/Generated
clear-output-folder: true
```

Expand All @@ -87,7 +87,7 @@ These settings apply only when `--go` is specified on the command line.
``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: frontdoor
namespace: frontDoor
clear-output-folder: true
```

Expand All @@ -105,7 +105,7 @@ These settings apply only when `--tag=package-2018-08-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-08-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/frontdoor/mgmt/2018-08-01-preview/frontdoor
output-folder: $(go-sdk-folder)/services/preview/frontDoor/mgmt/2018-08-01-preview/frontDoor
```


Expand All @@ -118,10 +118,10 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
java:
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.frontdoor
namespace: com.microsoft.azure.management.frontDoor
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-frontdoor
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-frontDoor
```

# Validation Suppressions
Expand Down
4 changes: 2 additions & 2 deletions specification/frontdoor/resource-manager/readme.nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
azure-arm: true
package-name: azure-arm-frontdoor
output-folder: $(node-sdks-folder)/lib/services/frontdoorManagement
package-name: azure-arm-frontDoor
output-folder: $(node-sdks-folder)/lib/services/frontDoorManagement
generate-license-txt: true
generate-package-json: true
generate-readme-md: true
Expand Down
8 changes: 4 additions & 4 deletions specification/frontdoor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.frontdoor
package-name: azure-mgmt-frontdoor
namespace: azure.mgmt.frontDoor
package-name: azure-mgmt-frontDoor
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-frontdoor/azure/mgmt/frontdoor
output-folder: $(python-sdks-folder)/azure-mgmt-frontDoor/azure/mgmt/frontDoor
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-frontdoor
output-folder: $(python-sdks-folder)/azure-mgmt-frontDoor
```