From 4ba3e7d79cbeafdad746f924fa9e0f3292652619 Mon Sep 17 00:00:00 2001 From: Bobby Reynolds <37971212+reynoldsbd@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:45:36 -0700 Subject: [PATCH 1/4] Add HoloLens to list of PowerShell adopters --- ADOPTERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 2a815ed1bb4..99df9ebdd29 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -32,4 +32,5 @@ This is a list of adopters of using PowerShell in production or in their product Designed to let you complete tasks that should be part of a deployment, but are not possible in an ARM template today — for example, creating a Key Vault certificate or querying an external API for a new CIDR block. * [Azure Pipelines Hosted Agents](https://docs.microsoft.com/azure/devops/pipelines/agents/hosted?view=azure-devops) Windows, Ubuntu, and MacOS Agents used by Azure Pipelines customers have PowerShell pre-installed so that customers can make use of it for all their CI/CD needs. * [GitHub Actions Virtual-Environments for Hosted Runners](https://help.github.com/actions/reference/virtual-environments-for-github-hosted-runners) Windows, Ubuntu, and MacOS virtual environments used by customers of GitHub Actions include Powershell out of the box. +* [Microsoft Hololens](https://www.microsoft.com/en-us/hololens) makes extensive use of PowerShell throughout the development cycle to automate tasks such as firmware assembly and automated testing. * [Windows 10 IoT Core](https://docs.microsoft.com/windows/iot-core/windows-iot-core) is a small form factor Windows edition for IoT devices and now you can easily include the [PowerShell package](https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease) in your imaging process. From 4d4388aa3e4c025c6c847988cb60fe3799cbb3d4 Mon Sep 17 00:00:00 2001 From: Bobby Reynolds <37971212+reynoldsbd@users.noreply.github.com> Date: Wed, 10 Jun 2020 16:08:42 -0700 Subject: [PATCH 2/4] Fix capitalization of HoloLens --- ADOPTERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 99df9ebdd29..fc710121d13 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -32,5 +32,5 @@ This is a list of adopters of using PowerShell in production or in their product Designed to let you complete tasks that should be part of a deployment, but are not possible in an ARM template today — for example, creating a Key Vault certificate or querying an external API for a new CIDR block. * [Azure Pipelines Hosted Agents](https://docs.microsoft.com/azure/devops/pipelines/agents/hosted?view=azure-devops) Windows, Ubuntu, and MacOS Agents used by Azure Pipelines customers have PowerShell pre-installed so that customers can make use of it for all their CI/CD needs. * [GitHub Actions Virtual-Environments for Hosted Runners](https://help.github.com/actions/reference/virtual-environments-for-github-hosted-runners) Windows, Ubuntu, and MacOS virtual environments used by customers of GitHub Actions include Powershell out of the box. -* [Microsoft Hololens](https://www.microsoft.com/en-us/hololens) makes extensive use of PowerShell throughout the development cycle to automate tasks such as firmware assembly and automated testing. +* [Microsoft HoloLens](https://www.microsoft.com/en-us/hololens) makes extensive use of PowerShell throughout the development cycle to automate tasks such as firmware assembly and automated testing. * [Windows 10 IoT Core](https://docs.microsoft.com/windows/iot-core/windows-iot-core) is a small form factor Windows edition for IoT devices and now you can easily include the [PowerShell package](https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease) in your imaging process. From 40171972c81bd0fd7734ede80596b2eb68670454 Mon Sep 17 00:00:00 2001 From: Bobby D Reynolds Date: Thu, 11 Jun 2020 08:08:58 -0700 Subject: [PATCH 3/4] Add HoloLens to spelling dictionary --- .spelling | 1 + 1 file changed, 1 insertion(+) diff --git a/.spelling b/.spelling index 9edd5d327f6..958cb119706 100644 --- a/.spelling +++ b/.spelling @@ -333,6 +333,7 @@ helpsystem hemant hemantmahawar himura2la +hololens homebrew hostname hotfix From 9008d5ec8071b1bd09bf5813ae4e75a014e6d154 Mon Sep 17 00:00:00 2001 From: Bobby Reynolds <37971212+reynoldsbd@users.noreply.github.com> Date: Thu, 11 Jun 2020 08:09:57 -0700 Subject: [PATCH 4/4] Update ADOPTERS.md Co-authored-by: Steve Lee --- ADOPTERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index fc710121d13..182d36dd37f 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -32,5 +32,5 @@ This is a list of adopters of using PowerShell in production or in their product Designed to let you complete tasks that should be part of a deployment, but are not possible in an ARM template today — for example, creating a Key Vault certificate or querying an external API for a new CIDR block. * [Azure Pipelines Hosted Agents](https://docs.microsoft.com/azure/devops/pipelines/agents/hosted?view=azure-devops) Windows, Ubuntu, and MacOS Agents used by Azure Pipelines customers have PowerShell pre-installed so that customers can make use of it for all their CI/CD needs. * [GitHub Actions Virtual-Environments for Hosted Runners](https://help.github.com/actions/reference/virtual-environments-for-github-hosted-runners) Windows, Ubuntu, and MacOS virtual environments used by customers of GitHub Actions include Powershell out of the box. -* [Microsoft HoloLens](https://www.microsoft.com/en-us/hololens) makes extensive use of PowerShell throughout the development cycle to automate tasks such as firmware assembly and automated testing. +* [Microsoft HoloLens](https://www.microsoft.com/hololens) makes extensive use of PowerShell 7+ throughout the development cycle to automate tasks such as firmware assembly and automated testing. * [Windows 10 IoT Core](https://docs.microsoft.com/windows/iot-core/windows-iot-core) is a small form factor Windows edition for IoT devices and now you can easily include the [PowerShell package](https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease) in your imaging process.