Skip to content

Commit

Permalink
Set prefix to projectName for azure windows request
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Jul 8, 2024
1 parent e0b5114 commit 9a7be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mapt/cmd/azure/hosts/windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func getCreate() *cobra.Command {
// ParseEvictionRate
if err := azureWindows.Create(
&azureWindows.WindowsRequest{
Prefix: "",
Prefix: viper.GetString(params.ProjectName),
Location: viper.GetString(paramLocation),
VMSize: viper.GetString(paramVMSize),
Version: viper.GetString(paramVersion),
Expand Down

0 comments on commit 9a7be71

Please sign in to comment.