Use original code blocs
@naman-msft 已经在做这个了。
开始于 2025年3月11日。
评估
这个 Issue 还没有评估数据。
描述
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.
- 主要语言
- Python
- 星标
- 13
- 派生
- 26
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MicrosoftDocs/executable-docs 的其他 Issue
-
MicrosoftDocs/executable-docs#675 · 已指派 1 人 ·
-
MicrosoftDocs/executable-docs#674 · 已指派 1 人 ·
-
MicrosoftDocs/executable-docs#673 · 已指派 1 人 ·
-
MicrosoftDocs/executable-docs#672 · 已指派 1 人 ·
-
MicrosoftDocs/executable-docs#671 · 已指派 1 人 ·
查看 MicrosoftDocs/executable-docs 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
anthropics/skills#1811 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
speaches-ai/speaches#678 ·
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
datalayer/mcp-compose#42 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
conda-forge/spacy-feedstock#177 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
UKGovernmentBEIS/inspect_evals#2523 ·