Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-azuread to v2.35.0 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] authored Feb 28, 2023
1 parent 94327a4 commit e21cfd8
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 6 deletions.
8 changes: 6 additions & 2 deletions 2.x/_gen/provider_azuread.libsonnet

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions 2.x/_gen/resources/application.libsonnet

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions 2.x/_gen/resources/group.libsonnet

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/2.x/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This package contains functions and utilities for setting up the resource using
* [`fn withIdentifierUris()`](#fn-withidentifieruris)
* [`fn withLogoImage()`](#fn-withlogoimage)
* [`fn withMarketingUrl()`](#fn-withmarketingurl)
* [`fn withNotes()`](#fn-withnotes)
* [`fn withOauth2PostResponseRequired()`](#fn-withoauth2postresponserequired)
* [`fn withOptionalClaims()`](#fn-withoptionalclaims)
* [`fn withOptionalClaimsMixin()`](#fn-withoptionalclaimsmixin)
Expand Down Expand Up @@ -118,6 +119,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using
- `identifier_uris` (`list`): The user-defined URI(s) that uniquely identify an application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant When `null`, the `identifier_uris` field will be omitted from the resulting object.
- `logo_image` (`string`): Base64 encoded logo image in gif, png or jpeg format When `null`, the `logo_image` field will be omitted from the resulting object.
- `marketing_url` (`string`): URL of the application&#39;s marketing page When `null`, the `marketing_url` field will be omitted from the resulting object.
- `notes` (`string`): User-specified notes relevant for the management of the application When `null`, the `notes` field will be omitted from the resulting object.
- `oauth2_post_response_required` (`bool`): Specifies whether, as part of OAuth 2.0 token requests, Azure AD allows POST requests, as opposed to GET requests. When `null`, the `oauth2_post_response_required` field will be omitted from the resulting object.
- `owners` (`list`): A list of object IDs of principals that will be granted ownership of the application When `null`, the `owners` field will be omitted from the resulting object.
- `prevent_duplicate_names` (`bool`): If `true`, will return an error if an existing application is found with the same name When `null`, the `prevent_duplicate_names` field will be omitted from the resulting object.
Expand Down Expand Up @@ -167,6 +169,7 @@ injecting into a complete block.
- `identifier_uris` (`list`): The user-defined URI(s) that uniquely identify an application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant When `null`, the `identifier_uris` field will be omitted from the resulting object.
- `logo_image` (`string`): Base64 encoded logo image in gif, png or jpeg format When `null`, the `logo_image` field will be omitted from the resulting object.
- `marketing_url` (`string`): URL of the application&#39;s marketing page When `null`, the `marketing_url` field will be omitted from the resulting object.
- `notes` (`string`): User-specified notes relevant for the management of the application When `null`, the `notes` field will be omitted from the resulting object.
- `oauth2_post_response_required` (`bool`): Specifies whether, as part of OAuth 2.0 token requests, Azure AD allows POST requests, as opposed to GET requests. When `null`, the `oauth2_post_response_required` field will be omitted from the resulting object.
- `owners` (`list`): A list of object IDs of principals that will be granted ownership of the application When `null`, the `owners` field will be omitted from the resulting object.
- `prevent_duplicate_names` (`bool`): If `true`, will return an error if an existing application is found with the same name When `null`, the `prevent_duplicate_names` field will be omitted from the resulting object.
Expand Down Expand Up @@ -429,6 +432,22 @@ Terraform resource block to set or update the marketing_url field.
- `value` (`string`): The value to set for the `marketing_url` field.


### fn withNotes

```ts
withNotes()
```

`azuread.string.withNotes` constructs a mixin object that can be merged into the `string`
Terraform resource block to set or update the notes field.



**Args**:
- `resourceLabel` (`string`): The name label of the block to update.
- `value` (`string`): The value to set for the `notes` field.


### fn withOauth2PostResponseRequired

```ts
Expand Down
19 changes: 19 additions & 0 deletions docs/2.x/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This package contains functions and utilities for setting up the resource using

* [`fn new()`](#fn-new)
* [`fn newAttrs()`](#fn-newattrs)
* [`fn withAdministrativeUnitIds()`](#fn-withadministrativeunitids)
* [`fn withAssignableToRole()`](#fn-withassignabletorole)
* [`fn withAutoSubscribeNewMembers()`](#fn-withautosubscribenewmembers)
* [`fn withBehaviors()`](#fn-withbehaviors)
Expand Down Expand Up @@ -71,6 +72,7 @@ or `$` to refer to the root object. Instead, make an explicit outer object using

**Args**:
- `resourceLabel` (`string`): The name label of the block.
- `administrative_unit_ids` (`list`): The administrative unit IDs in which the group should be. If empty, the group will be created at the tenant level. When `null`, the `administrative_unit_ids` field will be omitted from the resulting object.
- `assignable_to_role` (`bool`): Indicates whether this group can be assigned to an Azure Active Directory role. This property can only be `true` for security-enabled groups. When `null`, the `assignable_to_role` field will be omitted from the resulting object.
- `auto_subscribe_new_members` (`bool`): Indicates whether new members added to the group will be auto-subscribed to receive email notifications. When `null`, the `auto_subscribe_new_members` field will be omitted from the resulting object.
- `behaviors` (`list`): The group behaviours for a Microsoft 365 group When `null`, the `behaviors` field will be omitted from the resulting object.
Expand Down Expand Up @@ -114,6 +116,7 @@ This is most useful when you need to preprocess the attributes with functions, c
injecting into a complete block.

**Args**:
- `administrative_unit_ids` (`list`): The administrative unit IDs in which the group should be. If empty, the group will be created at the tenant level. When `null`, the `administrative_unit_ids` field will be omitted from the resulting object.
- `assignable_to_role` (`bool`): Indicates whether this group can be assigned to an Azure Active Directory role. This property can only be `true` for security-enabled groups. When `null`, the `assignable_to_role` field will be omitted from the resulting object.
- `auto_subscribe_new_members` (`bool`): Indicates whether new members added to the group will be auto-subscribed to receive email notifications. When `null`, the `auto_subscribe_new_members` field will be omitted from the resulting object.
- `behaviors` (`list`): The group behaviours for a Microsoft 365 group When `null`, the `behaviors` field will be omitted from the resulting object.
Expand All @@ -139,6 +142,22 @@ injecting into a complete block.
- An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `group` resource into the root Terraform configuration.


### fn withAdministrativeUnitIds

```ts
withAdministrativeUnitIds()
```

`azuread.list.withAdministrativeUnitIds` constructs a mixin object that can be merged into the `list`
Terraform resource block to set or update the administrative_unit_ids field.



**Args**:
- `resourceLabel` (`string`): The name label of the block to update.
- `value` (`list`): The value to set for the `administrative_unit_ids` field.


### fn withAssignableToRole

```ts
Expand Down
2 changes: 2 additions & 0 deletions docs/2.x/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ the `src` and/or `version` parameters are set.
- `client_secret` (`string`): The application password to use when authenticating as a Service Principal using a Client Secret When `null`, the `client_secret` field will be omitted from the resulting object.
- `disable_terraform_partner_id` (`bool`): Disable the Terraform Partner ID, which is used if a custom `partner_id` isn&#39;t specified When `null`, the `disable_terraform_partner_id` field will be omitted from the resulting object.
- `environment` (`string`): The cloud environment which should be used. Possible values are: `global` (also `public`), `usgovernmentl4` (also `usgovernment`), `usgovernmentl5` (also `dod`), and `china`. Defaults to `global` When `null`, the `environment` field will be omitted from the resulting object.
- `metadata_host` (`string`): The Hostname which should be used for the Azure Metadata Service. When `null`, the `metadata_host` field will be omitted from the resulting object.
- `msi_endpoint` (`string`): The path to a custom endpoint for Managed Identity - in most circumstances this should be detected automatically When `null`, the `msi_endpoint` field will be omitted from the resulting object.
- `oidc_request_token` (`string`): The bearer token for the request to the OIDC provider. For use when authenticating as a Service Principal using OpenID Connect. When `null`, the `oidc_request_token` field will be omitted from the resulting object.
- `oidc_request_url` (`string`): The URL for the OIDC provider from which to request an ID token. For use when authenticating as a Service Principal using OpenID Connect. When `null`, the `oidc_request_url` field will be omitted from the resulting object.
Expand Down Expand Up @@ -88,6 +89,7 @@ injecting into a complete block.
- `client_secret` (`string`): The application password to use when authenticating as a Service Principal using a Client Secret When `null`, the `client_secret` field will be omitted from the resulting object.
- `disable_terraform_partner_id` (`bool`): Disable the Terraform Partner ID, which is used if a custom `partner_id` isn&#39;t specified When `null`, the `disable_terraform_partner_id` field will be omitted from the resulting object.
- `environment` (`string`): The cloud environment which should be used. Possible values are: `global` (also `public`), `usgovernmentl4` (also `usgovernment`), `usgovernmentl5` (also `dod`), and `china`. Defaults to `global` When `null`, the `environment` field will be omitted from the resulting object.
- `metadata_host` (`string`): The Hostname which should be used for the Azure Metadata Service. When `null`, the `metadata_host` field will be omitted from the resulting object.
- `msi_endpoint` (`string`): The path to a custom endpoint for Managed Identity - in most circumstances this should be detected automatically When `null`, the `msi_endpoint` field will be omitted from the resulting object.
- `oidc_request_token` (`string`): The bearer token for the request to the OIDC provider. For use when authenticating as a Service Principal using OpenID Connect. When `null`, the `oidc_request_token` field will be omitted from the resulting object.
- `oidc_request_url` (`string`): The URL for the OIDC provider from which to request an ID token. For use when authenticating as a Service Principal using OpenID Connect. When `null`, the `oidc_request_url` field will be omitted from the resulting object.
Expand Down

0 comments on commit e21cfd8

Please sign in to comment.