Closed
Description
The x-ms-paths
support query routing with query params. This affects several new data-plane generated services.
In azure_svc_blobstorage
, service::get_account_info
should not have restype: &str, comp: &str
params.
azure-sdk-for-rust/services/svc/blobstorage/src/package_2020_10/operations.rs
Lines 407 to 427 in 2eadbde
specification\storage\data-plane\Microsoft.BlobStorage\preview\2020-10-02\blob.json
"/?restype=account&comp=properties": {
"get": {
"tags": [
"service"
],
"operationId": "Service_GetAccountInfo",