Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Engin Polat a70d613554
Fix documentation and import module names (#357)
* fixing documentation
2024-01-31 08:28:54 -08:00
marclerwick 5d02d68b5f
#253 Managed Environments support (#292)
* Added support for Container App Managed Environments

* Updated the .md file and reverted local changes to the test file.

* Minor typo fixes.

* Update examples/ContainerApp/ContainerApp.Tests.ps1

Co-authored-by: Mary Sha <15195985+msha1026@users.noreply.github.com>

* Update Modules/BenchPress.Azure/Public/Confirm-ContainerAppManagedEnv.ps1

Co-authored-by: Mary Sha <15195985+msha1026@users.noreply.github.com>

* Updating PS files to UTF-8 w/BOM

* Update Modules/BenchPress.Azure/Public/Confirm-ContainerAppManagedEnv.ps1

Co-authored-by: Caroline Quigg <caquigg@microsoft.com>

* Changed variable name per code review.

* Removed what will be a redundant test.

* Adding the ContainerAppManagedEnv resource type to the C# code.

* Updating variable name in the documentation.

* Aligning variables.

* More minor fixes based on inconsistencies work items.

* Removing indents from multi-line

* Aligning variables

* Aligning variables, again.

* Adding sourcing for Confirm-ContainerAppManagedEnv to Get-ResourceByType

* Update Modules/BenchPress.Azure/Public/Confirm-ContainerAppManagedEnv.ps1

Co-authored-by: Mary Sha <15195985+msha1026@users.noreply.github.com>

* Update Modules/BenchPress.Azure/Public/Confirm-ContainerAppManagedEnv.ps1

Co-authored-by: Mary Sha <15195985+msha1026@users.noreply.github.com>

---------

Co-authored-by: Mary Sha <15195985+msha1026@users.noreply.github.com>
Co-authored-by: Caroline Quigg <caquigg@microsoft.com>
2023-04-04 15:44:18 -07:00
Mary Sha e64f9cdf29
Inconsistencies Part 1 (examples/) (#288)
* Resolve spacing and names

* utf8 with bom

* Align splatted variables

* Fix names of resources

* Update act comments to act and assert

* Fix parameter names in markdowns and sql server and database names in tests

* Add more descriptive test names for property key and value assertions
2023-04-04 13:52:01 -07:00
Ozi Boms 369f0f392f
Custom Assertion Updates (#289)
* 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
2023-04-03 15:47:37 -07:00
Mary Sha a8eff62505
Container Application Support (#286)
* working container app support

* Install Az.App in github actions

* Add callout for installation of az.app

* Edit tests for inconsistencies

* Update to one line test

* Remove comments
2023-03-30 13:17:11 -07:00