Skip to content

Commit a40252f

Browse files
Merge pull request #1316 from microsoftgraph/beta/pipelinebuild/217716
Generated beta models and request builders
2 parents bc8f7e0 + b0921d3 commit a40252f

299 files changed

Lines changed: 37475 additions & 293 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/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/onpremisesconnections/item/updateaddomainpassword/UpdateAdDomainPasswordRequestBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public UpdateAdDomainPasswordRequestBuilder(@jakarta.annotation.Nonnull final St
3535
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection%2Did}/updateAdDomainPassword", rawUrl);
3636
}
3737
/**
38-
* Update the Active Directory domain password for a cloudPcOnPremisesConnection object. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
38+
* Update the Active Directory domain password for a successful cloudPcOnPremisesConnection. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
3939
* @param body The request body
4040
* @throws ODataError When receiving a 4XX or 5XX status code
4141
* @see <a href="https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta">Find more info here</a>
@@ -44,7 +44,7 @@ public void post(@jakarta.annotation.Nonnull final UpdateAdDomainPasswordPostReq
4444
post(body, null);
4545
}
4646
/**
47-
* Update the Active Directory domain password for a cloudPcOnPremisesConnection object. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
47+
* Update the Active Directory domain password for a successful cloudPcOnPremisesConnection. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
4848
* @param body The request body
4949
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5050
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final UpdateAdDomainPasswordPostReq
5858
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5959
}
6060
/**
61-
* Update the Active Directory domain password for a cloudPcOnPremisesConnection object. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
61+
* Update the Active Directory domain password for a successful cloudPcOnPremisesConnection. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
6262
* @param body The request body
6363
* @return a {@link RequestInformation}
6464
*/
@@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
6767
return toPostRequestInformation(body, null);
6868
}
6969
/**
70-
* Update the Active Directory domain password for a cloudPcOnPremisesConnection object. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
70+
* Update the Active Directory domain password for a successful cloudPcOnPremisesConnection. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin.
7171
* @param body The request body
7272
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/beta/generated/groups/item/calendar/permanentdelete/PermanentDeleteRequestBuilder.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,16 @@ public PermanentDeleteRequestBuilder(@jakarta.annotation.Nonnull final String ra
3535
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/permanentDelete", rawUrl);
3636
}
3737
/**
38-
* Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.
38+
* Invoke action permanentDelete
3939
* @throws ODataError When receiving a 4XX or 5XX status code
40-
* @see <a href="https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta">Find more info here</a>
4140
*/
4241
public void post() {
4342
post(null);
4443
}
4544
/**
46-
* Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.
45+
* Invoke action permanentDelete
4746
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4847
* @throws ODataError When receiving a 4XX or 5XX status code
49-
* @see <a href="https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta">Find more info here</a>
5048
*/
5149
public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
5250
final RequestInformation requestInfo = toPostRequestInformation(requestConfiguration);
@@ -55,15 +53,15 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<
5553
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5654
}
5755
/**
58-
* Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.
56+
* Invoke action permanentDelete
5957
* @return a {@link RequestInformation}
6058
*/
6159
@jakarta.annotation.Nonnull
6260
public RequestInformation toPostRequestInformation() {
6361
return toPostRequestInformation(null);
6462
}
6563
/**
66-
* Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.
64+
* Invoke action permanentDelete
6765
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6866
* @return a {@link RequestInformation}
6967
*/

