File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tasks/Manage-AutomationAccount Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ function GetModuleContentLink {
334
334
process {
335
335
if (-not [string ]::IsNullOrEmpty($moduleDefinition.VersionIndependentLink )) {
336
336
# we want to support custom nuget providers that have different format of URL
337
- if ($moduleDefinition.VersionIndependentLink -contains ' {0}' )
337
+ if ($moduleDefinition.VersionIndependentLink.Contains ( ' {0}' ) )
338
338
{
339
339
return $moduleDefinition.VersionIndependentLink -f $moduleDefinition.Version
340
340
}
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " Manage-AutomationAccount" ,
4
4
"name" : " Manage-AutomationAccount" ,
5
- "version" : " 1.9.121 " ,
5
+ "version" : " 1.9.122 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments