Skip to content

Commit

Permalink
Add node dynamic session to azure cli
Browse files Browse the repository at this point in the history
Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
mdashiquemicrosoft committed Aug 3, 2024
1 parent cf08693 commit 66941d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,8 @@ def construct_payload(self):
# We only support 'Dynamic' type in CLI
self.session_pool_def["properties"]["poolManagementType"] = "Dynamic"
self.session_pool_def["properties"]["environmentId"] = self.get_argument_managed_env()

if self.get_argument_container_type() is None:
self.set_argument_container_type(ContainerType.PythonLTS.name)

self.session_pool_def["properties"]["containerType"] = self.get_argument_container_type()

dynamic_pool_def = self.set_up_dynamic_configuration()
Expand Down

0 comments on commit 66941d7

Please sign in to comment.