Skip to content

Commit 1cdb5d1

Browse files
authored
Merge pull request #260738 from Blackmist/183741-include-cleanup
[SCOPED] 183741 include cleanup
2 parents 5437367 + da404de commit 1cdb5d1

21 files changed

Lines changed: 24 additions & 59 deletions

articles/machine-learning/includes/machine-learning-low-pri-vm.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

articles/machine-learning/includes/machine-learning-missing-ui.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

articles/machine-learning/includes/machine-learning-py38-ignore.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

articles/machine-learning/v1/how-to-designer-import-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ In this article, you learn how to import your own data in the designer to create
2020
* **Azure Machine Learning datasets** - Register [datasets](concept-data.md) in Azure Machine Learning to enable advanced features that help you manage your data.
2121
* **Import Data component** - Use the [Import Data](../algorithm-module-reference/import-data.md) component to directly access data from online data sources.
2222

23-
[!INCLUDE [machine-learning-missing-ui](../includes/machine-learning-missing-ui.md)]
23+
> [!IMPORTANT]
24+
> If you do not see graphical elements mentioned in this document, such as buttons in studio or designer, you may not have the right level of permissions to the workspace. Please contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
2425
2526
## Use Azure Machine Learning datasets
2627

articles/machine-learning/v1/how-to-designer-python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The default execution environment uses the Anacondas distribution of Python. See
2323

2424
![Execute Python input map](media/how-to-designer-python/execute-python-map.png)
2525

26-
[!INCLUDE [machine-learning-missing-ui](../includes/machine-learning-missing-ui.md)]
26+
> [!IMPORTANT]
27+
> If you do not see graphical elements mentioned in this document, such as buttons in studio or designer, you may not have the right level of permissions to the workspace. Please contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
2728
2829
## Execute Python written in the designer
2930

articles/machine-learning/v1/how-to-designer-transform-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ In this article, you'll learn how to:
2727

2828
This how-to is a prerequisite for the [how to retrain designer models](how-to-retrain-designer.md) article. In that article, you'll learn how to use the transformed datasets to train multiple models, with pipeline parameters.
2929

30-
[!INCLUDE [machine-learning-missing-ui](../includes/machine-learning-missing-ui.md)]
30+
> [!IMPORTANT]
31+
> If you do not see graphical elements mentioned in this document, such as buttons in studio or designer, you may not have the right level of permissions to the workspace. Please contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
3132
3233
## Transform a dataset
3334

articles/machine-learning/v1/how-to-monitor-tensorboard.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ compute_target.wait_for_completion(show_output=True, min_node_count=None)
141141
# print(compute_target.get_status().serialize())
142142
```
143143

144-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
145-
146144
### Configure and submit training job
147145

148146
Configure a training job by creating a ScriptRunConfig object.

articles/machine-learning/v1/how-to-retrain-designer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ In this article, you learn how to:
3131
* An Azure Machine Learning workspace
3232
* Complete part 1 of this how-to series, [Transform data in the designer](how-to-designer-transform-data.md)
3333

34-
[!INCLUDE [machine-learning-missing-ui](../includes/machine-learning-missing-ui.md)]
34+
> [!IMPORTANT]
35+
> If you do not see graphical elements mentioned in this document, such as buttons in studio or designer, you may not have the right level of permissions to the workspace. Please contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
3536
3637
This article also assumes that you have some knowledge of building pipelines in the designer. For a guided introduction, complete the [tutorial](tutorial-designer-automobile-price-train-score.md).
3738

articles/machine-learning/v1/how-to-run-batch-predictions-designer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ To learn how to set up batch scoring services using the SDK, see the accompanyin
3030

3131
This how-to assumes you already have a training pipeline. For a guided introduction to the designer, complete [part one of the designer tutorial](tutorial-designer-automobile-price-train-score.md).
3232

33-
[!INCLUDE [machine-learning-missing-ui](../includes/machine-learning-missing-ui.md)]
33+
> [!IMPORTANT]
34+
> If you do not see graphical elements mentioned in this document, such as buttons in studio or designer, you may not have the right level of permissions to the workspace. Please contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
3435
3536
## Create a batch inference pipeline
3637

articles/machine-learning/v1/how-to-secure-training-vnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ except ComputeTargetException:
278278

279279
When the creation process finishes, you train your model. For more information, see [Select and use a compute target for training](how-to-set-up-training-targets.md).
280280

281-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
282-
283281
## Azure Databricks
284282

285283
* The virtual network must be in the same subscription and region as the Azure Machine Learning workspace.

0 commit comments

Comments
 (0)