Skip to content

Commit

Permalink
Upgrade version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Costya Y committed Nov 18, 2020
1 parent 121acbe commit 4b0ecf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/azure_shell/drivermetadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Driver Description="This driver orchestrate all the command that will be executed on Azure" MainClass="driver.AzureShellDriver" Name="Azure Shell Driver" Version="2.0.3">
<Driver Description="This driver orchestrate all the command that will be executed on Azure" MainClass="driver.AzureShellDriver" Name="Azure Shell Driver" Version="2.0.4">
<Layout>
<Category Name="Deployment">
<Command Description="" DisplayName="Deploy VM" EnableCancellation="true" Name="deploy_vm" Tags="allow_unreserved" />
Expand Down
2 changes: 1 addition & 1 deletion drivers/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self,network_service):
:param cloudshell.cp.azure.domain.services.network_service.NetworkService network_service:
"""
self.network_service= network_service
self.network_service = network_service

@retry(stop_max_attempt_number=retrying_helpers.retryable_error_max_attempts,
wait_fixed=retrying_helpers.retryable_wait_time,
Expand Down
2 changes: 1 addition & 1 deletion package/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4

0 comments on commit 4b0ecf0

Please sign in to comment.