Skip to content

Commit

Permalink
Update to use common type.
Browse files Browse the repository at this point in the history
  • Loading branch information
rapatank committed Mar 5, 2021
1 parent 8381ca6 commit ad02e06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ warnings.txt
*.js
*.d.ts
*.js.map
*.d.ts.map
*.d.ts.map
/azure-rest-api-specs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"type": "array",
"description": "Array of private link resources",
"items": {
"$ref": "#/definitions/PrivateLinkResource"
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResource"
}
}
}
Expand Down Expand Up @@ -219,6 +219,13 @@
},
"readOnly": true
},
"requiredZoneNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "The private link resource Private link DNS zone name."
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"description": "Metadata for the private link resource."
Expand Down

0 comments on commit ad02e06

Please sign in to comment.