Skip to content
Draft
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
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.

Check failure on line 1 in specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

View check run for this annotation

Azure Pipelines / Swagger PrettierCheck

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#L1

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json(1,1): error : Code style issues found, please run prettier. > npm install > npx prettier --write specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
Expand Down Expand Up @@ -69,45 +69,6 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories": {
"get": {
"tags": [
"factories"
],
"operationId": "Factories_List",
"x-ms-examples": {
"Factories_List": {
"$ref": "./examples/Factories_List.json"
}
},
"description": "Lists factories under the specified subscription.",
"parameters": [
{
"$ref": "#/parameters/subscriptionId"
},
{
"$ref": "#/parameters/api-version"
}
],
"responses": {
"200": {
"description": "OK.",
"schema": {
"$ref": "#/definitions/FactoryListResponse"
}
},
"default": {
"description": "An error response received from the Azure Data Factory service.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo": {
"post": {
"tags": [
Expand Down Expand Up @@ -8148,4 +8109,4 @@
"x-ms-parameter-location": "method"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ suppressions:
azure-sdk-for-python:
- package: azure-mgmt-datafactory
breaking-changes:
- Model ManagedIdentityCredential no longer has parameter resource_id
- Model ExpressionV2 no longer has parameter operator
- Model HDInsightOnDemandLinkedService has a new required parameter version_type_properties_version
azure-sdk-for-go:
- package: sdk/resourcemanager/datafactory/armdatafactory
Expand Down
Loading