Skip to content

Commit

Permalink
removed workspace identity
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Feb 9, 2024
1 parent 0003fd9 commit d483f0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions avm/res/synapse/workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
workspaceResourceId: '<workspaceResourceId>'
}
]
initialWorkspaceAdminObjectID: '<initialWorkspaceAdminObjectID>'
integrationRuntimes: [
{
name: 'shir01'
Expand Down Expand Up @@ -660,9 +659,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
}
]
},
"initialWorkspaceAdminObjectID": {
"value": "<initialWorkspaceAdminObjectID>"
},
"integrationRuntimes": {
"value": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
defaultDataLakeStorageAccountResourceId: nestedDependencies.outputs.storageAccountResourceId
defaultDataLakeStorageFilesystem: nestedDependencies.outputs.storageContainerName
sqlAdministratorLogin: 'synwsadmin'
initialWorkspaceAdminObjectID: nestedDependencies.outputs.managedIdentityPrincipalId
privateEndpoints: [
{
privateDnsZoneResourceIds: [
Expand Down

0 comments on commit d483f0c

Please sign in to comment.