Closed tbarlow12 closed 5 years ago
ArmParamType
identity
deepEqual
AzureKeyVaultConfig
serverless.ts
ArmParameter
Resolves issue of not being able to skip previous deployments due to identity as well as mismatch in casing of type within ARM parameters
type
ArmParamType
for commonly used parameter types within ARM templatesidentity
property on resources for comparison, since that does not appear in ARM template from previous deploymentsdeepEqual
to utility class with optional normalizerAzureKeyVaultConfig
toserverless.ts
near other config modelsArmParameter
interfaceResolves issue of not being able to skip previous deployments due to
identity
as well as mismatch in casing oftype
within ARM parameters