File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3223,7 +3223,7 @@ var require_pacPackageInfo = __commonJS({
3223
3223
PacPackageName : "Microsoft.PowerApps.CLI" ,
3224
3224
LegacyLinuxPackage : "Microsoft.PowerApps.CLI.Core.linux-x64" ,
3225
3225
DotnetToolName : "Microsoft.PowerApps.CLI.Tool" ,
3226
- PacPackageVersion : "1.32.8 "
3226
+ PacPackageVersion : "1.33.3 "
3227
3227
} ;
3228
3228
}
3229
3229
} ) ;
Original file line number Diff line number Diff line change @@ -23976,6 +23976,7 @@ function main() {
23976
23976
environmentUrl: (0, getEnvironmentUrl_1.default)(),
23977
23977
catalogItemId: parameterMap["catalog-item-id"],
23978
23978
targetEnvironmentUrl: parameterMap["target-url"],
23979
+ targetEnvironment: parameterMap["target-environment"],
23979
23980
settings: parameterMap["settings"],
23980
23981
targetVersion: parameterMap["target-version"],
23981
23982
pollStatus: parameterMap["poll-status"],
Original file line number Diff line number Diff line change 2
2
"PacPackageName" : " Microsoft.PowerApps.CLI" ,
3
3
"LegacyLinuxPackage" : " Microsoft.PowerApps.CLI.Core.linux-x64" ,
4
4
"DotnetToolName" : " Microsoft.PowerApps.CLI.Tool" ,
5
- "PacPackageVersion" : " 1.32.8 "
5
+ "PacPackageVersion" : " 1.33.3 "
6
6
}
You can’t perform that action at this time.
0 commit comments