diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2024-01-01/ApplicationGroups.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2024-01-01/ApplicationGroups.json index d4ad9c8116a6..3d2b49901864 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2024-01-01/ApplicationGroups.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2024-01-01/ApplicationGroups.json @@ -34,51 +34,6 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups": { - "get": { - "tags": [ - "ApplicationGroup" - ], - "operationId": "ApplicationGroup_ListByNamespace", - "x-ms-examples": { - "ListApplicationGroups": { - "$ref": "./examples/ApplicationGroup/ApplicationGroupListByNamespace.json" - } - }, - "description": "Gets a list of application groups for a Namespace.", - "parameters": [ - { - "$ref": "../../../common/v1/definitions.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "../../../common/v1/definitions.json#/parameters/NamespaceNameParameter" - }, - { - "$ref": "../../../common/v1/definitions.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../common/v1/definitions.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Namespace ApplicationGroups successfully returned.", - "schema": { - "$ref": "#/definitions/ApplicationGroupListResult" - } - }, - "default": { - "description": "Eventhub error response describing why the operation failed.", - "schema": { - "$ref": "../../../common/v2/definitions.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}": { "put": { "tags": [ 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 a0640762103d..663c16a7088b 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-2023-04-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..c4db447833d8 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -3,46 +3,88 @@ "pipelineName": "automation - sdk", "sdkRepositoryMappings": { "azure-sdk-for-go": { - "integrationRepository": "azure-sdk/azure-sdk-for-go", - "mainRepository": "Azure/azure-sdk-for-go", + "integrationRepository": "test-repo-billy/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", + "integrationRepository": "test-repo-billy/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" + "integrationRepository": "test-repo-billy/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" + "integrationRepository": "test-repo-billy/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", + "integrationRepository": "test-repo-billy/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" + "integrationRepository": "test-repo-billy/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" + "integrationRepository": "test-repo-billy/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" + "integrationRepository": "test-repo-billy/azure-resource-manager-schemas", + "mainRepository": "test-repo-billy/azure-resource-manager-schemas" }, "azure-powershell": { - "integrationRepository": "azure-sdk/azure-powershell", - "mainRepository": "Azure/azure-powershell" + "integrationRepository": "test-repo-billy/azure-powershell", + "mainRepository": "test-repo-billy/azure-powershell" } }, "overrides": { + "test-repo-billy/azure-rest-api-specs": { + "sdkRepositoryMappings": { + "azure-sdk-for-go": { + "mainRepository": "openapi-env-test/azure-sdk-for-go", + "mainBranch": "main", + "configFilePath": "eng/swagger_to_sdk_config.json" + }, + "azure-sdk-for-python-track2": { + "mainRepository": "openapi-env-test/azure-sdk-for-python", + "mainBranch": "main" + }, + "azure-sdk-for-net-track2": { + "mainRepository": "openapi-env-test/azure-sdk-for-net", + "mainBranch": "main", + "configFilePath": "eng/swagger_to_sdk_config.json" + }, + "azure-sdk-for-net": { + "mainRepository": "openapi-env-test/azure-sdk-for-net" + }, + "azure-sdk-for-python": { + "mainRepository": "openapi-env-test/azure-sdk-for-python", + "mainBranch": "main" + }, + "azure-sdk-for-js": { + "mainRepository": "openapi-env-test/azure-sdk-for-js", + "mainBranch": "main" + }, + "azure-sdk-for-java": { + "mainRepository": "test-repo-billy/azure-sdk-for-java", + "mainBranch": "eng_tsp-client", + "configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json" + }, + "azure-resource-manager-schemas": { + "integrationRepository": "azure-sdk/azure-resource-manager-schemas", + "mainRepository": "Azure/azure-resource-manager-schemas" + }, + "azure-powershell": { + "integrationRepository": "azure-sdk/azure-powershell", + "mainRepository": "Azure/azure-powershell" + } + } + }, "Azure/azure-rest-api-specs-pr": { "sdkRepositoryMappings": { "azure-sdk-for-go": {