Skip to content
Merged
Changes from 1 commit
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
Next Next commit
format the help markdown files of Az.CognitiveServices
  • Loading branch information
CaptainFanZzz committed Jun 28, 2022
commit 8cbf0e6f20258a94c2b9cf95f37aabf7bc62426a
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ Get Models available for a Cognitive Services account

### Example 1
```powershell
PS C:\> Get-AzCognitiveServicesAccountModel -ResourceGroupName cognitive-services-resource-group -AccountName resource-name
Get-AzCognitiveServicesAccountModel -ResourceGroupName cognitive-services-resource-group -AccountName resource-name
```

```output
BaseModel :
MaxCapacity : 3
Capabilities : {[fineTune, true]}
Expand Down