@@ -17,10 +17,10 @@ Generate all API versions currently shipped for this package
1717
1818` ` ` yaml $(python)
1919multiapi : true
20- default-api-version : " 2022-07 -01"
20+ default-api-version : " 2022-09 -01"
2121clear-output-folder : true
2222batch :
23- - tag : package-2022-07
23+ - tag : package-2022-09
2424 - tag : package-2021-02
2525 - tag : package-2021-02-preview-only
2626 - tag : package-2020-11
@@ -40,18 +40,8 @@ batch:
4040 - tag : package-2019-02
4141 - tag : package-2018-12
4242 - tag : package-2018-11
43- - tag : package-2018-10
44- - tag : package-2018-08
45- - tag : package-2018-07
46- - tag : package-2018-06
4743 - tag : package-2018-04
48- - tag : package-2018-02
49- - tag : package-2018-01
5044 - tag : package-2017-10
51- - tag : package-2017-06
52- - tag : package-2017-03
53- - tag : package-2016-12
54- - tag : package-2016-09
5545 - tag : package-2015-06split
5646 - multiapiscript : true
5747
@@ -62,14 +52,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
6252perform-load : false
6353` ` `
6454
65- ### Tag: package-2022-07 and python
55+ ### Tag: package-2022-09 and python
6656
67- These settings apply only when ` --tag=package-2022-07 --python` is specified on the command line.
57+ These settings apply only when ` --tag=package-2022-09 --python` is specified on the command line.
6858Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6959
70- ` ` ` yaml $(tag) == 'package-2022-07 '
71- namespace: azure.mgmt.network.v2022_07_01
72- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01
60+ ` ` ` yaml $(tag) == 'package-2022-09 '
61+ namespace: azure.mgmt.network.v2022_09_01
62+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_09_01
7363` ` `
7464
7565# ## Tag: package-2021-02-preview-only and python
@@ -263,46 +253,6 @@ namespace: azure.mgmt.network.v2018_11_01
263253output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01
264254` ` `
265255
266- # ## Tag: package-2018-10 and python
267-
268- These settings apply only when `--tag=package-2018-10 --python` is specified on the command line.
269- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
270-
271- ` ` ` yaml $(tag) == 'package-2018-10'
272- namespace: azure.mgmt.network.v2018_10_01
273- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01
274- ` ` `
275-
276- # ## Tag: package-2018-08 and python
277-
278- These settings apply only when `--tag=package-2018-08 --python` is specified on the command line.
279- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
280-
281- ` ` ` yaml $(tag) == 'package-2018-08'
282- namespace: azure.mgmt.network.v2018_08_01
283- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01
284- ` ` `
285-
286- # ## Tag: package-2018-07 and python
287-
288- These settings apply only when `--tag=package-2018-07 --python` is specified on the command line.
289- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
290-
291- ` ` ` yaml $(tag) == 'package-2018-07'
292- namespace: azure.mgmt.network.v2018_07_01
293- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01
294- ` ` `
295-
296- # ## Tag: package-2018-06 and python
297-
298- These settings apply only when `--tag=package-2018-06 --python` is specified on the command line.
299- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
300-
301- ` ` ` yaml $(tag) == 'package-2018-06'
302- namespace: azure.mgmt.network.v2018_06_01
303- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01
304- ` ` `
305-
306256# ## Tag: package-2018-04 and python
307257
308258These settings apply only when `--tag=package-2018-04 --python` is specified on the command line.
@@ -313,26 +263,6 @@ namespace: azure.mgmt.network.v2018_04_01
313263output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01
314264` ` `
315265
316- # ## Tag: package-2018-02 and python
317-
318- These settings apply only when `--tag=package-2018-02 --python` is specified on the command line.
319- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
320-
321- ` ` ` yaml $(tag) == 'package-2018-02'
322- namespace: azure.mgmt.network.v2018_02_01
323- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01
324- ` ` `
325-
326- # ## Tag: package-2018-01 and python
327-
328- These settings apply only when `--tag=package-2018-01 --python` is specified on the command line.
329- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
330-
331- ` ` ` yaml $(tag) == 'package-2018-01'
332- namespace: azure.mgmt.network.v2018_01_01
333- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01
334- ` ` `
335-
336266# ## Tag: package-2017-10 and python
337267
338268These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
@@ -343,46 +273,6 @@ namespace: azure.mgmt.network.v2017_10_01
343273output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01
344274` ` `
345275
346- # ## Tag: package-2017-06 and python
347-
348- These settings apply only when `--tag=package-2017-06 --python` is specified on the command line.
349- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
350-
351- ` ` ` yaml $(tag) == 'package-2017-06'
352- namespace: azure.mgmt.network.v2017_06_01
353- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01
354- ` ` `
355-
356- # ## Tag: package-2017-03 and python
357-
358- These settings apply only when `--tag=package-2017-03 --python` is specified on the command line.
359- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
360-
361- ` ` ` yaml $(tag) == 'package-2017-03'
362- namespace: azure.mgmt.network.v2017_03_01
363- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01
364- ` ` `
365-
366- # ## Tag: package-2016-12 and python
367-
368- These settings apply only when `--tag=package-2016-12 --python` is specified on the command line.
369- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
370-
371- ` ` ` yaml $(tag) == 'package-2016-12'
372- namespace: azure.mgmt.network.v2016_12_01
373- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01
374- ` ` `
375-
376- # ## Tag: package-2016-09 and python
377-
378- These settings apply only when `--tag=package-2016-09 --python` is specified on the command line.
379- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
380-
381- ` ` ` yaml $(tag) == 'package-2016-09'
382- namespace: azure.mgmt.network.v2016_09_01
383- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01
384- ` ` `
385-
386276# ## Tag: package-2015-06split and python
387277
388278These settings apply only when `--tag=package-2015-06split --python` is specified on the command line.
0 commit comments