Skip to content

Commit c434161

Browse files
committed
Update Readme.md
1 parent 01c60b4 commit c434161

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
99
- tag: schema-powerbidedicated-2017-10-01
10-
10+
- tag: schema-powerbidedicated-2020-12-28
1111
```
1212
1313
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
@@ -22,3 +22,14 @@ input-file:
2222
- Microsoft.PowerBIdedicated/stable/2017-10-01/powerbidedicated.json
2323
2424
```
25+
26+
### Tag: schema-powerbidedicated-2020-12-28 and azureresourceschema
27+
28+
``` yaml $(tag) == 'schema-powerbidedicated-2020-12-28' && $(azureresourceschema)
29+
output-folder: $(azureresourceschema-folder)/schemas
30+
31+
# all the input files in this apiVersion
32+
input-file:
33+
- Microsoft.PowerBIdedicated/stable/2020-12-28/powerbidedicated.json
34+
35+
```

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ go:
1414
``` yaml $(go) && $(multiapi)
1515
batch:
1616
- tag: package-2017-10-01
17+
- tag: package-2020-12-28
1718
```
1819
1920
### Tag: package-2017-10-01 and go
@@ -23,4 +24,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
2324

2425
``` yaml $(tag)=='package-2017-10-01' && $(go)
2526
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-10-01/$(namespace)
27+
```
28+
29+
### Tag: package-2020-12-28 and go
30+
31+
These settings apply only when `--tag=package-2020-12-28 --go` is specified on the command line.
32+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+
``` yaml $(tag)=='package-2020-12-28' && $(go)
35+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-28/$(namespace)
2636
```

specification/powerbidedicated/resource-manager/readme.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ These are the global settings for the PowerBIDedicated API.
2626

2727
``` yaml
2828
openapi-type: arm
29-
tag: package-2017-10-01
29+
tag: package-2020-12-28
3030
```
3131
3232
33+
### Tag: package-2020-12-28
34+
35+
These settings apply only when `--tag=package-2020-12-28` is specified on the command line.
36+
37+
``` yaml $(tag) == 'package-2020-12-28'
38+
input-file:
39+
- Microsoft.PowerBIdedicated/stable/2020-12-28/powerbidedicated.json
40+
```
41+
3342
### Tag: package-2017-10-01
3443

3544
These settings apply only when `--tag=package-2017-10-01` is specified on the command line.
@@ -97,6 +106,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-powerbidedicated
97106
``` yaml $(java) && $(multiapi)
98107
batch:
99108
- tag: package-2017-10-01
109+
- tag: package-2020-12-28
100110
```
101111

102112
### Tag: package-2017-10-01 and java
@@ -112,6 +122,19 @@ regenerate-manager: true
112122
generate-interface: true
113123
```
114124

125+
### Tag: package-2020-12-28 and java
126+
127+
These settings apply only when `--tag=package-2020-12-28 --java` is specified on the command line.
128+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
129+
130+
``` yaml $(tag) == 'package-2020-12-28' && $(java) && $(multiapi)
131+
java:
132+
namespace: com.microsoft.azure.management.powerbidedicated.v2020_12_28
133+
output-folder: $(azure-libraries-for-java-folder)/sdk/powerbidedicated/mgmt-v2020_12_28
134+
regenerate-manager: true
135+
generate-interface: true
136+
```
137+
115138
## Python
116139

117140
See configuration in [readme.python.md](./readme.python.md)

0 commit comments

Comments
 (0)