Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"sdk/agrifood/azure-agrifood-farming/**",
"sdk/attestation/azure-security-attestation/**",
"sdk/batch/azure-batch/**",
"sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/**",
"sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/**",
"sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/**",
"sdk/cognitiveservices/azure-cognitiveservices-search-customsearch/**",
Expand Down Expand Up @@ -434,6 +433,10 @@
"filename": "sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text*.py",
"words": ["groovin", "Olufsen"]
},
{
"filename": "sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/tests/*.py",
"words": ["Apim", "cognituve"]
},
{
"filename": "sdk/communication/**",
"words": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ introduce breaking changes.
- "is" should not be used at all.
- "format" will return the string value, where "%s" string
formatting will return `NameOfEnum.stringvalue`. Format syntax
should be prefered.
should be preferred.
- New Long Running Operation:
- Return type changes from
`msrestazure.azure_operation.AzureOperationPoller` to
Expand Down