You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add-WingetManifest fails with error at Invoke-RestMethod: .\Add-WinGetManifest.ps1:150 Line | 150 | … Response += Invoke-RestMethod $AzFunctionURL -Headers $apiHeader -Met … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | { "ErrorCode": 3, "ErrorMessage": "Data Validation Failed. Publisher in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. PackageName in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not | be null. License in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. ShortDescription in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null." } Add-WinGetManifest: Unhandled Error False
Steps to reproduce
Trigger below command and it fails.
Add-WinGetManifest -FunctionName -Path "" -SubscriptionName "AZ Subscription Name"
Expected behavior
Succesful addition of manifest to the store.
Actual behavior
Add-WingetManifest fails with error at Invoke-RestMethod: .\Add-WinGetManifest.ps1:150 Line | 150 | … Response += Invoke-RestMethod $AzFunctionURL -Headers $apiHeader -Met … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | { "ErrorCode": 3, "ErrorMessage": "Data Validation Failed. Publisher in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. PackageName in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not | be null. License in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. ShortDescription in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null." } Add-WinGetManifest: Unhandled Error False
Environment
Windows Package Manager (Preview) v1.7.3481-preview
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.23612.1000
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.3481.0
Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
The text was updated successfully, but these errors were encountered:
Brief description of your issue
Add-WingetManifest fails with error at Invoke-RestMethod: .\Add-WinGetManifest.ps1:150 Line | 150 | … Response += Invoke-RestMethod $AzFunctionURL -Headers $apiHeader -Met … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | { "ErrorCode": 3, "ErrorMessage": "Data Validation Failed. Publisher in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. PackageName in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not | be null. License in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. ShortDescription in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null." } Add-WinGetManifest: Unhandled Error False
Steps to reproduce
Trigger below command and it fails.
Add-WinGetManifest -FunctionName -Path "" -SubscriptionName "AZ Subscription Name"
Expected behavior
Succesful addition of manifest to the store.
Actual behavior
Add-WingetManifest fails with error at Invoke-RestMethod: .\Add-WinGetManifest.ps1:150 Line | 150 | … Response += Invoke-RestMethod $AzFunctionURL -Headers $apiHeader -Met … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | { "ErrorCode": 3, "ErrorMessage": "Data Validation Failed. Publisher in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. PackageName in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not | be null. License in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null. ShortDescription in Microsoft.WinGet.RestSource.Utils.Models.Schemas.DefaultLocale must not be null." } Add-WinGetManifest: Unhandled Error False
Environment
The text was updated successfully, but these errors were encountered: