Skip to content

Commit 0da1abc

Browse files
authored
Update PAC to v1.33.3 and release notes (#963)
1 parent 881220d commit 0da1abc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

extension/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please use the issues tracker in the home repo: <https://github.com/microsoft/po
2222
# Release Notes
2323

2424
{{NextReleaseVersion}}:
25+
- pac CLI 1.33, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)
26+
- Power Platform Install Catalog task now supports the TargetEnvironment parameter, via [#942]](https://github.com/microsoft/powerplatform-build-tools/pull/942)
27+
28+
2.0.71:
2529
- (Preview) The Power Platform Service Connection now supports Workload Identity federation, enabling Service Principals or Managed Identities to authenticate without a Client Secret when configured with Federated Credentials in the Azure Portal.
2630
- Power Platform Tool Installer task can now optionally prepend PAC CLI to the System PATH
2731
- Power Platform Import Data task can now specify the connection count

nuget.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"packages": [
88
{
99
"name": "Microsoft.PowerApps.CLI",
10-
"version": "1.32.8",
10+
"version": "1.33.3",
1111
"internalName": "pac"
1212
},
1313
{
1414
"name": "Microsoft.PowerApps.CLI.Core.linux-x64",
15-
"version": "1.32.8",
15+
"version": "1.33.3",
1616
"internalName": "pac_linux",
1717
"chmod": "tools/pac"
1818
}

0 commit comments

Comments
 (0)