зеркало из https://github.com/Azure/ARO-RP.git
Change to DiskEncryptionSetIdentityType
This commit is contained in:
Родитель
de3f34242f
Коммит
5f00bdb54a
|
@ -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{
|
||||
|
|
Загрузка…
Ссылка в новой задаче