Skip to content

Commit

Permalink
Merge pull request #220 from ywk253100/231218_fix
Browse files Browse the repository at this point in the history
Bug fix: validate the subscription ID when initing the plugin
  • Loading branch information
ywk253100 authored Dec 19, 2023
2 parents c563475 + c75eada commit 788a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velero-plugin-for-microsoft-azure/volume_snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (b *VolumeSnapshotter) Init(config map[string]string) error {
if err := veleroplugin.ValidateVolumeSnapshotterConfigKeys(config,
vslConfigKeyResourceGroup,
vslConfigKeyAPITimeout,
vslConfigKeyResourceGroup,
vslConfigKeySubscriptionID,
vslConfigKeyIncremental,
vslConfigKeyTags,
credentialsFileConfigKey,
Expand Down

0 comments on commit 788a7fb

Please sign in to comment.