Skip to content

Commit 251ab91

Browse files
authored
[Datadog] Fix swagger KPIs (#11855)
1 parent 374b0d5 commit 251ab91

File tree

1 file changed

+12
-6
lines changed
  • specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview

1 file changed

+12
-6
lines changed

specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,8 @@
15111511
"x-ms-enum": {
15121512
"modelAsString": true,
15131513
"name": "MonitoringStatus"
1514-
}
1514+
},
1515+
"readOnly": true
15151516
},
15161517
"MarketplaceSubscriptionStatus": {
15171518
"description": "Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.",
@@ -1523,7 +1524,8 @@
15231524
"x-ms-enum": {
15241525
"modelAsString": true,
15251526
"name": "MarketplaceSubscriptionStatus"
1526-
}
1527+
},
1528+
"readOnly": true
15271529
},
15281530
"DatadogOrganizationProperties": {
15291531
"description": "Datadog organization properties",
@@ -1544,14 +1546,16 @@
15441546
"type": "string",
15451547
"x-ms-mutability": [
15461548
"create"
1547-
]
1549+
],
1550+
"x-ms-secret": true
15481551
},
15491552
"linkingClientId": {
15501553
"description": "The client_id from an existing in exchange for an auth token to link organization.",
15511554
"type": "string",
15521555
"x-ms-mutability": [
15531556
"create"
1554-
]
1557+
],
1558+
"x-ms-secret": true
15551559
},
15561560
"enterpriseAppId": {
15571561
"description": "The Id of the Enterprise App used for Single sign on.",
@@ -1581,7 +1585,8 @@
15811585
"maxLength": 40,
15821586
"type": "string"
15831587
}
1584-
}
1588+
},
1589+
"x-ms-secret": true
15851590
},
15861591
"LiftrResourceCategories": {
15871592
"enum": [
@@ -1894,7 +1899,8 @@
18941899
},
18951900
"singleSignOnUrl": {
18961901
"description": "The login URL specific to this Datadog Organization.",
1897-
"type": "string"
1902+
"type": "string",
1903+
"readOnly": true
18981904
}
18991905
}
19001906
},

0 commit comments

Comments
 (0)