You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add script to check publish status, in "Use REST to update extension" (#3474)
* Update contact-extensions-team.md
The form is irrelevant. Hence, removing
* Update contact-extensions-team.md
We are trying to remove email contact and guide all developers through GIthub
* writer pass
* Use Issues page specifically
* add-on -> extension
* h2 See also, GitHub: when use which
* Sync Issues list & Discussions list w/ Readme
* Discussing -> Discussions
* focus Extension team or Other devs
* link correct
* Update addons-api-reference.md
Example script added
* format code listing
* move script, heading
* powershell
* whitespace before -Method
---------
Co-authored-by: Michael S. Hoffman <v-mihoffman@microsoft.com>
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/update/api/using-addons-api.md
+123Lines changed: 123 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -546,6 +546,129 @@ See also:
546
546
*[Check the publishing status](./addons-api-reference.md#check-the-publishing-status) in _REST API Reference for updating an extension at Microsoft Edge Add-ons_.
## Example: Check publication status and publish an extension with a PowerShell script
551
+
552
+
The following code is an example of a PowerShell script that uses the REST API to check the publication status of an extension, and publish that extension.
553
+
554
+
To use this script, fill in the `$ClientID`, `$ClientSecret`, `$ProductID`, and `$FilePATH` values at the top of the script.
0 commit comments