-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README, task,json and addressed review comments (#11402)
* Implemented ARMTemplateDeployment task * Implemented ARMTemplateDeployment task * Implemented ARMTemplateDeployment task3 * Implemented ARMTemplateDeployment task4 * Added support for Management group and Subscription level deployment scope (#11265) * Implemented AzureServiceClientBase &DeploymentBase * Added validations * Updated properties of base classes * Modified patch version of related tasks * Revert "Modified patch version of related tasks" This reverts commit 8e01c19. * Modified patch version of related tasks * Updated existing tests * Addressed review comments * Implemented ARMTemplateDeployment task5 * Revert "Added support for Management group and Subscription level deployment scope (#11265)" This reverts commit 06f0b29. * Addressed review comments * Updated L0 tests & addressed review comments * update readme * Updated help text
- Loading branch information
1 parent
0bc03e9
commit f8b7d96
Showing
26 changed files
with
951 additions
and
68 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
8 changes: 8 additions & 0 deletions
8
Tasks/AzureResourceManagerTemplateDeploymentV3/Tests/CSM.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parameters": { | ||
"param": { | ||
"value": false, | ||
"toBeRemoved": true | ||
} | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
Tasks/AzureResourceManagerTemplateDeploymentV3/Tests/CSMwithComments.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
// This json file has comments | ||
"var": "value ending with escaped character\\\"\\\\" | ||
/*some Comment After the escaped Character */ | ||
} |
Oops, something went wrong.