Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
datr93 committed Oct 20, 2020
1 parent 38af69b commit 1c34a75
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,35 @@ batch:
- tag: schema-desktopvirtualization-2019-12-10-preview
- tag: schema-desktopvirtualization-2019-09-24-preview
- tag: schema-desktopvirtualization-2019-01-23-preview
- tag: schema-desktopvirtualization-2020-09-21-preview
- tag: schema-desktopvirtualization-2020-10-19-preview

```

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-desktopvirtualization-2020-10-19-preview and azureresourceschema

``` yaml $(tag) == 'schema-desktopvirtualization-2020-10-19-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json

```

### Tag: schema-desktopvirtualization-2020-09-21-preview and azureresourceschema

``` yaml $(tag) == 'schema-desktopvirtualization-2020-09-21-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json

```

### Tag: schema-desktopvirtualization-2019-12-10-preview and azureresourceschema

``` yaml $(tag) == 'schema-desktopvirtualization-2019-12-10-preview' && $(azureresourceschema)
Expand Down
11 changes: 11 additions & 0 deletions specification/desktopvirtualization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ batch:
- tag: package-2019-09-24-preview
- tag: package-2019-12-10-preview
- tag: package-2020-09-21-preview
- tag: package-2020-10-19-preview
```
### Tag: package-2020-10-19-preview and go
These settings apply only when `--tag=package-2020-10-19-preview --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-2020-10-19-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-19-preview/$(namespace)
```

### Tag: package-2020-09-21-preview and go

These settings apply only when `--tag=package-2020-09-21-preview --go` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-desktopvirtualizati
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2020-09-21-preview
- tag: package-2020-10-19-preview
```
### Tag: package-2020-09-21-preview and java
### Tag: package-2020-10-19-preview and java
These settings apply only when `--tag=package-2020-09-21-preview --java` is specified on the command line.
These settings apply only when `--tag=package-2020-10-19-preview --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2020-09-21-preview' && $(java) && $(multiapi)
``` yaml $(tag) == 'package-2020-10-19-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.desktopvirtualization.v2020_09_21_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/desktopvirtualization/mgmt-v2020_09_21_preview
namespace: com.microsoft.azure.management.desktopvirtualization.v2020_10_19_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/desktopvirtualization/mgmt-v2020_10_19_preview
regenerate-manager: true
generate-interface: true
```
Expand Down
19 changes: 10 additions & 9 deletions specification/desktopvirtualization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ These are the global settings for the DesktopVirtualizationClient API.

``` yaml
openapi-type: arm
tag: package-2020-09-21-preview
tag: package-2020-10-19-preview
```
### Tag: package-2020-09-21-preview
### Tag: package-2020-10-19-preview
``` yaml $(tag) == 'package-2020-09-21-preview'
These settings apply only when `--tag=package-2020-10-19-preview` is specified on the command line.

``` yaml $(tag) == 'package-2020-10-19-preview'
input-file:
- Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
- Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json
```

### Tag: package-2019-12-10-preview
These settings apply only when `--tag=package-2019-12-10-preview` is specified on the command line.
### Tag: package-2020-09-21-preview

``` yaml $(tag) == 'package-2019-12-10-preview'
``` yaml $(tag) == 'package-2020-09-21-preview'
input-file:
- Microsoft.DesktopVirtualization/preview/2019-12-10-preview/desktopvirtualization.json
- Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
```

### Tag: package-2019-01-23-preview
Expand Down Expand Up @@ -140,6 +140,7 @@ input-file:
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2019-09-24-preview/desktopvirtualization.json
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2019-12-10-preview/desktopvirtualization.json
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ batch:
- tag: package-2019-09-24-preview
- tag: package-2019-12-10-preview
- tag: package-2020-09-21-preview
- tag: package-2020-10-19-preview
```
### Tag: package-2020-10-19-preview and ruby
### Tag: package-2020-09-21-preview and ruby
These settings apply only when `--tag=package-2020-10-19-preview --ruby` is specified on the command line.
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.

``` yaml $(tag) == 'package-2020-10-19-preview' && $(ruby)
namespace: "Azure::DesktopVirtualization::Mgmt::V2020_10_19_preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_desktop_virtualization/lib
```

### Tag: package-2020-10-19-preview and ruby

These settings apply only when `--tag=package-2020-09-21-preview --ruby` is specified on the command line.
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.
Expand Down

0 comments on commit 1c34a75

Please sign in to comment.