Skip to content

Commit

Permalink
fixing readme for maintenance (#7800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski authored Nov 19, 2019
1 parent 6aff279 commit 5765a3c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions specification/maintenance/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## CLI

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

``` yaml $(cli)
cli:
namespace: azure.mgmt.maintenance
flatten-all: true
test-scenario:
- name: MaintenanceConfigurations_CreateOrUpdateForResource
- name: ApplyUpdates_CreateOrUpdate
- name: ConfigurationAssignments_CreateOrUpdate
- name: ApplyUpdates_CreateOrUpdateParent
- name: ConfigurationAssignments_CreateOrUpdateParent
- name: ApplyUpdates_GetParent
- name: ConfigurationAssignments_ListParent
- name: Updates_ListParent
- name: ApplyUpdates_Get
- name: ConfigurationAssignments_List
- name: Updates_List
- name: MaintenanceConfigurations_GetForResource
- name: MaintenanceConfigurations_List
- name: Operations_List
- name: MaintenanceConfigurations_UpdateForResource
- name: ConfigurationAssignments_DeleteParent
- name: ConfigurationAssignments_Delete
- name: MaintenanceConfigurations_DeleteForResource
```
8 changes: 4 additions & 4 deletions specification/maintenance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.Maintenance
package-name: azure-mgmt-Maintenance
namespace: azure.mgmt.maintenance
package-name: azure-mgmt-maintenance
package-version: 1.0.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-Maintenance/azure/mgmt/Maintenance
output-folder: $(python-sdks-folder)/maintenance/azure-mgmt-maintenance/azure/mgmt/maintenance
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-Maintenance
output-folder: $(python-sdks-folder)/maintenance/azure-mgmt-maintenance
```

## Go
Expand Down

0 comments on commit 5765a3c

Please sign in to comment.