Skip to content

Commit db38bff

Browse files
authored
Add default accountid (#19417)
Similar PR was merged into Main. s360 ticket still leading to this branch - so we are pushing the pull request with the same fixes here.
1 parent c131f16 commit db38bff

File tree

2 files changed

+4
-2
lines changed
  • specification/vi/resource-manager/Microsoft.VideoIndexer/preview

2 files changed

+4
-2
lines changed

specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-10-27-preview/vi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,9 @@
782782
"example": "2b9bcf6d-39d5-460a-a6bb-7b40b7ccf139"
783783
},
784784
"accountId": {
785-
"description": "The account's data-plane ID",
785+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account",
786786
"type": "string",
787+
"default": "00000000-0000-0000-0000-000000000000",
787788
"example": "3575690b-a569-449c-ab7b-11020f948f76"
788789
},
789790
"accountName": {

specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,9 @@
782782
"example": "2b9bcf6d-39d5-460a-a6bb-7b40b7ccf139"
783783
},
784784
"accountId": {
785-
"description": "The account's data-plane ID",
785+
"description": "The account's data-plane ID. This can be set only when connecting an existing classic account",
786786
"type": "string",
787+
"default": "00000000-0000-0000-0000-000000000000",
787788
"example": "3575690b-a569-449c-ab7b-11020f948f76"
788789
},
789790
"accountName": {

0 commit comments

Comments
 (0)