Skip to content

Commit 71a546c

Browse files
committed
register feaure flag
1 parent 47f2ad1 commit 71a546c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3699,7 +3699,7 @@ def test_aks_nodepool_add_with_ossku_ubuntu2204(self, resource_group, resource_g
36993699
@AllowLargeResponse()
37003700
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus2euap')
37013701
def test_aks_nodepool_add_with_ossku_ubuntu2404(self, resource_group, resource_group_location):
3702-
resource_group_location = 'eastus2euap'
3702+
resource_group_location = 'westus2'
37033703
aks_name = self.create_random_name('cliakstest', 16)
37043704
node_pool_name = self.create_random_name('c', 6)
37053705
node_pool_name_second = self.create_random_name('c', 6)
@@ -3723,7 +3723,8 @@ def test_aks_nodepool_add_with_ossku_ubuntu2404(self, resource_group, resource_g
37233723
'--resource-group={resource_group} '
37243724
'--cluster-name={name} '
37253725
'--name={node_pool_name_second} '
3726-
'--os-sku Ubuntu2404',
3726+
'--os-sku Ubuntu2404 '
3727+
'--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/Ubuntu2404Preview',
37273728
checks=[
37283729
self.check('provisioningState', 'Succeeded'),
37293730
self.check('osSku', 'Ubuntu2404'),

0 commit comments

Comments
 (0)