From 1b0211443747c0c6b934f3684343b736ac6919b3 Mon Sep 17 00:00:00 2001 From: gregvanl Date: Tue, 20 Jul 2021 08:32:57 -0700 Subject: [PATCH] Small changes to test CI build --- docs/containers/bridge-to-kubernetes-sample.md | 2 +- release-notes/v1_53.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/containers/bridge-to-kubernetes-sample.md b/docs/containers/bridge-to-kubernetes-sample.md index 50fe70de3..d9cdd588f 100644 --- a/docs/containers/bridge-to-kubernetes-sample.md +++ b/docs/containers/bridge-to-kubernetes-sample.md @@ -7,7 +7,7 @@ MetaDescription: Use a todo sample app to learn how to use Bridge to Kubernetes --- # Use Bridge to Kubernetes with a sample -This sample illustrates how Bridge to Kubernetes can be used to develop a microservice version of a simple TODO application on any Kubernetes cluster. This sample, using Visual Studio Code, has been adapted from code provided by [TodoMVC](http://todomvc.com). In this example, we use MiniKube to host the application, but these steps should work with any Kubernetes cluster. +This sample illustrates how Bridge to Kubernetes can be used to develop a microservice version of a simple TODO application on any Kubernetes cluster. This sample, using Visual Studio Code, has been adapted from code provided by [TodoMVC](https://todomvc.com). In this example, we use MiniKube to host the application, but these steps should work with any Kubernetes cluster. The TODO application sample is composed of a frontend and a backend that provides persistent storage. This extended sample adds a statistics component and breaks the application into a number of microservices, specifically: diff --git a/release-notes/v1_53.md b/release-notes/v1_53.md index d0a33b2a2..7e6670437 100644 --- a/release-notes/v1_53.md +++ b/release-notes/v1_53.md @@ -210,7 +210,7 @@ The connection between the terminal processes and the frontend is now protected ### Better PowerShell 7 discovery -[PowerShell 7](http://github.com/PowerShell/PowerShell) is the latest and greatest version of PowerShell, which can be installed on Windows, macOS, and Linux. If you install PowerShell 7 on Windows, VS Code will use that as the default shell. If you don't have PowerShell 7 installed, VS Code will continue to use Windows PowerShell as the default. +[PowerShell 7](https://github.com/PowerShell/PowerShell) is the latest and greatest version of PowerShell, which can be installed on Windows, macOS, and Linux. If you install PowerShell 7 on Windows, VS Code will use that as the default shell. If you don't have PowerShell 7 installed, VS Code will continue to use Windows PowerShell as the default. Additionally, if you open the **Select Default Shell** Quick Pick, the enumeration of all of the installed PowerShell versions will show up (MSI installation, Microsoft Store installation, etc.).