File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
eventhub/resource-manager
servicebus/resource-manager Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Generate all API versions currently shipped for this package
31
31
32
32
` ` ` yaml $(multiapi) && !$(track2)
33
33
batch:
34
+ - tag: package-2021-06-preview
34
35
- tag: package-2021-01-preview
35
36
- tag: package-2018-01-preview
36
37
- tag: package-2017-04
40
41
` ` ` yaml $(multiapi) && $(track2)
41
42
clear-output-folder: true
42
43
batch:
44
+ - tag: package-2021-06-preview
43
45
- tag: package-2021-01-preview
44
46
- tag: package-2018-01-preview
45
47
- tag: package-2017-04
@@ -53,6 +55,19 @@ clear-output-folder: false
53
55
perform-load: false
54
56
` ` `
55
57
58
+ # ## Tag: package-2021-06-preview and python
59
+
60
+ These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
61
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
62
+
63
+ ` ` ` yaml $(tag) == 'package-2021-06-preview'
64
+ namespace: azure.mgmt.eventhub.v2021_06_01_preview
65
+ output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview
66
+ python:
67
+ namespace: azure.mgmt.eventhub.v2021_06_01_preview
68
+ output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview
69
+ ` ` `
70
+
56
71
# ## Tag: package-2021-01-preview and python
57
72
58
73
These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
20
20
` ` ` yaml $(multiapi) && $(track2)
21
21
clear-output-folder : true
22
22
batch :
23
+ - tag : package-2021-06-preview
23
24
- tag : package-2021-01-preview
24
25
- tag : package-2018-01-preview
25
26
- tag : package-2017-04
@@ -33,6 +34,16 @@ clear-output-folder: false
33
34
perform-load : false
34
35
` ` `
35
36
37
+ ### Tag: package-2021-06-preview and python
38
+
39
+ These settings apply only when ` --tag=package-2021-06-preview --python` is specified on the command line.
40
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
41
+
42
+ ` ` ` yaml $(tag) == 'package-2021-01-preview'
43
+ namespace: azure.mgmt.servicebus.v2021_06_01_preview
44
+ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview
45
+ ` ` `
46
+
36
47
# ## Tag: package-2021-01-preview and python
37
48
38
49
These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments