Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
26 changes: 6 additions & 20 deletions specification/vi/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,10 @@

These settings apply only when `--go` is specified on the command line.

```yaml $(go)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: vi
clear-output-folder: true
```
### Go multi-api

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-10-18-preview
- tag: package-2021-10-27-preview
- tag: package-2021-11-10-preview


```
please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/$(version)/$(namespace)
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/videoindexer/armvideoindexer
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
5 changes: 1 addition & 4 deletions specification/vi/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ tag: package-2021-11-10-preview
These settings apply only when `--tag=2021-11-10-preview` is specified on the command line.

```yaml $(tag) == 'package-2021-11-10-preview'
version: 2021-11-10-preview
version-with-underscores: 2021_11_10_preview
input-file:
- Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json
modelerfour:
lenient-model-deduplication: true
```
### Tag: package-2021-10-27-preview

Expand Down Expand Up @@ -94,7 +91,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
- repo: azure-cli-extensions
Expand Down