Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cli.md for msi and fix location parameter #8520

Merged
merged 1 commit into from
Feb 28, 2020
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 @@ -5,7 +5,7 @@
"resourceGroupName": "rgName",
"resourceName": "resourceName",
"parameters": {
"location": "cus",
"location": "eastus",
"tags": {
"key1": "value1",
"key2": "value2"
Expand All @@ -16,7 +16,7 @@
"201": {
"body": {
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand All @@ -33,7 +33,7 @@
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"value": [
{
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"value": [
{
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resourceGroupName": "rgName",
"resourceName": "resourceName",
"parameters": {
"location": "cus",
"location": "eastus",
"tags": {
"key1": "value1",
"key2": "value2"
Expand All @@ -16,7 +16,7 @@
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityName",
"location": "cus",
"location": "eastus",
"name": "identityName",
"properties": {
"clientId": "clientGUID",
Expand Down
19 changes: 19 additions & 0 deletions specification/msi/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## CLI

These settings don't need to apply `--cli` on the command line.

``` yaml
cli:
cli-name: msi
package-name: azure-mgmt-msi
namespace: azure.mgmt.msi
test-scenario:
- name: IdentityCreate
- name: IdentityGet
- name: IdentityListByResourceGroup
- name: IdentityListBySubscription
- name: MsiOperationsList
- name: MsiOperationsList
- name: IdentityUpdate
- name: IdentityDelete
```