Skip to content

Commit 7ff1aac

Browse files
authored
Merge pull request #3244 from test-repo-billy/jacktn/test-rpservice-4
[suppression test] add suppression file for pr service link
2 parents f82646f + be5010d commit 7ff1aac

File tree

3 files changed

+35
-45
lines changed

3 files changed

+35
-45
lines changed

specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -165,50 +165,6 @@
165165
}
166166
}
167167
},
168-
"delete": {
169-
"tags": [
170-
"Links"
171-
],
172-
"operationId": "Linker_Delete",
173-
"x-ms-long-running-operation": true,
174-
"x-ms-long-running-operation-options": {
175-
"final-state-via": "azure-async-operation"
176-
},
177-
"description": "Delete a link.",
178-
"x-ms-examples": {
179-
"DeleteLink": {
180-
"$ref": "./examples/DeleteLink.json"
181-
}
182-
},
183-
"parameters": [
184-
{
185-
"$ref": "#/parameters/ResourceUriParameter"
186-
},
187-
{
188-
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
189-
},
190-
{
191-
"$ref": "#/parameters/LinkerNameParameter"
192-
}
193-
],
194-
"responses": {
195-
"200": {
196-
"description": "OK. The link is deleted."
197-
},
198-
"204": {
199-
"description": "Deleted. The link is not found."
200-
},
201-
"202": {
202-
"description": "Long running operation."
203-
},
204-
"default": {
205-
"description": "Error response describing why the operation failed.",
206-
"schema": {
207-
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
208-
}
209-
}
210-
}
211-
},
212168
"patch": {
213169
"tags": [
214170
"Links"

specification/servicelinker/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are the global settings for the ServiceLinker.
2828
title: ServiceLinkerManagementClient
2929
openapi-type: arm
3030
openapi-subtype : rpaas
31-
tag: package-2022-11-01-preview
31+
tag: package-2022-05-01
3232
```
3333
3434
### Tag: package-2021-11-01-preview
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
suppressions:
2+
azure-sdk-for-go:
3+
- package: armcognitiveservices
4+
breaking-changes:
5+
- Function `*LocalRulestacksClient.ListAppIDs` has been removed
6+
- Function `*LocalRulestacksClient.ListCountries` has been removed
7+
- Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed
8+
- package: armcompute
9+
breaking-changes:
10+
- Type of `CloudServiceExtensionProperties.ProtectedSettings` has been changed from `any` to `interface{}
11+
- Function `NewClientFactory` has been removed
12+
- Function `*LocalRulestacksClient.ListPredefinedURLCategories` has been removed
13+
- package: armresourcemover
14+
breaking-changes:
15+
- 'Type of `OperationStatus.Properties` has been changed from `map[string]interface{}` to `interface{}`'
16+
- 'Type of `OperationsDiscovery.Properties` has been changed from `map[string]interface{}` to `interface{}`'
17+
- package: armservicelinker
18+
breaking-changes:
19+
- 'Struct `LinkerList` has been removed'
20+
- 'Struct `SourceConfigurationResult` has been removed'
21+
- package: sdk/resourcemanager/servicelinker/armservicelinker
22+
breaking-changes:
23+
- Function `*LinkerClient.BeginDelete` has been removed
24+
25+
azure-sdk-for-js:
26+
- package: '@azure/arm-servicelinker'
27+
breaking-changes:
28+
- Removed operation Linker.beginDelete
29+
- Removed operation Linker.beginDeleteAndWait
30+
31+
azure-sdk-for-python-track2:
32+
- package: track2_azure-mgmt-servicelinker
33+
breaking-changes:
34+
- Removed operation LinkerOperations.begin_delete

0 commit comments

Comments
 (0)