@@ -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 updatableAsset object.
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-updatableasset -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 updatableAsset object.
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-updatableasset -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 );
@@ -93,21 +93,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
9393 this .requestAdapter .sendPrimitive (requestInfo , errorMapping , Void .class );
9494 }
9595 /**
96- * Read the properties and relationships of an updatableAsset object.
96+ * Read the properties of an azureADDevice object.
9797 * @return a {@link UpdatableAsset}
9898 * @throws ODataError When receiving a 4XX or 5XX status code
99- * @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset -get?view=graph-rest-beta">Find more info here</a>
99+ * @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice -get?view=graph-rest-beta">Find more info here</a>
100100 */
101101 @ jakarta .annotation .Nullable
102102 public UpdatableAsset get () {
103103 return get (null );
104104 }
105105 /**
106- * Read the properties and relationships of an updatableAsset object.
106+ * Read the properties of an azureADDevice object.
107107 * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
108108 * @return a {@link UpdatableAsset}
109109 * @throws ODataError When receiving a 4XX or 5XX status code
110- * @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset -get?view=graph-rest-beta">Find more info here</a>
110+ * @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice -get?view=graph-rest-beta">Find more info here</a>
111111 */
112112 @ jakarta .annotation .Nullable
113113 public UpdatableAsset get (@ jakarta .annotation .Nullable final java .util .function .Consumer <GetRequestConfiguration > 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 updatableAsset object.
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 updatableAsset object.
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 */
@@ -162,15 +162,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
162162 return requestInfo ;
163163 }
164164 /**
165- * Read the properties and relationships of an updatableAsset object.
165+ * Read the properties of an azureADDevice object.
166166 * @return a {@link RequestInformation}
167167 */
168168 @ jakarta .annotation .Nonnull
169169 public RequestInformation toGetRequestInformation () {
170170 return toGetRequestInformation (null );
171171 }
172172 /**
173- * Read the properties and relationships of an updatableAsset object.
173+ * Read the properties of an azureADDevice object.
174174 * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
175175 * @return a {@link RequestInformation}
176176 */
@@ -222,7 +222,7 @@ public UpdatableAssetItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
222222 public class DeleteRequestConfiguration extends BaseRequestConfiguration {
223223 }
224224 /**
225- * Read the properties and relationships of an updatableAsset object.
225+ * Read the properties of an azureADDevice object.
226226 */
227227 @ jakarta .annotation .Generated ("com.microsoft.kiota" )
228228 public class GetQueryParameters implements QueryParameters {
0 commit comments