Skip to content
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

[test delete link] Update healthcare-apis.json #3265

Closed
wants to merge 7 commits into from
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 @@ -78,68 +78,6 @@
}
}
},
"put": {
"tags": [
"Resource"
],
"description": "Create or update the metadata of a service instance.",
"operationId": "Services_CreateOrUpdate",
"x-ms-examples": {
"Create or Update a service with all parameters": {
"$ref": "./examples/legacy/ServiceCreate.json"
},
"Create or Update a service with minimum parameters": {
"$ref": "./examples/legacy/ServiceCreateMinimum.json"
},
"Create or Update a service with all parameters and CMK enabled in a data sovereign region": {
"$ref": "./examples/legacy/ServiceCreateInDataSovereignRegionWithCmkEnabled.json"
}
},
"x-ms-long-running-operation": true,
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/resourceGroupName"
},
{
"$ref": "#/parameters/resourceName"
},
{
"name": "serviceDescription",
"in": "body",
"description": "The service instance metadata.",
"required": true,
"schema": {
"$ref": "#/definitions/ServicesDescription"
}
}
],
"responses": {
"200": {
"description": "Updated - Put request accepted and an existing resource is being updated; the operation will complete asynchronously.",
"schema": {
"$ref": "#/definitions/ServicesDescription"
}
},
"201": {
"description": "Created - Put request accepted and a new resource was created; the operation will complete asynchronously.",
"schema": {
"$ref": "#/definitions/ServicesDescription"
}
},
"default": {
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorDetails"
}
}
}
},
"patch": {
"tags": [
"Resource"
Expand Down
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
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