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

[BUG] Actual response value type sncMode in SapTableLinkedServiceTypeProperties for DataFactory is not aline with the API definition #30783

Open
HarveyLink opened this issue Sep 29, 2024 · 3 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.

Comments

@HarveyLink
Copy link
Member

API Spec link

API Spec version

2018-06-01

Describe the bug

The API definition for sncMode is a string value, but the actual result is a bool vlaue.
Please have a service team member who is on DataFactory to check which value type is correct.

Expected behavior

"sncMode": "false"

Actual behavior

"sncMode": False

Reproduction Steps

Call GET (or other related operation) for
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}

Environment

No response

@HarveyLink HarveyLink added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 29, 2024
@HarveyLink
Copy link
Member Author

Related customer issue: Azure/azure-sdk-for-net#45772

@v-jiaodi
Copy link
Member

v-jiaodi commented Oct 8, 2024

@Frey-Wang Please help take a look, thanks.

@XiaotongZhang86
Copy link

"sncMode" should be a boolean value, I will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

4 participants