Skip to content

Commit eb524ea

Browse files
authored
Merge pull request #2049 from microsoftgraph/kiota/v1.0/pipelinebuild/121759
Generated models and request builders
2 parents e8d4524 + 25feb54 commit eb524ea

3,852 files changed

Lines changed: 33493 additions & 7545 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77

88
## [Unreleased]
99

10+
## [5.21.0] - 2023-08-02
11+
12+
- Latest metadata updates from 1st August 2023.
13+
1014
## [5.20.0] - 2023-07-26
1115

1216
- Fixes/removes incorrect `Localizations` entitySet/path/request builder in the GraphServiceClient

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public BrowserSiteListItemRequestBuilder(string rawUrl, IRequestAdapter requestA
4444
}
4545
/// <summary>
4646
/// Delete a browserSiteList object.
47-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
47+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
4848
/// </summary>
4949
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5050
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -64,7 +64,7 @@ public async Task DeleteAsync(Action<BrowserSiteListItemRequestBuilderDeleteRequ
6464
}
6565
/// <summary>
6666
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
67-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
67+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
6868
/// </summary>
6969
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
7070
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -84,7 +84,7 @@ public async Task<BrowserSiteList> GetAsync(Action<BrowserSiteListItemRequestBui
8484
}
8585
/// <summary>
8686
/// Update the properties of a browserSiteList object.
87-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
87+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
8888
/// </summary>
8989
/// <param name="body">The request body</param>
9090
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba
2929
}
3030
/// <summary>
3131
/// Publish the specified browserSiteList for devices to download.
32-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="body">The request body</param>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public BrowserSharedCookieItemRequestBuilder(string rawUrl, IRequestAdapter requ
2929
}
3030
/// <summary>
3131
/// Delete a browserSharedCookie from a browserSiteList.
32-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
3535
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -49,7 +49,7 @@ public async Task DeleteAsync(Action<BrowserSharedCookieItemRequestBuilderDelete
4949
}
5050
/// <summary>
5151
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
52-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
52+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
5353
/// </summary>
5454
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5555
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -69,7 +69,7 @@ public async Task<BrowserSharedCookie> GetAsync(Action<BrowserSharedCookieItemRe
6969
}
7070
/// <summary>
7171
/// Update the properties of a browserSharedCookie object.
72-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
72+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
7373
/// </summary>
7474
/// <param name="body">The request body</param>
7575
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public SharedCookiesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
4141
}
4242
/// <summary>
4343
/// Get a list of the browserSharedCookie objects and their properties.
44-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
44+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
4545
/// </summary>
4646
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4747
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -61,7 +61,7 @@ public async Task<BrowserSharedCookieCollectionResponse> GetAsync(Action<SharedC
6161
}
6262
/// <summary>
6363
/// Create a new browserSharedCookie object in a browserSiteList.
64-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
6565
/// </summary>
6666
/// <param name="body">The request body</param>
6767
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public BrowserSiteItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapt
2929
}
3030
/// <summary>
3131
/// Delete a browserSite from a browserSiteList.
32-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
3535
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -49,7 +49,7 @@ public async Task DeleteAsync(Action<BrowserSiteItemRequestBuilderDeleteRequestC
4949
}
5050
/// <summary>
5151
/// Get a browserSite that resides on a browserSiteList.
52-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" />
52+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" />
5353
/// </summary>
5454
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5555
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -69,7 +69,7 @@ public async Task<BrowserSite> GetAsync(Action<BrowserSiteItemRequestBuilderGetR
6969
}
7070
/// <summary>
7171
/// Update the properties of a browserSite object.
72-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" />
72+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" />
7373
/// </summary>
7474
/// <param name="body">The request body</param>
7575
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
4141
}
4242
/// <summary>
4343
/// Get a list of the browserSite objects and their properties.
44-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0" />
44+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0" />
4545
/// </summary>
4646
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4747
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -61,7 +61,7 @@ public async Task<BrowserSiteCollectionResponse> GetAsync(Action<SitesRequestBui
6161
}
6262
/// <summary>
6363
/// Create a new browserSite object in a browserSiteList.
64-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0" />
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0" />
6565
/// </summary>
6666
/// <param name="body">The request body</param>
6767
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public SiteListsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
4141
}
4242
/// <summary>
4343
/// Get a list of the browserSiteList objects and their properties.
44-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0" />
44+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0" />
4545
/// </summary>
4646
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4747
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -61,7 +61,7 @@ public async Task<BrowserSiteListCollectionResponse> GetAsync(Action<SiteListsRe
6161
}
6262
/// <summary>
6363
/// Create a new browserSiteList object to support Internet Explorer mode.
64-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0" />
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0" />
6565
/// </summary>
6666
/// <param name="body">The request body</param>
6767
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public HealthOverviewsRequestBuilder(Dictionary<string, object> pathParameters,
4040
public HealthOverviewsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/admin/serviceAnnouncement/healthOverviews{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
4141
}
4242
/// <summary>
43-
/// Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
44-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" />
43+
/// Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
44+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" />
4545
/// </summary>
4646
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4747
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -81,7 +81,7 @@ public async Task<ServiceHealth> PostAsync(ServiceHealth body, Action<HealthOver
8181
return await RequestAdapter.SendAsync<ServiceHealth>(requestInfo, ServiceHealth.CreateFromDiscriminatorValue, errorMapping, cancellationToken);
8282
}
8383
/// <summary>
84-
/// Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
84+
/// Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
8585
/// </summary>
8686
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
8787
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -135,7 +135,7 @@ public RequestInformation ToPostRequestInformation(ServiceHealth body, Action<He
135135
return requestInfo;
136136
}
137137
/// <summary>
138-
/// Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
138+
/// Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
139139
/// </summary>
140140
public class HealthOverviewsRequestBuilderGetQueryParameters {
141141
/// <summary>Include count of items</summary>

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public async Task DeleteAsync(Action<ServiceHealthItemRequestBuilderDeleteReques
5353
}
5454
/// <summary>
5555
/// Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
56-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0" />
56+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0" />
5757
/// </summary>
5858
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5959
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

0 commit comments

Comments
 (0)