Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 830 Bytes

intune-apps-windowsmicrosoftedgeapp-create-create-windowsmicrosoftedgeapp-cli-snippets.md

File metadata and controls

50 lines (46 loc) · 830 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc device-app-management mobile-apps create --body '{
\
  "@odata.type": "#microsoft.graph.windowsMicrosoftEdgeApp",
\
  "displayName": "Display Name value",
\
  "description": "Description value",
\
  "publisher": "Publisher value",
\
  "largeIcon": {
\
    "@odata.type": "microsoft.graph.mimeContent",
\
    "type": "Type value",
\
    "value": "dmFsdWU="
\
  },
\
  "isFeatured": true,
\
  "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
\
  "informationUrl": "https://example.com/informationUrl/",
\
  "owner": "Owner value",
\
  "developer": "Developer value",
\
  "notes": "Notes value",
\
  "publishingState": "processing",
\
  "channel": "beta",
\
  "displayLanguageLocale": "Display Language Locale value"
\
}
\
'