{"id":17983188,"url":"https://github.com/martins-vds/poc-azure-devops-install-extension","last_synced_at":"2025-04-04T02:12:33.341Z","repository":{"id":171416746,"uuid":"647909883","full_name":"martins-vds/poc-azure-devops-install-extension","owner":"martins-vds","description":"This PowerShell script is designed to help you install an Azure DevOps extension. It requires several parameters to be provided in order to install the extension.","archived":false,"fork":false,"pushed_at":"2023-05-31T20:28:54.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T13:36:49.890Z","etag":null,"topics":["automation","azure-devops","azure-devops-api","azure-devops-extension","devops","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martins-vds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-31T19:40:05.000Z","updated_at":"2023-05-31T20:34:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cb05da6-8c68-4102-baa8-eba80d1c212a","html_url":"https://github.com/martins-vds/poc-azure-devops-install-extension","commit_stats":null,"previous_names":["martins-vds/poc-azure-devops-install-extension"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-vds%2Fpoc-azure-devops-install-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-vds%2Fpoc-azure-devops-install-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-vds%2Fpoc-azure-devops-install-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-vds%2Fpoc-azure-devops-install-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martins-vds","download_url":"https://codeload.github.com/martins-vds/poc-azure-devops-install-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107828,"owners_count":20884797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","azure-devops","azure-devops-api","azure-devops-extension","devops","powershell"],"created_at":"2024-10-29T18:16:23.664Z","updated_at":"2025-04-04T02:12:33.316Z","avatar_url":"https://github.com/martins-vds.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install-DevOpsExtension PowerShell Script\n\nThis PowerShell script is designed to help you install an Azure DevOps extension. It requires several parameters to be provided in order to install the extension.\n\n## Prerequisites\n\nBefore running this script, please ensure you have the following:\n\n- PowerShell version 7.3 or later. You can download PowerShell from [here](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3)\n\n## Usage\n\nTo use this script, follow the steps below:\n\n1. Open PowerShell.\n2. Run the script using the following command:\n\n```powershell\n.\\Install-DevOpsExtension.ps1 -Organization \u003cOrganization\u003e -PublisherName \u003cPublisherName\u003e -ExtensionName \u003cExtensionName\u003e -Token \u003cToken\u003e\n```\n\nReplace `\u003cOrganization\u003e`, `\u003cPublisherName\u003e`, `\u003cExtensionName\u003e`, and `\u003cToken\u003e` with your own values.\n\n## Parameters\n\nThe script accepts the following parameters:\n\n- `Organization`: Azure DevOps organization name. **This parameter is mandatory**.\n- `PublisherName`: Publisher name for the extension. Must meet the specified pattern and length criteria. **This parameter is mandatory**.\n- `ExtensionName`: Name of the extension. Must meet the specified pattern and length criteria. **This parameter is mandatory**.\n- `Token`: Personal Access Token with at least the scope `Extensions (Read \u0026 Manage)` . **This parameter is mandatory**.\n  - For more information on how to create a Personal Access Token (PAT), please refer to [this documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops\u0026tabs=Windows).\n\n\u003e Note: The `PublisherName` and `ExtensionName` parameters can be found in the marketplace URL for the extension. For example, if the URL is `https://marketplace.visualstudio.com/items?itemName=my-publisher.my-extension`, then the `PublisherName` is `my-publisher` and the `ExtensionName` is `my-extension`.\n\n## Example\n\nHere is an example of how to use this script:\n\n```powershell\n.\\Install-DevOpsExtension.ps1 -Organization \"myorg\" -PublisherName \"my-publisher\" -ExtensionName \"my-extension\" -Token \"token\"\n```\n\nMake sure to replace `\"myorg\"`, `\"my-publisher\"`, `\"my-extension\"`, and `\"token\"` with your own values.\n\n## License\n\nThis script is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n## Contributions\n\nContributions are welcome! If you find any issues or have suggestions, please open an issue or submit a pull request.\n\n## Disclaimer\n\nThis script is provided as-is, without any warranty or support. Use it at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-vds%2Fpoc-azure-devops-install-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartins-vds%2Fpoc-azure-devops-install-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-vds%2Fpoc-azure-devops-install-extension/lists"}