From 112f2dcf01ccfcaa591ddac6e5b733a74877eac3 Mon Sep 17 00:00:00 2001 From: catalinaperalta Date: Tue, 10 Feb 2026 12:25:28 -0800 Subject: [PATCH] clean up old prompts --- .github/instructions/dp-migration.instructions.md | 12 ------------ .github/instructions/mgmt-migration.instructions.md | 11 ----------- 2 files changed, 23 deletions(-) delete mode 100644 .github/instructions/dp-migration.instructions.md delete mode 100644 .github/instructions/mgmt-migration.instructions.md diff --git a/.github/instructions/dp-migration.instructions.md b/.github/instructions/dp-migration.instructions.md deleted file mode 100644 index 9b8673b69b45..000000000000 --- a/.github/instructions/dp-migration.instructions.md +++ /dev/null @@ -1,12 +0,0 @@ -- DO extend the `@azure-tools/typespec-azure-rulesets/data-plane` linter rule set in your tspconfig.yaml. Example: - -```yaml title=tspconfig.yaml -linter: - extends: - - "@azure-tools/typespec-azure-rulesets/data-plane" -``` - -- A good example of a well structured data plane spec is the ../../specification/contosowidgetmanager/Contoso.WidgetManager/ spec. Use this as a reference for your own spec. -- Avoid importing or using templates from the `@azure-tools/typespec-azure-resource-manager` library in a data-plane specification - -I've recently converted my swagger specification to typespec, can you go through the files of my project and make sure they're following the initial migration checklist? diff --git a/.github/instructions/mgmt-migration.instructions.md b/.github/instructions/mgmt-migration.instructions.md deleted file mode 100644 index ab5918b4d405..000000000000 --- a/.github/instructions/mgmt-migration.instructions.md +++ /dev/null @@ -1,11 +0,0 @@ -- DO extend the `@azure-tools/typespec-azure-rulesets/resource-manager` linter rule set in your tspconfig.yaml. Example: - -```yaml title=tspconfig.yaml -linter: - extends: - - "@azure-tools/typespec-azure-rulesets/resource-manager" -``` - -- A good example of a well structured management plane spec is the ../../specification/contosowidgetmanager/Contoso.Management/ spec. Use this as a reference for your own spec. - -I've recently converted my swagger specification to typespec, can you go through the files of my project and make sure they're following the initial migration checklist?