Skip to content

Commit ac0a79e

Browse files
OAS Update
1 parent 20dbeec commit ac0a79e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

services/telemetry-link/v1/telemetry-link.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@
229229
},
230230
"description": {
231231
"description": "The description is a longer text chosen by the user to provide more context for the resource.",
232+
"maxLength": 1024,
233+
"pattern": "^([a-zA-Z0-9][a-zA-Z0-9 \\-]*)?$",
232234
"type": "string"
233235
},
234236
"displayName": {

services/telemetry-link/v1beta/telemetry-link.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
"description": {
176176
"description": "The description is a longer text chosen by the user to provide more context for the resource.",
177177
"maxLength": 1024,
178+
"pattern": "^([a-zA-Z0-9][a-zA-Z0-9 \\-]*)?$",
178179
"type": "string"
179180
},
180181
"displayName": {
@@ -210,6 +211,8 @@
210211
},
211212
"description": {
212213
"description": "The description is a longer text chosen by the user to provide more context for the resource.",
214+
"maxLength": 1024,
215+
"pattern": "^([a-zA-Z0-9][a-zA-Z0-9 \\-]*)?$",
213216
"type": "string"
214217
},
215218
"displayName": {

0 commit comments

Comments
 (0)