Implemented flag for pbiviz package command to specify custom guid without changing pbiviz json. I also implemented one test to make sure that the value is changing. However, there might be a problem if the developer enters a numeric value since this value is used as the name of the variable in visualPlugin.ts. What do we want to do in this case? Maybe to use some default value instead or just to throw an error?
Why I did this
Right now running pbiviz package command builds the visual using guid value from pbiviz.json file. It causes problems with testing packages.
Description
Implemented flag for pbiviz package command to specify custom guid without changing pbiviz json. I also implemented one test to make sure that the value is changing. However, there might be a problem if the developer enters a numeric value since this value is used as the name of the variable in visualPlugin.ts. What do we want to do in this case? Maybe to use some default value instead or just to throw an error?
Why I did this
Right now running pbiviz package command builds the visual using guid value from pbiviz.json file. It causes problems with testing packages.
Appreciate any feedback😊