@@ -18,7 +18,7 @@ type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRe
1818 // Request options
1919 Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
2020}
21- // EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
21+ // EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters a collection of shared cookies defined for the site list .
2222type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters struct {
2323 // Expand related entities
2424 Expand []string `uriparametername:"%24expand"`
@@ -54,11 +54,8 @@ func NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIte
5454 urlParams ["request-raw-url" ] = rawUrl
5555 return NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderInternal (urlParams , requestAdapter )
5656}
57- // Delete delete a browserSharedCookie from a browserSiteList.
57+ // Delete delete navigation property sharedCookies for admin
5858// returns a ODataError error when the service returns a 4XX or 5XX status code
59- // [Find more info here]
60- //
61- // [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0
6259func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Delete (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration )(error ) {
6360 requestInfo , err := m .ToDeleteRequestInformation (ctx , requestConfiguration );
6461 if err != nil {
@@ -73,12 +70,9 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
7370 }
7471 return nil
7572}
76- // Get get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
73+ // Get a collection of shared cookies defined for the site list .
7774// returns a BrowserSharedCookieable when successful
7875// returns a ODataError error when the service returns a 4XX or 5XX status code
79- // [Find more info here]
80- //
81- // [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0
8276func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Get (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetRequestConfiguration )(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , error ) {
8377 requestInfo , err := m .ToGetRequestInformation (ctx , requestConfiguration );
8478 if err != nil {
@@ -96,12 +90,9 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
9690 }
9791 return res .(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable ), nil
9892}
99- // Patch update the properties of a browserSharedCookie object.
93+ // Patch update the navigation property sharedCookies in admin
10094// returns a BrowserSharedCookieable when successful
10195// returns a ODataError error when the service returns a 4XX or 5XX status code
102- // [Find more info here]
103- //
104- // [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0
10596func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Patch (ctx context.Context , body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderPatchRequestConfiguration )(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , error ) {
10697 requestInfo , err := m .ToPatchRequestInformation (ctx , body , requestConfiguration );
10798 if err != nil {
@@ -119,7 +110,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
119110 }
120111 return res .(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable ), nil
121112}
122- // ToDeleteRequestInformation delete a browserSharedCookie from a browserSiteList.
113+ // ToDeleteRequestInformation delete navigation property sharedCookies for admin
123114// returns a *RequestInformation when successful
124115func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToDeleteRequestInformation (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
125116 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .DELETE , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
@@ -130,7 +121,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
130121 requestInfo .Headers .TryAdd ("Accept" , "application/json" )
131122 return requestInfo , nil
132123}
133- // ToGetRequestInformation get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
124+ // ToGetRequestInformation a collection of shared cookies defined for the site list .
134125// returns a *RequestInformation when successful
135126func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToGetRequestInformation (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
136127 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .GET , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
@@ -144,7 +135,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
144135 requestInfo .Headers .TryAdd ("Accept" , "application/json" )
145136 return requestInfo , nil
146137}
147- // ToPatchRequestInformation update the properties of a browserSharedCookie object.
138+ // ToPatchRequestInformation update the navigation property sharedCookies in admin
148139// returns a *RequestInformation when successful
149140func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToPatchRequestInformation (ctx context.Context , body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderPatchRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
150141 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .PATCH , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
0 commit comments