-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beginCreateAndWait method is returning operation status instead of tracked resource (@azure/arm-workloads) #22407
Comments
Label prediction was below confidence level |
@MaryGao Can you help follow up on this issue ? Thanks |
Sure I am preparing the package for this fix. |
Hi @hirenchalodiya1 , |
@MaryGao @kazrael2119 |
close it as resolved. |
@azure/arm-workloads
1.0.0-beta.1
Windows
16.8.0
Describe the bug
While monitor creation
beginCreateAndWait
function has data typeMonitor
But response is long running operation and monitor properties are null
To Reproduce
Steps to reproduce the behavior:
@azure/arm-workloads
packageExpected behavior
Method should return
Monitor
object. So basically,id
would be\subscriptions\<subscriptionId>\resourceGroups\<rgname>\providers\Microsoft.Workloads\monitors
,name
should be resource name not operation status nameScreenshots
Pasted above
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: