Skip to content

Commit

Permalink
when checking connections, let user know what we found (#71)
Browse files Browse the repository at this point in the history
* when checking connections, let user know what we found

* remove attestation for everything except face
  • Loading branch information
robch authored Oct 27, 2023
1 parent 695a515 commit 441bce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/details/azcli/AzCliConsoleGui_AiResourcePicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ private static bool CheckAgreeTerms(string kind)
var checkAttestation = kind.ToLower() switch
{
"face" => true,
"cognitiveservices" => true,
"openai" => true,
_ => false
};

Expand Down

0 comments on commit 441bce4

Please sign in to comment.