Skip to content

Commit

Permalink
Revert "updated plugin"
Browse files Browse the repository at this point in the history
This reverts commit 4b13023.
  • Loading branch information
fraliv13 committed Aug 30, 2023
1 parent 4b13023 commit 285858e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func createOrSelectStack(ctx context.Context, stackName, projectName string, dep
w := s.Workspace()

// for inline source programs, we must manage plugins ourselves
err = w.InstallPlugin(ctx, "azure-native", "v2.4.0")
err = w.InstallPlugin(ctx, "azure-native", "v1.102.0")
if err != nil {
klog.Errorf("Failed to install azure-native plugin: %v", err)
return auto.Stack{}, err
Expand Down

0 comments on commit 285858e

Please sign in to comment.