Skip to content

Commit 50f0c3f

Browse files
authored
Merge pull request #4583 from MicrosoftDocs/master
5/8/2019 AM Publish
2 parents 6196d0b + 117e4fa commit 50f0c3f

File tree

293 files changed

+12470
-6017
lines changed

Some content is hidden

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

293 files changed

+12470
-6017
lines changed

.openpublishing.redirection.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,11 @@
470470
"redirect_url": "/visualstudio/ide/refactoring-in-visual-studio",
471471
"redirect_document_id": false
472472
},
473+
{
474+
"source_path": "docs/data-tools/o-r-designer-messages.md",
475+
"redirect_url": "/visualstudio/data-tools/the-selected-class-cannot-be-deleted-because-it-is-used-as-a-return-type-for-one-or-more-datacontext-methods",
476+
"redirect_document_id": false
477+
},
473478
{
474479
"source_path": "docs/data-tools/bind-windows-forms-controls-to-data.md",
475480
"redirect_url": "/visualstudio/data-tools/bind-windows-forms-controls-to-data-in-visual-studio",
@@ -940,6 +945,31 @@
940945
"redirect_url": "/visualstudio/deployment/walkthrough-manually-deploying-a-clickonce-app-no-re-signing-required",
941946
"redirect_document_id": false
942947
},
948+
{
949+
"source_path": "docs/designers/xelement-class-dynamic-properties.md",
950+
"redirect_url": "/visualstudio/designers/attribute-xelement-dynamic-property",
951+
"redirect_document_id": false
952+
},
953+
{
954+
"source_path": "docs/designers/xattribute-class-dynamic-properties.md",
955+
"redirect_url": "/visualstudio/designers/value-xattribute-dynamic-property",
956+
"redirect_document_id": false
957+
},
958+
{
959+
"source_path": "docs/designers/image-editor-examples.md",
960+
"redirect_url": "/visualstudio/designers/how-to-create-a-basic-texture",
961+
"redirect_document_id": false
962+
},
963+
{
964+
"source_path": "docs/designers/model-editor-examples.md",
965+
"redirect_url": "/visualstudio/designers/how-to-create-a-basic-3-d-model",
966+
"redirect_document_id": false
967+
},
968+
{
969+
"source_path": "docs/designers/shader-designer-examples.md",
970+
"redirect_url": "/visualstudio/designers/how-to-create-a-basic-color-shader",
971+
"redirect_document_id": false
972+
},
943973
{
944974
"source_path": "docs/designers/create-modern-desktop-applications-with-windows-presentation-foundation.md",
945975
"redirect_url": "/visualstudio/designers/getting-started-with-wpf",
@@ -2735,6 +2765,11 @@
27352765
"redirect_url": "/visualstudio/sharepoint/getting-started-sharepoint-development-in-visual-studio",
27362766
"redirect_document_id": false
27372767
},
2768+
{
2769+
"source_path": "docs/test/developer-testing-scenarios.md",
2770+
"redirect_url": "/visualstudio/test/improve-code-quality",
2771+
"redirect_document_id": false
2772+
},
27382773
{
27392774
"source_path": "docs/test/analyze-cpp-code-quality-of-store-apps-using-visual-studio-static-code-analysis.md",
27402775
"redirect_url": "/visualstudio/code-quality/quick-start-code-analysis-for-c-cpp",
@@ -3535,6 +3570,11 @@
35353570
"redirect_url": "/visualstudio/workflow-designer/developing-applications-with-the-workflow-designer",
35363571
"redirect_document_id": false
35373572
},
3573+
{
3574+
"source_path": "docs/xml-tools/sample-xsd-files.md",
3575+
"redirect_url": "/visualstudio/xml-tools/sample-xsd-file-simple-schema",
3576+
"redirect_document_id": false
3577+
},
35383578
{
35393579
"source_path": "docs/xml-tools/formatting-xml-text-editor-options-dialog-box.md",
35403580
"redirect_url": "/visualstudio/ide/reference/options-text-editor-xml-formatting",
@@ -7406,4 +7446,4 @@
74067446
"redirect_document_id": false
74077447
}
74087448
]
7409-
}
7449+
}

