Skip to content
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

Instrument some operations #25924

Closed

Conversation

christothes
Copy link
Member

These were causing some test timeouts.

@@ -24,7 +24,8 @@ public async Task CreateOrUpdate()
var vmName = Recording.GenerateAssetName("testVM-");
var nic = await CreateBasicDependenciesOfVirtualMachineAsync();
var input = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName, nic.Id);
var lro = await collection.CreateOrUpdateAsync(vmName, input);
var lro = InstrumentOperation(await collection.CreateOrUpdateAsync(vmName, input, false));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be needed since we override the global time, need to investigate

@ghost ghost added the no-recent-activity There has been no recent activity on this issue. label Feb 25, 2022
@ghost
Copy link

ghost commented Feb 25, 2022

Hi @christothes. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

azure-sdk pushed a commit to azure-sdk/azure-sdk-for-net that referenced this pull request Oct 25, 2023
Add 2023-11-01-preview for appplatform (Azure#26231)

* Adds base for updating Microsoft.AppPlatform from version preview/2023-09-01-preview to version 2023-11-01-preview

* Updates readme

* Updates API version in new specs and examples

* Fix go readme for asa api (Azure#25897)

* Update language specific readme.md for 2023-11-01-preview api version (Azure#25898)

* add more build result information in build resource (Azure#25930)

Co-authored-by: 刘清仪 <[email protected]>

* Add apiTryOutEnabledState for api protal (Azure#25923)

* Add swagger for Spring Cloud Gateway response cache (Azure#25924)

* Update appplatform.json (Azure#26234)

* Update appplatform.json

* Update appplatform.json

---------

Co-authored-by: Sandy Cai <[email protected]>
Co-authored-by: Qingyi Liu <[email protected]>
Co-authored-by: 刘清仪 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compute no-recent-activity There has been no recent activity on this issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants