Ted Kolovos

Results 120 comments of Ted Kolovos

#921 has been created to cover the cosmetic changes to the AAD baseline prose. I am removing it from this issue.

I am guessing that Microsoft updates the licensing plan data regularly. What is the plan to keep this information up to date in ScubaGear? Right now the new code is...

Pushed to halibut so that we have more time to make content revisions and complete a review.

In the instructions where Pester is installed and you have prerequisites, you are missing a step to install Selenium. That is before running the Update Selenium script. ` Install-Module Selenium...

I noticed in the section where we tell the reader to "kill any ChromeDriver.exe processes", I found that those processes are sometimes hidden under the Powershell app and you cannot...

Today when I tried running the functional tests, I was a getting a random error (forgot to take a screenshot) that was unrelated to any of our code. Selenium just...

The README created for this PR is oriented to users (i.e. developers, testers) that want to execute the test orchestrator. I think you should add a couple of sentences at...

In your Functional Testing Usage section make it clear that the addition of the Thumbprint field to the -Data parameter is what makes the orchestrator run in service principal mode...

Throughout the document I think it would be better to use the voice "you need to do this" instead of the third person "the user should do this". This makes...

Add a section with the Powershell code to generate a user client certificate. ``` $CertName = "ScubaServicePrincipal" $CertParams = @{ Subject = $CertName KeySpec = "KeyExchange" CertStoreLocation = "Cert:\CurrentUser\My" }...