Skip to content

Commit 781c10c

Browse files
author
msftbot[bot]
authored
[ReleasePR vi] ADDED DEFAULT VALUE TO accountId in (#2415)
Create to sync Azure/azure-rest-api-specs#19348 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/vi?expand=1)
2 parents 1a16f8d + b0f6440 commit 781c10c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

schemas/2021-10-18-preview/Microsoft.VideoIndexer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"properties": {
9191
"accountId": {
9292
"type": "string",
93-
"description": "The account's data-plane ID"
93+
"default": "00000000-0000-0000-0000-000000000000",
94+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account"
9495
},
9596
"mediaServices": {
9697
"oneOf": [

schemas/2021-10-27-preview/Microsoft.VideoIndexer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"properties": {
9191
"accountId": {
9292
"type": "string",
93-
"description": "The account's data-plane ID"
93+
"default": "00000000-0000-0000-0000-000000000000",
94+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account"
9495
},
9596
"mediaServices": {
9697
"oneOf": [

schemas/2021-11-10-preview/Microsoft.VideoIndexer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"properties": {
9191
"accountId": {
9292
"type": "string",
93-
"description": "The account's data-plane ID"
93+
"default": "00000000-0000-0000-0000-000000000000",
94+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account"
9495
},
9596
"mediaServices": {
9697
"oneOf": [

schemas/2022-04-13-preview/Microsoft.VideoIndexer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"properties": {
9292
"accountId": {
9393
"type": "string",
94-
"description": "The account's data-plane ID"
94+
"default": "00000000-0000-0000-0000-000000000000",
95+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account"
9596
},
9697
"mediaServices": {
9798
"oneOf": [

0 commit comments

Comments
 (0)