Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.36k stars 4.75k forks source link

[BUG] Azure.ResourceManager.DataFactory.Models PipelineVariableType missing type Integer #43567

Open leekennett opened 5 months ago

leekennett commented 5 months ago

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[bot] commented 5 months ago

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

leekennett commented 4 months ago

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.