Skip to content

Commit

Permalink
Bug fix: validate the subscription ID when initing the plugin
Browse files Browse the repository at this point in the history
Bug fix: validate the subscription ID when initing the plugin

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
  • Loading branch information
ywk253100 committed Dec 18, 2023
1 parent c563475 commit c75eada
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 c75eada

Please sign in to comment.