Use original code blocs
@naman-msft is already working on this.
Since Mar 11, 2025.
Assessment
This issue has not been assessed yet.
Description
When converting an existing doc the agent should, unless it finds an error, use the same code block as in the original document. Failure to do this can result in a passing test, but incomplete configuration.
For example, from the original doc I had:
az aks create \
--resource-group ${RG_NAME} \
--name ${AKS_NAME} \
--location ${LOCATION} \
--tier standard \
--kubernetes-version ${K8S_VERSION} \
--os-sku AzureLinux \
--nodepool-name systempool \
--node-count 3 \
--zones 1 2 3 \
--load-balancer-sku standard \
--network-plugin azure \
--network-plugin-mode overlay \
--network-dataplane cilium \
--network-policy cilium \
--ssh-access disabled \
--enable-managed-identity \
--enable-acns \
--generate-ssh-keys
The generated doc gave me:
az aks create \
--resource-group $RESOURCE_GROUP_NAME \
--name $CLUSTER_NAME \
--node-count 1 \
--generate-ssh-keys \
--enable-managed-identity \
--enable-aad \
--disable-local-accounts \
--kubernetes-version $AKS_VERSION
This created a valid AKS cluster but subsequent commands didn't work.
- Dominant language
- Python
- Stars
- 13
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MicrosoftDocs/executable-docs
-
MicrosoftDocs/executable-docs#675 · 1 assignee ·
-
MicrosoftDocs/executable-docs#674 · 1 assignee ·
-
MicrosoftDocs/executable-docs#673 · 1 assignee ·
-
MicrosoftDocs/executable-docs#672 · 1 assignee ·
-
MicrosoftDocs/executable-docs#671 · 1 assignee ·
All issues in MicrosoftDocs/executable-docs
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·