Skip to content

Commit

Permalink
Revert "ran prettier locally to try and fix prettier validation error…
Browse files Browse the repository at this point in the history
… when making a PR"

This reverts commit 3f11b97.
  • Loading branch information
Melvin Bosnjak committed Mar 10, 2021
1 parent 222ff4f commit 708bc87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
"type": "Microsoft.Purview/accounts/privateLinkResources",
"properties": {
"groupId": "group1",
"requiredMembers": [
"group1"
],
"requiredZoneNames": [
"privatelinkzone1.service.azure.com"
]
"requiredMembers": ["group1"],
"requiredZoneNames": ["privatelinkzone1.service.azure.com"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
"type": "Microsoft.Purview/accounts/privateLinkResources",
"properties": {
"groupId": "account1",
"requiredMembers": [
"account1"
],
"requiredZoneNames": [
"privatelinkzone1.service.azure.com"
]
"requiredMembers": ["account1"],
"requiredZoneNames": ["privatelinkzone1.service.azure.com"]
}
},
{
Expand All @@ -36,12 +32,8 @@
"type": "Microsoft.Purview/accounts/privateLinkResources",
"properties": {
"groupId": "account2",
"requiredMembers": [
"account2"
],
"requiredZoneNames": [
"privatelinkzone2.service.azure.com"
]
"requiredMembers": ["account2"],
"requiredZoneNames": ["privatelinkzone2.service.azure.com"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1881,4 +1881,4 @@
}
],
"tags": []
}
}

0 comments on commit 708bc87

Please sign in to comment.