diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json index 1f6ee88b81b9..63386e78f87b 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json @@ -275,7 +275,8 @@ { "name": "$maxpagesize", "in": "query", - "type": "string", + "type": "integer", + "format": "int32", "description": "Optional, specifies the maximum number of storage task assignment Ids to be included in the list response." }, { @@ -326,7 +327,8 @@ { "name": "$maxpagesize", "in": "query", - "type": "string", + "type": "integer", + "format": "int32", "description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response." }, { @@ -386,7 +388,8 @@ { "name": "$maxpagesize", "in": "query", - "type": "string", + "type": "integer", + "format": "int32", "description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response." }, { diff --git a/specification/storageactions/resource-manager/Microsoft.StorageActions/stable/2023-01-01/storageactions.json b/specification/storageactions/resource-manager/Microsoft.StorageActions/stable/2023-01-01/storageactions.json index 340053249dd3..5a007ac949c1 100644 --- a/specification/storageactions/resource-manager/Microsoft.StorageActions/stable/2023-01-01/storageactions.json +++ b/specification/storageactions/resource-manager/Microsoft.StorageActions/stable/2023-01-01/storageactions.json @@ -374,7 +374,8 @@ { "name": "$maxpagesize", "in": "query", - "type": "string", + "type": "integer", + "format": "int32", "description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response." }, { @@ -425,7 +426,8 @@ { "name": "$maxpagesize", "in": "query", - "type": "string", + "type": "integer", + "format": "int32", "description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response." }, { diff --git a/specification/storageactions/resource-manager/sdk-suppressions.yaml b/specification/storageactions/resource-manager/sdk-suppressions.yaml new file mode 100644 index 000000000000..5eaf3d35581f --- /dev/null +++ b/specification/storageactions/resource-manager/sdk-suppressions.yaml @@ -0,0 +1,6 @@ +suppressions: + azure-sdk-for-go: + - package: sdk/resourcemanager/storageactions/armstorageactions + breaking-changes: + - Type of `StorageTaskAssignmentClientListOptions.Maxpagesize` has been changed from `*string` to `*int32` + - Type of `StorageTasksReportClientListOptions.Maxpagesize` has been changed from `*string` to `*int32` \ No newline at end of file