Change to DiskEncryptionSetIdentityType

This commit is contained in:
Nont 2024-07-10 17:57:01 -05:00
Родитель de3f34242f
Коммит 5f00bdb54a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.ResourceIdentityTypeSystemAssigned)},
Identity: &mgmtcompute.EncryptionSetIdentity{Type: mgmtcompute.DiskEncryptionSetIdentityType(mgmtcompute.DiskEncryptionSetIdentityTypeSystemAssigned)},
}
return &arm.Resource{