Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

resource_group should be resource_group_name #47

Closed
mmyyrroonn opened this issue Jan 3, 2020 · 2 comments
Closed

resource_group should be resource_group_name #47

mmyyrroonn opened this issue Jan 3, 2020 · 2 comments
Assignees
Labels
priority_p1_important important but not blocking resolved_and_please_verify type_bug Something isn't working
Milestone

Comments

@mmyyrroonn
Copy link

def create_powerbiembedded_workspace_collection(cmd, client,
                                                resource_group,

should be

def create_powerbiembedded_workspace_collection(cmd, client,
                                                resource_group_name,
@zikalino zikalino added type_bug Something isn't working priority_p1_important important but not blocking version_poc labels Jan 8, 2020
@RodgeFu RodgeFu added this to the 2020-1-13 milestone Jan 14, 2020
@RodgeFu
Copy link
Member

RodgeFu commented Jan 14, 2020

is that a CLI convension?

@mmyyrroonn
Copy link
Author

yes. It's a CLI convension. And it's also related with this issue. #46 if you want to get location of resource group as the default location. CLI will use resource_group_name to get the location.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority_p1_important important but not blocking resolved_and_please_verify type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants