I’ve noticed with the typescript azure-native pack...
# getting-started
b
I’ve noticed with the typescript azure-native package that not all inputs are necessarily available as outputs for certain resources… an example is the
azure-native.recoveryservices.ProtectionPolicy
resource, where
resourceGroupName
and
vaultName
are available as inputs but not as outputs. Is this simply a limitation with azure’s API specs that Pulumi is wrapping?