Description
Several modules like
- Storage Account
- Key Vault
- ...
have properties like storageAccountSku which should only be sku. The idea of this issue is to
- go through our templates,
- identify the cases where we have an excess identifier in a property's name,
- remove them,
- update any reference (for example in the test cases),
- regenerate the readme and
- test the change
Description
Several modules like
have properties like
storageAccountSkuwhich should only besku. The idea of this issue is to