Skip to content

Commit

Permalink
remove en-us from microsoft.learn links
Browse files Browse the repository at this point in the history
  • Loading branch information
krschau committed Apr 10, 2024
1 parent f93931d commit 92ad946
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A **compute system provider** is the provider type that Dev Home will query when

1. Retrieve a list of `IComputeSystem`s
2. Create a new compute system
3. Provide Dev Home with an [Adaptive card](https://learn.microsoft.com/en-us/adaptive-cards/) for the creation of a new compute system
3. Provide Dev Home with an [Adaptive card](https://learn.microsoft.com/adaptive-cards/) for the creation of a new compute system
4. Provide Dev Home with an Adaptive card for the modification of a compute systems properties

Dev Home will look at the [ComputeSystemProviderOperations](https://github.com/microsoft/devhome/blob/3dc0dd739b0175357cc3e74c713d305c09248537/extensionsdk/Microsoft.Windows.DevHome.SDK/Microsoft.Windows.DevHome.SDK.idl#L461) enum to determine what operations the provider supports.
Expand Down
4 changes: 2 additions & 2 deletions docs/sampleConfigurations/Templates/Introduction/C#/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Understanding WinGet Configuration Files
This folder contains a [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/en-us/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/) Device Configuration.
This folder contains a [Windows Package Manager](https://learn.microsoft.com/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/windows/dev-home/) Device Configuration.

When run, the `configuration.dsc.yaml` file will install the following list of applications:
* Microsoft Visual Studio Community 2022
* Required Visual Studio Workloads (ManagedDesktop, Universal)
* GitHub Desktop

The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging) on your device.
The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging) on your device.

## How to use the WinGet Configuration File
The following two options are available for running a WinGet Configuration file on your device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##########################################################################################################
# This configuration will install the tools necessary to get started with C# development on Windows #
# Reference: https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console #
# Reference: https://learn.microsoft.com/visualstudio/get-started/csharp/tutorial-console #
# #
# This will: #
# * Enable Developer Mode #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Understanding WinGet Configuration Files
This folder contains a [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/en-us/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/) Device Configuration.
This folder contains a [Windows Package Manager](https://learn.microsoft.com/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/windows/dev-home/) Device Configuration.

When run, the `configuration.dsc.yaml` file will install the following list of applications:
* Microsoft Visual Studio Community 2022
* Required Visual Studio Workloads (NativeDesktop, Universal)
* GitHub Desktop

The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging) on your device.
The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging) on your device.

## How to use the WinGet Configuration File
The following two options are available for running a WinGet Configuration file on your device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##########################################################################################################
# This configuration will install the tools necessary to get started with C++ development on Windows #
# Reference: https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170 #
# Reference: https://learn.microsoft.com/cpp/build/vscpp-step-0-installation?view=msvc-170 #
# #
# This will: #
# * Enable Developer Mode #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When run, the `configuration.dsc.yaml` file will install the following list of a
* GitHub Desktop


The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging) on your device.
The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging) on your device.

## How to use the WinGet Configuration File

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##########################################################################################################
# This configuration will install the tools necessary to get started with NodeJS development on Windows #
# Reference: https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows #
# Reference: https://learn.microsoft.com/windows/dev-environment/javascript/nodejs-on-windows #
# #
# This will: #
# * Enable Developer Mode #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Understanding WinGet Configuration Files
This folder contains a [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/en-us/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/) Device Configuration.
This folder contains a [Windows Package Manager](https://learn.microsoft.com/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/windows/dev-home/) Device Configuration.

When run, the `configuration.dsc.yaml` file will install the following list of applications:
* Microsoft Visual Studio Code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Understanding WinGet Configuration Files
This folder contains a [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/en-us/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/) Device Configuration.
This folder contains a [Windows Package Manager](https://learn.microsoft.com/windows/package-manager/winget/) (WinGet) [Configuration File](https://learn.microsoft.com/windows/package-manager/configuration/) (*configuration.dsc.yaml*) that will work with the WinGet command line interface (`winget configure --file [path: configuration.dsc.yaml]`) or can be run using [Microsoft Dev Home](https://learn.microsoft.com/windows/dev-home/) Device Configuration.

When run, the `configuration.dsc.yaml` file will install the following list of applications:
* Microsoft Visual Studio Community 2022
* Required Visual Studio Workloads (Python)
* GitHub Desktop
* Python 3.12

The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging) on your device.
The `configuration.dsc.yaml` file will also enable [Developer Mode](https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging) on your device.

## How to use the WinGet Configuration File
The following two options are available for running a WinGet Configuration file on your device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##########################################################################################################
# This configuration will install the tools necessary to get started with Python development on Windows #
# Reference: https://learn.microsoft.com/en-us/windows/python/beginners #
# Reference: https://learn.microsoft.com/windows/python/beginners #
# #
# This will: #
# * Enable Developer Mode #
Expand Down
2 changes: 1 addition & 1 deletion docs/sampleConfigurations/Templates/Introduction/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains different [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (WinGet) [Configuration files](https://learn.microsoft.com/en-us/windows/package-manager/configuration/) that will be used for setting up your device for a specific software development language. These files are designed specifically for providing an introduction to software development, creating the default *Hello World* project, without having to focus on understanding the complexities of what needs to be installed, and how should it be configured.
This directory contains different [Windows Package Manager](https://learn.microsoft.com/windows/package-manager/winget/) (WinGet) [Configuration files](https://learn.microsoft.com/windows/package-manager/configuration/) that will be used for setting up your device for a specific software development language. These files are designed specifically for providing an introduction to software development, creating the default *Hello World* project, without having to focus on understanding the complexities of what needs to be installed, and how should it be configured.

## Language specific folders (Naming Standard)
Each folder in this folder will be labeled with the name of the Software Development language it is associated with. If the language is inclusive of another language, it'll be seperated by a decimal. If the language contains a version specific release that needs to be accounted for, then the version will be considered as the language.
Expand Down

0 comments on commit 92ad946

Please sign in to comment.