-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
SQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Description
Describe the bug
There are two broken links in az oracle-database cloud-vm-cluster-create:
- The link given in the
--data-storage-percentparameter description is both incorrect, and formatted wrong. To include a link in Azure CLI reference content descriptions, you need to use the full https address, removingen-uslike this[article name](https://learn.microsoft.com/azure/oracle/oracle-azure-overview). Use backticks around the link as explained in the Azure CLI reference guidelines.
As is, the embedded link for Storage Configuration results in a 404. The only doc I found is https://learn.microsoft.com/azure/oracle/oracle-db/exadata-manage-services, but it doesn't exist on the TOC.
- The link given in
--time-zonesalso has a similar problem:The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](/Content/Database/References/timezones.htm)..
Request to engineering
Please fix these two links in your source code and the change will filter down to https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/oracle-database/cloud-vm-cluster.yml#L122C7-L122C397 and https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/oracle-database/cloud-vm-cluster.yml#L194C64-L194C97.
Example screen prints
Related command
az oracle-database cloud-vm-cluster create
Errors
404
Issue script & Debug output
.
Expected behavior
.
Environment Summary
Azure CLI 2.67.0
Additional context
No response
Metadata
Metadata
Assignees
Labels
SQLService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.

