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] Azure.ResourceManager.DataFactory.Models PipelineVariableType missing type Integer #43567

Open
leekennett opened this issue Apr 22, 2024 · 2 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Mgmt This issue is related to a management-plane library. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@leekennett
Copy link

Library name and version

Azure.ResourceManager.DataFactory 1.0.0

Describe the bug

SDK types don't match portal. Missing type integer, that's a pretty basic needed type.
image
image

Expected behavior

I should be able to use a pipeline variable type of integer.

Actual behavior

Only string, array, boolean are available.

Reproduction Steps

Try to create a new Pipeline Variable.

Environment

No response

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Mgmt This issue is related to a management-plane library. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Apr 22, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@leekennett
Copy link
Author

Perhaps I can add here - Bool is invalid. ADF is expecting Boolean.
image

Fails validation, can't debug if you deploy a Variable of type Bool which is valid in the .net code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Mgmt This issue is related to a management-plane library. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants