Skip to content

Commit

Permalink
CodeGen from PR 12232 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.Insights to add version stable/2019-03-01 (Azure#12232)

* Fixed swagger validations for api version 2019

* reverted error response change and suppress

* removed redundant error details

* renamed suppression rule

* fixed suppression
  • Loading branch information
SDKAuto committed Jan 5, 2021
1 parent c2a098d commit 7cae245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ def internal_paging(next_link=None):
deserialized = models.SingleMetricBaselinePaged(internal_paging, self._deserialize.dependencies, header_dict)

return deserialized
list.metadata = {'url': '/{resourceUri}/providers/microsoft.insights/metricBaselines'}
list.metadata = {'url': '/{resourceUri}/providers/Microsoft.Insights/metricBaselines'}

0 comments on commit 7cae245

Please sign in to comment.