Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
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 @@ -34,43 +34,6 @@
}
},
"paths": {
"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers": {
"get": {
"deprecated": false,
"description": "Returns list of Linkers which connects to the resource.",
"operationId": "Linker_List",
"x-ms-examples": {
"LinkList": {
"$ref": "./examples/LinkList.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceUriParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "linker details.",
"schema": {
"$ref": "#/definitions/LinkerList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}": {
"get": {
"description": "Returns Linker resource for a given name.",
Expand Down Expand Up @@ -350,42 +313,6 @@
}
}
}
},
"/providers/Microsoft.ServiceLinker/operations": {
"get": {
"tags": [
"Operations"
],
"operationId": "Operations_List",
"description": "Lists the available ServiceLinker REST API operations.",
"x-ms-examples": {
"GetConfiguration": {
"$ref": "./examples/OperationsList.json"
}
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/OperationListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
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
58 changes: 58 additions & 0 deletions specification/servicelinker/resource-manager/sdk-suppressions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
suppressions:
azure-sdk-for-go:
- package: sdk/resourcemanager/servicelinker/armservicelinker
breaking-changes:
- Enum `ActionType` has been removed
- Enum `Origin` has been removed
- Function `*ClientFactory.NewOperationsClient` has been removed
- Function `*LinkerClient.NewListPager` has been removed
- Function `*OperationsClient.NewListPager` has been removed
- Function `NewOperationsClient` has been removed
- Struct `OperationDisplay` has been removed
- Struct `OperationListResult` has been removed
- Struct `Operation` has been removed
- package: armcognitiveservices
breaking-changes:
- Function `*LocalRulestacksClient.ListAppIDs` has been removed ttt
- 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{}`'

azure-sdk-for-js:
- package: arm-operationalinsights
breaking-changes:
- 'Removed operation group Schema'
- 'Removed operation Tables.create'
- package: arm-subscriptions
breaking-changes:
- 'Interface CanceledSubscriptionId no longer has parameter value'
- 'Interface EnabledSubscriptionId no longer has parameter value'
- package: "@azure/arm-servicelinker"
breaking-changes:
- 'Removed operation Linker.beginCreateOrUpdate'
- 'Removed operation Linker.beginCreateOrUpdateAndWait'
- 'Removed operation Linker.list'
- 'Removed operation group Operations'
- 'Class ServiceLinkerManagementClient no longer has parameter operations'
- 'Removed Enum KnownActionType'
- 'Removed Enum KnownOrigin'
- 'Removed function getContinuationToken'

azure-sdk-for-python-track2:
- package: track2_azure-mgmt-sql
breaking-changes:
- 'Removed operation ReplicationLinksOperations.delete'
- package: track2_azure-mgmt-servicelinker
breaking-changes:
- 'Removed operation LinkerOperations.begin_create_or_update'
- 'Removed operation LinkerOperations.list'
- 'Removed operation LinkerOperations.list'
- 'Removed operation group Operations'
18 changes: 9 additions & 9 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"integrationRepository": "azure-sdk/azure-sdk-for-go",
"mainRepository": "Azure/azure-sdk-for-go",
"mainRepository": "test-repo-billy/azure-sdk-for-go",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-java": {
"integrationRepository": "azure-sdk/azure-sdk-for-java",
"mainRepository": "Azure/azure-sdk-for-java",
"mainRepository": "test-repo-billy/azure-sdk-for-java",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-sdk-for-js": {
"integrationRepository": "azure-sdk/azure-sdk-for-js",
"mainRepository": "Azure/azure-sdk-for-js"
"mainRepository": "test-repo-billy/azure-sdk-for-js"
},
"azure-sdk-for-net": {
"integrationRepository": "azure-sdk/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net"
"mainRepository": "test-repo-billy/azure-sdk-for-net"
},
"azure-sdk-for-net-track2": {
"integrationRepository": "azure-sdk/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net",
"mainRepository": "test-repo-billy/azure-sdk-for-net",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python": {
"integrationRepository": "azure-sdk/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
"mainRepository": "test-repo-billy/azure-sdk-for-python"
},
"azure-sdk-for-python-track2": {
"integrationRepository": "azure-sdk/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
"mainRepository": "test-repo-billy/azure-sdk-for-python"
},
"azure-resource-manager-schemas": {
"integrationRepository": "azure-sdk/azure-resource-manager-schemas",
"mainRepository": "Azure/azure-resource-manager-schemas"
"mainRepository": "test-repo-billy/azure-resource-manager-schemas"
},
"azure-powershell": {
"integrationRepository": "azure-sdk/azure-powershell",
"mainRepository": "Azure/azure-powershell"
"mainRepository": "test-repo-billy/azure-powershell"
}
},
"overrides": {
Expand Down