Skip to content

Commit d9a167b

Browse files
committed
moving SDK include
1 parent e627328 commit d9a167b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: known-issue
1515

1616
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1717

18-
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"}],`
18+
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"}]`.
1919

2020

2121
**Status:** Open

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.custom: known-issue
1313

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

16-
1716
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
1817

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ ms.custom: known-issue
1515

1616
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
1717

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()`
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()`.
1919

2020
**Status:** Open
2121

22-
2322
**Problem area:** Compute
2423

25-
2624
## Symptoms
2725

2826
After creating a new compute instance, try to launch R kernel in JupyterLab or a Jupyter notebook. The kernel fails to launch. You'll see the following messages in the Jupyter logs:

0 commit comments

Comments
 (0)