mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Address Secure enclaves feedback to show required indicator optionally (#22428)
This commit is contained in:
@@ -1048,7 +1048,8 @@
|
||||
"dependentOptionActions": [
|
||||
{
|
||||
"optionName": "attestationProtocol",
|
||||
"action": "hide"
|
||||
"action": "hide",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1089,7 +1090,8 @@
|
||||
"dependentOptionActions": [
|
||||
{
|
||||
"optionName": "enclaveAttestationUrl",
|
||||
"action": "hide"
|
||||
"action": "hide",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user