Skip to content

Commit e38e856

Browse files
committed
Update readme files
1 parent 4442699 commit e38e856

File tree

6 files changed

+70
-0
lines changed

6 files changed

+70
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-databoxedge-2021-02-01-preview
910
- tag: schema-databoxedge-2020-12-01
1011
- tag: schema-databoxedge-2020-09-01-preview
1112
- tag: schema-databoxedge-2020-09-01
@@ -18,6 +19,17 @@ batch:
1819

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

22+
### Tag: schema-databoxedge-2021-02-01-preview and azureresourceschema
23+
24+
``` yaml $(tag) == 'schema-databoxedge-2021-02-01-preview' && $(azureresourceschema)
25+
output-folder: $(azureresourceschema-folder)/schemas
26+
27+
# all the input files in this apiVersion
28+
input-file:
29+
- Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json
30+
31+
```
32+
2133
### Tag: schema-databoxedge-2020-12-01 and azureresourceschema
2234

2335
``` yaml $(tag) == 'schema-databoxedge-2020-12-01' && $(azureresourceschema)

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
```yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-02-01-preview
1617
- tag: package-2020-12-01
1718
- tag: package-2020-09-01-preview
1819
- tag: package-2020-09-01
@@ -21,6 +22,14 @@ batch:
2122
- tag: package-2019-07
2223
- tag: package-2019-03
2324
```
25+
### Tag: package-2021-02-01-preview and go
26+
27+
These settings apply only when `--tag=package-2021-02-01-preview --go` is specified on the command line.
28+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
29+
30+
```yaml $(tag) == 'package-2021-02-01-preview' && $(go)
31+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-02-01-preview/$(namespace)
32+
```
2433

2534
### Tag: package-2020-12-01 and go
2635

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-databoxedge
1616
1717
``` yaml $(java) && $(multiapi)
1818
batch:
19+
- tag: package-2021-02-01-preview
1920
- tag: package-2020-12-01
2021
- tag: package-2020-09-01-preview
2122
- tag: package-2020-09-01
@@ -25,6 +26,19 @@ batch:
2526
- tag: package-2019-03
2627
```
2728
29+
### Tag: package-2021-02-01-preview and java
30+
31+
These settings apply only when `--tag=package-2021-02-01-preview --java` is specified on the command line.
32+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
33+
34+
``` yaml $(tag) == 'package-2021-02-01-preview' && $(java) && $(multiapi)
35+
java:
36+
namespace: com.microsoft.azure.management.databoxedge.v2021_02-01_preview
37+
output-folder: $(azure-libraries-for-java-folder)/sdk/databoxedge/mgmt-v2021_02-01_preview
38+
regenerate-manager: true
39+
generate-interface: true
40+
```
41+
2842
### Tag: package-2020-12-01 and java
2943

3044
These settings apply only when `--tag=package-2020-12-01 --java` is specified on the command line.

specification/databoxedge/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ These are the global settings for the DataBox Edge API.
2828
openapi-type: arm
2929
tag: package-2019-08
3030
```
31+
32+
### Tag: package-2021-02-01-preview
33+
34+
These settings apply only when `--tag=package-2021-02-01-preview` is specified on the command line.
35+
36+
``` yaml $(tag) == 'package-2021-02-01-preview'
37+
input-file:
38+
- Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json
39+
```
3140
### Tag: package-2020-12-01
3241

3342
These settings apply only when `--tag=package-2020-12-01` is specified on the command line.

specification/databoxedge/resource-manager/readme.python.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Generate all API versions currently shipped for this package
3333
3434
```yaml $(python) && $(multiapi) && !$(track2)
3535
batch:
36+
- tag: package-2021-02-01-preview
3637
- tag: package-2020-12-01
3738
- tag: package-2020-09-01-preview
3839
- tag: package-2020-09-01
@@ -43,6 +44,7 @@ batch:
4344
```
4445
```yaml $(python) && $(multiapi) && $(track2)
4546
batch:
47+
- tag: package-2021-02-01-preview
4648
- tag: package-2020-12-01
4749
- tag: package-2020-09-01-preview
4850
- tag: package-2020-09-01
@@ -58,6 +60,20 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
5860
clear-output-folder: false
5961
perform-load: false
6062
```
63+
### Tag: package-2021-02-01-preview and python
64+
65+
These settings apply only when `--tag=package-2021-02-01-preview --python` is specified on the command line.
66+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67+
68+
``` yaml $(tag) == 'package-2021-02-01-preview' && $(python) & !$(track2)
69+
python:
70+
namespace: azure.mgmt.databoxedge.v2021_02_01_preview
71+
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01_preview
72+
```
73+
``` yaml $(tag) == 'package-2021-02-01-preview' && $(python) && $(track2)
74+
namespace: azure.mgmt.databoxedge.v2021_02_01_preview
75+
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01_preview
76+
```
6177

6278
### Tag: package-2020-12-01 and python
6379

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ azure-arm: true
1212
1313
``` yaml $(ruby) && $(multiapi)
1414
batch:
15+
- tag: package-2021-02-01-preview
1516
- tag: package-2020-12-01
1617
- tag: package-2020-09-01-preview
1718
- tag: package-2020-09-01
@@ -20,6 +21,15 @@ batch:
2021
- tag: package-2019-07
2122
- tag: package-2019-03
2223
```
24+
### Tag: package-2021-02-01-preview and ruby
25+
26+
These settings apply only when `--tag=package-2021-02-01-preview --ruby` is specified on the command line.
27+
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.
28+
29+
``` yaml $(tag) == 'package-2021-02-01-preview' && $(ruby)
30+
namespace: "Azure::DataBoxEdge::Mgmt::V2021_02-01_preview"
31+
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_databoxedge/lib
32+
```
2333

2434
### Tag: package-2020-12-01 and ruby
2535

0 commit comments

Comments
 (0)