Skip to content

Commit

Permalink
Add versioning property (#29791)
Browse files Browse the repository at this point in the history
* Add versioning property

* Update sdk-suppressions.yaml

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent ec2a81e commit 121bd2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"type": "string",
"description": "Type of linked service."
},
"version": {
"type": "string",
"description": "Version of the linked service."
},
"connectVia": {
"description": "The integration runtime reference.",
"$ref": "../datafactory.json#/definitions/IntegrationRuntimeReference"
Expand Down
10 changes: 2 additions & 8 deletions specification/datafactory/resource-manager/sdk-suppressions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ suppressions:
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
breaking-changes:
- Type of `AzureTableStorageLinkedService.TypeProperties` has been changed from `*AzureStorageLinkedServiceTypeProperties` to `*AzureTableStorageLinkedServiceTypeProperties`
azure-sdk-for-js:
- package: "@azure/arm-datafactory"
breaking-changes:
- Interface ManagedIdentityCredential no longer has parameter resourceId
- Operation CredentialOperations.createOrUpdate has a new signature
- "Type of parameter headers of interface AzureFunctionActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }"
- "Type of parameter headers of interface WebActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }"
- "Type of parameter headers of interface WebHookActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }"
- Type of parameter type of interface ScriptActivityScriptBlock is changed from ScriptType to any
- Type of parameter value of interface CredentialListResponse is changed from ManagedIdentityCredentialResource[] to CredentialResource[]
- Interface ExpressionV2 no longer has parameter operator
- Interface HDInsightOnDemandLinkedService has a new required parameter versionTypePropertiesVersion
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"type": "string",
"description": "Type of linked service."
},
"version": {
"type": "string",
"description": "Version of the linked service."
},
"connectVia": {
"description": "The integration runtime reference.",
"$ref": "../artifacts.json#/definitions/IntegrationRuntimeReference"
Expand Down

0 comments on commit 121bd2b

Please sign in to comment.