Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
878c763
Added GEt-privateLinkResources API and managedIdentity changes for Va…
deymadhumanti Mar 10, 2020
febcec4
Fixed PrettierCheck failure
deymadhumanti Mar 12, 2020
1398ace
Update vaults.json
asmaskar Mar 17, 2020
ac995f7
Update vaults.json
asmaskar Mar 17, 2020
fb18e65
Merge pull request #1 from asmaskar/asmaskarRrpSwagger
asmaskar Mar 17, 2020
8620701
Resolved PR commens related to PrivateLinkResources
deymadhumanti Mar 17, 2020
d3f3915
Merge pull request #1 from asmaskar/peRRPswagger
deymadhumanti Mar 18, 2020
197c62c
Resolved PR comments
deymadhumanti Mar 18, 2020
7c5f259
resolved PR comments
deymadhumanti Mar 26, 2020
31ba2d0
Using x-ms-client-flatten for PrivateLinkResourceProperties
amchandn Mar 27, 2020
b0d62a2
Fixing examples for PrivateLinkResources
amchandn Mar 27, 2020
61715d3
Revert "Fixing examples for PrivateLinkResources"
amchandn Mar 27, 2020
b9d93e0
Revert "Using x-ms-client-flatten for PrivateLinkResourceProperties"
amchandn Mar 27, 2020
9c65805
Using x-ms-client-flatten for PrivateLinkResourceProperties
amchandn Mar 27, 2020
9a1d84c
Fixing examples for PrivateLinkResources
amchandn Mar 27, 2020
ec6def8
Adding description for privateLinkResourceProperties
amchandn Mar 30, 2020
89c0f6e
Resolved PR comments. Fixed SpellCheck and PrettierCheck and Java SDK…
deymadhumanti Mar 31, 2020
ea2451f
Changing operationId for PrivateLinkResource to PrivateLinkResources
amchandn Mar 31, 2020
165b7fc
Renaming PrivateLinkResourceList to PrivateLinkResources
amchandn Mar 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Using x-ms-client-flatten for PrivateLinkResourceProperties"
This reverts commit 31ba2d0.
  • Loading branch information
amchandn committed Mar 27, 2020
commit b9d93e047399d039c04b53483cdb69ad14138cb6
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,6 @@
"type": "object",
"properties": {
"value": {
"description": "A collection of private link resources",
"type": "array",
"items": {
"$ref": "#/definitions/PrivateLinkResource"
Expand All @@ -1181,15 +1180,10 @@
}
},
"PrivateLinkResource": {
"description": "Information of the private link resource.",
"description": "Private Link Resource.",
"readOnly": true,
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateLinkResourceProperties",
"description": "Properties of the private link resource.",
"x-ms-client-flatten": true
},
"id": {
"description": "e.g. subscriptions/{subId}/resourceGroups/{groupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateLinkResources/backupresource.",
"type": "string",
Expand All @@ -1204,12 +1198,7 @@
"description": "e.g. Microsoft.RecoveryServices/vaults/privateLinkResources",
"readOnly": true,
"type": "string"
}
}
},
"PrivateLinkResourceProperties": {
"type": "object",
"properties": {
},
"groupId": {
"description": "e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery)",
"readOnly": true,
Expand Down Expand Up @@ -1284,4 +1273,4 @@
]
}
]
}
}