Skip to content

Commit

Permalink
Add flag "AllowRemoteConnections=false" on CLP family
Browse files Browse the repository at this point in the history
increased minor version
  • Loading branch information
Alex Azarh authored and Alex Azarh committed Jun 12, 2017
1 parent 1e259c7 commit 328acfe
Show file tree
Hide file tree
Showing 6 changed files with 15 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="1.1.0">
<Driver Description="This driver orchestrate all the command that will be executed on Azure" MainClass="driver.AzureShellDriver" Name="Azure Shell Driver" Version="1.2.0">
<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/azure_shellPackage/DataModel/datamodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</AttributeInfo>
</Attributes>
<ResourceFamilies>
<ResourceFamily Description="" IsAdminOnly="true" IsSearchable="true" Name="Cloud Provider">
<ResourceFamily Description="" IsAdminOnly="true" IsSearchable="true" Name="Cloud Provider" AllowRemoteConnection="false">
<AttachedAttributes />
<AttributeValues />
<Models>
Expand Down
2 changes: 1 addition & 1 deletion drivers/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
10 changes: 10 additions & 0 deletions pack_install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
copy version.txt package/version.txt
copy version.txt drivers/version.txt
pushd %CD%
cd drivers
call pack.bat
if %errorlevel% neq 0 exit /b %errorlevel%
call install.bat
popd

2 changes: 1 addition & 1 deletion package/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 328acfe

Please sign in to comment.