Mike Finch

Results 29 comments of Mike Finch

@Elsie4ever @ZengTaoxu I do not have permission to run `az provider register`, but I could run list. It seems like there already are providers assigned: az provider list --query "[?namespace=='Microsoft.Storage']"...

@Elsie4ever please provide more information on what to expect, I have to enter a tciket to have this command run in the corporate account.

@Elsie4ever @ZengTaoxu I found someone with sufficient permissions to run `az provider register` it did not change the outcome. I reran `list` also, no obvious differences. az provider list --query...

@Elsie4ever @ZengTaoxu Thought's on if this is a bug or operator error?

@Elsie4ever and @ZengTaoxu Any updates, this is still blocking some of our automation efforts.

I am seeing the same issue. Even though it says ` Writing 32163 bytes to ./notebook.tex` nothing is in the directory. ```sh-4.2$ jupyter nbconvert --Application.log_level=10 --to pdf UltimakerAnalysis.ipynb [NbConvertApp] Searching...

I was working in a Sagemaker Notebook, this [issue](https://github.com/aws-samples/amazon-sagemaker-notebook-instance-lifecycle-config-samples/pull/34) resolved.

I think I am hitting this from the portal: System.InvalidOperationException: Exception binding parameter 'event' Is there documentation on how to correctly format eventgrid input. I am also getting the same...

A use case that does not require .Callback is to test retry logic on a void function so you could SetupSequence: .Throws().Throw().Succeeds()