From 2c3e70a33cb35b8f4b55130b6d0d65a456fa4b82 Mon Sep 17 00:00:00 2001 From: Japheth Obala Date: Thu, 7 Jan 2021 12:34:20 +0300 Subject: [PATCH] Add msgraph cli (#6012) --- manifests/Microsoft/MsGraphCLI/0.1.0.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/Microsoft/MsGraphCLI/0.1.0.yaml diff --git a/manifests/Microsoft/MsGraphCLI/0.1.0.yaml b/manifests/Microsoft/MsGraphCLI/0.1.0.yaml new file mode 100644 index 000000000..4cf37d2d6 --- /dev/null +++ b/manifests/Microsoft/MsGraphCLI/0.1.0.yaml @@ -0,0 +1,12 @@ +Id: Microsoft.MsGraphCLI +Version: 0.1.0 +Name: Microsoft Graph CLI +Publisher: Microsoft Corporation +Homepage: https://docs.microsoft.com/en-us/graph/ +License: Copyright (C) Microsoft Corporation +Description: The Microsoft Graph command-line interface (MsGraph CLI) is a set of commands used to interact with Microsoft Graph. +Installers: + - Arch: x64 + Url: https://github.com/microsoftgraph/msgraph-cli/releases/download/msgraph_cli_36171/Microsoft.Graph.CLI.msi + InstallerType: MSI + Sha256: 1783BE0122790781366538AF303E677603F39D00B877E7BE98B9D870A77B35B8 \ No newline at end of file