Skip to content

Commit 89ea701

Browse files
authored
Merge pull request #2 from MicrosoftDocs/master
update
2 parents 74b90d6 + ae6d47b commit 89ea701

File tree

5,684 files changed

+9542
-6660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,684 files changed

+9542
-6660
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2-
:allowed-filename-matches ["docs" "mac" "scripting-docs"]}
2+
:allowed-filename-matches ["docs" "mac" "scripting-docs" "subscriptions"]}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44465,6 +44465,11 @@
4446544465
"redirect_url": "/visualstudio/data-tools/save-data-back-to-the-database",
4446644466
"redirect_document_id": false
4446744467
},
44468+
{
44469+
"source_path": "docs/debugger/using-run-time-checks-without-the-c-run-time-library.md",
44470+
"redirect_url": "/visualstudio/debugger/how-to-use-native-run-time-checks",
44471+
"redirect_document_id": false
44472+
},
4446844473
{
4446944474
"source_path": "docs/debugger/how-to-debug-com-clients-and-servers-using-rpc-debugging.md",
4447044475
"redirect_url": "/visualstudio/debugger/com-server-and-container-debugging",

.whatsnew.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,127 +17,127 @@
1717
},
1818
"areas": [
1919
{
20-
"name": "ai",
20+
"names": ["ai"],
2121
"heading": "AI"
2222
},
2323
{
24-
"name": "azure",
24+
"names": ["azure"],
2525
"heading": "Azure"
2626
},
2727
{
28-
"name": "code-quality",
28+
"names": ["code-quality"],
2929
"heading": "Code quality"
3030
},
3131
{
32-
"name": "containers",
32+
"names": ["containers"],
3333
"heading": "Containers"
3434
},
3535
{
36-
"name": "cross-platform",
36+
"names": ["cross-platform"],
3737
"heading": "Cross platform"
3838
},
3939
{
40-
"name": "data-tools",
40+
"names": ["data-tools"],
4141
"heading": "Data tools"
4242
},
4343
{
44-
"name": "debugger",
44+
"names": ["debugger"],
4545
"heading": "Debugger"
4646
},
4747
{
48-
"name": "deployment",
48+
"names": ["deployment"],
4949
"heading": "Deployment"
5050
},
5151
{
52-
"name": "designers",
52+
"names": ["designers"],
5353
"heading": "Designers"
5454
},
5555
{
56-
"name": "extensibility",
56+
"names": ["extensibility"],
5757
"heading": "Extensibility"
5858
},
5959
{
60-
"name": "get-started",
60+
"names": ["get-started"],
6161
"heading": "Get started"
6262
},
6363
{
64-
"name": "help-viewer",
64+
"names": ["help-viewer"],
6565
"heading": "Help viewer"
6666
},
6767
{
68-
"name": "ide",
68+
"names": ["ide"],
6969
"heading": "IDE"
7070
},
7171
{
72-
"name": "install",
72+
"names": ["install"],
7373
"heading": "Install"
7474
},
7575
{
76-
"name": "javascript",
76+
"names": ["javascript"],
7777
"heading": "JavaScript"
7878
},
7979
{
80-
"name": "media",
80+
"names": ["media"],
8181
"heading": "Media"
8282
},
8383
{
84-
"name": "misc",
84+
"names": ["misc"],
8585
"heading": "Misc"
8686
},
8787
{
88-
"name": "modeling",
88+
"names": ["modeling"],
8989
"heading": "Modeling"
9090
},
9191
{
92-
"name": "msbuild",
92+
"names": ["msbuild"],
9393
"heading": "MSBuild"
9494
},
9595
{
96-
"name": "porting",
96+
"names": ["porting"],
9797
"heading": "Porting"
9898
},
9999
{
100-
"name": "profiling",
100+
"names": ["profiling"],
101101
"heading": "Profiling"
102102
},
103103
{
104-
"name": "python",
104+
"names": ["python"],
105105
"heading": "Python"
106106
},
107107
{
108-
"name": "rtvs",
108+
"names": ["rtvs"],
109109
"heading": "RTVS"
110110
},
111111
{
112-
"name": "sharepoint",
112+
"names": ["sharepoint"],
113113
"heading": "SharePoint"
114114
},
115115
{
116-
"name": "test",
116+
"names": ["test"],
117117
"heading": "Test"
118118
},
119119
{
120-
"name": "vs-2015",
120+
"names": ["vs-2015"],
121121
"heading": "VS 2015"
122122
},
123123
{
124-
"name": "vsto",
124+
"names": ["vsto"],
125125
"heading": "Vsto"
126126
},
127127
{
128-
"name": "windows",
128+
"names": ["windows"],
129129
"heading": "Windows"
130130
},
131131
{
132-
"name": "workflow-designer",
132+
"names": ["workflow-designer"],
133133
"heading": "Workflow designer"
134134
},
135135
{
136-
"name": "xaml-tools",
136+
"names": ["xaml-tools"],
137137
"heading": "XAML tools"
138138
},
139139
{
140-
"name": "xml-tools",
140+
"names": ["xml-tools"],
141141
"heading": "XML tools"
142142
}
143143
]

