Skip to content

Commit 04c70b7

Browse files
authored
Merge pull request #2156 from microsoftgraph/kiota/v1.0/pipelinebuild/126471
Generated models and request builders
2 parents d3ff8aa + 5764b7a commit 04c70b7

5,103 files changed

Lines changed: 18450 additions & 18443 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.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77

88
## [Unreleased]
99

10+
## [5.30.0] - 2023-10-12
11+
12+
- Fixes incorrect casing of model properties during serialization/deserialization (https://github.com/microsoft/kiota/pull/343)
13+
- Latest metadata updates from 5th October 2023.
14+
1015
## [5.29.0] - 2023-10-05
1116

1217
- Drops invalid function/actions bound to `directoryObject` type. These are the `permissionGrants`,`externalSponsors`, `internalSponsors` and `appliesTo` navigation properties. (https://github.com/microsoftgraph/msgraph-metadata/pull/451)

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. This API is supported in the following national cloud deployments.
47+
/// Delete a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
67+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available 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. This API is supported in the following national cloud deployments.
87+
/// Update the properties of a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
109+
/// Delete a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
133+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available 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. This API is supported in the following national cloud deployments.
159+
/// Update the properties of a browserSiteList object. This API is available 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. This API is supported in the following national cloud deployments.
210+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available 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/PublishPostRequestBody.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish
1010
public class PublishPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable {
1111
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
1212
public IDictionary<string, object> AdditionalData {
13-
get { return BackingStore?.Get<IDictionary<string, object>>("additionalData"); }
14-
set { BackingStore?.Set("additionalData", value); }
13+
get { return BackingStore?.Get<IDictionary<string, object>>("AdditionalData"); }
14+
set { BackingStore?.Set("AdditionalData", value); }
1515
}
1616
/// <summary>Stores model information.</summary>
1717
public IBackingStore BackingStore { get; private set; }

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. This API is supported in the following national cloud deployments.
32+
/// Publish the specified browserSiteList for devices to download. This API is available 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. This API is supported in the following national cloud deployments.
54+
/// Publish the specified browserSiteList for devices to download. This API is available 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. This API is supported in the following national cloud deployments.
32+
/// Delete a browserSharedCookie from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
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 available 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. This API is supported in the following national cloud deployments.
72+
/// Update the properties of a browserSharedCookie object. This API is available 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. This API is supported in the following national cloud deployments.
94+
/// Delete a browserSharedCookie from a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
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 available 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. This API is supported in the following national cloud deployments.
144+
/// Update the properties of a browserSharedCookie object. This API is available 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. This API is supported in the following national cloud deployments.
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 available 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. This API is supported in the following national cloud deployments.
45+
/// Get a list of the browserSharedCookie objects and their properties. This API is available 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. This API is supported in the following national cloud deployments.
65+
/// Create a new browserSharedCookie object in a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
87+
/// Get a list of the browserSharedCookie objects and their properties. This API is available 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. This API is supported in the following national cloud deployments.
113+
/// Create a new browserSharedCookie object in a browserSiteList. This API is available 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. This API is supported in the following national cloud deployments.
148+
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
149149
/// </summary>
150150
public class SharedCookiesRequestBuilderGetQueryParameters {
151151
/// <summary>Include count of items</summary>

0 commit comments

Comments
 (0)