Skip to content

Commit 9e1c8e7

Browse files
committed
update
1 parent a469a8c commit 9e1c8e7

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
@@ -950,7 +950,8 @@ def _remove_readonly_attributes(containerapp_def):
950950
"customDomainVerificationId",
951951
"outboundIpAddresses",
952952
"fqdn",
953-
"runningStatus"
953+
"runningStatus",
954+
"runningState"
954955
]
955956

956957
for unneeded_property in unneeded_properties:

0 commit comments

Comments
 (0)