Skip to content

False warning when validation teams app with localization #14164

Open
@nbelyh

Description

@nbelyh

Describe the bug

If you validate a Teams manifest file apk validate that has a localization file, it gives a warning:

The schema version of the localization file

(!) Warning: The schema version of the localization file for sv-se is different from the schema version of the app manifest file. 
Localization schema version found: v1.19. App manifest schema version provided: 1.19

To Reproduce
Steps to reproduce the behavior:

  1. Run apk validate against the attached package (our production package).
  2. A warning is displayed that version 1.19 is not the same as v1.19

visplan-manifest-prod.zip

Expected behavior
There should be no warning.

Screenshots

Image

CLI Information (please complete the following information):

  • OS: Windows 11
  • Version 1.0.1

Additional context
The original validator (website) was also giving this warning, despite the scemas are correct.
There is a missing "v" in the validator code that must be added. The correct manifest schemas are:

Manifest:
https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json

Localization:
https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.Localization.schema.json

Metadata

Metadata

Labels

TA:E2ETeam Area: E2EbugSomething isn't workingupstreamThe issue is tracked external dependency

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions