Skip to content

Commit 3644745

Browse files
Alex AzarhAlex Azarh
authored andcommitted
1) Removed searchable flag from CLP family
2) fixed problem in PackInstall.bat
1 parent 689af72 commit 3644745

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PackInstall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
run_packager.bat
2+
call run_packager.bat
33
python -m qpm install --package_name vCenterShell

run_packager.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
python -m pip install qpm --no-cache-dir --upgrade
33
python -m qpm pack --package_name vCenterShell
4-
copy version.txt package/version.txt
4+
copy version.txt package/version.txt /Y

vCenterShellPackage/DataModel/datamodel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</ns0:AttributeInfo>
173173
</ns0:Attributes>
174174
<ns0:ResourceFamilies>
175-
<ns0:ResourceFamily Description="" IsAdminOnly="true" IsSearchable="true" Name="Cloud Provider" AllowRemoteConnection="false">
175+
<ns0:ResourceFamily Description="" IsAdminOnly="true" IsSearchable="false" Name="Cloud Provider" AllowRemoteConnection="false">
176176
<ns0:AttachedAttributes />
177177
<ns0:AttributeValues />
178178
<ns0:Models>

0 commit comments

Comments
 (0)