* June Update

* Enhance telemetry for file count and handle advanced form no-steps error notification (#603)

* Enhance telemetry for file count and handle advanced form no-steps error notification

* typo update

* bump pac to 1.5.2

* [Critical Fix] Include return statement if error telemetry is logged (#609)

Fixed error handling. Success events were getting logged for error scenarios

* Update ODATA fetch count (#610)

* Release Notes for portal download

* Release Notes for pullrequest/8403292

* Updated release notes

---------

Co-authored-by: tyaginidhi <tyaginidhi@users.noreply.github.com>
Co-authored-by: BidishaMS <97606074+BidishaMS@users.noreply.github.com>
Co-authored-by: Nidhi Tyagi 🌟🐇🌴❄️ <nityagi@microsoft.com>
Co-authored-by: Rishabh Jain <rishjain@microsoft.com>
This commit is contained in:
Crash Collison 2023-07-13 19:48:10 -07:00 коммит произвёл GitHub
Родитель bdccb6dc46
Коммит 32df5791a9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -19,6 +19,12 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
[Power Platform CLI Exposed](https://www.youtube.com/playlist?list=PLlrxD0HtieHhEdLHxQOU96ySSZpMCyAxf)
## Release Notes
2.0.0:
- pac CLI 1.25.2 (June refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Power Pages site code edit support - in VScode web extension - for components like forms, content snippets, lists, and more
- Enhanced Power Pages (paportal) download to have CSS, JS and HTML files as placeholders always.
- Power Pages (paportal) commands to have better error handling for deployment profiles and unsupported web-files.
1.1.28:
- pac CLI 1.24.3 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Linux and Mac - PAC switched to the [CrossPlat Dotnet Tool version](https://www.nuget.org/packages/Microsoft.PowerApps.CLI.Tool) from the x64 architectured [Linux x64](https://www.nuget.org/packages/Microsoft.PowerApps.CLI.Core.linux-x64) and [OSx x64](https://www.nuget.org/packages/Microsoft.PowerApps.CLI.Core.osx-x64) versions

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

@ -368,7 +368,7 @@ async function snapshot() {
}
const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.24.3';
const cliVersion = '1.25.2';
const recompile = gulp.series(
clean,