Skip to content

Commit d340a06

Browse files
authored
Merge pull request #273251 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ef16afa + 3dae2b1 commit d340a06

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/aks/long-term-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ For customers that wish to carry out an in-place migration, the AKS service will
120120
To carry out an in-place upgrade to the latest LTS version, you need to specify an LTS enabled Kubernetes version as the upgrade target.
121121

122122
```azurecli
123-
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.30.2
123+
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.32.2
124124
```
125125

126126
> [!NOTE]
127-
> Kubernetes 1.30.2 is used as an example version in this article. Check the [AKS release tracker](release-tracker.md) for available Kubernetes releases.
127+
> Kubernetes version 1.32 is the next Long Term Support Version after 1.27. Customers will get a minimum 6 months of overlap between 1.27 LTS and 1.32 LTS versions to plan upgrades.
128+
> Kubernetes 1.32.2 is used as an example version in this article. Check the [AKS release tracker](release-tracker.md) for available Kubernetes releases.
128129

articles/app-service/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Azure App Service captures all messages output to the console to assist you in d
194194

195195
### [Flask](#tab/flask)
196196

197-
:::code language="python" source="~/msdocs-python-flask-webapp-quickstart/app.py" range="6-21" highlight="3,12,15":::
197+
:::code language="python" source="~/msdocs-python-flask-webapp-quickstart/app.py" range="9-29" highlight="11,24,27":::
198198

199199
### [Django](#tab/django)
200200

articles/machine-learning/concept-responsible-ai-dashboard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The following people can use the Responsible AI dashboard, and its corresponding
171171
- The Responsible AI dashboard currently supports numeric or categorical features. For categorical features, the user has to explicitly specify the feature names.
172172
- The Responsible AI dashboard currently doesn't support datasets with more than 10K columns.
173173
- The Responsible AI dashboard currently doesn't support AutoML MLFlow model.
174+
- The Responsible AI dashboard currently doesn't support registered AutoML models from the UI.
174175

175176

176177
## Next steps

0 commit comments

Comments
 (0)