Skip to content

Commit

Permalink
{AKS} remove recording test for get-os-options (#7493)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Li <[email protected]>
  • Loading branch information
chengliangli0918 and charlili1234 committed Apr 12, 2024
1 parent df4716f commit 756a05c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,6 @@ def test_get_version(self):
versions = self.cmd(versions_cmd).get_output_in_json()
assert len(versions["values"]) > 0

@AllowLargeResponse()
def test_get_os_options(self):
osOptions_cmd = "aks get-os-options -l westus2"
self.cmd(
osOptions_cmd,
checks=[
self.check("type", "Microsoft.ContainerService/locations/osOptions")
],
)

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(
random_name_length=17, name_prefix="clitest", location="eastus"
Expand Down

0 comments on commit 756a05c

Please sign in to comment.