Skip to content
Merged
Show file tree
Hide file tree
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
Add some suppression
  • Loading branch information
ZhidaLiu committed Oct 21, 2024
commit 1d9d2bd186328d451bd9a82d8e0632c1f18ade10
Original file line number Diff line number Diff line change
Expand Up @@ -23752,6 +23752,7 @@
"Canceled"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "PoolProvisioningState",
"modelAsString": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ suppressions:
we will add whence needed in the future.
where:
- $.definitions["CapabilityHostResource"]
- code: DeleteResponseCodes
reason: Existing API behavior.
where:
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/inferencePools/{inferencePoolName}"].delete
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/inferencePools/{poolName}/endpoints/{endpointName}"].delete
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/inferencePools/{poolName}/groups/{groupName}"].delete
```

### Tag: package-preview-2024-07
Expand Down