You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/model-versions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The corresponding property can also be accessed via [REST](../how-to/working-wit
41
41
|---|---|---|
42
42
|[REST](../how-to/working-with-models.md#model-deployment-upgrade-configuration)| Yes. If `versionUpgradeOption` is not returned it means it is `null`|Yes |
43
43
|[PowerShell](/powershell/module/az.cognitiveservices/get-azcognitiveservicesaccountdeployment)| Yes.`VersionUpgradeOption` can be checked for `$null`| Yes |
44
-
|[Azure CLI](/cli/azure/cognitiveservices/account/deployment#az-cognitiveservices-account-deployment-show)| Yes. It shows `null` if `versionUpgradeOption` is not set.|*No.* It is not possible to update the version upgrade option.|
44
+
|[Azure CLI](/cli/azure/cognitiveservices/account/deployment#az-cognitiveservices-account-deployment-show)| Yes. It shows `null` if `versionUpgradeOption` is not set.|*No.* It is currently not possible to update the version upgrade option.|
45
45
46
46
> [!NOTE]
47
47
> `null` is equivalent to `AutoUpgradeWhenExpired`.
0 commit comments