Skip to content

Commit 622fa45

Browse files
committed
Mark serviceProvisioningErrors as readonly
1 parent 6d3a23e commit 622fa45

File tree

14 files changed

+2180
-2167
lines changed

14 files changed

+2180
-2167
lines changed

docs/DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This document describes the steps to setup development tools and run Bicep types
1515

1616
### Pre-requisites
1717

18-
1. NPM version 22.0 or later
18+
1. NPM version 11.0 or later
19+
1. Node version 22.0 or later
1920

2021
### Initial Setup
2122

generated/microsoftgraph/microsoft.graph/beta/0.1.9-preview/types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"type": {
256256
"$ref": "#/14"
257257
},
258-
"flags": 0,
258+
"flags": 2,
259259
"description": "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object."
260260
},
261261
"theme": {

generated/microsoftgraph/microsoft.graph/beta/0.1.9-preview/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
* **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
112112
* **securityEnabled**: bool (Required): Specifies whether the group is a security group
113113
* **securityIdentifier**: string (ReadOnly): Security identifier of the group, used in Windows scenarios. Read-only
114-
* **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.
114+
* **serviceProvisioningErrors**: [MicrosoftGraphServiceProvisioningError](#microsoftgraphserviceprovisioningerror)[] (ReadOnly): Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object.
115115
* **theme**: string: Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red
116116
* **type**: 'Microsoft.Graph/groups' (ReadOnly, DeployTimeConstant): The resource type
117117
* **uniqueName**: string (Required, DeployTimeConstant, Identifier): The unique identifier that can be assigned to a group and used as an alternate key. Immutable

generated/microsoftgraph/microsoft.graph/v1.0/0.1.9-preview/types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"type": {
214214
"$ref": "#/10"
215215
},
216-
"flags": 0,
216+
"flags": 2,
217217
"description": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object"
218218
},
219219
"theme": {

generated/microsoftgraph/microsoft.graph/v1.0/0.1.9-preview/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
* **renewedDateTime**: string (ReadOnly): 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.
107107
* **securityEnabled**: bool (Required): Specifies whether the group is a security group. Required
108108
* **securityIdentifier**: string (ReadOnly): Security identifier of the group, used in Windows scenarios. Read-only
109-
* **serviceProvisioningErrors**: [MicrosoftGraphServiceProvisioningError](#microsoftgraphserviceprovisioningerror)[]: Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object
109+
* **serviceProvisioningErrors**: [MicrosoftGraphServiceProvisioningError](#microsoftgraphserviceprovisioningerror)[] (ReadOnly): Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object
110110
* **theme**: string: Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red
111111
* **type**: 'Microsoft.Graph/groups' (ReadOnly, DeployTimeConstant): The resource type
112112
* **uniqueName**: string (Required, DeployTimeConstant, Identifier): The unique identifier that can be assigned to a group and used as an alternate key. Immutable

src/autorest.bicep/package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)