* updating recommended extensions to sync with codespace configuration
* bumping features to latest versions
* adding missing powershell modules
* updating devcontainer configuration to newest version
* Added support for testing only for the presence of a key without testing for a value.
Updated the Confirm-Resource tests.
* Added a negative index test.
* separate out into method and call for dependson unpacking
* Initial code to extract from mulitiple "DependsOn" entries
* Rename method and vars and add some descriptive comments
* Updating the code to work with other code that will be introduced.
* Minor updates to comments and code.
* Minor update.
* Cleanup a lot and add more descriptive comments
* Some renaming cause i can never decide
* Remove launchSettings
* Remove no longer needed if
* Use default value key
* set resolvedvalue to null if defaultvalue does not exist
* resolve csharpier
* Some cleanup
* Simplify regex
* Potential solution for adding quotes to resolved values that do not contian arm template functions
* Typo with name
* Reuse square bracket pattern and remove parantheses regex
* Typo remove double and
---------
Co-authored-by: Marc Lerwick <marclerwick@microsoft.com>
* Added support for PostgreSQL Flexible Server.
* Fixed variable names in the .md
* Updating example tests to use -BeSuccessful
* Adding the PostgreSqlFlexibleServer resource type to the C# code.
* Minor fixex based on inconsistencies work items.
* Removing indents from multi-line
* Adding sourcing for Confirm-PostgreSqlFlexibleServer to Get-ResourceByType
* Resolving inconsistencies with variable scoping in the examples when there is only a single Describe block.
* Adding resourceid to Get-ResourceByType unit test.
* Fixing the PS installation link.
* Initial code to extract from mulitiple "DependsOn" entries
* Updating the code to work with other code that will be introduced.
* Minor updates to comments and code.
* Minor update.
* Trying to make Megalinter happy.
* Grammar.
* Update BenchPress/Generators/AzureDeploymentImporter.cs
Co-authored-by: Ozi Boms <zboms123@gmail.com>
* Update BenchPress/Generators/AzureDeploymentImporter.cs
Co-authored-by: Ozi Boms <zboms123@gmail.com>
* Update BenchPress/Generators/AzureDeploymentImporter.cs
Co-authored-by: Ozi Boms <zboms123@gmail.com>
* Update BenchPress/Generators/AzureDeploymentImporter.cs
Co-authored-by: Ozi Boms <zboms123@gmail.com>
* Lint fixes and github suggestion fixes.
* Lint fixes.
* Lint fixes.
* Lint fixes.
* Writing ugly code to make csharpier happy.
* Writing even uglier code to make csharpier happy.
* It is unbelieveable how ugly this code is now.
* Let's make it uglier!
---------
Co-authored-by: Ozi Boms <zboms123@gmail.com>
* Minimum support for be successful tests
* Add supported test types as a method to resource type class
* Cleanup the language provider interface
* Resolve csharpier warning
* init
* removde cmdlet binding and update linter
* update based on comments
* update newly added resource types
* line length
* length
* fix role assignment + lines
* fix stale API versions
* utf-8 w bom
* unit tests + line lengths
* un-encode
* initial commit of role support for cosmosdb
* add bicep
* role definition
* revert test values
* linting
* comments
* comments
* add instructions for srvc principal id
* remove TODOs