-
Running into this issue however trying just `azcopy` to a disk in a resource group using the following script :
Logs :
- Start
```
2024/11/27 21:51:42 Number of CPUs: 16
2024/11/27 21:51:42 Max…
-
The library https://github.com/Azure/azure-storage-blob-go/ that aptly uses to deploy packages to Azure is deprecated and will be retired 2024-09-13. As described there, it should be replaced with htt…
-
### Please select the type of request
Enhancement
### Tell us more
**Describe the request**
- The current implementation of the [pkg/splunk/client/azureblobclient.go](https://github.com/splu…
-
With `tsp-client`, documentation and scripts for additional TypeSpec tooling is no longer necessary. To make sure our users don't get confused, we should remove these tooling.
- https://github.com/Az…
-
This options bag doesn't seem to be used to modify client behavior for `TableClient::AddEntity`:
https://github.com/Azure/azure-sdk-for-cpp/blob/384552adff3d6cdea46cdf8a345120b183bdcc1e/sdk/tables/azu…
-
It looks like we hard-code (and always set) the `Prefer:` header to "return-no-content" everywhere in C++, rather than it be configured based on options:
https://github.com/Azure/azure-sdk-for-cpp/blo…
-
1) The default value of `UpsertEntityOptions` is `UpsertKind::Update` in C++, but it is Merge in other languages.
2) We are calling AddEntity in the exception path for some reason, which the other lan…
-
The call to fetch the first page sets the appropriate query parameters based on the input parameter value:
https://github.com/Azure/azure-sdk-for-go/blob/3199096307ce6269cd16df5f92251d5868378e7a/sdk/s…
-
### Bug Report
Using the `blob.ParseURL()` in azblob return wrong information if azurite is used with a custom hostname e.g. in a docker compose setup.
Used version:
github.com/Azure/azure-sdk-for-g…
-
Unlike most endpoints that return resources with `tags` fields as objects (which in the Go SDK are structured as `map[string]*string`), the `ReservationTransactions` list endpoint returns a `[]*string…