Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnt committed Jul 11, 2024
1 parent 5f00bdb commit 6b30e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/generator/resources_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (g *generator) devDiskEncryptionSet() *arm.Resource {
Name: to.StringPtr(fmt.Sprintf("[%s]", sharedDiskEncryptionSetName)),
Type: to.StringPtr("Microsoft.Compute/diskEncryptionSets"),
Location: to.StringPtr("[resourceGroup().location]"),
Identity: &mgmtcompute.EncryptionSetIdentity{Type: mgmtcompute.DiskEncryptionSetIdentityType(mgmtcompute.DiskEncryptionSetIdentityTypeSystemAssigned)},
Identity: &mgmtcompute.EncryptionSetIdentity{Type: mgmtcompute.DiskEncryptionSetIdentityTypeSystemAssigned},
}

return &arm.Resource{
Expand Down

0 comments on commit 6b30e87

Please sign in to comment.