File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,12 +371,15 @@ Param
371371 $Product = 'AzGovViz',
372372
373373 [string]
374- $ProductVersion = '6.6.1 ',
374+ $ProductVersion = '6.6.2 ',
375375
376376 [string]
377377 $GithubRepository = 'aka.ms/AzGovViz',
378378
379379 # <--- AzAPICall related parameters #consult the AzAPICall GitHub repository for details aka.ms/AzAPICall
380+ [string]
381+ [ValidateSet('AzAPICall', 'AzAPICallBeta')]$AzAPICallModuleName = 'AzAPICall',
382+
380383 [string]
381384 $AzAPICallVersion = '1.2.4',
382385
@@ -35398,7 +35401,7 @@ if ($DoPSRule) {
3539835401#region verifyModules3rd
3539935402$modules = [System.Collections.ArrayList]@()
3540035403$null = $modules.Add([PSCustomObject]@{
35401- ModuleName = 'AzAPICall'
35404+ ModuleName = $AzAPICallModuleName
3540235405 ModuleVersion = $AzAPICallVersion
3540335406 ModuleProductName = 'AzAPICall'
3540435407 ModulePathPipeline = 'AzAPICallModule'
Original file line number Diff line number Diff line change @@ -371,12 +371,15 @@ Param
371371 $Product = ' AzGovViz' ,
372372
373373 [string ]
374- $ProductVersion = ' 6.6.1 ' ,
374+ $ProductVersion = ' 6.6.2 ' ,
375375
376376 [string ]
377377 $GithubRepository = ' aka.ms/AzGovViz' ,
378378
379379 # <--- AzAPICall related parameters #consult the AzAPICall GitHub repository for details aka.ms/AzAPICall
380+ [string ]
381+ [ValidateSet (' AzAPICall' , ' AzAPICallBeta' )]$AzAPICallModuleName = ' AzAPICall' ,
382+
380383 [string ]
381384 $AzAPICallVersion = ' 1.2.4' ,
382385
@@ -786,7 +789,7 @@ if ($DoPSRule) {
786789# region verifyModules3rd
787790$modules = [System.Collections.ArrayList ]@ ()
788791$null = $modules.Add ([PSCustomObject ]@ {
789- ModuleName = ' AzAPICall '
792+ ModuleName = $AzAPICallModuleName
790793 ModuleVersion = $AzAPICallVersion
791794 ModuleProductName = ' AzAPICall'
792795 ModulePathPipeline = ' AzAPICallModule'
Original file line number Diff line number Diff line change 11{
2- "ProductVersion" : " 6.6.1 "
2+ "ProductVersion" : " 6.6.2 "
33}
You can’t perform that action at this time.
0 commit comments