diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5b04cd..a299a025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log - Power Platform Extension +## 2.0.64 +- pac CLI 1.34.4, (August 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + ## 2.0.62 - pac CLI 1.33.5, (July 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - Bug Fixes diff --git a/gulpfile.mjs b/gulpfile.mjs index c8604b54..9e3036c0 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -355,7 +355,7 @@ async function snapshot() { } } -const cliVersion = '1.33.5'; +const cliVersion = '1.34.4'; const recompile = gulp.series( clean, diff --git a/src/common/copilot/utils/copilotUtil.ts b/src/common/copilot/utils/copilotUtil.ts index d25d6f56..ce00f5a9 100644 --- a/src/common/copilot/utils/copilotUtil.ts +++ b/src/common/copilot/utils/copilotUtil.ts @@ -41,7 +41,7 @@ export function getDisabledOrgList() { export function getDisabledTenantList() { - const disallowedProDevCopilotTenants = ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotOrgs; + const disallowedProDevCopilotTenants = ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotTenants; if (disallowedProDevCopilotTenants === undefined || disallowedProDevCopilotTenants === "") { return [];