From c845c188eddcf0e3a4d8543b52378b73bf34b68e Mon Sep 17 00:00:00 2001 From: Hanyun Tao Date: Wed, 26 Sep 2018 14:47:41 -0700 Subject: [PATCH 1/2] rename frontdoor to frontDoor --- .../frontdoor/resource-manager/readme.md | 20 +++++++++---------- .../resource-manager/readme.nodejs.md | 4 ++-- .../resource-manager/readme.python.md | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/specification/frontdoor/resource-manager/readme.md b/specification/frontdoor/resource-manager/readme.md index b14a9a1e6655..d58add4b25fc 100644 --- a/specification/frontdoor/resource-manager/readme.md +++ b/specification/frontdoor/resource-manager/readme.md @@ -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` @@ -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 ``` @@ -74,8 +74,8 @@ Please also specify `--csharp-sdks-folder=`. ``` 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 ``` @@ -118,10 +118,10 @@ Please also specify `--azure-libraries-for-java-folder= Date: Wed, 26 Sep 2018 15:14:08 -0700 Subject: [PATCH 2/2] revert changes for python and nodejs --- specification/frontdoor/resource-manager/readme.md | 8 ++++---- specification/frontdoor/resource-manager/readme.nodejs.md | 4 ++-- specification/frontdoor/resource-manager/readme.python.md | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/frontdoor/resource-manager/readme.md b/specification/frontdoor/resource-manager/readme.md index d58add4b25fc..8742b239359e 100644 --- a/specification/frontdoor/resource-manager/readme.md +++ b/specification/frontdoor/resource-manager/readme.md @@ -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 ``` @@ -105,7 +105,7 @@ These settings apply only when `--tag=package-2018-08-preview --go` is specified Please also specify `--go-sdk-folder=`. ``` 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 ``` @@ -118,10 +118,10 @@ Please also specify `--azure-libraries-for-java-folder=