Richie Lee

Results 10 issues of Richie Lee

Occasionally useful to fail if a secret/scope does not exist, so added switch to fail if this is the case.

How is the module published to PSGallery? I don't see any steps in the yaml files. Reason I ask is that I want to publish some modules to NuGet for...

I know there's issues around Pester 5 running older test suites, but the _InvokeTests specifies a minimum version of 4.4.2. Could we set a maximumversion of 4.9.0 as well until...

bug

We can combine ```-SkipHeaderValidation -ContentType "charset=utf-8"``` to avoid having to use a temp file to save a file. So all this https://github.com/DataThirstLtd/azure.databricks.cicd.tools/blob/7869448c81081c07cc39dd366889cc403059ac8f/Private/Set-LocalNotebook.ps1#L31-L40 can be condensed into ```powershell $Response = (Invoke-RestMethod...

I noticed that new formes/mega evolutions were not included so I've added them. I've kept the names for the original 890 as they were and used forme names for the...

Hello! I forked and made some changes to the make_db scripts and had to do a few other updates as the underlying website had been re-designed so the database could...

Deploy report is a useful document that can be generated in isolation of diff script. In order to review potential issues (such as index rebuilds) we should shred the demo...

For me - need to complete documentation for the Functions.

Minor alteration to the README to make it clear that using a two part name in the ```CHANGE_HISTORY_TABLE``` argument will result in the METADATA database being used to store the...

dependencies

Love that the function ```Get-IpRange``` returns all the IPs in the range, as so many tools online return the lowest and the highest. However I have noticed that the lowest...