forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ApplicationId to Registered Server Update params (Azure#31342)
- Loading branch information
Showing
4 changed files
with
26 additions
and
4 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
17 changes: 17 additions & 0 deletions
17
specification/storagesync/resource-manager/sdk-suppressions.yaml
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,17 @@ | ||
suppressions: | ||
azure-sdk-for-python: | ||
- package: azure-mgmt-storagesync | ||
breaking-changes: | ||
- Method `MicrosoftStorageSync.__init__` parameter `base_url` changed default value from `None` to `str` | ||
- Method `ServerEndpoint.__init__` parameter `initial_download_policy` changed default value from `None` to `str` | ||
- Method `ServerEndpoint.__init__` parameter `local_cache_mode` changed default value from `None` to `str` | ||
- Method `ServerEndpointCreateParameters.__init__` parameter `initial_download_policy` changed default value from `None` to `str` | ||
- Method `ServerEndpointCreateParameters.__init__` parameter `local_cache_mode` changed default value from `None` to `str` | ||
- Method `ServerEndpointCreateParameters.__init__` parameter `tier_files_older_than_days` changed default value from `None` to `int` | ||
- Method `ServerEndpointCreateParameters.__init__` parameter `volume_free_space_percent` changed default value from `None` to `int` | ||
- Method `ServerEndpointUpdateParameters.__init__` parameter `local_cache_mode` changed default value from `None` to `str` | ||
- Model `StorageSyncApiError` deleted or renamed its instance variable `inner_error` | ||
azure-sdk-for-js: | ||
- package: "@azure/arm-storagesync" | ||
breaking-changes: | ||
- Interface StorageSyncApiError no longer has parameter innerError |