Closed fireflycons closed 4 years ago
Tracked to PSLogger.LogChangeset
Method need the following at the beginning
if (!changes.Changes.Any())
{
this.LogInformation("No changes to stack resources. Other changes such as Outputs may be present.");
return new Dictionary<string, int>();
}
On running stack update, if there are no resources changed, e.g. only outputs have been changed, then this exception is thrown