Skip to content

Commit

Permalink
rename frontdoor to frontDoor in readme (#4013)
Browse files Browse the repository at this point in the history
* rename frontdoor to frontDoor

* revert changes for python and nodejs
  • Loading branch information
hytao authored and annatisch committed Sep 27, 2018
1 parent 95fd6cb commit 5ceecc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 Down

0 comments on commit 5ceecc2

Please sign in to comment.