Community icon indicating copy to clipboard operation
Community copied to clipboard

Outlook add in manifest is invalid

Open catmanjan opened this issue 3 years ago • 4 comments

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

catmanjan avatar Jan 17 '22 23:01 catmanjan

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."> 

pl4nty avatar Jul 19 '22 05:07 pl4nty

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 avatar Jul 19 '22 06:07 dchurchland

@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

pl4nty avatar Jul 19 '22 08:07 pl4nty

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: @.***>

dchurchland avatar Jul 19 '22 11:07 dchurchland