From 9b2064aec71539e2395975ca8eb6f000ae85137c Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 11 Feb 2022 08:40:13 -0800 Subject: [PATCH] Update terraform-provider-azuread to v2.18.0 (#249) --- provider/cmd/pulumi-resource-azuread/schema.json | 4 ++++ provider/go.sum | 4 ++-- provider/shim/go.mod | 2 +- provider/shim/go.sum | 4 ++-- sdk/dotnet/Group.cs | 8 ++++---- sdk/go/azuread/group.go | 8 ++++---- sdk/nodejs/group.ts | 8 ++++---- sdk/python/pulumi_azuread/group.py | 8 ++++---- 8 files changed, 25 insertions(+), 21 deletions(-) diff --git a/provider/cmd/pulumi-resource-azuread/schema.json b/provider/cmd/pulumi-resource-azuread/schema.json index fc27c3f99..f41f17376 100644 --- a/provider/cmd/pulumi-resource-azuread/schema.json +++ b/provider/cmd/pulumi-resource-azuread/schema.json @@ -4453,7 +4453,11 @@ } }, "required": [ + "autoSubscribeNewMembers", "displayName", + "externalSendersAllowed", + "hideFromAddressLists", + "hideFromOutlookClients", "mail", "mailNickname", "members", diff --git a/provider/go.sum b/provider/go.sum index 2a3f9b593..45aeea3a5 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -492,8 +492,8 @@ github.com/hashicorp/terraform-plugin-sdk v1.7.0 h1:B//oq0ZORG+EkVrIJy0uPGSonvmX github.com/hashicorp/terraform-plugin-sdk v1.7.0/go.mod h1:OjgQmey5VxnPej/buEhe+YqKm0KNvV3QqU4hkqHqPCY= github.com/hashicorp/terraform-plugin-test v1.2.0 h1:AWFdqyfnOj04sxTdaAF57QqvW7XXrT8PseUHkbKsE8I= github.com/hashicorp/terraform-plugin-test v1.2.0/go.mod h1:QIJHYz8j+xJtdtLrFTlzQVC0ocr3rf/OjIpgZLK56Hs= -github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220203233857-667295fd7567 h1:EvOHyXmZK2DWpmF2lpj4hDYr1UX/6bjwT7nehRh7Rxs= -github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220203233857-667295fd7567/go.mod h1:UbOmat6NfU+Zo/4MjM9/EzpwnFoquwkac3raQ7tlqI0= +github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220211075523-10ec49b0b642 h1:MqRYKuEPK8kOm2EBYUk0HXeOYTQ2W7ryDguGthlv6j8= +github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220211075523-10ec49b0b642/go.mod h1:UbOmat6NfU+Zo/4MjM9/EzpwnFoquwkac3raQ7tlqI0= github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw= github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896/go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co= github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg= diff --git a/provider/shim/go.mod b/provider/shim/go.mod index 0da9c4005..e23df92c0 100644 --- a/provider/shim/go.mod +++ b/provider/shim/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.0 - github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220203233857-667295fd7567 + github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220211075523-10ec49b0b642 ) replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20211230170131-3a7c83bfab87 diff --git a/provider/shim/go.sum b/provider/shim/go.sum index 6af5df463..cad0cf5ca 100644 --- a/provider/shim/go.sum +++ b/provider/shim/go.sum @@ -267,8 +267,8 @@ github.com/hashicorp/terraform-plugin-go v0.5.0 h1:+gCDdF0hcYCm0YBTxrP4+K1NGIS5Z github.com/hashicorp/terraform-plugin-go v0.5.0/go.mod h1:PAVN26PNGpkkmsvva1qfriae5Arky3xl3NfzKa8XFVM= github.com/hashicorp/terraform-plugin-log v0.2.0 h1:rjflRuBqCnSk3UHOR25MP1G5BDLKktTA6lNjjcAnBfI= github.com/hashicorp/terraform-plugin-log v0.2.0/go.mod h1:E1kJmapEHzqu1x6M++gjvhzM2yMQNXPVWZRCB8sgYjg= -github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220203233857-667295fd7567 h1:EvOHyXmZK2DWpmF2lpj4hDYr1UX/6bjwT7nehRh7Rxs= -github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220203233857-667295fd7567/go.mod h1:UbOmat6NfU+Zo/4MjM9/EzpwnFoquwkac3raQ7tlqI0= +github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220211075523-10ec49b0b642 h1:MqRYKuEPK8kOm2EBYUk0HXeOYTQ2W7ryDguGthlv6j8= +github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20220211075523-10ec49b0b642/go.mod h1:UbOmat6NfU+Zo/4MjM9/EzpwnFoquwkac3raQ7tlqI0= github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw= github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896/go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co= github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0= diff --git a/sdk/dotnet/Group.cs b/sdk/dotnet/Group.cs index 591755cb8..9d4a88f2a 100644 --- a/sdk/dotnet/Group.cs +++ b/sdk/dotnet/Group.cs @@ -47,7 +47,7 @@ public partial class Group : Pulumi.CustomResource /// Indicates whether new members added to the group will be auto-subscribed to receive email notifications. Can only be set for Unified groups. /// [Output("autoSubscribeNewMembers")] - public Output AutoSubscribeNewMembers { get; private set; } = null!; + public Output AutoSubscribeNewMembers { get; private set; } = null!; /// /// A set of behaviors for a Microsoft 365 group. Possible values are `AllowOnlyMembersToPost`, `HideGroupInOutlook`, `SubscribeNewGroupMembers` and `WelcomeEmailDisabled`. See [official documentation](https://docs.microsoft.com/en-us/graph/group-set-options) for more details. Changing this forces a new resource to be created. @@ -77,19 +77,19 @@ public partial class Group : Pulumi.CustomResource /// Indicates whether people external to the organization can send messages to the group. Can only be set for Unified groups. /// [Output("externalSendersAllowed")] - public Output ExternalSendersAllowed { get; private set; } = null!; + public Output ExternalSendersAllowed { get; private set; } = null!; /// /// Indicates whether the group is displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups. Can only be set for Unified groups. /// [Output("hideFromAddressLists")] - public Output HideFromAddressLists { get; private set; } = null!; + public Output HideFromAddressLists { get; private set; } = null!; /// /// Indicates whether the group is displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Can only be set for Unified groups. /// [Output("hideFromOutlookClients")] - public Output HideFromOutlookClients { get; private set; } = null!; + public Output HideFromOutlookClients { get; private set; } = null!; /// /// The SMTP address for the group. diff --git a/sdk/go/azuread/group.go b/sdk/go/azuread/group.go index ca5a71097..d55a71e65 100644 --- a/sdk/go/azuread/group.go +++ b/sdk/go/azuread/group.go @@ -40,7 +40,7 @@ type Group struct { // Indicates whether this group can be assigned to an Azure Active Directory role. Can only be `true` for security-enabled groups. Changing this forces a new resource to be created. AssignableToRole pulumi.BoolPtrOutput `pulumi:"assignableToRole"` // Indicates whether new members added to the group will be auto-subscribed to receive email notifications. Can only be set for Unified groups. - AutoSubscribeNewMembers pulumi.BoolPtrOutput `pulumi:"autoSubscribeNewMembers"` + AutoSubscribeNewMembers pulumi.BoolOutput `pulumi:"autoSubscribeNewMembers"` // A set of behaviors for a Microsoft 365 group. Possible values are `AllowOnlyMembersToPost`, `HideGroupInOutlook`, `SubscribeNewGroupMembers` and `WelcomeEmailDisabled`. See [official documentation](https://docs.microsoft.com/en-us/graph/group-set-options) for more details. Changing this forces a new resource to be created. Behaviors pulumi.StringArrayOutput `pulumi:"behaviors"` // The description for the group. @@ -50,11 +50,11 @@ type Group struct { // A `dynamicMembership` block as documented below. Required when `types` contains `DynamicMembership`. Cannot be used with the `members` property. DynamicMembership GroupDynamicMembershipPtrOutput `pulumi:"dynamicMembership"` // Indicates whether people external to the organization can send messages to the group. Can only be set for Unified groups. - ExternalSendersAllowed pulumi.BoolPtrOutput `pulumi:"externalSendersAllowed"` + ExternalSendersAllowed pulumi.BoolOutput `pulumi:"externalSendersAllowed"` // Indicates whether the group is displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups. Can only be set for Unified groups. - HideFromAddressLists pulumi.BoolPtrOutput `pulumi:"hideFromAddressLists"` + HideFromAddressLists pulumi.BoolOutput `pulumi:"hideFromAddressLists"` // Indicates whether the group is displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Can only be set for Unified groups. - HideFromOutlookClients pulumi.BoolPtrOutput `pulumi:"hideFromOutlookClients"` + HideFromOutlookClients pulumi.BoolOutput `pulumi:"hideFromOutlookClients"` // The SMTP address for the group. Mail pulumi.StringOutput `pulumi:"mail"` // Whether the group is a mail enabled, with a shared group mailbox. At least one of `mailEnabled` or `securityEnabled` must be specified. Only Microsoft 365 groups can be mail enabled (see the `types` property). diff --git a/sdk/nodejs/group.ts b/sdk/nodejs/group.ts index 749b25520..e2877a396 100644 --- a/sdk/nodejs/group.ts +++ b/sdk/nodejs/group.ts @@ -147,7 +147,7 @@ export class Group extends pulumi.CustomResource { /** * Indicates whether new members added to the group will be auto-subscribed to receive email notifications. Can only be set for Unified groups. */ - public readonly autoSubscribeNewMembers!: pulumi.Output; + public readonly autoSubscribeNewMembers!: pulumi.Output; /** * A set of behaviors for a Microsoft 365 group. Possible values are `AllowOnlyMembersToPost`, `HideGroupInOutlook`, `SubscribeNewGroupMembers` and `WelcomeEmailDisabled`. See [official documentation](https://docs.microsoft.com/en-us/graph/group-set-options) for more details. Changing this forces a new resource to be created. */ @@ -167,15 +167,15 @@ export class Group extends pulumi.CustomResource { /** * Indicates whether people external to the organization can send messages to the group. Can only be set for Unified groups. */ - public readonly externalSendersAllowed!: pulumi.Output; + public readonly externalSendersAllowed!: pulumi.Output; /** * Indicates whether the group is displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups. Can only be set for Unified groups. */ - public readonly hideFromAddressLists!: pulumi.Output; + public readonly hideFromAddressLists!: pulumi.Output; /** * Indicates whether the group is displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Can only be set for Unified groups. */ - public readonly hideFromOutlookClients!: pulumi.Output; + public readonly hideFromOutlookClients!: pulumi.Output; /** * The SMTP address for the group. */ diff --git a/sdk/python/pulumi_azuread/group.py b/sdk/python/pulumi_azuread/group.py index 55c88abf5..442ace88e 100644 --- a/sdk/python/pulumi_azuread/group.py +++ b/sdk/python/pulumi_azuread/group.py @@ -1076,7 +1076,7 @@ def assignable_to_role(self) -> pulumi.Output[Optional[bool]]: @property @pulumi.getter(name="autoSubscribeNewMembers") - def auto_subscribe_new_members(self) -> pulumi.Output[Optional[bool]]: + def auto_subscribe_new_members(self) -> pulumi.Output[bool]: """ Indicates whether new members added to the group will be auto-subscribed to receive email notifications. Can only be set for Unified groups. """ @@ -1116,7 +1116,7 @@ def dynamic_membership(self) -> pulumi.Output[Optional['outputs.GroupDynamicMemb @property @pulumi.getter(name="externalSendersAllowed") - def external_senders_allowed(self) -> pulumi.Output[Optional[bool]]: + def external_senders_allowed(self) -> pulumi.Output[bool]: """ Indicates whether people external to the organization can send messages to the group. Can only be set for Unified groups. """ @@ -1124,7 +1124,7 @@ def external_senders_allowed(self) -> pulumi.Output[Optional[bool]]: @property @pulumi.getter(name="hideFromAddressLists") - def hide_from_address_lists(self) -> pulumi.Output[Optional[bool]]: + def hide_from_address_lists(self) -> pulumi.Output[bool]: """ Indicates whether the group is displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups. Can only be set for Unified groups. """ @@ -1132,7 +1132,7 @@ def hide_from_address_lists(self) -> pulumi.Output[Optional[bool]]: @property @pulumi.getter(name="hideFromOutlookClients") - def hide_from_outlook_clients(self) -> pulumi.Output[Optional[bool]]: + def hide_from_outlook_clients(self) -> pulumi.Output[bool]: """ Indicates whether the group is displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Can only be set for Unified groups. """