Fix ECS tenant flag and update PAC-CLI version (#1036)

This commit is contained in:
tyaginidhi 2024-09-10 13:59:21 +05:30 коммит произвёл GitHub
Родитель 5db529ffbc
Коммит 22e79f2436
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -355,7 +355,7 @@ async function snapshot() {
}
}
const cliVersion = '1.33.5';
const cliVersion = '1.34.4';
const recompile = gulp.series(
clean,

Просмотреть файл

@ -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 [];