Skip to content

Commit

Permalink
Apply auto-mapping (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods authored Nov 5, 2024
1 parent 5c5ec79 commit 155c2f7
Show file tree
Hide file tree
Showing 96 changed files with 1,523 additions and 743 deletions.
15 changes: 14 additions & 1 deletion provider/cmd/pulumi-resource-grafana/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,14 @@
}
},
"grafana_oncall_user_notification_rule": {
"current": "grafana:index/oncallUserNotificationRule:OncallUserNotificationRule"
"current": "grafana:onCall/userNotificationRule:UserNotificationRule",
"past": [
{
"name": "grafana:index/oncallUserNotificationRule:OncallUserNotificationRule",
"inCodegen": true,
"majorVersion": 0
}
]
},
"grafana_organization": {
"current": "grafana:oss/organization:Organization",
Expand Down Expand Up @@ -1847,6 +1854,11 @@
"grafana:index/oncallSchedule:OncallSchedule"
]
},
"grafana_oncall_user_notification_rule": {
"aliases": [
"grafana:index/oncallUserNotificationRule:OncallUserNotificationRule"
]
},
"grafana_organization": {
"aliases": [
"grafana:index/organization:Organization"
Expand Down Expand Up @@ -2182,6 +2194,7 @@
"grafana:onCall/outgoingWebhook:OutgoingWebhook": 0,
"grafana:onCall/route:Route": 0,
"grafana:onCall/schedule:Schedule": 0,
"grafana:onCall/userNotificationRule:UserNotificationRule": 1,
"grafana:oss/annotation:Annotation": 0,
"grafana:oss/dashboard:Dashboard": 0,
"grafana:oss/dashboardPermission:DashboardPermission": 0,
Expand Down
192 changes: 90 additions & 102 deletions provider/cmd/pulumi-resource-grafana/schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 155c2f7

Please sign in to comment.