Skip to content

Commit e627328

Browse files
committed
Moved SDK include
1 parent 09bc6ae commit e627328

8 files changed

+15
-20
lines changed

articles/machine-learning/known-issues/application-sharing-policy-not-supported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ms.custom: known-issue
1313

1414
# Known issue - The ApplicationSharingPolicy property isn't supported for compute instances
1515

16+
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
17+
1618
Configuring the `applicationSharingPolicy` property for a compute instance has no effect as that property isn't supported
1719

1820

19-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
20-
2121
**Status:** Open
2222

2323
**Problem area:** Compute

articles/machine-learning/known-issues/compute-a10-sku-not-supported.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ ms.custom: known-issue
1313

1414
# Known issue - Provisioning error when creating a compute instance with A10 SKU
1515

16+
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
17+
1618
While trying to create a compute instance with A10 SKU, you'll encounter a provisioning error.
1719

1820
:::image type="content" source="media/compute-a10-sku-not-supported/ci-a10.png" alt-text="A screenshot showing the provisioning error message.":::
1921

20-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
2122

2223
**Status:** Open
2324

articles/machine-learning/known-issues/compute-idleshutdown-bicep.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ ms.custom: known-issue, devx-track-bicep
1313

1414
# Known issue - Idleshutdown property in Bicep template causes error
1515

16+
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
17+
1618
When creating an Azure Machine Learning compute instance through Bicep compiled using [MSBuild/NuGet](../../azure-resource-manager/bicep/msbuild-bicep-file.md), using the `idleTimeBeforeShutdown` property as described in the API reference [Microsoft.MachineLearningServices workspaces/computes API reference](/azure/templates/microsoft.machinelearningservices/workspaces/computes?pivots=deployment-language-bicep) results in an error.
1719

1820

1921

20-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
21-
22-
2322
**Status:** Open
2423

2524

articles/machine-learning/known-issues/compute-slowness-terminal-mounted-path.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ ms.custom: known-issue
1313

1414
# Known issue - Slowness in compute instance terminal from a mounted path
1515

16-
While using the compute instance terminal inside a mounted path of a data folder, any commands executed from the terminal result in slowness. This issue is restricted to the terminal; running the commands from SDK using a notebook works as expected.
17-
18-
1916
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
20-
<!--- Choose the correct include --->
17+
18+
While using the compute instance terminal inside a mounted path of a data folder, any commands executed from the terminal result in slowness. This issue is restricted to the terminal; running the commands from SDK using a notebook works as expected.
2119

2220
**Status:** Open
2321

articles/machine-learning/known-issues/inferencing-invalid-certificate.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ ms.custom: known-issue
1313

1414
# Known issue - Invalid certificate error during deployment with an AKS cluster
1515

16+
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
17+
1618
During machine learning deployments using an AKS cluster, you may receive an invalid certificate error, such as `{"code":"BadRequest","statusCode":400,"message":"The request is invalid.","details":[{"code":"KubernetesUnaccessible","message":"Kubernetes error: AuthenticationException. Reason: InvalidCertificate"}],`
1719

1820

19-
20-
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
21-
2221
**Status:** Open
2322

2423
**Problem area:** Inferencing

articles/machine-learning/known-issues/inferencing-updating-kubernetes-compute-appears-to-succeed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ms.custom: known-issue
1313

1414
# Known issue - Existing Kubernetes compute can't be updated with `az ml compute attach` command
1515

16-
Updating a Kubernetes attached compute instance using the `az ml attach` command appears to succeed but doesn't.
17-
1816

1917
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
2018

19+
Updating a Kubernetes attached compute instance using the `az ml attach` command appears to succeed but doesn't.
20+
2121
**Status:** Open
2222

2323
**Problem area:** Inferencing

articles/machine-learning/known-issues/jupyter-r-kernel-not-starting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ ms.custom: known-issue
1313

1414
# Known issue - Jupyter R Kernel doesn't start in new compute instance images
1515

16-
When trying to launch an R kernel in JupyterLab or a notebook in a new compute instance, the kernel fails to start with `Error: .onLoad failed in loadNamespace()`
17-
1816
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
1917

18+
When trying to launch an R kernel in JupyterLab or a notebook in a new compute instance, the kernel fails to start with `Error: .onLoad failed in loadNamespace()`
2019

2120
**Status:** Open
2221

articles/machine-learning/known-issues/workspace-move-compute-instance-same-name.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ ms.custom: known-issue
1313

1414
# Known issue - Creating compute instance after a workspace move results in an Etag conflict error.
1515

16-
After a moving a workspace to a different subscription or resource group, creating a compute instance with the same name as a previous compute instance will fail with an Etag conflict error.
16+
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
1717

18+
After a moving a workspace to a different subscription or resource group, creating a compute instance with the same name as a previous compute instance will fail with an Etag conflict error.
1819

19-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
20-
<!--- Choose the correct include --->
2120

2221
**Status:** Open
2322

0 commit comments

Comments
 (0)