Skip to content

Commit 92b3333

Browse files
authored
[python] readme.python.md configuration for monitor and network (#14968)
* monitor * network * monitor * monitor
1 parent 7dd1c2d commit 92b3333

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ To see additional help and options, run:
2222

2323
### Basic Information
2424

25-
There are the global settings for the Azure Monitor Control Service (AMCS) extension.
26-
``` yaml $(AMCS)
27-
tag: package-2021-04-only
28-
```
29-
3025
These are the global settings for the MonitorClient API.
3126

3227
``` yaml !$(python) || !$(track2)

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,13 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
``` yaml
5+
``` yaml $(track2)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-monitor
99
no-namespace-folders: true
10+
package-version: 1.0.0b1
1011
python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
11-
modelerfour:
12-
lenient-model-deduplication: true
13-
```
14-
15-
These settings apply when `--track2` and `--AMCS` is specified on the command line.
16-
17-
``` yaml $(track2) && $(AMCS)
18-
package-version: 0.1.0
19-
namespace: azure.mgmt.amcs
20-
package-name: azure-mgmt-amcs
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/amcs/azure-mgmt-amcs
2312
```
2413
2514
### Python multi-api

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-network
99
no-namespace-folders: true
10+
package-version: 1.0.0b1
1011
```
1112
1213
### Python multi-api

0 commit comments

Comments
 (0)