Skip to content

Commit

Permalink
Add references found in Disk types to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
babbageclunk committed Jun 16, 2021
1 parent d5334d5 commit 435954c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,13 @@ func newKnownReferencesMap(configuration *config.Configuration) map[referencePai
typeName: astmodel.MakeTypeName(configuration.MakeLocalPackageReference("microsoft.network", "v1alpha1api20201101"), "SubResource"),
propName: "Id",
}: {},
{
typeName: astmodel.MakeTypeName(configuration.MakeLocalPackageReference("microsoft.compute", "v1alpha1api20200930"), "SourceVault"),
propName: "Id",
}: {},
{
typeName: astmodel.MakeTypeName(configuration.MakeLocalPackageReference("microsoft.compute", "v1alpha1api20200930"), "ImageDiskReference"),
propName: "Id",
}: {},
}
}

0 comments on commit 435954c

Please sign in to comment.