Skip to content

Commit

Permalink
temp change to default (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns authored Aug 19, 2019
1 parent 2c5f6e3 commit 9dc2eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourcemanager/config/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func AddFlags() error {
flag.StringVar(&baseGroupName, "baseGroupName", BaseGroupName(), "Specify prefix name of resource group for sample resources.")

flag.BoolVar(&useDeviceFlow, "useDeviceFlow", useDeviceFlow, "Use device-flow grant type rather than client credentials.")
flag.BoolVar(&declarative, "declarative", true, "declarative mode")
flag.BoolVar(&declarative, "declarative", false, "declarative mode")
flag.BoolVar(&keepResources, "keepResources", keepResources, "Keep resources created by samples.")

return nil
Expand Down

0 comments on commit 9dc2eb5

Please sign in to comment.