Andrew
Andrew
@timotheeguerin Thanks for commenting! I don't believe that would be the actual issue since I am able to interact with my Azure resources using my DefaultAzureCredential with other SDKs such...
It seems that I can authenticate directly to the Identity SDK. Heres my working example: ```python from azure.identity import DefaultAzureCredential from azure.mgmt.resource import ResourceManagementClient credential = DefaultAzureCredential() client = ResourceManagementClient(credential,...
Yep! Heres the zip file and the swagger spec file used to generate the sdk [sdk.zip](https://github.com/Azure/autorest/files/9161327/sdk.zip) [swagger spec file](https://github.com/Azure/azure-rest-api-specs-pr/blob/main/specification/automanage/resource-manager/Microsoft.Automanage/stable/2022-05-04/automanage.json)
As both @iscai-msft and @timotheeguerin pointed out to me via DMs, I was missing the flag `--azure-arm` in my Autorest generation command. I was able to generate a Python SDK...
@sarangan12 Are there any other recommended solutions/workarounds? (this is the same user as andrsmith149, just logged in with a different account 😊)
@qiaozha I tried running `autorest --reset` then deleting the ./autorest folder and then regenerating the TypeScript SDK but failed with the same error. I'm not too concerned about this anymore...
@jsquire Is there any update on this? Thank you!
@LeePhillipsFreemarket Have you found any workaround/solution for this?
has anyone found a fix for this? @akoumoundouros I tried using lloesche/valheim-server:debian10. I was able to successfully create my server, but whenever I tried to connect, I would get a...