Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Use original code blocs

Đang mở
#669 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

@naman-msft đang làm issue này rồi.

Từ ngày 11/3/2025.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

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.

Ngôn ngữ chính
Python
Star
13
Fork
26
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của MicrosoftDocs/executable-docs

Tất cả issue của MicrosoftDocs/executable-docs

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.