Skip to content

Commit

Permalink
[python] readme.python.md configuration for monitor and network (A…
Browse files Browse the repository at this point in the history
…zure#14968)

* monitor

* network

* monitor

* monitor
  • Loading branch information
msyyc authored Jun 25, 2021
1 parent 7dd1c2d commit 92b3333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
5 changes: 0 additions & 5 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ To see additional help and options, run:

### Basic Information

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

``` yaml !$(python) || !$(track2)
Expand Down
15 changes: 2 additions & 13 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,13 @@

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

``` yaml
``` yaml $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-monitor
no-namespace-folders: true
package-version: 1.0.0b1
python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
modelerfour:
lenient-model-deduplication: true
```
These settings apply when `--track2` and `--AMCS` is specified on the command line.

``` yaml $(track2) && $(AMCS)
package-version: 0.1.0
namespace: azure.mgmt.amcs
package-name: azure-mgmt-amcs
basic-setup-py: true
output-folder: $(python-sdks-folder)/amcs/azure-mgmt-amcs
```
### Python multi-api
Expand Down
1 change: 1 addition & 0 deletions specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-network
no-namespace-folders: true
package-version: 1.0.0b1
```
### Python multi-api
Expand Down

0 comments on commit 92b3333

Please sign in to comment.