docker/tutorials/deploy-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Deploy a docker app to a cloud service for hosting.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/docker-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A multi-step tutorial that covers the basics of working with Docker
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/image-building-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to examine and manage image layers in Docker images.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/multi-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to set up networking between containers, and add a container fo
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/persist-your-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to persist data in a database and share directories into
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/share-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to share Docker images using the Docker Hub registry.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/update-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to update a Docker app.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/use-bind-mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to use bind mounts to control the mount point on the
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/use-docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to install and use Docker Compose.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/whats-next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes options for extending Docker apps with orchestration, usi
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docker/tutorials/your-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the todo list sample app that runs in Node.js.
44
ms.date: "08/04/2020"
55
author: nebuk89
66
ms.author: ghogen
7-
manager: jillfra
7+
manager: jmartens
88
ms.technology: vs-azure
99
ms.topic: conceptual
1010
ms.workload:

docs/ai/about-ai-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Overview of AI Tools for Visual Studio
55
keywords: ai, visual studio
66
author: jillre
77
ms.author: jillfra
8-
manager: jillfra
8+
manager: jmartens
99
monikerRange: vs-2017
1010
ms.date: 11/13/2017
1111
ms.topic: "conceptual"

docs/ai/create-project-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Visual Studio Tools for AI to bring existing Pytho
44
ms.custom: SEO-VS-2020
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: how-to

docs/ai/create-project-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: create project using sample from azure machine learning gallery
44
keywords: ai, visual studio, azure machine learning
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: how-to
@@ -46,12 +46,12 @@ Once you've [installed Visual Studio Tools for AI](installation.md), it's easy t
4646

4747
5. Visual Studio creates the project file (a `.pyproj` file on disk) along with other files defined in the sample. With the "MNIST" template, the project contains several files.
4848

49-
![mnist](media/create-project-gallery/azml-mnist.png)
49+
![Screenshot of the Visual Studio Solution Explorer showing the files for the TensorFlowMNIST project. The code for tf_mnist.py is shown in the main window.](media/create-project-gallery/azml-mnist.png)
5050

5151
6. Submit the job to Azure Machine Learning.
5252

53-
![mnist](media/create-project-gallery/submit-azml.png)
53+
![Screenshot of the Visual Studio Solution Explorer showing the context menu for the TensorFlowMNIST project with "Submit Job…" selected.](media/create-project-gallery/submit-azml.png)
5454

5555
7. Run in a Docker container or on your local machine
5656

57-
![mnist](media/create-project-gallery/azml-local.png)
57+
![Screenshot of the Submit Job dialog with Use cluster set to "azureml:/local" and Startup script set to "tf_mnist.py".](media/create-project-gallery/azml-local.png)

docs/ai/create-project-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Visual Studio Tools for AI to clone a repository o
44
ms.custom: SEO-VS-2020
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: how-to
@@ -51,8 +51,8 @@ Once you've [installed Visual Studio Tools for AI](installation.md), you can eas
5151
5252
11. You can visualize the progress with TensorBoard. Right click your project and click **Run TensorBoard** then select the directory of your output TensorBoard logs.
5353

54-
![run tensorboard](media/create-project-repo/run-tensorboard.png)
54+
![Screenshot of the Visual Studio Solution Explorer with the MNIST project selected and the Run TensorBoard option selected in the context menu.](media/create-project-repo/run-tensorboard.png)
5555

5656
12. Notice the error decreasing overtime, which means the quality is improving.
5757

58-
![run tensorboard](media/create-project-repo/tensorboard.png)
58+
![Screenshot of the main TensorBoard window showing four graphs that visualize the data from the TensorBoard logs.](media/create-project-repo/tensorboard.png)

docs/ai/create-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Visual Studio Tools for AI to create an AI project
44
ms.custom: SEO-VS-2020
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: how-to
@@ -31,10 +31,10 @@ Once you've [installed Visual Studio Tools for AI](installation.md), it's easy t
3131

3232
6. Your project also has some properties created to make it easy to debug your app by automatically passing commandline arguments to these input parameters. **Right click** your project then select **Properties**
3333

34-
![Properties](media/create-project/project-properties.png)
34+
![Screenshot of the Visual Studio Solution Explorer showing the context menu for TensorFlowApplication1 with Properties selected.](media/create-project/project-properties.png)
3535

3636
7. Click the **Debug** tab to see the Script Arguments automatically added. you may change them as needed to where your input data is located and where you would like your output stored.
3737

38-
![Properties](media/create-project//project-properties_1.png)
38+
![Screenshot of the Debug tab in the Properties settings for TensorFlowApplication1 showing the Script Arguments for the project.](media/create-project//project-properties_1.png)
3939

4040
8. Run the program by pressing Ctrl+F5 or selecting **Debug > Start Without Debugging** on the menu. The results are displayed in a console window.

docs/ai/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to install AI Tools for Visual Studio
44
keywords: ai, visual studio
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: "conceptual"

docs/ai/job-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn that once jobs are submitted, you can view the list of jobs t
44
ms.custom: SEO-VS-2020
55
author: jillre
66
ms.author: jillfra
7-
manager: jillfra
7+
manager: jmartens
88
monikerRange: vs-2017
99
ms.date: 11/13/2017
1010
ms.topic: how-to

0 commit comments

Comments
 (0)