Community
Community copied to clipboard
Outlook add in manifest is invalid
I did already log a ticket about this, but I also solved it myself - looks like a copy paste issue as DisplayName is listed twice in the outlook add in manifest
Ran into this bug today, this fix worked.
- <DisplayName DefaultValue="Content Manager" />
- <DisplayName DefaultValue="Content Manager" />
- <Description DefaultValue="An addin to register mail items in Content Manager.">
+ <DisplayName DefaultValue="Content Manager">
+ <Override Locale="en-US" Value="Content Manager" />
+ </DisplayName>
+ <Description DefaultValue="An addin to register mail items in Content Manager.">
I could not find the file with this issue, maybe we have fixed it in the interim?
The latest manifest can be found along with the Powershell setup script here https://github.com/content-manager-sdk/Community/tree/master/docs/files/101
@dchurchland thanks, I realised I had the 10.0 manifests - I've updated to 10.1. The script looks pretty useful but I noticed it uses the Azure CLI, is there an Azure PowerShell version by any chance? Unfortunately the CLI doesn't support a proxy authentication protocol that I'll need
Sorry no Azure Powershell version.
On Tue, 19 Jul 2022 at 18:47, Tom Plant @.***> wrote:
@dchurchland https://github.com/dchurchland thanks, I realised I had the 10.0 manifests - I've updated to 10.1. The script looks pretty useful but I noticed it uses the Azure CLI, is there an Azure PowerShell version by any chance? Unfortunately the CLI doesn't support a proxy authentication protocol that I'll need
— Reply to this email directly, view it on GitHub https://github.com/content-manager-sdk/Community/issues/23#issuecomment-1188776050, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG7YHTAK355PCMJHTEOGXLVUZTS7ANCNFSM5MFYTFTQ . You are receiving this because you were mentioned.Message ID: @.***>