Oskar Klintrot

Results 11 issues of Oskar Klintrot

Command ``` > ./azurecopy.exe -i https://mybucket.s3.amazonaws.com/myblob -o https://myaccount.blob.core.windows.net/mycontainer -blobcopy ``` gives ``` StartCopyFromBlob error msg Fjärrservern returnerade ett fel: (403) Förbjuden. StartCopyFromBlob error stack vid Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext...

**Is this a document under https://docs.microsoft.com/en-us/azure/azure-monitor/** No **Does the document belong to this repo?** If yes, please describe the issue and what you expect to see. \ There is a...

documentation

**Is your feature request related to a problem?** `DependencyTelemetry.Type` is a string but is set using constants from `RemoteDependencyConstants`. It would be nice to be able to use those constants...

enhancement

The download from codeplex is blocked in Chrome due to some potential harmful code. For some reason it works to download from GH though. I don't know if it's possible...

I'm not sure if this is a bug or a misunderstanding from my side but I'm trying to use pattern matching for logging different exceptions in different ways. Nothing fancy....

Currently I need to click on the notifications one at a time to open them, it would be great if there was an "Open all"-button that just opens all at...

#### Is the feature request related to a problem I'm trying to switch from `SourceTransform` to `InPlaceOverwrite` but I ran into an issue. `ValidateContent` now errors out on some markdown...

**Is your feature request related to a problem?** It's a bit cumbersome to read and add the request/response body to the `RequestTelemetry.Properties` (and `DependencyTelemetry.Properties`). **Describe the solution you'd like.** Similar...

enhancement

I wanted to pass an array of strings to a module so I added them in `themesettings.yml` ```yaml AssetsToIgnoreInDocumentJson: [staticwebapp.config.json] ``` Then I tried to retrieve them: ```csharp var ignore...

**Describe the bug** When I try to deploy static files to a SWA that have been deployed to before via Azure DevOps the CLI fails (silently unless I add `--dry-run`)....