Skip to content

Commit eeaed9e

Browse files
authored
Merge branch 'main' into update-new-type-issue-template
2 parents 09273cf + 1dc65e9 commit eeaed9e

12 files changed

Lines changed: 102 additions & 102 deletions

File tree

bicep-types

generated/microsoftgraph/microsoft.graph/beta/types.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"$ref": "#/0"
174174
},
175175
"flags": 2,
176-
"description": "Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only."
176+
"description": "Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Read-only."
177177
},
178178
"onPremisesSyncEnabled": {
179179
"type": {
@@ -242,7 +242,7 @@
242242
"$ref": "#/0"
243243
},
244244
"flags": 2,
245-
"description": "Security identifier of the group, used in Windows scenarios"
245+
"description": "Security identifier of the group, used in Windows scenarios. Read-only"
246246
},
247247
"serviceProvisioningErrors": {
248248
"type": {
@@ -1976,14 +1976,14 @@
19761976
"$ref": "#/0"
19771977
},
19781978
"flags": 0,
1979-
"description": "Contains the name of the field that a value is associated with."
1979+
"description": "Key."
19801980
},
19811981
"value": {
19821982
"type": {
19831983
"$ref": "#/0"
19841984
},
19851985
"flags": 0,
1986-
"description": "Contains the corresponding value for the specified key."
1986+
"description": "Value."
19871987
}
19881988
}
19891989
},