src/main/java/com/microsoft/graph/beta/generated/identity/customauthenticationextensions/item/CustomAuthenticationExtensionItemRequestBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,23 @@ public CustomAuthenticationExtension get(@jakarta.annotation.Nullable final java
9090
return this.requestAdapter.send(requestInfo, errorMapping, CustomAuthenticationExtension::createFromDiscriminatorValue);
9191
}
9292
/**
93-
* Update the navigation property customAuthenticationExtensions in identity
93+
* Update the properties of a customAuthenticationExtension object. The following derived types are currently supported.
9494
* @param body The request body
9595
* @return a {@link CustomAuthenticationExtension}
9696
* @throws ODataError When receiving a 4XX or 5XX status code
97+
* @see <a href="https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-beta">Find more info here</a>
9798
*/
9899
@jakarta.annotation.Nullable
99100
public CustomAuthenticationExtension patch(@jakarta.annotation.Nonnull final CustomAuthenticationExtension body) {
100101
return patch(body, null);
101102
}
102103
/**
103-
* Update the navigation property customAuthenticationExtensions in identity
104+
* Update the properties of a customAuthenticationExtension object. The following derived types are currently supported.
104105
* @param body The request body
105106
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
106107
* @return a {@link CustomAuthenticationExtension}
107108
* @throws ODataError When receiving a 4XX or 5XX status code
109+
* @see <a href="https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-beta">Find more info here</a>
108110
*/
109111
@jakarta.annotation.Nullable
110112
public CustomAuthenticationExtension patch(@jakarta.annotation.Nonnull final CustomAuthenticationExtension body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -155,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
155157
return requestInfo;
156158
}
157159
/**
158-
* Update the navigation property customAuthenticationExtensions in identity
160+
* Update the properties of a customAuthenticationExtension object. The following derived types are currently supported.
159161
* @param body The request body
160162
* @return a {@link RequestInformation}
161163
*/
@@ -164,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
164166
return toPatchRequestInformation(body, null);
165167
}
166168
/**
167-
* Update the navigation property customAuthenticationExtensions in identity
169+
* Update the properties of a customAuthenticationExtension object. The following derived types are currently supported.
168170
* @param body The request body
169171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
170172
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/beta/generated/identity/verifiedid/VerifiedIdRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6464
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6565
}
6666
/**
67-
* Get verifiedId from identity
67+
* Entry point for verified ID operations.
6868
* @return a {@link IdentityVerifiedIdRoot}
6969
* @throws ODataError When receiving a 4XX or 5XX status code
7070
*/
@@ -73,7 +73,7 @@ public IdentityVerifiedIdRoot get() {
7373
return get(null);
7474
}
7575
/**
76-
* Get verifiedId from identity
76+
* Entry point for verified ID operations.
7777
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7878
* @return a {@link IdentityVerifiedIdRoot}
7979
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,15 +131,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
131131
return requestInfo;
132132
}
133133
/**
134-
* Get verifiedId from identity
134+
* Entry point for verified ID operations.
135135
* @return a {@link RequestInformation}
136136
*/
137137
@jakarta.annotation.Nonnull
138138
public RequestInformation toGetRequestInformation() {
139139
return toGetRequestInformation(null);
140140
}
141141
/**
142-
* Get verifiedId from identity
142+
* Entry point for verified ID operations.
143143
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
144144
* @return a {@link RequestInformation}
145145
*/
@@ -191,7 +191,7 @@ public VerifiedIdRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
191191
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
192192
}
193193
/**
194-
* Get verifiedId from identity
194+
* Entry point for verified ID operations.
195195
*/
196196
@jakarta.annotation.Generated("com.microsoft.kiota")
197197
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/identitygovernance/catalogs/item/accesspackageresourceroles/item/accesspackageresource/accesspackageresourcescopes/item/accesspackageresource/uploadsessions/item/CustomDataProvidedResourceUploadSessionItemRequestBuilder.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.microsoft.graph.beta.identitygovernance.catalogs.item.accesspackageresourceroles.item.accesspackageresource.accesspackageresourcescopes.item.accesspackageresource.uploadsessions.item;
22

3+
import com.microsoft.graph.beta.identitygovernance.catalogs.item.accesspackageresourceroles.item.accesspackageresource.accesspackageresourcescopes.item.accesspackageresource.uploadsessions.item.files.FilesRequestBuilder;
34
import com.microsoft.graph.beta.identitygovernance.catalogs.item.accesspackageresourceroles.item.accesspackageresource.accesspackageresourcescopes.item.accesspackageresource.uploadsessions.item.uploadfile.UploadFileRequestBuilder;
45
import com.microsoft.graph.beta.models.CustomDataProvidedResourceUploadSession;
56
import com.microsoft.graph.beta.models.odataerrors.ODataError;
@@ -21,6 +22,17 @@
2122
*/
2223
@jakarta.annotation.Generated("com.microsoft.kiota")
2324
public class CustomDataProvidedResourceUploadSessionItemRequestBuilder extends BaseRequestBuilder {
25+
/**
26+
* Provides operations to manage the files property of the microsoft.graph.customDataProvidedResourceUploadSession entity.
27+
* @return a {@link FilesRequestBuilder}
28+
* @deprecated
29+
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
30+
*/
31+
@Deprecated
32+
@jakarta.annotation.Nonnull
33+
public FilesRequestBuilder files() {
34+
return new FilesRequestBuilder(pathParameters, requestAdapter);
35+
}
2436
/**
2537
* Provides operations to call the uploadFile method.
2638
* @return a {@link UploadFileRequestBuilder}

0 commit comments

Comments
 (0)