Skip to content

Commit 8833a4f

Browse files
authored
Merge pull request #956 from microsoftgraph/beta/pipelinebuild/149875
Generated beta models and request builders
2 parents 1cdaa8e + 57a1874 commit 8833a4f

File tree

331 files changed

+5531
-2046
lines changed

Some content is hidden

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

331 files changed

+5531
-2046
lines changed

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ public ResourceConnectionItemRequestBuilder(@jakarta.annotation.Nonnull final St
3737
super(requestAdapter, "{+baseurl}/admin/windows/updates/resourceConnections/{resourceConnection%2Did}{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Delete an operationalInsightsConnection object.
40+
* Delete a resourceConnection object.
4141
* @throws ODataError When receiving a 4XX or 5XX status code
42-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta">Find more info here</a>
42+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta">Find more info here</a>
4343
*/
4444
public void delete() {
4545
delete(null);
4646
}
4747
/**
48-
* Delete an operationalInsightsConnection object.
48+
* Delete a resourceConnection object.
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
51-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta">Find more info here</a>
51+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta">Find more info here</a>
5252
*/
5353
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
5454
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -106,15 +106,15 @@ public ResourceConnection patch(@jakarta.annotation.Nonnull final ResourceConnec
106106
return this.requestAdapter.send(requestInfo, errorMapping, ResourceConnection::createFromDiscriminatorValue);
107107
}
108108
/**
109-
* Delete an operationalInsightsConnection object.
109+
* Delete a resourceConnection object.
110110
* @return a {@link RequestInformation}
111111
*/
112112
@jakarta.annotation.Nonnull
113113
public RequestInformation toDeleteRequestInformation() {
114114
return toDeleteRequestInformation(null);
115115
}
116116
/**
117-
* Delete an operationalInsightsConnection object.
117+
* Delete a resourceConnection object.
118118
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
119119
* @return a {@link RequestInformation}
120120
*/

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ public UpdatableAssetItemRequestBuilder(@jakarta.annotation.Nonnull final String
7373
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatableAssets/{updatableAsset%2Did}{?%24expand,%24select}", rawUrl);
7474
}
7575
/**
76-
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
76+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
7777
* @throws ODataError When receiving a 4XX or 5XX status code
78-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta">Find more info here</a>
78+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta">Find more info here</a>
7979
*/
8080
public void delete() {
8181
delete(null);
8282
}
8383
/**
84-
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
84+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
8585
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8686
* @throws ODataError When receiving a 4XX or 5XX status code
87-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta">Find more info here</a>
87+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta">Find more info here</a>
8888
*/
8989
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
9090
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -142,15 +142,15 @@ public UpdatableAsset patch(@jakarta.annotation.Nonnull final UpdatableAsset bod
142142
return this.requestAdapter.send(requestInfo, errorMapping, UpdatableAsset::createFromDiscriminatorValue);
143143
}
144144
/**
145-
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
145+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
146146
* @return a {@link RequestInformation}
147147
*/
148148
@jakarta.annotation.Nonnull
149149
public RequestInformation toDeleteRequestInformation() {
150150
return toDeleteRequestInformation(null);
151151
}
152152
/**
153-
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
153+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
154154
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
155155
* @return a {@link RequestInformation}
156156
*/

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ public ComplianceChangeItemRequestBuilder(@jakarta.annotation.Nonnull final Stri
4646
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatePolicies/{updatePolicy%2Did}/complianceChanges/{complianceChange%2Did}{?%24expand,%24select}", rawUrl);
4747
}
4848
/**
49-
* Delete a contentApproval object.
49+
* Delete a complianceChange object.
5050
* @throws ODataError When receiving a 4XX or 5XX status code
51-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta">Find more info here</a>
51+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta">Find more info here</a>
5252
*/
5353
public void delete() {
5454
delete(null);
5555
}
5656
/**
57-
* Delete a contentApproval object.
57+
* Delete a complianceChange object.
5858
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5959
* @throws ODataError When receiving a 4XX or 5XX status code
60-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta">Find more info here</a>
60+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta">Find more info here</a>
6161
*/
6262
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
6363
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6666
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6767
}
6868
/**
69-
* Read the properties and relationships of a contentApproval object.
69+
* Read the properties and relationships of a complianceChange object.
7070
* @return a {@link ComplianceChange}
7171
* @throws ODataError When receiving a 4XX or 5XX status code
72-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta">Find more info here</a>
72+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta">Find more info here</a>
7373
*/
7474
@jakarta.annotation.Nullable
7575
public ComplianceChange get() {
7676
return get(null);
7777
}
7878
/**
79-
* Read the properties and relationships of a contentApproval object.
79+
* Read the properties and relationships of a complianceChange object.
8080
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8181
* @return a {@link ComplianceChange}
8282
* @throws ODataError When receiving a 4XX or 5XX status code
83-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta">Find more info here</a>
83+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta">Find more info here</a>
8484
*/
8585
@jakarta.annotation.Nullable
8686
public ComplianceChange get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -117,15 +117,15 @@ public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange
117117
return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue);
118118
}
119119
/**
120-
* Delete a contentApproval object.
120+
* Delete a complianceChange object.
121121
* @return a {@link RequestInformation}
122122
*/
123123
@jakarta.annotation.Nonnull
124124
public RequestInformation toDeleteRequestInformation() {
125125
return toDeleteRequestInformation(null);
126126
}
127127
/**
128-
* Delete a contentApproval object.
128+
* Delete a complianceChange object.
129129
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
130130
* @return a {@link RequestInformation}
131131
*/
@@ -137,15 +137,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
137137
return requestInfo;
138138
}
139139
/**
140-
* Read the properties and relationships of a contentApproval object.
140+
* Read the properties and relationships of a complianceChange object.
141141
* @return a {@link RequestInformation}
142142
*/
143143
@jakarta.annotation.Nonnull
144144
public RequestInformation toGetRequestInformation() {
145145
return toGetRequestInformation(null);
146146
}
147147
/**
148-
* Read the properties and relationships of a contentApproval object.
148+
* Read the properties and relationships of a complianceChange object.
149149
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
150150
* @return a {@link RequestInformation}
151151
*/
@@ -197,7 +197,7 @@ public ComplianceChangeItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
197197
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
198198
}
199199
/**
200-
* Read the properties and relationships of a contentApproval object.
200+
* Read the properties and relationships of a complianceChange object.
201201
*/
202202
@jakarta.annotation.Generated("com.microsoft.kiota")
203203
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ public AlternativeRecordingRequestBuilder(@jakarta.annotation.Nonnull final Stri
3636
super(requestAdapter, "{+baseurl}/app/onlineMeetings/{onlineMeeting%2Did}/alternativeRecording", rawUrl);
3737
}
3838
/**
39-
* Delete alternativeRecording for the navigation property onlineMeetings in app
39+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
4040
* @throws ODataError When receiving a 4XX or 5XX status code
4141
*/
4242
public void delete() {
4343
delete(null);
4444
}
4545
/**
46-
* Delete alternativeRecording for the navigation property onlineMeetings in app
46+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @throws ODataError When receiving a 4XX or 5XX status code
4949
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5454
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5555
}
5656
/**
57-
* Get alternativeRecording for the navigation property onlineMeetings from app
57+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
5858
* @return a {@link InputStream}
5959
* @throws ODataError When receiving a 4XX or 5XX status code
6060
*/
@@ -63,7 +63,7 @@ public InputStream get() {
6363
return get(null);
6464
}
6565
/**
66-
* Get alternativeRecording for the navigation property onlineMeetings from app
66+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
6767
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6868
* @return a {@link InputStream}
6969
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
7676
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
7777
}
7878
/**
79-
* Update alternativeRecording for the navigation property onlineMeetings in app
79+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
8080
* @param body Binary request body
8181
* @return a {@link InputStream}
8282
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
8686
return put(body, null);
8787
}
8888
/**
89-
* Update alternativeRecording for the navigation property onlineMeetings in app
89+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
9090
* @param body Binary request body
9191
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9292
* @return a {@link InputStream}
@@ -101,15 +101,15 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
101101
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
102102
}
103103
/**
104-
* Delete alternativeRecording for the navigation property onlineMeetings in app
104+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
105105
* @return a {@link RequestInformation}
106106
*/
107107
@jakarta.annotation.Nonnull
108108
public RequestInformation toDeleteRequestInformation() {
109109
return toDeleteRequestInformation(null);
110110
}
111111
/**
112-
* Delete alternativeRecording for the navigation property onlineMeetings in app
112+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
113113
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
114114
* @return a {@link RequestInformation}
115115
*/
@@ -121,15 +121,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
121121
return requestInfo;
122122
}
123123
/**
124-
* Get alternativeRecording for the navigation property onlineMeetings from app
124+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
125125
* @return a {@link RequestInformation}
126126
*/
127127
@jakarta.annotation.Nonnull
128128
public RequestInformation toGetRequestInformation() {
129129
return toGetRequestInformation(null);
130130
}
131131
/**
132-
* Get alternativeRecording for the navigation property onlineMeetings from app
132+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
133133
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
134134
* @return a {@link RequestInformation}
135135
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
141141
return requestInfo;
142142
}
143143
/**
144-
* Update alternativeRecording for the navigation property onlineMeetings in app
144+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
145145
* @param body Binary request body
146146
* @return a {@link RequestInformation}
147147
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
150150
return toPutRequestInformation(body, null);
151151
}
152152
/**
153-
* Update alternativeRecording for the navigation property onlineMeetings in app
153+
* The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
154154
* @param body Binary request body
155155
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
156156
* @return a {@link RequestInformation}

0 commit comments

Comments
 (0)