Veronica Giaudrone

Results 22 comments of Veronica Giaudrone

Split out of https://github.com/Azure/azure-sdk-for-ruby/issues/908

This should also consider support to preview strategy (#1083), that would include the preview bits bits generation and automation and figuring out the branching strategy.

Thanks for submitting this request. - The first API is coming from https://github.com/Azure/azure-rest-api-specs/blob/current/specification/datalake-store/data-plane/Microsoft.DataLakeStore/2016-11-01/filesystem.json#L446 -> we're currently focused on Resource Management, since this API is part of data plane we haven't...

I talked to @lmazuel about this, swagger_to_sdk tool does not currently enable running additional commands, but he may add a feature to get that working, which would help us here....

@lmazuel yes, sounds good, enabling running commands before and after should do it (we may need to add commands that install stuff for our specific tasks to run).

If we want this, we'll need to account for exclusions as there are some api-version that we're not shipping due to telemetry or generation issues.

@mozehgir not sure why this was labeled with "Azure Stack" or "Service Attention", this is an SDK generation engineering task. @sijuman actually @sarangan12 is curently working on items to fully...

@sijuman ok, I think we answered the question since I removed the label. thanks!

@NatashaHull would you mind pasting your raw request/response, so we can check on types being asked and sent by the service? You can set environment variable 'AZURE_HTTP_LOGGING' to get more...

@NatashaHull Looking into this it appears that the rest api defined at https://github.com/Azure/azure-rest-api-specs/blob/current/specification/web/resource-manager/Microsoft.Web/2016-08-01/WebApps.json#L11766 produces XML. Our Ruby SDK does not currently support XML content type, therefore the exception you're seeing....