Skip to content

[suppression] service link & normal workflow #3244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -165,50 +165,6 @@
}
}
},
"delete": {
"tags": [
"Links"
],
"operationId": "Linker_Delete",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"description": "Delete a link.",
"x-ms-examples": {
"DeleteLink": {
"$ref": "./examples/DeleteLink.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceUriParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/LinkerNameParameter"
}
],
"responses": {
"200": {
"description": "OK. The link is deleted."
},
"204": {
"description": "Deleted. The link is not found."
},
"202": {
"description": "Long running operation."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
},
"patch": {
"tags": [
"Links"
Expand Down
2 changes: 1 addition & 1 deletion specification/servicelinker/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are the global settings for the ServiceLinker.
title: ServiceLinkerManagementClient
openapi-type: arm
openapi-subtype : rpaas
tag: package-2022-11-01-preview
tag: package-2022-05-01
```

### Tag: package-2021-11-01-preview
Expand Down
34 changes: 34 additions & 0 deletions specification/servicelinker/resource-manager/sdk-suppressions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
suppressions:
azure-sdk-for-go:
- package: armcognitiveservices
breaking-changes:
- Function `*LocalRulestacksClient.ListAppIDs` has been removed
- Function `*LocalRulestacksClient.ListCountries` has been removed
- Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed
- package: armcompute
breaking-changes:
- Type of `CloudServiceExtensionProperties.ProtectedSettings` has been changed from `any` to `interface{}
- Function `NewClientFactory` has been removed
- Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed
- package: armresourcemover
breaking-changes:
- 'Type of `OperationStatus.Properties` has been changed from `map[string]interface{}` to `interface{}`'
- 'Type of `OperationsDiscovery.Properties` has been changed from `map[string]interface{}` to `interface{}`'
- package: armservicelinker
breaking-changes:
- 'Struct `LinkerList` has been removed'
- 'Struct `SourceConfigurationResult` has been removed'
- package: sdk/resourcemanager/servicelinker/armservicelinker
breaking-changes:
- Function `*LinkerClient.BeginDelete` has been removed

azure-sdk-for-js:
- package: '@azure/arm-servicelinker'
breaking-changes:
- Removed operation Linker.beginDelete
- Removed operation Linker.beginDeleteAndWait

azure-sdk-for-python-track2:
- package: track2_azure-mgmt-servicelinker
breaking-changes:
- Removed operation LinkerOperations.begin_delete