You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/azure-cli/azure/cli/command_modules/appservice/_params.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -776,8 +776,8 @@ def load_arguments(self, _):
776
776
c.argument('reset', help='Reset Java apps to the default parking page if set to true with no type specified.', arg_type=get_three_state_flag())
777
777
c.argument('timeout', type=int, help='Timeout for the deployment operation in milliseconds. Ignored when using "--src-url" since synchronous deployments are not yet supported when using "--src-url"')
778
778
c.argument('slot', help="The name of the slot. Default to the productions slot if not specified.")
779
-
c.argument('track_status', help="If true, web app startup status during deployment will be tracked for linux web apps.",
780
-
arg_type=get_three_state_flag())
779
+
c.argument('track_status', help="If true, web app startup status during deployment will be tracked for linux web apps.",arg_type=get_three_state_flag())
780
+
c.argument('pull_identity', help="AAD identity used for pull based deployments. 'system' will use the app's system assigned identy. An user assigned identity can be used by providing the client ID. Only available for Windows WebApps. Support for Linux WebApps coming soon.")
0 commit comments