You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hcs/swagger.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1326,6 +1326,15 @@
1326
1326
},
1327
1327
"description": "Tier represents one billing tier of a price dimension."
1328
1328
},
1329
+
"hashicorp.cloud.consulama.ama.Boolean": {
1330
+
"type": "string",
1331
+
"enum": [
1332
+
"FALSE",
1333
+
"TRUE"
1334
+
],
1335
+
"default": "FALSE",
1336
+
"title": "Boolean is an enum for handling true/false values as Azure swagger validation doesn't\nlike bools: \nhttps://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r3018"
1337
+
},
1329
1338
"hashicorp.cloud.consulama.ama.ClusterMode": {
1330
1339
"type": "string",
1331
1340
"enum": [
@@ -2111,8 +2120,7 @@
2111
2120
"description": "snapshot_id is the ID of the Consul snapshot to restore."
0 commit comments