Skip to content

Commit

Permalink
updated examples, resource name description (#18918)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatr21 authored May 7, 2022
1 parent 194884a commit 70c71be
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"tags": {
"Team": "Dev Exp"
},
"identity": {
"type": "SystemAssigned"
},
"properties": {
"description": "This is new load test resource"
}
Expand All @@ -29,6 +32,11 @@
"tags": {
"Team": "Dev Exp"
},
"identity": {
"type": "SystemAssigned",
"principalId": "12345678-1234-1234-1234-123456789012",
"tenantId": "12345678-1234-1234-4321-123456789012"
},
"systemData": {
"createdBy": "userId1001",
"createdByType": "User",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"Team": "Dev Exp",
"Division": "LT"
},
"identity": {
"type": "SystemAssigned"
},
"properties": {
"description": "This is new load test resource"
}
Expand All @@ -30,6 +33,11 @@
"Team": "Dev Exp",
"Division": "LT"
},
"identity": {
"type": "SystemAssigned",
"principalId": "12345678-1234-1234-1234-123456789012",
"tenantId": "12345678-1234-1234-4321-123456789012"
},
"systemData": {
"createdBy": "userId1001",
"createdByType": "User",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"LoadTestNameParameter": {
"in": "path",
"name": "loadTestName",
"description": "Load Test name.",
"description": "Load Test resource name.",
"required": true,
"x-ms-parameter-location": "method",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"tags": {
"Team": "Dev Exp"
},
"identity": {
"type": "SystemAssigned,UserAssigned",
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {}
}
},
"properties": {
"description": "This is new load test resource",
"encryption": {
Expand All @@ -25,6 +31,17 @@
"200": {
"body": {
"location": "westus",
"identity": {
"type": "SystemAssigned,UserAssigned",
"principalId": "12345678-1234-1234-1234-123456789012",
"tenantId": "12345678-1234-1234-4321-123456789012",
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
"principalId": "12345678-1234-4321-1234-123456789012",
"clientId": "12345678-4321-1234-1234-123456789012"
}
}
},
"properties": {
"description": "This is new load test resource",
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
Expand Down Expand Up @@ -56,6 +73,17 @@
"201": {
"body": {
"location": "westus",
"identity": {
"type": "SystemAssigned,UserAssigned",
"principalId": "12345678-1234-1234-1234-123456789012",
"tenantId": "12345678-1234-1234-4321-123456789012",
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
"principalId": "12345678-1234-4321-1234-123456789012",
"clientId": "12345678-4321-1234-1234-123456789012"
}
}
},
"properties": {
"description": "This is new load test resource",
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"Team": "Dev Exp",
"Division": "LT"
},
"identity": {
"type": "SystemAssigned,UserAssigned",
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {}
}
},
"properties": {
"description": "This is new load test resource",
"encryption": {
Expand All @@ -25,6 +31,17 @@
"200": {
"body": {
"location": "westus",
"identity": {
"type": "SystemAssigned,UserAssigned",
"principalId": "12345678-1234-1234-1234-123456789012",
"tenantId": "12345678-1234-1234-4321-123456789012",
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
"principalId": "12345678-1234-4321-1234-123456789012",
"clientId": "12345678-4321-1234-1234-123456789012"
}
}
},
"properties": {
"description": "This is new load test resource",
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"LoadTestNameParameter": {
"in": "path",
"name": "loadTestName",
"description": "Load Test name.",
"description": "Load Test resource name.",
"required": true,
"x-ms-parameter-location": "method",
"type": "string"
Expand Down

0 comments on commit 70c71be

Please sign in to comment.