Skip to content

Commit

Permalink
Upgrade terraform-provider-azuread to v2.49.0 (#1048)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-azuread
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-azuread from 2.48.0  to 2.49.0.
	Fixes #1047
  • Loading branch information
pulumi-bot authored May 10, 2024
1 parent 4ae6a1f commit e177994
Show file tree
Hide file tree
Showing 176 changed files with 27,340 additions and 176 deletions.
170 changes: 170 additions & 0 deletions provider/cmd/pulumi-resource-azuread/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,152 @@
"azuread_group_member": {
"current": "azuread:index/groupMember:GroupMember"
},
"azuread_group_role_management_policy": {
"current": "azuread:index/groupRoleManagementPolicy:GroupRoleManagementPolicy",
"fields": {
"activation_rules": {
"maxItemsOne": true,
"elem": {
"fields": {
"approval_stage": {
"maxItemsOne": true,
"elem": {
"fields": {
"primary_approver": {
"maxItemsOne": false
}
}
}
}
}
}
},
"active_assignment_rules": {
"maxItemsOne": true
},
"eligible_assignment_rules": {
"maxItemsOne": true
},
"notification_rules": {
"maxItemsOne": true,
"elem": {
"fields": {
"active_assignments": {
"maxItemsOne": true,
"elem": {
"fields": {
"admin_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"approver_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"assignee_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
}
}
}
},
"eligible_activations": {
"maxItemsOne": true,
"elem": {
"fields": {
"admin_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"approver_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"assignee_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
}
}
}
},
"eligible_assignments": {
"maxItemsOne": true,
"elem": {
"fields": {
"admin_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"approver_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
},
"assignee_notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"additional_recipients": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
}
}
},
"azuread_invitation": {
"current": "azuread:index/invitation:Invitation",
"fields": {
Expand Down Expand Up @@ -638,6 +784,12 @@
}
}
},
"azuread_privileged_access_group_assignment_schedule": {
"current": "azuread:index/privilegedAccessGroupAssignmentSchedule:PrivilegedAccessGroupAssignmentSchedule"
},
"azuread_privileged_access_group_eligibility_schedule": {
"current": "azuread:index/privilegedAccessGroupEligibilitySchedule:PrivilegedAccessGroupEligibilitySchedule"
},
"azuread_service_principal": {
"current": "azuread:index/servicePrincipal:ServicePrincipal",
"fields": {
Expand Down Expand Up @@ -711,6 +863,21 @@
}
}
},
"azuread_synchronization_job_provision_on_demand": {
"current": "azuread:index/synchronizationJobProvisionOnDemand:SynchronizationJobProvisionOnDemand",
"fields": {
"parameter": {
"maxItemsOne": false,
"elem": {
"fields": {
"subject": {
"maxItemsOne": false
}
}
}
}
}
},
"azuread_synchronization_secret": {
"current": "azuread:index/synchronizationSecret:SynchronizationSecret",
"fields": {
Expand Down Expand Up @@ -973,6 +1140,9 @@
}
}
},
"azuread_group_role_management_policy": {
"current": "azuread:index/getGroupRoleManagementPolicy:getGroupRoleManagementPolicy"
},
"azuread_groups": {
"current": "azuread:index/getGroups:getGroups",
"fields": {
Expand Down
Loading

0 comments on commit e177994

Please sign in to comment.