Skip to content

Commit

Permalink
[Datadog] Fix swagger KPIs (Azure#11855)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingu authored and DeMale committed Dec 11, 2020
1 parent 9c7b2e1 commit 0cc0a73
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,8 @@
"x-ms-enum": {
"modelAsString": true,
"name": "MonitoringStatus"
}
},
"readOnly": true
},
"MarketplaceSubscriptionStatus": {
"description": "Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.",
Expand All @@ -1523,7 +1524,8 @@
"x-ms-enum": {
"modelAsString": true,
"name": "MarketplaceSubscriptionStatus"
}
},
"readOnly": true
},
"DatadogOrganizationProperties": {
"description": "Datadog organization properties",
Expand All @@ -1544,14 +1546,16 @@
"type": "string",
"x-ms-mutability": [
"create"
]
],
"x-ms-secret": true
},
"linkingClientId": {
"description": "The client_id from an existing in exchange for an auth token to link organization.",
"type": "string",
"x-ms-mutability": [
"create"
]
],
"x-ms-secret": true
},
"enterpriseAppId": {
"description": "The Id of the Enterprise App used for Single sign on.",
Expand Down Expand Up @@ -1581,7 +1585,8 @@
"maxLength": 40,
"type": "string"
}
}
},
"x-ms-secret": true
},
"LiftrResourceCategories": {
"enum": [
Expand Down Expand Up @@ -1894,7 +1899,8 @@
},
"singleSignOnUrl": {
"description": "The login URL specific to this Datadog Organization.",
"type": "string"
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 0cc0a73

Please sign in to comment.