Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 committed Dec 3, 2024
1 parent 79735d8 commit 7105eee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion sdk/compute/arm-compute/test/compute_examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ describe("Compute test", () => {
resArray.push(item);
}
assert.equal(resArray.length, 0);
await client.disks.beginDeleteAndWait(resourceGroupName, "myVMosdisk", testPollingOptions)
await network_client.networkInterfaces.beginDeleteAndWait(resourceGroupName, interface_name, testPollingOptions);
await network_client.subnets.beginDeleteAndWait(resourceGroupName, network_name, subnet_name, testPollingOptions);
await network_client.virtualNetworks.beginDeleteAndWait(resourceGroupName, network_name, testPollingOptions);
Expand Down
43 changes: 0 additions & 43 deletions sdk/compute/arm-compute/test/sampleTest.ts

This file was deleted.

0 comments on commit 7105eee

Please sign in to comment.