Skip to content

Commit

Permalink
Fixed the bad output-folder (Azure#9992)
Browse files Browse the repository at this point in the history
* Correcting the swagger to accept downloadToken similar to other download operations

Correcting the swagger to accept downloadToken similar to other download operations

* Adding the missing api-version parameter for move and validate move apis. IT is already part of the examples.

Adding the missing api-version parameter for move and validate move apis. IT is already part of the examples.

* Removing reonly property to allow update operations

Removing reonly property to allow update operations

* Fixed the bad output-folder

Fixed the bad output-folder

Co-authored-by: Anirban Sarkar <[email protected]>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 1f76b4e commit ab96f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification/billing/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These settings apply only when `--tag=package-2020-05 --go` is specified on the
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2018-11-preview and go
Expand Down
3 changes: 2 additions & 1 deletion specification/billing/resource-manager/readme.ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ azure-arm: true
``` yaml $(ruby) && $(multiapi)
batch:
- tag: package-2020-05
- tag: package-2017-04-preview
- tag: package-2017-02-preview
```
Expand All @@ -22,7 +23,7 @@ These settings apply only when `--tag=package-2020-05 --ruby` is specified on th
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.

``` yaml $(tag) == 'package-2020-05' && $(ruby)
namespace: "Azure::Billing::Mgmt::V2020_05"
namespace: "Azure::Billing::Mgmt::V2020_05_01"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_billing/lib
```

Expand Down

0 comments on commit ab96f2b

Please sign in to comment.