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 report links] Update ApplicationGroups.json #3266

Closed
wants to merge 13 commits into from
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
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-2023-04-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
78 changes: 60 additions & 18 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down