Skip to content

Commit 554875b

Browse files
leblocksalexander.g
authored andcommitted
185112 enforce python 3 version by execution env type (#158)
* 185112 enforce python 3 version by execution env type * 185112 package version bump * 185112 version bump Co-authored-by: alexander.g <[email protected]>
1 parent 710cc45 commit 554875b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

SandboxOrchestrationPackage/DataModel/datamodel.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<ns0:ResourceFamilies>
33
</ns0:ResourceFamilies>
44
<ns0:ScriptDescriptors>
5-
<ns0:ScriptDescriptor Alias="Setup script" CategoryName="Hidden Commands" Name="Default Sandbox Setup 4.0" Version="4.0.0">
5+
<ns0:ScriptDescriptor Alias="Setup script" CategoryName="Hidden Commands" Name="Default Sandbox Setup 4.0" Version="4.1.0" ExecutionEnvironmentType="1">
66
<ns0:ScriptInputs />
77
</ns0:ScriptDescriptor>
8-
<ns0:ScriptDescriptor Alias="Teardown script" CategoryName="Hidden Commands" Name="Default Sandbox Teardown 4.0" Version="4.0.0">
8+
<ns0:ScriptDescriptor Alias="Teardown script" CategoryName="Hidden Commands" Name="Default Sandbox Teardown 4.0" Version="4.1.0" ExecutionEnvironmentType="1">
99
<ns0:ScriptInputs />
1010
</ns0:ScriptDescriptor>
11-
<ns0:ScriptDescriptor Alias="Save script" CategoryName="Hidden Commands" Name="Default Sandbox Save 4.0" Version="4.0.0">
11+
<ns0:ScriptDescriptor Alias="Save script" CategoryName="Hidden Commands" Name="Default Sandbox Save 4.0" Version="4.1.0" ExecutionEnvironmentType="1">
1212
<ns0:ScriptInputs />
1313
</ns0:ScriptDescriptor>
14-
<ns0:ScriptDescriptor Alias="Restore script" CategoryName="Hidden Commands" Name="Default Sandbox Restore 4.0" Version="4.0.0">
14+
<ns0:ScriptDescriptor Alias="Restore script" CategoryName="Hidden Commands" Name="Default Sandbox Restore 4.0" Version="4.1.0" ExecutionEnvironmentType="1">
1515
<ns0:ScriptInputs />
1616
</ns0:ScriptDescriptor>
1717
</ns0:ScriptDescriptors>
18-
</ns0:DataModelInfo>
18+
</ns0:DataModelInfo>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.1.0

0 commit comments

Comments
 (0)