Joel Hendrix
Joel Hendrix
Confirmed, the ARM RPC [spec](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations) requires the polling URIs to be absolute.
Looks like DNS failed to resolve the host name, so the request was never made which is why there's no request ID. This specific error message comes from the standard...
Sketching out an implementation (not comprehensive but conveys the general pattern). ``` /sdk/profiles +------------/20200901hybrid +--------------/doc.go +--------------/go.mod +--------------/keyvault +--------/azkeys +--------/azsecrets +--------------/resourcemanager +---------------/compute +-------/armcompute +---------------/resources +---------/armlocks +---------/armpolicy ```
One problem I see is for the data-plane packages (key vault and blob storage). Our track 2 data-plane packages typically have a hand-written convenience layer on top of the generated...
I'm following up on this however I can't commit to anything at present.
CC @sandeep-sen
This is correct. However, we haven't yet released an updated `azblob` that returns this error type.
This change has now been deployed in `[email protected]`
@richardpark-msft where can I find more info on the failing test?
@richardpark-msft I have a repro now, investigating...