docs/ai/TOC.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
- name: Visual Studio Tools for AI
2-
href: index.yml
2+
# Auto-expanded node
33
items:
4-
- name: Overview
4+
- name: Visual Studio Tools for AI
5+
href: index.yml
6+
- name: Overview
7+
href: about-ai-tools.md
8+
- name: Installation
9+
href: installation.md
10+
- name: Quickstarts
11+
items:
12+
- name: Tensorflow + Python
13+
href: tensorflow-local.md
14+
- name: Tutorials
15+
items:
16+
- name: TensorFlow + Azure Deep Learning VM
17+
href: tensorflow-vm.md
18+
- name: How-to guides
19+
items:
20+
- name: Create a project
521
items:
6-
- name: About Visual Studio Tools for AI
7-
href: about-ai-tools.md
8-
- name: Installation
9-
href: installation.md
10-
- name: Quickstarts
11-
items:
12-
- name: Tensorflow + Python
13-
href: tensorflow-local.md
14-
- name: Tutorials
15-
items:
16-
- name: TensorFlow + Azure Deep Learning VM
17-
href: tensorflow-vm.md
18-
- name: How-to guides
19-
items:
20-
- name: Create a project
21-
items:
22-
- name: Create a project from sample gallery
23-
href: create-project-gallery.md
24-
- name: Create a project from existing code
25-
href: create-project-existing.md
26-
- name: Create a project from template
27-
href: create-project.md
28-
- name: Create a project from GitHub repository
29-
href: create-project-repo.md
30-
- name: Train your model
31-
href: train-model.md
32-
- name: View job details
33-
href: job-details.md
34-
- name: Monitor GPU utilization
35-
href: monitor-gpu.md
36-
- name: Monitor TensorBoard
37-
href: monitor-tensorboard.md
38-
- name: Manage storage
39-
href: manage-storage.md
40-
- name: Samples
41-
items:
42-
- name: GitHub
43-
href: https://github.com/Microsoft/samples-for-ai
44-
- name: Machine Learning Gallery
45-
href: https://gallery.cortanaintelligence.com/projects
22+
- name: Create a project from sample gallery
23+
href: create-project-gallery.md
24+
- name: Create a project from existing code
25+
href: create-project-existing.md
26+
- name: Create a project from template
27+
href: create-project.md
28+
- name: Create a project from GitHub repository
29+
href: create-project-repo.md
30+
- name: Train your model
31+
href: train-model.md
32+
- name: View job details
33+
href: job-details.md
34+
- name: Monitor GPU utilization
35+
href: monitor-gpu.md
36+
- name: Monitor TensorBoard
37+
href: monitor-tensorboard.md
38+
- name: Manage storage
39+
href: manage-storage.md
40+
- name: Samples
41+
items:
42+
- name: GitHub
43+
href: https://github.com/Microsoft/samples-for-ai
44+
- name: Machine Learning Gallery
45+
href: https://gallery.cortanaintelligence.com/projects

docs/azure/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
- name: Add Azure Active Directory (AD)
2525
href: /azure/active-directory/develop/vs-active-directory-add-connected-service?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
2626
- name: Add Cognitive Services
27-
href: cognitive-services-connected-services.yml
27+
# Auto-expanded node
2828
items:
29+
- name: Add Cognitive Services
30+
href: cognitive-services-connected-services.yml
2931
- name: Text Analytics
3032
href: /azure/cognitive-services/text-analytics/vs-text-connected-service?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
3133
- name: Bing Search
@@ -116,4 +118,4 @@
116118
- name: Manage the resources associated with your Azure accounts in Cloud Explorer
117119
href: vs-azure-tools-resources-managing-with-cloud-explorer.md
118120
- name: Access Azure virtual machines from Server Explorer
119-
href: vs-azure-tools-virtual-machines-access-from-server-explorer.md
121+
href: vs-azure-tools-virtual-machines-access-from-server-explorer.md

0 commit comments

Comments
 (0)