Skip to content

Commit c073d62

Browse files
banggauravGaurav Bang
andauthored
moving logz to stable (#15598)
* creating directory structure for stable version * version update chnages * reolving avacado error Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
1 parent 4bbe62f commit c073d62

35 files changed

+3480
-4
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtual1",
14+
"agentVersion": "1.0.0beta"
15+
}
16+
],
17+
"nextLink": null
18+
}
19+
}
20+
}
21+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"apiKey": "00000000-0000-0000-0000-000000000000",
12+
"region": "West US 2"
13+
}
14+
}
15+
}
16+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"requestBody": {
8+
"state": "Install",
9+
"vmResources": [
10+
{
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtual1",
12+
"agentVersion": "1.0.0beta"
13+
}
14+
]
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"value": [
21+
{
22+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtual1",
23+
"agentVersion": "1.0.0beta"
24+
}
25+
],
26+
"nextLink": null
27+
}
28+
}
29+
}
30+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"role": "Admin"
14+
}
15+
],
16+
"nextLink": null
17+
}
18+
}
19+
}
20+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor/listMonitoredResources",
14+
"sendingMetrics": true,
15+
"reasonForMetricsStatus": "CapturedByRules",
16+
"sendingLogs": true,
17+
"reasonForLogsStatus": "CapturedByRules"
18+
}
19+
],
20+
"nextLink": null
21+
}
22+
}
23+
}
24+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"requestBody": {
8+
"properties": {
9+
"userInfo": {
10+
"firstName": "Alice",
11+
"lastName": "Bob",
12+
"emailAddress": "alice@microsoft.com",
13+
"phoneNumber": "123456"
14+
},
15+
"planData": {
16+
"usageType": "Committed",
17+
"billingCycle": "Monthly",
18+
"planDetails": "logzapitestplan",
19+
"effectiveDate": "2019-08-30T15:14:33+02:00"
20+
}
21+
},
22+
"tags": {
23+
"Environment": "Dev"
24+
},
25+
"location": "West US"
26+
}
27+
},
28+
"responses": {
29+
"200": {
30+
"body": {
31+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
32+
"name": "myMonitor",
33+
"type": "Microsoft.Logz/monitors",
34+
"properties": {
35+
"provisioningState": "Succeeded"
36+
},
37+
"tags": {
38+
"Environment": "Dev"
39+
},
40+
"location": "West US 2"
41+
}
42+
},
43+
"201": {
44+
"body": {
45+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
46+
"name": "myMonitor",
47+
"type": "Microsoft.Logz/monitors",
48+
"properties": {
49+
"provisioningState": "Succeeded"
50+
},
51+
"tags": {
52+
"Environment": "Dev"
53+
},
54+
"location": "West US 2"
55+
}
56+
}
57+
}
58+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {},
11+
"204": {}
12+
}
13+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
12+
"name": "myMonitor",
13+
"type": "Microsoft.Logz/monitors",
14+
"properties": {
15+
"provisioningState": "Succeeded",
16+
"monitoringStatus": "Enabled",
17+
"userInfo": {
18+
"firstName": "Alice",
19+
"lastName": "Bob",
20+
"emailAddress": "alice@microsoft.com",
21+
"phoneNumber": "123456"
22+
},
23+
"planData": {
24+
"usageType": "Committed",
25+
"billingCycle": "Monthly",
26+
"planDetails": "logzapitestplan",
27+
"effectiveDate": "2019-08-30T15:14:33+02:00"
28+
}
29+
},
30+
"tags": {
31+
"Environment": "Dev"
32+
},
33+
"location": "West US"
34+
}
35+
}
36+
}
37+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
12+
"properties": {
13+
"provisioningState": "Succeeded",
14+
"monitoringStatus": "Enabled",
15+
"userInfo": {
16+
"firstName": "Alice",
17+
"lastName": "Bob",
18+
"emailAddress": "alice@microsoft.com",
19+
"phoneNumber": "123456"
20+
},
21+
"planData": {
22+
"usageType": "Committed",
23+
"billingCycle": "Monthly",
24+
"planDetails": "logzapitestplan",
25+
"effectiveDate": "2019-08-30T15:14:33+02:00"
26+
}
27+
},
28+
"tags": {
29+
"Environment": "Dev"
30+
},
31+
"location": "West US"
32+
}
33+
],
34+
"nextLink": null
35+
}
36+
}
37+
}
38+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-10-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
13+
"name": "myMonitor",
14+
"type": "Microsoft.Logz/monitors",
15+
"properties": {
16+
"provisioningState": "Succeeded",
17+
"userInfo": {
18+
"firstName": "Alice",
19+
"lastName": "Bob",
20+
"emailAddress": "alice@microsoft.com",
21+
"phoneNumber": "123456"
22+
},
23+
"planData": {
24+
"usageType": "Committed",
25+
"billingCycle": "Monthly",
26+
"planDetails": "logzapitestplan",
27+
"effectiveDate": "2019-08-30T15:14:33+02:00"
28+
}
29+
},
30+
"tags": {
31+
"Environment": "Dev"
32+
},
33+
"location": "West US"
34+
}
35+
],
36+
"nextLink": null
37+
}
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)