File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Release History
551.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
Original file line number Diff line number Diff 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" ][
You can’t perform that action at this time.
0 commit comments