Ras Al Ghul

Results 2 comments of Ras Al Ghul

This also seems to work from my Win11 system: **PUT**: ``` >> Request: { "url": "https://management.azure.com/subscriptions/[REDACTED]/resourceGroups/MyGroup/providers/Microsoft.EventHub/namespaces/MyNamespace/eventhubs/testhub?api-version=2021-11-01", "method": "PUT", "headers": { "_headersMap": { "accept-language": { "name": "accept-language", "value": "en-US" }, "x-ms-client-request-id":...

Thank @losalex. I was able to get what I needed by doing: ```typescript async getLogs(resource: 'projects' | 'folders' | 'organizations'): Promise { const response = await this._client.auth.request({ url: `https://logging.googleapis.com/v2/${resource}/logs`, method:...