generated/microsoftgraph/microsoft.graph/beta/types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
* **onPremisesNetBiosName**: string (ReadOnly): Contains the on-premises netBios name synchronized from the on-premises directory. Read-only.
9898
* **onPremisesProvisioningErrors**: [MicrosoftGraphOnPremisesProvisioningError](#microsoftgraphonpremisesprovisioningerror)[] (ReadOnly): Errors when using Microsoft synchronization product during provisioning
9999
* **onPremisesSamAccountName**: string (ReadOnly): Contains the on-premises SAM account name synchronized from the on-premises directory. Read-only.
100-
* **onPremisesSecurityIdentifier**: string (ReadOnly): Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only.
100+
* **onPremisesSecurityIdentifier**: string (ReadOnly): Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Read-only.
101101
* **onPremisesSyncEnabled**: bool (ReadOnly): true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
102102
* **organizationId**: string
103103
* **owners**: string[]: The owners of the group who can be users or service principals. Nullable. If this property isn't specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner
@@ -108,7 +108,7 @@
108108
* **resourceBehaviorOptions**: string[]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This property can be set only as part of creation (POST). For the list of possible values, see Microsoft 365 group behaviors and provisioning options.
109109
* **resourceProvisioningOptions**: string[]: Specifies the group resources that are associated with the Microsoft 365 group. The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options
110110
* **securityEnabled**: bool (Required): Specifies whether the group is a security group
111-
* **securityIdentifier**: string (ReadOnly): Security identifier of the group, used in Windows scenarios
111+
* **securityIdentifier**: string (ReadOnly): Security identifier of the group, used in Windows scenarios. Read-only
112112
* **serviceProvisioningErrors**: [MicrosoftGraphServiceProvisioningError](#microsoftgraphserviceprovisioningerror)[]: Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object.
113113
* **theme**: string: Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red
114114
* **type**: 'Microsoft.Graph/groups' (ReadOnly, DeployTimeConstant): The resource type
@@ -240,8 +240,8 @@
240240

241241
## MicrosoftGraphKeyValue
242242
### Properties
243-
* **key**: string: Contains the name of the field that a value is associated with.
244-
* **value**: string: Contains the corresponding value for the specified key.
243+
* **key**: string: Key.
244+
* **value**: string: Value.
245245

246246
## MicrosoftGraphOnPremisesProvisioningError
247247
### Properties

generated/microsoftgraph/microsoft.graph/v1.0/types.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"$ref": "#/0"
3434
},
3535
"flags": 0,
36-
"description": "Describes a classification for the group (such as low, medium or high business impact)"
36+
"description": "Describes a classification for the group (such as low, medium, or high business impact)"
3737
},
3838
"createdDateTime": {
3939
"type": {
4040
"$ref": "#/0"
4141
},
4242
"flags": 2,
43-
"description": "Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
43+
"description": "Timestamp of when the group was created. The value can't be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
4444
},
4545
"description": {
4646
"type": {
@@ -54,14 +54,14 @@
5454
"$ref": "#/0"
5555
},
5656
"flags": 1,
57-
"description": "The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters"
57+
"description": "The display name for the group. This property is required when a group is created and can't be cleared during updates. Maximum length is 256 characters"
5858
},
5959
"expirationDateTime": {
6060
"type": {
6161
"$ref": "#/0"
6262
},
6363
"flags": 2,
64-
"description": "Timestamp of when the group is set to expire. It is null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
64+
"description": "Timestamp of when the group is set to expire. It's null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
6565
},
6666
"groupTypes": {
6767
"type": {
@@ -75,7 +75,7 @@
7575
"$ref": "#/5"
7676
},
7777
"flags": 0,
78-
"description": "Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license"
78+
"description": "Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license"
7979
},
8080
"mail": {
8181
"type": {
@@ -96,7 +96,7 @@
9696
"$ref": "#/0"
9797
},
9898
"flags": 1,
99-
"description": "The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () / [] ' ; : <> , SPACE. Required"
99+
"description": "The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] ' ; : <> , SPACE. Required"
100100
},
101101
"membershipRule": {
102102
"type": {
@@ -123,7 +123,7 @@
123123
"$ref": "#/0"
124124
},
125125
"flags": 2,
126-
"description": "Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only"
126+
"description": "Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Read-only"
127127
},
128128
"onPremisesNetBiosName": {
129129
"type": {
@@ -150,14 +150,14 @@
150150
"$ref": "#/0"
151151
},
152152
"flags": 2,
153-
"description": "Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only."
153+
"description": "Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Read-only."
154154
},
155155
"onPremisesSyncEnabled": {
156156
"type": {
157157
"$ref": "#/5"
158158
},
159159
"flags": 2,
160-
"description": "true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only"
160+
"description": "true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Read-only"
161161
},
162162
"preferredDataLocation": {
163163
"type": {
@@ -185,7 +185,7 @@
185185
"$ref": "#/0"
186186
},
187187
"flags": 2,
188-
"description": "Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
188+
"description": "Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
189189
},
190190
"securityEnabled": {
191191
"type": {
@@ -199,21 +199,21 @@
199199
"$ref": "#/0"
200200
},
201201
"flags": 2,
202-
"description": "Security identifier of the group, used in Windows scenarios"
202+
"description": "Security identifier of the group, used in Windows scenarios. Read-only"
203203
},
204204
"serviceProvisioningErrors": {
205205
"type": {
206206
"$ref": "#/10"
207207
},
208208
"flags": 0,
209-
"description": "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object"
209+
"description": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object"
210210
},
211211
"theme": {
212212
"type": {
213213
"$ref": "#/0"
214214
},
215215
"flags": 0,
216-
"description": "Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red"
216+
"description": "Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red"
217217
},
218218
"uniqueName": {
219219
"type": {
@@ -227,7 +227,7 @@
227227
"$ref": "#/0"
228228
},
229229
"flags": 0,
230-
"description": "Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value is not specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Nullable."
230+
"description": "Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Nullable."
231231
},
232232
"members": {
233233
"type": {
@@ -241,7 +241,7 @@
241241
"$ref": "#/12"
242242
},
243243
"flags": 0,
244-
"description": "The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner"
244+
"description": "The owners of the group. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner"
245245
},
246246
"deletedDateTime": {
247247
"type": {
@@ -2096,14 +2096,14 @@
20962096
"$ref": "#/0"
20972097
},
20982098
"flags": 1,
2099-
"description": "The object id (not appId) of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required"
2099+
"description": "The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required"
21002100
},
21012101
"consentType": {
21022102
"type": {
21032103
"$ref": "#/0"
21042104
},
21052105
"flags": 1,
2106-
"description": "Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required"
2106+
"description": "Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required"
21072107
},
21082108
"principalId": {
21092109
"type": {
@@ -2117,14 +2117,14 @@
21172117
"$ref": "#/0"
21182118
},
21192119
"flags": 1,
2120-
"description": "The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user"
2120+
"description": "The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user"
21212121
},
21222122
"scope": {
21232123
"type": {
21242124
"$ref": "#/0"
21252125
},
21262126
"flags": 0,
2127-
"description": "A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3850 characters in length."
2127+
"description": "A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length."
21282128
},
21292129
"id": {
21302130
"type": {

0 commit comments

Comments
 (0)