Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datamodel/datamodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</AttributeInfo>
</Attributes>
<ResourceFamilies>
<ResourceFamily Name="Generic Resource" IsConnectable="false" IsLockedByDefault="true" Description="" IsSearchable="true" ResourceType="Resource">
<ResourceFamily Name="Generic Resource" IsConnectable="false" IsLockedByDefault="true" Description="" IsSearchable="false" ResourceType="Resource">
<AttachedAttributes>
</AttachedAttributes>
<AttributeValues>
Expand Down Expand Up @@ -46,4 +46,4 @@
<DriverDescriptors>
<DriverDescriptor Name="SampleShell Driver" DriverType="PythonDriver" />
</DriverDescriptors>
</DataModelInfo>
</DataModelInfo>
1 change: 1 addition & 0 deletions src/sampleShelldriver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from cloudshell.shell.core.driver_context import *
from cloudshell.shell.core.resource_driver_interface import ResourceDriverInterface

# RONI, Your code sucks - please accept this better masterpiece!!!

class SampleShellDriver (ResourceDriverInterface):

Expand Down