diff --git a/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2024-03-01/healthcare-apis.json b/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2024-03-01/healthcare-apis.json index 410552ed2beb..5c8cb8e712bc 100644 --- a/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2024-03-01/healthcare-apis.json +++ b/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2024-03-01/healthcare-apis.json @@ -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" diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json index 36c50fd40b7a..40a1a146fb64 100644 --- a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json +++ b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json @@ -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" diff --git a/specification/servicelinker/resource-manager/readme.md b/specification/servicelinker/resource-manager/readme.md index e040e81ac13c..7d3c8600edfe 100644 --- a/specification/servicelinker/resource-manager/readme.md +++ b/specification/servicelinker/resource-manager/readme.md @@ -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 diff --git a/specification/servicelinker/resource-manager/sdk-suppressions.yaml b/specification/servicelinker/resource-manager/sdk-suppressions.yaml new file mode 100644 index 000000000000..9b22acc02b3f --- /dev/null +++ b/specification/servicelinker/resource-manager/sdk-suppressions.yaml @@ -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 diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 0ddbbe026169..82867085c47a 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -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": {