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
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description.lastModifiedUtc , severity and .DisplayName are read-only but not specified
#31330
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
The property is read-only on the service side, try to contains it in payload will result in
unexpected status 400 (400 Bad Request) with error: BadRequest: Read-only property 'description' cannot be assigned. Path 'properties.description'
However it was not specified in Swagger.
Expected behavior
It should have a "readonly:true" specified
Actual behavior
but it does not
Reproduction Steps
call the API with "description" specified.
Environment
No response
The text was updated successfully, but these errors were encountered:
ziyeqf
added
the
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
label
Oct 30, 2024
ziyeqf
changed the title
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description is read-only but not specified
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description and "..DisplayName" is read-only but not specified
Oct 30, 2024
ziyeqf
changed the title
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description and "..DisplayName" is read-only but not specified
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description and .DisplayName is read-only but not specified
Oct 30, 2024
ziyeqf
changed the title
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description and .DisplayName is read-only but not specified
[BUG] [sentinel@2022-10-01-preview] the FusionAlertRuleTemplateProperties.Description.lastModifiedUtc , severity and .DisplayName are read-only but not specified
Oct 30, 2024
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
API Spec link
azure-rest-api-specs/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/AlertRules.json
Line 1213 in ff1e3a1
API Spec version
2022-10-01-preview
Describe the bug
The property is read-only on the service side, try to contains it in payload will result in
However it was not specified in Swagger.
Expected behavior
It should have a "readonly:true" specified
Actual behavior
but it does not
Reproduction Steps
call the API with "description" specified.
Environment
No response
The text was updated successfully, but these errors were encountered: