Skip to content

Commit

Permalink
examples + spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Ames committed Jun 20, 2024
1 parent 4d38ba3 commit b367484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,11 @@
"Groundedness",
"AOAI",
"testconnection",
"aoai"
"aoai",
"SecretExpiry",
"expirableSecret",
"expireAfterHours",
"expire"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"api-version": "2024-07-01-preview"
"api-version": "2024-07-01-preview",
"body": {
"expirableSecret": false,
"expireAfterHours": 1
}
},
"responses": {
"200": {
Expand Down

0 comments on commit b367484

Please sign in to comment.