Skip to content

Parameter name consistency #83

Open
@SQLDBAWithABeard

Description

@SQLDBAWithABeard

Problem description

Just like in dbatools unless required, the parameter for Name should be Name when being used with the resource

for example

Get-FabricWorkspace -Name
Get-FabricWorkspace -id

Get-FabricSqlDatabase -Name fabbydatabase -WorkspaceName worky

also linked to #26

Verbose logs

no logs

How to reproduce

suggestion

Expected behavior

Use the right Paramter naming structure

Current behavior

the name is -ResourceName everywhere - this will need to be aliased to avoid breaking changes

Suggested solution

alter the parameters for Name

Operating system you are running FabricTools on

The Cloud

PowerShell version and build the target node is running

Yes

Module version used

latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions