vcpkg/ports/azure-storage-queues-cpp/vcpkg.json
Azure SDK Bot b6b8b08aae
[Azure SDK Storage] Nov Release Update (#21247)
* [azure-storage-blobs-cpp] Update to 12.2.1
## 12.2.1 (2021-11-08)

### Other Changes

- `DefaultEncryptionScope` and `PreventEncryptionScopeOverride` in `BlobContainerProperties` were changed to optional.

* [azure-storage-queues-cpp] Update to 12.0.0-beta.2
## 12.0.0-beta.2 (2021-11-08)

### Breaking Changes

- Renamed `GetServicePropertiesResult` to `QueueServiceProperties`.
- Renamed `GetServiceStatisticsResult` to `ServiceStatistics`.
- Renamed `GetQueuePropertiesResult` to `QueueProperties`.
- Renamed `GetQueueAccessPolicyResult` to `QueueAccessPolicy`.
- Wrapped the first parameter of `QueueClient::SetAccessPolicy`, a vector of signed identifiers into a struct `QueueAccessPolicy`.
- Renamed `ReceiveMessagesResult` to `ReceivedMessages`.
- Renamed `PeekMessagesResult` to `PeekedMessages`.
2021-11-08 16:08:15 -08:00

26 lines
598 B
JSON

{
"name": "azure-storage-queues-cpp",
"version-semver": "12.0.0-beta.2",
"description": [
"Microsoft Azure Storage Queues SDK for C++",
"This library provides Azure Storage Queues SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-queues",
"license": "MIT",
"dependencies": [
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}