Skip to content

Commit

Permalink
Update readme.md files missed from previous commit (#6900)
Browse files Browse the repository at this point in the history
  • Loading branch information
johsun-msft authored and yungezz committed Aug 8, 2019
1 parent 619174d commit 8a1e364
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions specification/frontdoor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ go:
batch:
- tag: package-2018-08-preview
- tag: package-2019-04
- tag: package-2019-05

```
### Tag: package-2019-05 and go
These settings apply only when `--tag=package-2019-05 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2019-05' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-01/$(namespace)
```

### Tag: package-2019-04 and go

These settings apply only when `--tag=package-2019-04 --go` is specified on the command line.
Expand Down
18 changes: 17 additions & 1 deletion specification/frontdoor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,23 @@ These are the global settings for the FrontDoor API.
title: FrontDoorManagementClient
description: FrontDoor Client
openapi-type: arm
tag: package-2019-04
tag: package-2019-05
```
### Tag: package-2019-05
These settings apply only when `--tag=package-2019-05` is specified on the command line.

``` yaml $(tag) == 'package-2019-05'
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
```

### Tag: package-2019-04
Expand Down

0 comments on commit 8a1e364

Please sign in to comment.