forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCVMM] Make the request body optional for VirtualMachineInstances/St…
…op (Azure#30401) * Make the stop machine request body optional * [tsp compile] Update scvmm.json for 2023-10-07 * [tsp compile] Update scvmm.json for 2024-06-01 * Create sdk-suppressions.yaml --------- Co-authored-by: kazrael2119 <[email protected]>
- Loading branch information
1 parent
8db3b5b
commit 153eacc
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
suppressions: | ||
azure-sdk-for-js: | ||
- package: "@azure/arm-scvmm" | ||
breaking-changes: | ||
- Operation VirtualMachineInstances.beginStop has a new signature | ||
- Operation VirtualMachineInstances.beginStopAndWait has a new signature |