Skip to content

[Feature]: Set-AzSynapse* and Set-AzDataFactoryV2* should accept objects  #17823

Open
@cutecycle

Description

@cutecycle

Description of the new feature

I'm unsure if it was intentional, but I think it would be ideal if one can construct [PSSubResource]s in memory to deploy to workspaces/studio, similar to New-AzDeployment's TemplateObject/TemplateParameterObject.

Proposed implementation details (optional)

[Microsoft.Azure.Commands.Synapse.Models.PSPipelineResource]$pipeline = 
@{
    name = "Pipeline 1"
    properties =  @{
        annotations = @()
    }
}

Set-AzSynapsePipeline -DefinitionObject $pipeline

It's helpful for things like Poor Man's Dataset Parameterization, but can also be useful for particular tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data FactoryService AttentionThis issue is responsible by Azure service team.Synapsefeature-requestThis issue requires a new behavior in the product in order be resolved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions