Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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 @@ -243,7 +243,7 @@
"tags": [
"Monitors"
],
"summary": "Create a monitor resource.",
"summary": "Create a monitor resource. This create operation can take upto 10 minutes to complete.",
"operationId": "Monitors_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -359,7 +359,7 @@
"tags": [
"Monitors"
],
"summary": "Delete a monitor resource.",
"summary": "Delete a monitor resource. This delete operation can take upto 10 minutes to complete.",
"operationId": "Monitors_Delete",
"produces": [
"application/json"
Expand Down Expand Up @@ -681,7 +681,7 @@
"tags": [
"SingleSignOn"
],
"summary": "Configures single-sign-on for this resource.",
"summary": "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete.",
"operationId": "SingleSignOn_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -849,7 +849,7 @@
"tags": [
"SubAccount"
],
"summary": "Create sub account under a given monitor resource.",
"summary": "Create sub account under a given monitor resource. This create operation can take upto 10 minutes to complete.",
"operationId": "SubAccount_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -961,7 +961,7 @@
"tags": [
"SubAccount"
],
"summary": "Delete a sub account resource.",
"summary": "Delete a sub account resource. This delete operation can take upto 10 minutes to complete.",
"operationId": "SubAccount_Delete",
"produces": [
"application/json"
Expand Down Expand Up @@ -1849,6 +1849,7 @@
"Disabled"
],
"type": "string",
"default": "Enabled",
"x-ms-enum": {
"modelAsString": true,
"name": "MonitoringStatus"
Expand All @@ -1861,6 +1862,7 @@
"Suspended"
],
"type": "string",
"default": "Active",
"x-ms-enum": {
"modelAsString": true,
"name": "MarketplaceSubscriptionStatus"
Expand Down