Skip to content

Commit 90897c5

Browse files
authored
Updated resource validator title to improve doc generation (#40268)
1 parent c247303 commit 90897c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

specification/resources/resource-manager/Microsoft.Resources/resourceValidator/main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using TypeSpec.Versioning;
1111

1212
#suppress "@azure-tools/typespec-azure-resource-manager/missing-operations-endpoint" "Operations API defined separately - namespace is shared between multiple services."
1313
@armProviderNamespace("Microsoft.Resources")
14-
@service(#{ title: "Resource Validation Client" })
14+
@service(#{ title: "Resource Validator" })
1515
@versioned(Versions)
1616
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v6)
1717
namespace ResourceValidationClient;

specification/resources/resource-manager/Microsoft.Resources/resourceValidator/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These are the global settings.
2323

2424
``` yaml
2525
title: ResourceValidationClient
26-
description: Resource Validation Client
26+
description: Resource Validator
2727
openapi-type: arm
2828
tag: package-2022-06
2929
```

specification/resources/resource-manager/Microsoft.Resources/resourceValidator/stable/2022-06-01/resourceValidator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"title": "Resource Validation Client",
4+
"title": "Resource Validator",
55
"version": "2022-06-01",
66
"x-typespec-generated": [
77
{

0 commit comments

Comments
 (0)