File tree 3 files changed +35
-45
lines changed
specification/servicelinker/resource-manager
Microsoft.ServiceLinker/stable/2022-05-01
3 files changed +35
-45
lines changed Original file line number Diff line number Diff line change 165
165
}
166
166
}
167
167
},
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
- },
212
168
"patch" : {
213
169
"tags" : [
214
170
" Links"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ These are the global settings for the ServiceLinker.
28
28
title : ServiceLinkerManagementClient
29
29
openapi-type : arm
30
30
openapi-subtype : rpaas
31
- tag : package-2022-11 -01-preview
31
+ tag : package-2022-05 -01
32
32
` ` `
33
33
34
34
### Tag: package-2021-11-01-preview
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments