Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "myCluster",
"tags": {},
"properties": {
"clusterCodeVersion": "6.1.480.9494",
"clusterCodeVersion": "6.5.639.9590",
"managementEndpoint": "https://myCluster.eastus.cloudapp.azure.com:19080",
"certificateCommonNames": {
"commonNames": [
Expand Down
42 changes: 42 additions & 0 deletions specification/servicefabric/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## CLI

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

``` yaml $(cli)
cli:
cli-name: servicefabric
package-name: azure-mgmt-servicefabric
namespace: azure.mgmt.servicefabric
test-scenario:
- name: Put a cluster with minimum parameters
- name: Put a cluster with maximum parameters
- name: Put an application with maximum parameters
- name: Put an application with minimum parameters
- name: Put an application type
- name: Put a service with minimum parameters
- name: Put a service with maximum parameters
- name: Put an application type version
- name: Get an application type version
- name: Get a service
- name: Get a list of application type version resources
- name: Get a list of service resources
- name: Get cluster version by environment
- name: Get an application type
- name: Get an application
- name: List cluster versions by environment
- name: Get a list of application type name resources
- name: Get a list of application resources
- name: Get cluster version
- name: Get a cluster
- name: List cluster versions
- name: List cluster by resource group
- name: List clusters
- name: Patch a service
- name: Patch an application
- name: Patch a cluster
- name: Delete an application type version
- name: Delete a service
- name: Delete an application type
- name: Delete an application
- name: Delete a cluster
```