Skip to content

Commit 3eb9220

Browse files
authored
update tag 2020-08 (#12356)
1 parent b87db00 commit 3eb9220

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Generate all API versions currently shipped for this package
2727

2828
```yaml $(multiapi) && !$(track2)
2929
batch:
30+
- tag: package-2020-08
3031
- tag: package-2020-07
3132
- tag: package-2020-06
3233
- tag: package-2020-05
@@ -63,6 +64,7 @@ batch:
6364
```yaml $(multiapi) && $(track2)
6465
clear-output-folder: true
6566
batch:
67+
- tag: package-2020-08
6668
- tag: package-2020-07
6769
- tag: package-2020-06
6870
- tag: package-2020-05
@@ -103,6 +105,19 @@ clear-output-folder: false
103105
perform-load: false
104106
```
105107

108+
### Tag: package-2020-08 and python
109+
110+
These settings apply only when `--tag=package-2020-08 --python` is specified on the command line.
111+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
112+
113+
``` yaml $(tag) == 'package-2020-08'
114+
namespace: azure.mgmt.network.v2020_08_01
115+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01
116+
python:
117+
namespace: azure.mgmt.network.v2020_08_01
118+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01
119+
```
120+
106121
### Tag: package-2020-07 and python
107122

108123
These settings apply only when `--tag=package-2020-07 --python` is specified on the command line.

0 commit comments

Comments
 (0)