Skip to content

Commit 1c34a75

Browse files
committed
readme
1 parent 38af69b commit 1c34a75

File tree

5 files changed

+62
-16
lines changed

5 files changed

+62
-16
lines changed

specification/desktopvirtualization/resource-manager/readme.azureresourceschema.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,35 @@ batch:
99
- tag: schema-desktopvirtualization-2019-12-10-preview
1010
- tag: schema-desktopvirtualization-2019-09-24-preview
1111
- tag: schema-desktopvirtualization-2019-01-23-preview
12+
- tag: schema-desktopvirtualization-2020-09-21-preview
13+
- tag: schema-desktopvirtualization-2020-10-19-preview
1214

1315
```
1416

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

19+
### Tag: schema-desktopvirtualization-2020-10-19-preview and azureresourceschema
20+
21+
``` yaml $(tag) == 'schema-desktopvirtualization-2020-10-19-preview' && $(azureresourceschema)
22+
output-folder: $(azureresourceschema-folder)/schemas
23+
24+
# all the input files in this apiVersion
25+
input-file:
26+
- Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json
27+
28+
```
29+
30+
### Tag: schema-desktopvirtualization-2020-09-21-preview and azureresourceschema
31+
32+
``` yaml $(tag) == 'schema-desktopvirtualization-2020-09-21-preview' && $(azureresourceschema)
33+
output-folder: $(azureresourceschema-folder)/schemas
34+
35+
# all the input files in this apiVersion
36+
input-file:
37+
- Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
38+
39+
```
40+
1741
### Tag: schema-desktopvirtualization-2019-12-10-preview and azureresourceschema
1842

1943
``` yaml $(tag) == 'schema-desktopvirtualization-2019-12-10-preview' && $(azureresourceschema)

specification/desktopvirtualization/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@ batch:
1616
- tag: package-2019-09-24-preview
1717
- tag: package-2019-12-10-preview
1818
- tag: package-2020-09-21-preview
19+
- tag: package-2020-10-19-preview
1920
```
21+
22+
### Tag: package-2020-10-19-preview and go
23+
24+
These settings apply only when `--tag=package-2020-10-19-preview --go` is specified on the command line.
25+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+
``` yaml $(tag) == 'package-2020-10-19-preview' && $(go)
28+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-19-preview/$(namespace)
29+
```
30+
2031
### Tag: package-2020-09-21-preview and go
2132

2233
These settings apply only when `--tag=package-2020-09-21-preview --go` is specified on the command line.

specification/desktopvirtualization/resource-manager/readme.java.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-desktopvirtualizati
1616
1717
``` yaml $(java) && $(multiapi)
1818
batch:
19-
- tag: package-2020-09-21-preview
19+
- tag: package-2020-10-19-preview
2020
```
2121
22-
### Tag: package-2020-09-21-preview and java
22+
### Tag: package-2020-10-19-preview and java
2323
24-
These settings apply only when `--tag=package-2020-09-21-preview --java` is specified on the command line.
24+
These settings apply only when `--tag=package-2020-10-19-preview --java` is specified on the command line.
2525
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
2626

27-
``` yaml $(tag) == 'package-2020-09-21-preview' && $(java) && $(multiapi)
27+
``` yaml $(tag) == 'package-2020-10-19-preview' && $(java) && $(multiapi)
2828
java:
29-
namespace: com.microsoft.azure.management.desktopvirtualization.v2020_09_21_preview
30-
output-folder: $(azure-libraries-for-java-folder)/sdk/desktopvirtualization/mgmt-v2020_09_21_preview
29+
namespace: com.microsoft.azure.management.desktopvirtualization.v2020_10_19_preview
30+
output-folder: $(azure-libraries-for-java-folder)/sdk/desktopvirtualization/mgmt-v2020_10_19_preview
3131
regenerate-manager: true
3232
generate-interface: true
3333
```

specification/desktopvirtualization/resource-manager/readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ These are the global settings for the DesktopVirtualizationClient API.
2424

2525
``` yaml
2626
openapi-type: arm
27-
tag: package-2020-09-21-preview
27+
tag: package-2020-10-19-preview
2828
```
2929
30-
### Tag: package-2020-09-21-preview
30+
### Tag: package-2020-10-19-preview
3131
32-
``` yaml $(tag) == 'package-2020-09-21-preview'
32+
These settings apply only when `--tag=package-2020-10-19-preview` is specified on the command line.
33+
34+
``` yaml $(tag) == 'package-2020-10-19-preview'
3335
input-file:
34-
- Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
36+
- Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json
3537
```
3638

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

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

4646
### Tag: package-2019-01-23-preview
@@ -140,6 +140,7 @@ input-file:
140140
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2019-09-24-preview/desktopvirtualization.json
141141
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2019-12-10-preview/desktopvirtualization.json
142142
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2020-09-21-preview/desktopvirtualization.json
143+
- $(this-folder)/Microsoft.DesktopVirtualization/preview/2020-10-19-preview/desktopvirtualization.json
143144
144145
```
145146

specification/desktopvirtualization/resource-manager/readme.ruby.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,19 @@ batch:
1616
- tag: package-2019-09-24-preview
1717
- tag: package-2019-12-10-preview
1818
- tag: package-2020-09-21-preview
19+
- tag: package-2020-10-19-preview
1920
```
21+
### Tag: package-2020-10-19-preview and ruby
2022
21-
### Tag: package-2020-09-21-preview and ruby
23+
These settings apply only when `--tag=package-2020-10-19-preview --ruby` is specified on the command line.
24+
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.
25+
26+
``` yaml $(tag) == 'package-2020-10-19-preview' && $(ruby)
27+
namespace: "Azure::DesktopVirtualization::Mgmt::V2020_10_19_preview"
28+
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_desktop_virtualization/lib
29+
```
30+
31+
### Tag: package-2020-10-19-preview and ruby
2232

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

0 commit comments

Comments
 (0)