Skip to content

Commit 9146db6

Browse files
Wzb123456789msyycZhenbiao Wei (WICRESOFT NORTH AMERICA LTD)
authored andcommitted
Update readme.python.md (Azure#23478)
* Update readme.python.md * Update readme.python.md * update * Update readme.python.md * fix * Update readme.python.md --------- Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent b8837a7 commit 9146db6

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

specification/security/resource-manager/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,24 @@ tag: package-composite-v3
8585
8686
The following packages may be composed from multiple api-versions.
8787
88+
### Tag: package-preview-2023-03-only
89+
90+
These settings apply only when `--tag=package-preview-2023-03-only` is specified on the command line.
91+
92+
```yaml $(tag) == 'package-preview-2023-03-only'
93+
input-file:
94+
- Microsoft.Security/preview/2023-03-01-preview/securityConnectors.json
95+
```
96+
97+
### Tag: package-preview-2023-01-only
98+
99+
These settings apply only when `--tag=package-preview-2023-01-only` is specified on the command line.
100+
101+
```yaml $(tag) == 'package-preview-2023-01-only'
102+
input-file:
103+
- Microsoft.Security/preview/2023-01-01-preview/securityOperators.json
104+
```
105+
88106
### Tag: package-preview-2023-03
89107

90108
These settings apply only when `--tag=package-preview-2023-03` is specified on the command line.

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

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,17 @@ Generate all API versions currently shipped for this package
3636
3737
```yaml $(python)
3838
clear-output-folder: true
39-
default-api-version: "2022-05-01"
39+
default-api-version: "2023-01-01"
4040
multiapi: true
4141
batch:
42+
- tag: package-preview-2023-03-only
4243
- tag: package-preview-2023-02
44+
- tag: package-preview-2023-01-only
45+
- tag: package-2023-01
4346
- tag: package-preview-2022-08
4447
- tag: package-preview-2022-07
4548
- tag: package-2022-05
49+
- tag: package-preview-2022-11
4650
- tag: package-preview-2022-05
4751
- tag: package-2022-03
4852
- tag: package-2022-01-only
@@ -72,6 +76,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
7276
perform-load: false
7377
```
7478
79+
### Tag: package-preview-2023-03-only and python
80+
81+
These settings apply only when `--tag=package-preview-2023-03-only --python` is specified on the command line.
82+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
83+
84+
``` yaml $(tag) == 'package-preview-2023-03-only' && $(python)
85+
namespace: azure.mgmt.security.v2023_03_01_preview
86+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_03_01_preview
87+
```
88+
7589
### Tag: package-preview-2023-02 and python
7690

7791
These settings apply only when `--tag=package-preview-2023-02 --python` is specified on the command line.
@@ -82,6 +96,16 @@ namespace: azure.mgmt.security.v2023_02_01_preview
8296
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
8397
```
8498

99+
### Tag: package-preview-2023-01-only and python
100+
101+
These settings apply only when `--tag=package-preview-2023-01-only --python` is specified on the command line.
102+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
103+
104+
``` yaml $(tag) == 'package-preview-2023-01-only' && $(python)
105+
namespace: azure.mgmt.security.v2023_01_01_preview
106+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_01_01_preview
107+
```
108+
85109
### Tag: package-preview-2022-08 and python
86110

87111
These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line.
@@ -102,6 +126,16 @@ namespace: azure.mgmt.security.v2022_07_01_preview
102126
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_07_01_preview
103127
```
104128

129+
### Tag: package-2023-01 and python
130+
131+
These settings apply only when `--tag=package-2023-01 --python` is specified on the command line.
132+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
133+
134+
``` yaml $(tag) == 'package-2023-01' && $(python)
135+
namespace: azure.mgmt.security.v2023_01_01
136+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_01_01
137+
```
138+
105139
### Tag: package-2022-05 and python
106140

107141
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.
@@ -112,6 +146,16 @@ namespace: azure.mgmt.security.v2022_05_01
112146
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_05_01
113147
```
114148

149+
### Tag: package-preview-2022-11 and python
150+
151+
These settings apply only when `--tag=package-preview-2022-11 --python` is specified on the command line.
152+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
153+
154+
``` yaml $(tag) == 'package-preview-2022-11' && $(python)
155+
namespace: azure.mgmt.security.v2022_11_20_preview
156+
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_11_20_preview
157+
```
158+
115159
### Tag: package-preview-2022-05 and python
116160

117161
These settings apply only when `--tag=package-preview-2022-05 --python` is specified on the command line.

0 commit comments

Comments
 (0)