* Use the config value for app plan in the tests
* Added a default value for the tests
* Only set app_service_plan_sku if env var is set
Co-authored-by: David Moore <35696285+damoodamoo@users.noreply.github.com>
Co-authored-by: Stuart Leeks <stuartle@microsoft.com>
* Missing Api Id returns 500
* Make app_id mandatory
* Moving authInformation into workspace properties
* Create AAD when the private endpoint is finished
* tflint
* Adding outputs back in
* Default outputs
* Pass auth variables into TF
* TF Lint
* Fix Unit Tests
* app_id => client_id
* Linting
* E2E working locally
* Put tests around truthy method
* Bump the API Version
* Activate the DB migration
* Change return type and hope porter deals with it!
Co-authored-by: David Moore <35696285+damoodamoo@users.noreply.github.com>
* strip '-' from string in storage account name
* enabled sessions on send
* refactored receiver logic for sessions
* start of bulk/perf tests
* perf tests to test parallel executions
* fixed test after setting operationId as the correlation
* updated comment for .env
* Set dev container using same linter as CI build
* Fixup config to remove some test warnings
* Allos e2e smoke tests to use automation account
* Consolidate settings in single location
* standardise indentation
Mark tests as smoke and extended.
Modify pipeline to only run smoke tests. Other tests should be enabled when a good delete mechanism in in place.
Add an option to run with verify=false for testing purpose when using self signed TLS certificates.
Closes#511