-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Find-JsonContent: Fixing Underlying issue of #583 2nd or more JSONPath in the same hierarchy would be returned corrupted * Adding unit test for Find-JSONContent and multiple list items * Test-AzTemplate: Fixing #581, #583, #580, #583 * Returning one result per inner template node (this cleans up reporting) (#580, #581) * Accepting return objects with a .JSONPath for easier line association * Adding exception handling around [Matches] (#583) * Adding additional context to Test-AzTemplate return value * Parameters-Must-Be-Referenced: Adding .JSONPath to TargetObject to enhance returns * Test-AzTemplate: Ensures empty results are counted as passed. * Test-AzTemplate: Fixing Typo the stopped errors from being populated * Test-AzTemplate: Adding -Verbose message when Resolve-JSONObject fails * Test-AzTemplate: stringifying .TargetObject.JSONPath (for when more than one TargetObject is returned). Adding leading space to NestedTemplate Grouping (Output Differentiation) * Restoring .lineNumber property to TargetObject * Adding test case for grouping with multiple inner templates * Updating InnerTemplates Tests (Adding Tests to Reproduce #583) * Expand-AzTemplate: Adding InnerTemplatesText, InnerTemplatesNames, InnerTemplatesLocations to return. * Resolve-JSONContent: Fixing .Column * Test-AzTemplate: Sorting on InnerTemplateStart, Adjusting Line Numbers for InnerTemplates, Carrying More InnerTemplate Context into Return * Adding Isolated InnerTemplates Test File * Adding detailed test for innertemplates * Adding detailed test for innertemplates * Removing older InnerTemplateTest * Test-AzTemplate: Safeguarding InnerTemplate Expansion * Delete MultipleInnerTemplates.json * Adding Test for Resolve-JSONContent.Column * Fixing Test for Resolve-JSONContent.Column Co-authored-by: James Brundage <@github.com> Co-authored-by: Brian Moore <[email protected]>
- Loading branch information
1 parent
c899a92
commit d3e5b64
Showing
8 changed files
with
380 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.