Skip to content

Commit b282ef4

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 126266
1 parent 4c556b9 commit b282ef4

5,226 files changed

Lines changed: 142154 additions & 42668 deletions

File tree

Some content is hidden

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

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParamete
4444
public BrowserSiteListItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", rawUrl) {
4545
}
4646
/// <summary>
47-
/// Delete a browserSiteList object.
47+
/// Delete a browserSiteList object. This API is supported in the following national cloud deployments.
4848
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
4949
/// </summary>
5050
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -64,7 +64,7 @@ public async Task DeleteAsync(Action<BrowserSiteListItemRequestBuilderDeleteRequ
6464
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6565
}
6666
/// <summary>
67-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
67+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
6868
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
6969
/// </summary>
7070
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -84,7 +84,7 @@ public async Task<BrowserSiteList> GetAsync(Action<BrowserSiteListItemRequestBui
8484
return await RequestAdapter.SendAsync<BrowserSiteList>(requestInfo, BrowserSiteList.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8585
}
8686
/// <summary>
87-
/// Update the properties of a browserSiteList object.
87+
/// Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
8888
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
8989
/// </summary>
9090
/// <param name="body">The request body</param>
@@ -106,7 +106,7 @@ public async Task<BrowserSiteList> PatchAsync(BrowserSiteList body, Action<Brows
106106
return await RequestAdapter.SendAsync<BrowserSiteList>(requestInfo, BrowserSiteList.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
107107
}
108108
/// <summary>
109-
/// Delete a browserSiteList object.
109+
/// Delete a browserSiteList object. This API is supported in the following national cloud deployments.
110110
/// </summary>
111111
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
112112
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action<BrowserSiteListItemR
130130
return requestInfo;
131131
}
132132
/// <summary>
133-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
133+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
134134
/// </summary>
135135
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
136136
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -156,7 +156,7 @@ public RequestInformation ToGetRequestInformation(Action<BrowserSiteListItemRequ
156156
return requestInfo;
157157
}
158158
/// <summary>
159-
/// Update the properties of a browserSiteList object.
159+
/// Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments.
160160
/// </summary>
161161
/// <param name="body">The request body</param>
162162
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -207,7 +207,7 @@ public BrowserSiteListItemRequestBuilderDeleteRequestConfiguration() {
207207
}
208208
}
209209
/// <summary>
210-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
210+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments.
211211
/// </summary>
212212
public class BrowserSiteListItemRequestBuilderGetQueryParameters {
213213
/// <summary>Expand related entities</summary>

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public PublishRequestBuilder(Dictionary<string, object> pathParameters, IRequest
2929
public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", rawUrl) {
3030
}
3131
/// <summary>
32-
/// Publish the specified browserSiteList for devices to download.
32+
/// Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
3333
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <param name="body">The request body</param>
@@ -51,7 +51,7 @@ public async Task<BrowserSiteList> PostAsync(PublishPostRequestBody body, Action
5151
return await RequestAdapter.SendAsync<BrowserSiteList>(requestInfo, BrowserSiteList.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5252
}
5353
/// <summary>
54-
/// Publish the specified browserSiteList for devices to download.
54+
/// Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments.
5555
/// </summary>
5656
/// <param name="body">The request body</param>
5757
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathPara
2929
public BrowserSharedCookieItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", rawUrl) {
3030
}
3131
/// <summary>
32-
/// Delete a browserSharedCookie from a browserSiteList.
32+
/// Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
3333
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -49,7 +49,7 @@ public async Task DeleteAsync(Action<BrowserSharedCookieItemRequestBuilderDelete
4949
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5050
}
5151
/// <summary>
52-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
52+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
5353
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
5454
/// </summary>
5555
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -69,7 +69,7 @@ public async Task<BrowserSharedCookie> GetAsync(Action<BrowserSharedCookieItemRe
6969
return await RequestAdapter.SendAsync<BrowserSharedCookie>(requestInfo, BrowserSharedCookie.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Update the properties of a browserSharedCookie object.
72+
/// Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
7373
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <param name="body">The request body</param>
@@ -91,7 +91,7 @@ public async Task<BrowserSharedCookie> PatchAsync(BrowserSharedCookie body, Acti
9191
return await RequestAdapter.SendAsync<BrowserSharedCookie>(requestInfo, BrowserSharedCookie.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
9292
}
9393
/// <summary>
94-
/// Delete a browserSharedCookie from a browserSiteList.
94+
/// Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments.
9595
/// </summary>
9696
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
9797
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -115,7 +115,7 @@ public RequestInformation ToDeleteRequestInformation(Action<BrowserSharedCookieI
115115
return requestInfo;
116116
}
117117
/// <summary>
118-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
118+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
119119
/// </summary>
120120
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
121121
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -141,7 +141,7 @@ public RequestInformation ToGetRequestInformation(Action<BrowserSharedCookieItem
141141
return requestInfo;
142142
}
143143
/// <summary>
144-
/// Update the properties of a browserSharedCookie object.
144+
/// Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments.
145145
/// </summary>
146146
/// <param name="body">The request body</param>
147147
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -192,7 +192,7 @@ public BrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration() {
192192
}
193193
}
194194
/// <summary>
195-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
195+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments.
196196
/// </summary>
197197
public class BrowserSharedCookieItemRequestBuilderGetQueryParameters {
198198
/// <summary>Expand related entities</summary>

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters, IR
4242
public SharedCookiesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
4343
}
4444
/// <summary>
45-
/// Get a list of the browserSharedCookie objects and their properties.
45+
/// Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
4646
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
4747
/// </summary>
4848
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -62,7 +62,7 @@ public async Task<BrowserSharedCookieCollectionResponse> GetAsync(Action<SharedC
6262
return await RequestAdapter.SendAsync<BrowserSharedCookieCollectionResponse>(requestInfo, BrowserSharedCookieCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6363
}
6464
/// <summary>
65-
/// Create a new browserSharedCookie object in a browserSiteList.
65+
/// Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
6666
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
6767
/// </summary>
6868
/// <param name="body">The request body</param>
@@ -84,7 +84,7 @@ public async Task<BrowserSharedCookie> PostAsync(BrowserSharedCookie body, Actio
8484
return await RequestAdapter.SendAsync<BrowserSharedCookie>(requestInfo, BrowserSharedCookie.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8585
}
8686
/// <summary>
87-
/// Get a list of the browserSharedCookie objects and their properties.
87+
/// Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
8888
/// </summary>
8989
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
9090
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -110,7 +110,7 @@ public RequestInformation ToGetRequestInformation(Action<SharedCookiesRequestBui
110110
return requestInfo;
111111
}
112112
/// <summary>
113-
/// Create a new browserSharedCookie object in a browserSiteList.
113+
/// Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments.
114114
/// </summary>
115115
/// <param name="body">The request body</param>
116116
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -145,7 +145,7 @@ public SharedCookiesRequestBuilder WithUrl(string rawUrl) {
145145
return new SharedCookiesRequestBuilder(rawUrl, RequestAdapter);
146146
}
147147
/// <summary>
148-
/// Get a list of the browserSharedCookie objects and their properties.
148+
/// Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments.
149149
/// </summary>
150150
public class SharedCookiesRequestBuilderGetQueryParameters {
151151
/// <summary>Include count of items</summary>

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public BrowserSiteItemRequestBuilder(Dictionary<string, object> pathParameters,
2929
public BrowserSiteItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24select,%24expand}", rawUrl) {
3030
}
3131
/// <summary>
32-
/// Delete a browserSite from a browserSiteList.
32+
/// Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
3333
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -49,7 +49,7 @@ public async Task DeleteAsync(Action<BrowserSiteItemRequestBuilderDeleteRequestC
4949
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5050
}
5151
/// <summary>
52-
/// Get a browserSite that resides on a browserSiteList.
52+
/// Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
5353
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" />
5454
/// </summary>
5555
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -69,7 +69,7 @@ public async Task<BrowserSite> GetAsync(Action<BrowserSiteItemRequestBuilderGetR
6969
return await RequestAdapter.SendAsync<BrowserSite>(requestInfo, BrowserSite.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Update the properties of a browserSite object.
72+
/// Update the properties of a browserSite object. This API is supported in the following national cloud deployments.
7373
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <param name="body">The request body</param>
@@ -91,7 +91,7 @@ public async Task<BrowserSite> PatchAsync(BrowserSite body, Action<BrowserSiteIt
9191
return await RequestAdapter.SendAsync<BrowserSite>(requestInfo, BrowserSite.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
9292
}
9393
/// <summary>
94-
/// Delete a browserSite from a browserSiteList.
94+
/// Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments.
9595
/// </summary>
9696
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
9797
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -115,7 +115,7 @@ public RequestInformation ToDeleteRequestInformation(Action<BrowserSiteItemReque
115115
return requestInfo;
116116
}
117117
/// <summary>
118-
/// Get a browserSite that resides on a browserSiteList.
118+
/// Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
119119
/// </summary>
120120
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
121121
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -141,7 +141,7 @@ public RequestInformation ToGetRequestInformation(Action<BrowserSiteItemRequestB
141141
return requestInfo;
142142
}
143143
/// <summary>
144-
/// Update the properties of a browserSite object.
144+
/// Update the properties of a browserSite object. This API is supported in the following national cloud deployments.
145145
/// </summary>
146146
/// <param name="body">The request body</param>
147147
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -192,7 +192,7 @@ public BrowserSiteItemRequestBuilderDeleteRequestConfiguration() {
192192
}
193193
}
194194
/// <summary>
195-
/// Get a browserSite that resides on a browserSiteList.
195+
/// Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments.
196196
/// </summary>
197197
public class BrowserSiteItemRequestBuilderGetQueryParameters {
198198
/// <summary>Expand related entities</summary>

0 commit comments

Comments
 (0)