Skip to content

Commit b0fea4c

Browse files
BigCat20196FredericHeem
authored andcommitted
config readme and python (Azure#18794)
1 parent 9af7533 commit b0fea4c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ input-file:
7373
- Microsoft.Insights/preview/2021-09-01-preview/dataCollectionRules_API.json
7474
```
7575

76+
### Tag: package-2022-04-01-only
77+
78+
These settings apply only when `--tag=package-2022-04-01-only` is specified on the command line
79+
80+
``` yaml $(tag) == 'package-2022-04-01-only'
81+
input-file:
82+
- Microsoft.Insights/stable/2022-04-01/actionGroups_API.json
83+
```
84+
7685
### Tag: package-2016-03-preview-monitorlegacy
7786

7887
These settings apply only when `--tag=package-2016-03-preview-monitorlegacy` is specified on the command line

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818
```yaml $(multiapi) && $(python)
1919
clear-output-folder: true
2020
batch:
21+
- tag: package-2022-04-01-only
2122
- tag: package-2022-02-01-preview-only
2223
- tag: package-2021-09-01-only
2324
- tag: package-2021-05-01-preview-only
@@ -51,6 +52,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
5152
perform-load: false
5253
```
5354
55+
### Tag: package-2022-04-01-only and python
56+
57+
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
58+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
59+
60+
``` yaml $(tag) == 'package-2022-04-01-only'
61+
namespace: $(python-base-namespace).v2022_04_01
62+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_04_01
63+
```
64+
5465
### Tag: package-2022-02-01-preview-only and python
5566

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

0 commit comments

Comments
 (0)