-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[ | ||
{ | ||
"name": "powerapps-get-all-apps", | ||
"source": "pnp", | ||
"title": "Get all PowerApps in your tenant", | ||
"shortDescription": "Sample script to create a lists of all apps in your tenant and exports to CSV", | ||
"url": "https://pnp.github.io/script-samples/powerapps-get-all-apps/README.html", | ||
"longDescription": [ | ||
"" | ||
], | ||
"creationDateTime": "2023-11-13", | ||
"updateDateTime": "2023-11-13", | ||
"products": [ | ||
"PowerApps" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "POWERAPPS-POWERSHELL", | ||
"value": "2.0.0" | ||
} | ||
], | ||
"categories": [ | ||
"Report" | ||
], | ||
"tags": [ | ||
"Get-AdminPowerApp" | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/powerapps-get-all-apps/assets/preview.png", | ||
"alt": "Preview of the sample Get all PowerApps in your tenant" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "JimmyHang", | ||
"company": "", | ||
"pictureUrl": "https://github.com/JimmyHang.png", | ||
"name": "Jimmy Hang" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Want to learn more about Power Apps PowerShell and the cmdlets", | ||
"description": "Check out the Power Apps PowerShell documentation site to get started and for the reference to the cmdlets.", | ||
"url": "https://docs.microsoft.com/en-us/power-platform/admin/powerapps-powershell" | ||
} | ||
] | ||
} | ||
] |
132 changes: 0 additions & 132 deletions
132
scripts/powerapps-get-all-apps/assets/template.sample.json
This file was deleted.
Oops, something went wrong.