Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Feb 15, 2024
1 parent 4850d15 commit 9ba052b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions avm/res/synapse/workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
userAssignedIdentityResourceId: '<userAssignedIdentityResourceId>'
}
location: '<location>'
tags: {
Environment: 'Non-Prod'
'hidden-title': 'This is visible in the resource name'
Role: 'DeploymentValidation'
}
}
}
```
Expand Down Expand Up @@ -248,13 +243,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
},
"location": {
"value": "<location>"
},
"tags": {
"value": {
"Environment": "Non-Prod",
"hidden-title": "This is visible in the resource name",
"Role": "DeploymentValidation"
}
}
}
}
Expand Down Expand Up @@ -288,11 +276,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
location: '<location>'
managedVirtualNetwork: true
preventDataExfiltration: true
tags: {
Environment: 'Non-Prod'
'hidden-title': 'This is visible in the resource name'
Role: 'DeploymentValidation'
}
}
}
```
Expand Down Expand Up @@ -336,13 +319,6 @@ module workspace 'br/public:avm/res/synapse/workspace:<version>' = {
},
"preventDataExfiltration": {
"value": true
},
"tags": {
"value": {
"Environment": "Non-Prod",
"hidden-title": "This is visible in the resource name",
"Role": "DeploymentValidation"
}
}
}
}
Expand Down

0 comments on commit 9ba052b

Please sign in to comment.