Skip to content

Commit

Permalink
Update the large response size
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhoakash committed Oct 23, 2024
1 parent b61910a commit 1e64f57
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11188,7 +11188,7 @@ def test_aks_create_with_azuremonitorappmonitoring(

# live only due to downloading k8s-extension extension
@live_only()
@AllowLargeResponse(8192)
@AllowLargeResponse(99999)
@AKSCustomResourceGroupPreparer(
random_name_length=17, name_prefix="clitest", location="westus2"
)
Expand Down Expand Up @@ -11242,7 +11242,7 @@ def test_aks_create_with_azurecontainerstorage(

# live only due to downloading k8s-extension extension
@live_only()
@AllowLargeResponse(8192)
@AllowLargeResponse(99999)
@AKSCustomResourceGroupPreparer(
random_name_length=17, name_prefix="clitest", location="westus2"
)
Expand Down Expand Up @@ -11297,7 +11297,7 @@ def test_aks_create_with_azurecontainerstorage_with_ephemeral_disk_parameters(

# live only due to downloading k8s-extension extension
@live_only()
@AllowLargeResponse(8192)
@AllowLargeResponse(99999)
@AKSCustomResourceGroupPreparer(
random_name_length=17, name_prefix="clitest", location="westus2"
)
Expand Down Expand Up @@ -11473,7 +11473,7 @@ def test_aks_update_with_azuremonitorappmonitoring(self, resource_group, resourc
])

@live_only()
@AllowLargeResponse(8192)
@AllowLargeResponse(99999)
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
def test_aks_update_with_azurecontainerstorage(self, resource_group, resource_group_location):
aks_name = self.create_random_name('cliakstest', 16)
Expand Down Expand Up @@ -11525,7 +11525,7 @@ def test_aks_update_with_azurecontainerstorage(self, resource_group, resource_gr
])

@live_only()
@AllowLargeResponse(8192)
@AllowLargeResponse(99999)
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
def test_aks_update_with_azurecontainerstorage_with_ephemeral_disk_parameters(self, resource_group, resource_group_location):
aks_name = self.create_random_name('cliakstest', 16)
Expand Down

0 comments on commit 1e64f57

Please sign in to comment.