Closed MathKlim closed 10 months ago
@raych1, could you take a look?
Thanks @MathKlim for reporting this issue. I can repro this issue.
Loop in service team to have a look at if managed identity follows same polling logic.
Meanwhile, you might try to use armmsi
package to work with managed identity.
Hi @MathKlim. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @MathKlim , did you try the armmsi
package?
Hi @MathKlim , did you try the
armmsi
package?
Hi, sorry for the delay. No, I haven't, I will try the armmsi
package tomorrow or wednesday.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure.
Hi @MathKlim. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @MathKlim, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Bug Report
.../services/compute/mgmt/2018-06-01/compute
go version
go version go1.20.4 linux/amd64
I'm trying to use the go sdk to create generic resources. Here I am trying to create a resource group and a user assigned managed identity.
Instead of getting of log like
created resources:
with the Id of my user assigned identity, of get the following one.But, the resource group and the user assigned identity are correctly created, I can see them in my portal.
The resources are created, the exit status is 0 and I get the ID of my user assigned identity.
The script above is self-contained, running it should work.
cat /etc/*release
result :