Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 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
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2115,3 +2115,4 @@ FSLogix
privatelinkservice
natgateway
defanged
Logz
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor/listMonitoredResources",
"sendingMetrics": true,
"reasonForMetricsStatus": "CapturedByRules",
"sendingLogs": true,
"reasonForLogsStatus": "CapturedByRules"
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor",
"requestBody": {
"properties": {
"userInfo": {
"firstName": "Alice",
"lastName": "Bob",
"emailAddress": "alice@microsoft.com",
"phoneNumber": "123456"
},
"planData": {
"usageType": "Committed",
"billingCycle": "Monthly",
"planDetails": "logzapitestplan",
"effectiveDate": "2019-08-30T15:14:33+02:00"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"name": "myMonitor",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded"
},
"tags": {
"Environment": "Dev"
},
"location": "West US 2"
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"name": "myMonitor",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded"
},
"tags": {
"Environment": "Dev"
},
"location": "West US 2"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"name": "myMonitor",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"monitoringStatus": "Enabled",
"userInfo": {
"firstName": "Alice",
"lastName": "Bob",
"emailAddress": "alice@microsoft.com",
"phoneNumber": "123456"
},
"planData": {
"usageType": "Committed",
"billingCycle": "Monthly",
"planDetails": "logzapitestplan",
"effectiveDate": "2019-08-30T15:14:33+02:00"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"properties": {
"provisioningState": "Succeeded",
"monitoringStatus": "Enabled",
"userInfo": {
"firstName": "Alice",
"lastName": "Bob",
"emailAddress": "alice@microsoft.com",
"phoneNumber": "123456"
},
"planData": {
"usageType": "Committed",
"billingCycle": "Monthly",
"planDetails": "logzapitestplan",
"effectiveDate": "2019-08-30T15:14:33+02:00"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"name": "myMonitor",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"userInfo": {
"firstName": "Alice",
"lastName": "Bob",
"emailAddress": "alice@microsoft.com",
"phoneNumber": "123456"
},
"planData": {
"usageType": "Committed",
"billingCycle": "Monthly",
"planDetails": "logzapitestplan",
"effectiveDate": "2019-08-30T15:14:33+02:00"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor",
"requestBody": {
"properties": {
"monitoringStatus": "Enabled"
},
"tags": {
"Environment": "Dev"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
"name": "myMonitor",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"monitoringStatus": "Enabled"
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2020-10-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Logz/monitors/write",
"display": {
"provider": "Microsoft.Logz",
"resource": "monitors",
"operation": "write",
"description": "Write monitors resource"
}
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor",
"configurationName": "default",
"requestBody": {
"properties": {
"singleSignOnState": "Enable",
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
"singleSignOnUrl": null
}
}
},
"responses": {
"200": {
"body": {
"name": "default",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Logz/monitors/myMonitor/singleSignOnConfigurations/default",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"singleSignOnState": "Enable",
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
"singleSignOnUrl": "https://www.logz.io/IAmSomeHash"
}
}
},
"201": {
"body": {
"name": "default",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Logz/monitors/myMonitor/singleSignOnConfigurations/default",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"singleSignOnState": "Enable",
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
"singleSignOnUrl": "https://www.logz.io/IAmSomeHash"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor",
"configurationName": "default"
},
"responses": {
"200": {
"body": {
"name": "default",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Logz/monitors/myMonitor/singleSignOnConfigurations/default",
"properties": {
"provisioningState": "Succeeded",
"singleSignOnState": "Enable",
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
"singleSignOnUrl": "https://www.loz.io/IAmSomeHash"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"api-version": "2020-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"monitorName": "myMonitor"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "default",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Logz/monitors/myMonitor/singleSignOnConfigurations/default",
"type": "Microsoft.Logz/monitors",
"properties": {
"provisioningState": "Succeeded",
"singleSignOnState": "Enable",
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
"singleSignOnUrl": "https://www.logz.io/IAmSomeHash"
}
}
],
"nextLink": null
}
}
}
}
Loading