Azure / Azure/azure-cli-extensions

Two broken links in parameter descriptions | az oracle-database cloud-vm-cluster create

Open
#8,390 2 comments 0 reactions 0 assignees View on GitHub
bug Service Attention SQL
Dominant language
Python
Stars
454
Forks
1.7k
Avg merge
2d 19h
Merged PRs (30d)
64

Description

### Describe the bug

There are two broken links in `az oracle-database cloud-vm-cluster-create`:

1. The link given in the `--data-storage-percent` parameter 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, removing `en-us` like 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](https://github.com/Azure/azure-cli/blob/dev/doc/reference_doc_guidelines.md#description-checklist).

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.

2. The link given in `--time-zones` also 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
![Image](https://github.com/user-attachments/assets/2fb97122-1504-40fb-bba7-f571bdd2c9b6)

![Image](https://github.com/user-attachments/assets/7638e707-be30-4f13-94ce-ba8bb9359d97)

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.