Skip to content

Commit ded7284

Browse files
committed
make inactive
1 parent dd6db60 commit ded7284

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scenarios/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -930,16 +930,17 @@
930930
"configurations": {
931931
"permissions": []
932932
}
933-
"configurations": {}
934933
},
935934
{
936-
"status": "active",
935+
"status": "inactive",
937936
"key": "AksOpenAiTerraform/README.md",
938937
"title": "How to deploy and run an Azure OpenAI ChatGPT application on AKS via Terraform",
939938
"description": "This article shows how to deploy an AKS cluster and Azure OpenAI Service via Terraform and how to deploy a ChatGPT-like application in Python.",
940939
"stackDetails": "",
941940
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/refs/heads/test_terraform/scenarios/AksOpenAiTerraform/README.md",
942941
"documentationUrl": "",
943-
"configurations": {}
942+
"configurations": {
943+
"permissions": []
944+
}
944945
}
945946
]

0 commit comments

Comments
 (0)