You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compute/Compute.Autorest/README.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,4 +281,58 @@ directive:
281
281
parameter-name: SpotPlacementScoresInput
282
282
set:
283
283
alias: SpotPlacementRecommenderInput
284
+
285
+
- where:
286
+
verb: Get
287
+
subject: GalleryApplicationVersion
288
+
set:
289
+
breaking-change:
290
+
deprecated-output-properties:
291
+
- PublishingProfileTargetExtendedLocation
292
+
- ReplicationStatusSummary
293
+
- TargetRegion
294
+
new-output-properties:
295
+
- PublishingProfileTargetExtendedLocation
296
+
- ReplicationStatusSummary
297
+
- TargetRegion
298
+
change-description: The types of the properties 'PublishingProfileTargetExtendedLocation', 'ReplicationStatusSummary' and 'TargetRegion' will be changed from single object to 'List'.
299
+
deprecated-by-version: 9.0.0
300
+
deprecated-by-azversion: 15.0.0
301
+
change-effective-date: 2025/11/03
302
+
303
+
- where:
304
+
verb: Invoke
305
+
subject: SpotPlacementScore
306
+
set:
307
+
breaking-change:
308
+
deprecated-output-properties:
309
+
- PlacementScore
310
+
- DesiredSize
311
+
- DesiredLocation
312
+
new-output-properties:
313
+
- PlacementScore
314
+
- DesiredSize
315
+
- DesiredLocation
316
+
change-description: The types of the properties 'PlacementScore', 'DesiredSize' and 'DesiredLocation' will be changed from single object to 'List'.
317
+
deprecated-by-version: 9.0.0
318
+
deprecated-by-azversion: 15.0.0
319
+
change-effective-date: 2025/11/03
320
+
321
+
- where:
322
+
verb: Set
323
+
subject: VMRunCommand|VmssVMRunCommand
324
+
set:
325
+
breaking-change:
326
+
deprecated-output-properties:
327
+
- InstanceViewStatuses
328
+
- ProtectedParameter
329
+
- Parameter
330
+
new-output-properties:
331
+
- InstanceViewStatuses
332
+
- ProtectedParameter
333
+
- Parameter
334
+
change-description: The types of the properties 'InstanceViewStatuses', 'ProtectedParameter' and 'Parameter' will be changed from single object to 'List'.
@@ -106,7 +106,7 @@ Available commandIds can be retrieved using Get-AzVMRunCommandDocument.
106
106
107
107
### Example 5: Create or update Run Command on a VMSS VM instance and stream standard output and standard error messages to output and error Append blobs.
0 commit comments