Skip to content

Commit aef9222

Browse files
authoredOct 8, 2021
518 (#525)
* added more param names and some exceptions * added exception
1 parent 117f865 commit aef9222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎arm-ttk/testcases/deploymentTemplate/IDs-Should-Be-Derived-From-ResourceIDs.test.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ foreach ($id in $ids) {
5959
"workerSizeId", # Microsoft.Web/serverFarms (older apiVersions)
6060
"metricId", # Microsoft.ServiceBus/namespaces
6161
"requestedServiceObjectiveId", # Microsoft.Sql/servers/databases
62-
"groupId" # Microsoft.DataFactory/factories/managedVirtualNetworks/managedPrivateEndpoints
62+
"groupId", # Microsoft.DataFactory/factories/managedVirtualNetworks/managedPrivateEndpoints
63+
"sid" # Microsoft.Sql/servers/administrators/activeDirectory
6364
)
6465

6566
if ($exceptions -contains $myIdFieldName) {

0 commit comments

Comments
 (0)
Please sign in to comment.