tall-needle-56640
02/10/2021, 9:28 PMMicrosoft.Web/sites
and Microsoft.KeyVault/vaults/secrets
both have objects called properties
. However, in AzureNextGen, they are not treated the same. In WebApp
, the properties object disappears completely and all the sub-objects are brought up a level. However, in Secret
(KeyVault), there is SecretProperties
. Why are these treated differently? Could SecretPropertiesArgs
just merge into Secret
?tall-librarian-49374
02/10/2021, 9:37 PMtall-needle-56640
02/10/2021, 10:32 PM