Skip to content

Commit

Permalink
Adding managedBy property that is returned by the API but not in swag…
Browse files Browse the repository at this point in the history
…ger (Azure#11788)
  • Loading branch information
tunafish88 authored Nov 24, 2020
1 parent a4aeb37 commit 2f9b76f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"applicationPrincipals": "",
"exemptPrincipals": "testuser;",
"maskingLevel": ""
}
},
"managedBy": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Synapse/workspaces/sqlcrudtest-2080/sqlPools/sqlcrudtest-331"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"applicationPrincipals": "",
"exemptPrincipals": "",
"maskingLevel": ""
}
},
"managedBy": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Synapse/workspaces/sqlcrudtest-2080/sqlPools/sqlcrudtest-331"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"applicationPrincipals": "",
"exemptPrincipals": "",
"maskingLevel": ""
}
},
"managedBy": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Synapse/workspaces/sqlcrudtest-2080/sqlPools/sqlcrudtest-331"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6560,6 +6560,11 @@
"type": "string",
"readOnly": true,
"description": "The kind of data masking policy. Metadata, used for Azure portal."
},
"managedBy": {
"type": "string",
"readOnly": true,
"description": "Fully qualified resource ID of the sql pool"
}
}
},
Expand Down

0 comments on commit 2f9b76f

Please sign in to comment.