Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Orphaned modules - Leverage AVM common types module #3675

Merged
merged 19 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
synapse workspace export definition
  • Loading branch information
eriqua committed Nov 1, 2024
commit b02e43caaa73e6cd1d5573747e3313f0ab6fa764
4 changes: 2 additions & 2 deletions avm/res/synapse/workspace/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ output privateEndpoints array = [
// =============== //

@export()
@description('An object describing the synapse workspace administrator child resource properties.')
@description('The synapse workspace administrator\'s interface.')
type administratorType = {
@description('Required. Workspace active directory administrator type.')
administratorType: string
Expand All @@ -479,7 +479,7 @@ type administratorType = {
}

@export()
@description('An object describing the synapse workspace firewall rule child resource properties.')
@description('The synapse workspace firewall rule\'s interface.')
type firewallRuleType = {
@description('Required. The name of the firewall rule.')
name: string
Expand Down
6 changes: 3 additions & 3 deletions avm/res/synapse/workspace/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "2666130062458245644"
"templateHash": "14298198840929360566"
},
"name": "Synapse Workspaces",
"description": "This module deploys a Synapse Workspace.",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"metadata": {
"__bicep_export!": true,
"description": "An object describing the synapse workspace administrator child resource properties."
"description": "The synapse workspace administrator's interface."
}
},
"firewallRuleType": {
Expand All @@ -71,7 +71,7 @@
},
"metadata": {
"__bicep_export!": true,
"description": "An object describing the synapse workspace firewall rule child resource properties."
"description": "The synapse workspace firewall rule's interface."
}
},
"_1.privateEndpointCustomDnsConfigType": {
Expand Down