Skip to content

Commit 90c94cb

Browse files
author
Lily Pan
committed
add feature flag registration
1 parent dd76c61 commit 90c94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6136,7 +6136,7 @@ def test_aks_create_and_update_with_http_proxy_config(
61366136
}
61376137
)
61386138

6139-
disable_cmd = "aks update --resource-group={resource_group} --name={name} --disable-http-proxy"
6139+
disable_cmd = "aks update --resource-group={resource_group} --name={name} --disable-http-proxy --aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/DisableHTTPProxyPreview"
61406140

61416141
self.cmd(
61426142
disable_cmd,

0 commit comments

Comments
 (0)