Skip to content

Commit

Permalink
Update swagger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hill committed Dec 13, 2024
1 parent d69ba8a commit 95d266e
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,31 @@
]
}
},
"computeType": {
"type": "string",
"default": "default",
"description": "You can set this property to back the search service with Azure Confidential Compute.",
"enum": [
"default",
"confidential"
],
"x-ms-enum": {
"name": "ComputeType",
"modelAsString": true,
"values": [
{
"value": "default",
"name": "Default",
"description": "Create the service with the default compute."
},
{
"value": "confidential",
"name": "Confidential",
"description": "Create the service with Azure Confidential Compute."
}
]
}
},
"publicNetworkAccess": {
"type": "string",
"default": "enabled",
Expand Down

0 comments on commit 95d266e

Please sign in to comment.