Yaml anchor, alias is helpful to DRY. E.g. for batchaccount api.yaml,
we can anchor sdk def for resourceGroup and accountName and alias
that at CRUD request.
For the alias's name, magic module already support private field to skip
yaml validation, in other word, magic module already has some mechanism
to work around extraneous field checking. We can use that mechanism to
name our aliases, starts with '__'.
Yaml anchor, alias is helpful to DRY. E.g. for batchaccount api.yaml, we can anchor sdk def for
resourceGroup
andaccountName
and alias that at CRUD request. For the alias's name, magic module already support private field to skip yaml validation, in other word, magic module already has some mechanism to work around extraneous field checking. We can use that mechanism to name our aliases, starts with '__'.