Skip to content

Commit e21f2da

Browse files
authored
update (#20688)
1 parent f5fab94 commit e21f2da

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

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

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Generate all API versions currently shipped for this package
3838
clear-output-folder: true
3939
multiapi: true
4040
batch:
41+
- tag: package-preview-2022-07
42+
- tag: package-2022-05
43+
- tag: package-preview-2022-05
44+
- tag: package-2022-03
45+
- tag: package-2022-01-only
46+
- tag: package-2022-01-preview-only
47+
- tag: package-2021-10-preview-only
48+
- tag: package-2021-07-preview-only
4149
- tag: package-2021-07-only
4250
- tag: package-2021-06-only
4351
- tag: package-2021-05-preview-only
@@ -61,6 +69,86 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
6169
perform-load: false
6270
```
6371
72+
### Tag: package-preview-2022-07 and python
73+
74+
These settings apply only when `--tag=package-preview-2022-07 --python` is specified on the command line.
75+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
76+
77+
``` yaml $(tag) == 'package-preview-2022-07' && $(python)
78+
namespace: azure.mgmt.security.v2022_07_01_preview
79+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_07_01_preview
80+
```
81+
82+
### Tag: package-2022-05 and python
83+
84+
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.
85+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
86+
87+
``` yaml $(tag) == 'package-2022-05' && $(python)
88+
namespace: azure.mgmt.security.v2022_05_01
89+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_05_01
90+
```
91+
92+
### Tag: package-preview-2022-05 and python
93+
94+
These settings apply only when `--tag=package-preview-2022-05 --python` is specified on the command line.
95+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
96+
97+
``` yaml $(tag) == 'package-preview-2022-05' && $(python)
98+
namespace: azure.mgmt.security.v2022_05_01_preview
99+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_05_01_preview
100+
```
101+
102+
### Tag: package-2022-03 and python
103+
104+
These settings apply only when `--tag=package-2022-03 --python` is specified on the command line.
105+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
106+
107+
``` yaml $(tag) == 'package-2022-03' && $(python)
108+
namespace: azure.mgmt.security.v2022_03_01
109+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_03_01
110+
```
111+
112+
### Tag: package-2022-01-only and python
113+
114+
These settings apply only when `--tag=package-2022-01-only --python` is specified on the command line.
115+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
116+
117+
``` yaml $(tag) == 'package-2022-01-only' && $(python)
118+
namespace: azure.mgmt.security.v2022_01_01
119+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_01_01
120+
```
121+
122+
### Tag: package-2022-01-preview-only and python
123+
124+
These settings apply only when `--tag=package-2022-01-preview-only --python` is specified on the command line.
125+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
126+
127+
``` yaml $(tag) == 'package-2022-01-preview-only' && $(python)
128+
namespace: azure.mgmt.security.v2022_01_01_preview
129+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_01_01_preview
130+
```
131+
132+
### Tag: package-2021-10-preview-only and python
133+
134+
These settings apply only when `--tag=package-2021-10-preview-only --python` is specified on the command line.
135+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
136+
137+
``` yaml $(tag) == 'package-2021-10-preview-only' && $(python)
138+
namespace: azure.mgmt.security.v2021_10_01_preview
139+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2021_10_01_preview
140+
```
141+
142+
### Tag: package-2021-07-preview-only and python
143+
144+
These settings apply only when `--tag=package-2021-07-preview-only --python` is specified on the command line.
145+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
146+
147+
``` yaml $(tag) == 'package-2021-07-preview-only' && $(python)
148+
namespace: azure.mgmt.security.v2021_07_01_preview
149+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2021_07_01_preview
150+
```
151+
64152
### Tag: package-2021-07-only and python
65153

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

0 commit comments

Comments
 (0)