From cf90773050651d180bfd4b100c322242c6cec471 Mon Sep 17 00:00:00 2001 From: mozehgir <32183061+mozehgir@users.noreply.github.com> Date: Wed, 31 Oct 2018 14:25:52 -0700 Subject: [PATCH] Update openapi-authoring-automated-guidelines.md --- documentation/openapi-authoring-automated-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/openapi-authoring-automated-guidelines.md b/documentation/openapi-authoring-automated-guidelines.md index dbfd12d71e4f..326b84b08960 100644 --- a/documentation/openapi-authoring-automated-guidelines.md +++ b/documentation/openapi-authoring-automated-guidelines.md @@ -32,7 +32,7 @@ We request OpenAPI(Swagger) spec authoring be assigned to engineers who have an | Id | Rule Name | Applies to | | --- | --- | --- | -| [R3012](#R3012) | [APIVersionPattern](#R3012) | ARM OpenAPI(swagger) specs | +| [R3012](#r3012) | [APIVersionPattern](#r3012) | ARM OpenAPI(swagger) specs | | [R3019](#R3019) | [ARMResourcePropertiesBag](#R3019) | ARM and Data plane OpenAPI(swagger) specs | | [R3014](#R3014) | [BodyPropertiesNamesCamelCase](#R3014) | ARM and Data plane OpenAPI(swagger) specs | | [R3016](#R3016) | [DefinitionsPropertiesNamesCamelCase](#R3016) | ARM and Data plane OpenAPI(swagger) specs | @@ -129,7 +129,7 @@ We request OpenAPI(Swagger) spec authoring be assigned to engineers who have an ## Rule Descriptions -### R3012 APIVersionPattern +### R3012 APIVersionPattern **Category** : ARM Error **Applies to**: ARM OpenAPI(swagger) specs