Skip to content

Commit 04c61db

Browse files
committed
fixed code review comments
1 parent b15964e commit 04c61db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/connectedk8s/HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release History
55
1.10.12
66
+++++
77
* Removed deprecated '--app-id' and '--app-secret' RBAC parameters from the extension.
8-
* Update cluster diagnostics image to comply with Pod Securty standards-restricted( Updated image version:1.31.2).
8+
* Update cluster diagnostics image to comply with Pod Security Standards-Restricted level( Updated image version:1.31.2).
99
* Add endpoint overrides for Azure Government cloud environments
1010
* Update Proxy Image to 1.3.032281
1111

src/connectedk8s/azext_connectedk8s/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ def helm_install_release(
13151315
]
13161316

13171317
# Special configurations from 2022-09-01 ARM metadata.
1318-
# "dataplaneEndpoints" does not appear in arm_metadata for public and AGC
1318+
# "dataplaneEndpoints" property does not appear in arm_metadata structure for public and AGC clouds.
13191319
if "dataplaneEndpoints" in arm_metadata:
13201320
if "arcConfigEndpoint" in arm_metadata["dataplaneEndpoints"]:
13211321
notification_endpoint = arm_metadata["dataplaneEndpoints"][

0 commit comments

Comments
 (0)