Skip to content

Commit 4ef8113

Browse files
mjmadhuRAY-316
authored andcommitted
Dev loadtestservice microsoft.load test service 2021 11 01 preview pubpr (Azure#16831)
* New Swagger Spec File * New Swagger Example Spec File * New Readme Config File * New Azure AZ Readme Config File * New Azure CLI Readme Config File * New Go Language Readme Config File * New Python Language Readme Config File * New Typescript Language Readme Config File * New C# Language Readme Config File * Added loadtestservice swagger spec * CI failure fix * Review comments fix * CI failure fix * Updated api version * Added x-ms-long-running-operation header for async delete * Update readme.md for python config * update readme.python for python config Co-authored-by: Yiming Lei <[email protected]>
1 parent 62ba7ac commit 4ef8113

17 files changed

+912
-0
lines changed

custom-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@ liveevent
11091109
liveoutput
11101110
livyid
11111111
loadbalancer
1112+
loadtest
1113+
loadtests
11121114
localbusinesses
11131115
localcategories
11141116
localcircularview
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest",
7+
"LoadTestResource": {
8+
"location": "westus",
9+
"tags": {
10+
"Team": "Dev Exp"
11+
},
12+
"properties": {
13+
"description": "This is new load test resource"
14+
}
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"location": "westus",
21+
"properties": {
22+
"description": "This is new load test resource",
23+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
24+
"provisioningState": "Succeeded"
25+
},
26+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
27+
"name": "myLoadTest",
28+
"type": "Microsoft.LoadTestService/loadTests",
29+
"tags": {
30+
"Team": "Dev Exp"
31+
},
32+
"systemData": {
33+
"createdBy": "userId1001",
34+
"createdByType": "User",
35+
"createdAt": "2021-09-28T12:32:33Z",
36+
"lastModifiedBy": "userId1001",
37+
"lastModifiedByType": "User",
38+
"lastModifiedAt": "2021-09-28T12:32:33Z"
39+
}
40+
}
41+
}
42+
}
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"location": "westus",
12+
"properties": {
13+
"description": "This is new load test resource",
14+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
15+
"provisioningState": "Succeeded"
16+
},
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
18+
"name": "myLoadTest",
19+
"type": "Microsoft.LoadTestService/loadTests",
20+
"tags": {
21+
"Team": "Dev Exp"
22+
},
23+
"systemData": {
24+
"createdBy": "userId1001",
25+
"createdByType": "User",
26+
"createdAt": "2021-09-28T12:32:33Z",
27+
"lastModifiedBy": "userId1001",
28+
"lastModifiedByType": "User",
29+
"lastModifiedAt": "2021-09-28T12:32:33Z"
30+
}
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"location": "westus",
13+
"properties": {
14+
"description": "This is new load test resource",
15+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
16+
"provisioningState": "Succeeded"
17+
},
18+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
19+
"name": "myLoadTest",
20+
"type": "Microsoft.LoadTestService/loadTests",
21+
"tags": {
22+
"Team": "Dev Exp"
23+
},
24+
"systemData": {
25+
"createdBy": "userId1001",
26+
"createdByType": "User",
27+
"createdAt": "2021-09-28T12:32:33Z",
28+
"lastModifiedBy": "userId1001",
29+
"lastModifiedByType": "User",
30+
"lastModifiedAt": "2021-09-28T12:32:33Z"
31+
}
32+
}
33+
]
34+
}
35+
}
36+
}
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"location": "westus",
12+
"properties": {
13+
"description": "This is new load test resource",
14+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
15+
"provisioningState": "Succeeded"
16+
},
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
18+
"name": "myLoadTest",
19+
"type": "Microsoft.LoadTestService/loadTests",
20+
"tags": {
21+
"Team": "Dev Exp"
22+
},
23+
"systemData": {
24+
"createdBy": "userId1001",
25+
"createdByType": "User",
26+
"createdAt": "2021-09-28T12:32:33Z",
27+
"lastModifiedBy": "userId1001",
28+
"lastModifiedByType": "User",
29+
"lastModifiedAt": "2021-09-28T12:32:33Z"
30+
}
31+
}
32+
]
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest",
7+
"LoadTestResourcePatchRequestBody": {
8+
"tags": {
9+
"Team": "Dev Exp",
10+
"Division": "LT"
11+
},
12+
"properties": {
13+
"description": "This is new load test resource"
14+
}
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"location": "westus",
21+
"properties": {
22+
"description": "This is new load test resource",
23+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
24+
"provisioningState": "Succeeded"
25+
},
26+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
27+
"name": "myLoadTest",
28+
"type": "Microsoft.LoadTestService/loadTests",
29+
"tags": {
30+
"Team": "Dev Exp",
31+
"Division": "LT"
32+
},
33+
"systemData": {
34+
"createdBy": "userId1001",
35+
"createdByType": "User",
36+
"createdAt": "2021-09-28T12:32:33Z",
37+
"lastModifiedBy": "userId1001",
38+
"lastModifiedByType": "User",
39+
"lastModifiedAt": "2021-09-28T12:32:33Z"
40+
}
41+
}
42+
}
43+
}
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-12-01-preview"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"value": [
9+
{
10+
"name": "Microsoft.LoadTestService/loadTests/Write",
11+
"isDataAction": false,
12+
"display": {
13+
"provider": "Microsoft.LoadTestService",
14+
"resource": "loadTests",
15+
"operation": "Creates or updates the LoadTests",
16+
"description": "Set LoadTests"
17+
}
18+
},
19+
{
20+
"name": "Microsoft.LoadTestService/loadTests/Delete",
21+
"isDataAction": false,
22+
"display": {
23+
"provider": "Microsoft.LoadTestService",
24+
"resource": "loadTests",
25+
"operation": "Deletes the LoadTests",
26+
"description": "Delete LoadTests"
27+
}
28+
},
29+
{
30+
"name": "Microsoft.LoadTestService/loadTests/Read",
31+
"isDataAction": false,
32+
"display": {
33+
"provider": "Microsoft.LoadTestService",
34+
"resource": "loadTests",
35+
"operation": "Reads the LoadTests",
36+
"description": "Read LoadTests"
37+
}
38+
}
39+
],
40+
"nextLink": null
41+
}
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)