Skip to content

Commit b101dba

Browse files
authored
[Container app] az containerapp update: Fix containerapp update using yml file (#31508)
1 parent 0c21206 commit b101dba

File tree

1 file changed

+2
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/containerapp

1 file changed

+2
-1
lines changed

src/azure-cli/azure/cli/command_modules/containerapp/_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,8 @@ def _remove_readonly_attributes(containerapp_def):
949949
"latestRevisionFqdn",
950950
"customDomainVerificationId",
951951
"outboundIpAddresses",
952-
"fqdn"
952+
"fqdn",
953+
"runningStatus"
953954
]
954955

955956
for unneeded_property in unneeded_properties:

0 commit comments

Comments
 (0)