Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit ae339fb

Browse files
andrueastmanMicrosoft Graph DevX Tooling
andauthored
feat(generation): update request builders and models (#428)
Update generated files with build 132887 Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 4cfe5e5 commit ae339fb

File tree

5,978 files changed

+52925
-12807
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,978 files changed

+52925
-12807
lines changed

src/generated/Admin/AdminRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ public Command BuildSharepointNavCommand() {
207207
/// Instantiates a new AdminRequestBuilder and sets the default values.
208208
/// </summary>
209209
/// <param name="pathParameters">Path parameters for the request</param>
210-
public AdminRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin{?%24select,%24expand}", pathParameters) {
210+
public AdminRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin{?%24expand,%24select}", pathParameters) {
211211
}
212212
/// <summary>
213213
/// Instantiates a new AdminRequestBuilder and sets the default values.
214214
/// </summary>
215215
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
216-
public AdminRequestBuilder(string rawUrl) : base("{+baseurl}/admin{?%24select,%24expand}", rawUrl) {
216+
public AdminRequestBuilder(string rawUrl) : base("{+baseurl}/admin{?%24expand,%24select}", rawUrl) {
217217
}
218218
/// <summary>
219219
/// Get admin

src/generated/Admin/Edge/EdgeRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ public Command BuildPatchCommand() {
161161
/// Instantiates a new EdgeRequestBuilder and sets the default values.
162162
/// </summary>
163163
/// <param name="pathParameters">Path parameters for the request</param>
164-
public EdgeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge{?%24select,%24expand}", pathParameters) {
164+
public EdgeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge{?%24expand,%24select}", pathParameters) {
165165
}
166166
/// <summary>
167167
/// Instantiates a new EdgeRequestBuilder and sets the default values.
168168
/// </summary>
169169
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
170-
public EdgeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge{?%24select,%24expand}", rawUrl) {
170+
public EdgeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge{?%24expand,%24select}", rawUrl) {
171171
}
172172
/// <summary>
173173
/// Delete navigation property edge for admin

src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ public Command BuildSiteListsNavCommand() {
163163
/// Instantiates a new InternetExplorerModeRequestBuilder and sets the default values.
164164
/// </summary>
165165
/// <param name="pathParameters">Path parameters for the request</param>
166-
public InternetExplorerModeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24select,%24expand}", pathParameters) {
166+
public InternetExplorerModeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24expand,%24select}", pathParameters) {
167167
}
168168
/// <summary>
169169
/// Instantiates a new InternetExplorerModeRequestBuilder and sets the default values.
170170
/// </summary>
171171
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
172-
public InternetExplorerModeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24select,%24expand}", rawUrl) {
172+
public InternetExplorerModeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24expand,%24select}", rawUrl) {
173173
}
174174
/// <summary>
175175
/// Delete navigation property internetExplorerMode for admin

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ public Command BuildGetCommand() {
5656
/// Instantiates a new CountRequestBuilder and sets the default values.
5757
/// </summary>
5858
/// <param name="pathParameters">Path parameters for the request</param>
59-
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24search,%24filter}", pathParameters) {
59+
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24filter,%24search}", pathParameters) {
6060
}
6161
/// <summary>
6262
/// Instantiates a new CountRequestBuilder and sets the default values.
6363
/// </summary>
6464
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
65-
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24search,%24filter}", rawUrl) {
65+
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24filter,%24search}", rawUrl) {
6666
}
6767
/// <summary>
6868
/// Get the number of the resource

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ public Command BuildSitesNavCommand() {
226226
/// Instantiates a new BrowserSiteListItemRequestBuilder and sets the default values.
227227
/// </summary>
228228
/// <param name="pathParameters">Path parameters for the request</param>
229-
public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", pathParameters) {
229+
public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", pathParameters) {
230230
}
231231
/// <summary>
232232
/// Instantiates a new BrowserSiteListItemRequestBuilder and sets the default values.
233233
/// </summary>
234234
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
235-
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", rawUrl) {
235+
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", rawUrl) {
236236
}
237237
/// <summary>
238238
/// Delete a browserSiteList object.

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ public Command BuildGetCommand() {
6262
/// Instantiates a new CountRequestBuilder and sets the default values.
6363
/// </summary>
6464
/// <param name="pathParameters">Path parameters for the request</param>
65-
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24search,%24filter}", pathParameters) {
65+
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24filter,%24search}", pathParameters) {
6666
}
6767
/// <summary>
6868
/// Instantiates a new CountRequestBuilder and sets the default values.
6969
/// </summary>
7070
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
71-
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24search,%24filter}", rawUrl) {
71+
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24filter,%24search}", rawUrl) {
7272
}
7373
/// <summary>
7474
/// Get the number of the resource

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ public Command BuildPatchCommand() {
176176
/// Instantiates a new BrowserSharedCookieItemRequestBuilder and sets the default values.
177177
/// </summary>
178178
/// <param name="pathParameters">Path parameters for the request</param>
179-
public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", pathParameters) {
179+
public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24expand,%24select}", pathParameters) {
180180
}
181181
/// <summary>
182182
/// Instantiates a new BrowserSharedCookieItemRequestBuilder and sets the default values.
183183
/// </summary>
184184
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
185-
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", rawUrl) {
185+
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24expand,%24select}", rawUrl) {
186186
}
187187
/// <summary>
188188
/// Delete a browserSharedCookie from a browserSiteList.

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ public Command BuildListCommand() {
200200
/// Instantiates a new SharedCookiesRequestBuilder and sets the default values.
201201
/// </summary>
202202
/// <param name="pathParameters">Path parameters for the request</param>
203-
public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", pathParameters) {
203+
public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
204204
}
205205
/// <summary>
206206
/// Instantiates a new SharedCookiesRequestBuilder and sets the default values.
207207
/// </summary>
208208
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
209-
public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
209+
public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
210210
}
211211
/// <summary>
212212
/// Get a list of the browserSharedCookie objects and their properties.

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ public Command BuildGetCommand() {
6262
/// Instantiates a new CountRequestBuilder and sets the default values.
6363
/// </summary>
6464
/// <param name="pathParameters">Path parameters for the request</param>
65-
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24search,%24filter}", pathParameters) {
65+
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24filter,%24search}", pathParameters) {
6666
}
6767
/// <summary>
6868
/// Instantiates a new CountRequestBuilder and sets the default values.
6969
/// </summary>
7070
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
71-
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24search,%24filter}", rawUrl) {
71+
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24filter,%24search}", rawUrl) {
7272
}
7373
/// <summary>
7474
/// Get the number of the resource

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ public Command BuildPatchCommand() {
176176
/// Instantiates a new BrowserSiteItemRequestBuilder and sets the default values.
177177
/// </summary>
178178
/// <param name="pathParameters">Path parameters for the request</param>
179-
public BrowserSiteItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24select,%24expand}", pathParameters) {
179+
public BrowserSiteItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24expand,%24select}", pathParameters) {
180180
}
181181
/// <summary>
182182
/// Instantiates a new BrowserSiteItemRequestBuilder and sets the default values.
183183
/// </summary>
184184
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
185-
public BrowserSiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24select,%24expand}", rawUrl) {
185+
public BrowserSiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24expand,%24select}", rawUrl) {
186186
}
187187
/// <summary>
188188
/// Delete a browserSite from a browserSiteList.

0 commit comments

Comments
 (0)