Skip to content

Conversation

@abhayohri
Copy link
Contributor

@abhayohri abhayohri commented Feb 21, 2023

This is a PR generated at OpenAPI Hub. You can view your work branch via this link.

ARM API Information (Control Plane)

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Additional details on the process and office hours are on the Breaking Change Wiki.

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

Please follow the link to find more details on PR review process.

@openapi-workflow-bot
Copy link

Hi, @abhayohri Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vscswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 21, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️Breaking Change(Cross-Version): 3 Warnings warning [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    ResourceHealth.json 2022-10-01(57ac5f9) 2022-05-01(main)
    ResourceHealth.json 2022-10-01(57ac5f9) 2022-10-01-preview(main)

    The following breaking changes are detected by comparison with the latest preview version:

    Rule Message
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2091:11
    Old: Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json#L1924:11
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1085:13
    Old: Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json#L938:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2101:5
    Old: Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json#L1934:5
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-2022-10 package-2022-10(57ac5f9) default(main)

    The following errors/warnings exist before current PR submission:

    Rule Message
    OperationsApiResponseSchema The response schema of operations API '/providers/Microsoft.ResourceHealth/operations' does not match the ARM specification. Please standardize the schema.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L142
    ResourceNameRestriction The resource name parameter 'issueName' should be defined with a 'pattern' restriction.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1067
    TopLevelResourcesListBySubscription The top-level resource 'MetadataEntity' does not have list by subscription operation, please add it.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1592
    TopLevelResourcesListBySubscription The top-level resource 'emergingIssuesGetResult' does not have list by subscription operation, please add it.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2101
    ⚠️ PageableOperation Based on the response model schema, operation 'Operations_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L128
    ⚠️ UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetMetadata
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L326
    ⚠️ UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: ImpactedResourcesGet
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L494
    ⚠️ PostOperationIdContainsUrlVerb OperationId should contain the verb: 'listsecurityadvisoryimpactedresources' in:'SecurityAdvisoryImpactedResources_ListBySubscriptionIdAndEventId'. Consider updating the operationId
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L506
    ⚠️ PostOperationIdContainsUrlVerb OperationId should contain the verb: 'listsecurityadvisoryimpactedresources' in:'SecurityAdvisoryImpactedResources_ListByTenantIdAndEventId'. Consider updating the operationId
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L551
    ⚠️ PostOperationIdContainsUrlVerb OperationId should contain the verb: 'fetcheventdetails' in:'Event_fetchDetailsBySubscriptionIdAndTrackingId'. Consider updating the operationId
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L683
    ⚠️ UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: ListEventsByTenantId
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L752
    ⚠️ PostOperationIdContainsUrlVerb OperationId should contain the verb: 'fetcheventdetails' in:'Event_fetchDetailsByTenantIdAndTrackingId'. Consider updating the operationId
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L806
    ⚠️ UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetEmergingIssues
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1096
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1134
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1307
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1311
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1319
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1323
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1525
    ⚠️ LocationMustHaveXmsMutability Property location must have 'x-ms-mutability':['read', 'create'] extension defined.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1703
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1707
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L1710
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2035
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2195
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
    ️❌~[Staging] ServiceAPIReadinessTest: 38 Errors, 0 Warnings failed [Detail]

    Tag package-2022-10; Prod region: Deployed

    Test run on region: westcentralus; Operation coverage: total: 25, untested: 0, failed: 20, passed: 5

    Service API Readiness Test failed. Check pipeline artifact for detail report.

    Only 30 items are listed, please refer to log for more details.

    Rule Message
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/read' over scope '/providers/Microsoft.ResourceHealth' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: Events_ListByTenantId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Events_ListByTenantId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/read' over scope '/providers/Microsoft.ResourceHealth/events/eventtra8lz4at' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: Event_GetByTenantIdAndTrackingId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Event_GetByTenantIdAndTrackingId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/fetchEventDetails/action' over scope '/providers/Microsoft.ResourceHealth/events/eventtra8lz4at' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: Event_fetchDetailsByTenantIdAndTrackingId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Event_fetchDetailsByTenantIdAndTrackingId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/impactedResources/read' over scope '/providers/Microsoft.ResourceHealth/events/eventtra8lz4at' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: ImpactedResources_ListByTenantIdAndEventId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: ImpactedResources_ListByTenantIdAndEventId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/impactedResources/read' over scope '/providers/Microsoft.ResourceHealth/events/eventtra8lz4at/impactedResources/impactedb66d2n' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: ImpactedResources_GetByTenantId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: ImpactedResources_GetByTenantId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/listSecurityAdvisoryImpactedResources/action' over scope '/providers/Microsoft.ResourceHealth/events/eventtra8lz4at' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: SecurityAdvisoryImpactedResources_ListByTenantIdAndEventId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: SecurityAdvisoryImpactedResources_ListByTenantIdAndEventId
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'metadata' could not be found in the namespace 'Microsoft.ResourceHealth' for api version '2022-10-01'. The supported api-versions are '2018-07-01,2018-07-01-rc,2018-07-01-preview,2018-07-01-beta,2018-07-01-alpha'.
    Source: runtime
    OperationId: Metadata_List
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Metadata_List
    CLIENT_ERROR statusCode: 404,
    errorCode: InvalidResourceType,
    errorMessage: The resource type 'metadata' could not be found in the namespace 'Microsoft.ResourceHealth' for api version '2022-10-01'. The supported api-versions are '2018-07-01,2018-07-01-rc,2018-07-01-preview,2018-07-01-beta,2018-07-01-alpha'.
    Source: runtime
    OperationId: Metadata_GetEntity
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Metadata_GetEntity
    CLIENT_ERROR statusCode: 400,
    errorCode: undefined,
    errorMessage: undefined
    Source: runtime
    OperationId: Events_ListBySubscriptionId
    CLIENT_ERROR statusCode: 404,
    errorCode: undefined,
    errorMessage: undefined
    Source: runtime
    OperationId: Event_GetBySubscriptionIdAndTrackingId
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/fetchEventDetails/action' over scope '/subscriptions/db5eb68e-73e2-4fa8-b18a-46cd1be4cce5' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: Event_fetchDetailsBySubscriptionIdAndTrackingId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: Event_fetchDetailsBySubscriptionIdAndTrackingId
    CLIENT_ERROR statusCode: 400,
    errorCode: undefined,
    errorMessage: undefined
    Source: runtime
    OperationId: ImpactedResources_ListBySubscriptionIdAndEventId
    CLIENT_ERROR statusCode: 404,
    errorCode: undefined,
    errorMessage: undefined
    Source: runtime
    OperationId: ImpactedResources_Get
    INVALID_CONTENT_TYPE Invalid Content-Type (application/octet-stream). These are supported: application/json
    Source: response
    OperationId: ImpactedResources_Get
    INVALID_RESPONSE_BODY Body is required in response but not provided
    Source: response
    OperationId: ImpactedResources_Get
    CLIENT_ERROR statusCode: 403,
    errorCode: AuthorizationFailed,
    errorMessage: The client '7904a8be-825f-480e-a728-80a70579dba4' with object id '7904a8be-825f-480e-a728-80a70579dba4' does not have authorization to perform action 'Microsoft.ResourceHealth/events/listSecurityAdvisoryImpactedResources/action' over scope '/subscriptions/db5eb68e-73e2-4fa8-b18a-46cd1be4cce5' or the scope is invalid. If access was recently granted, please refresh your credentials.
    Source: runtime
    OperationId: SecurityAdvisoryImpactedResources_ListBySubscriptionIdAndEventId
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: SecurityAdvisoryImpactedResources_ListBySubscriptionIdAndEventId
    CLIENT_ERROR statusCode: 404,
    errorCode: MissingSubscription,
    errorMessage: The request did not have a subscription or a valid tenant level resource provider.
    Source: runtime
    OperationId: AvailabilityStatuses_List
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: AvailabilityStatuses_List
    CLIENT_ERROR statusCode: 404,
    errorCode: MissingSubscription,
    errorMessage: The request did not have a subscription or a valid tenant level resource provider.
    Source: runtime
    OperationId: AvailabilityStatuses_GetByResource
    OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: error
    Source: response
    OperationId: AvailabilityStatuses_GetByResource
    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️TypeSpec Validation succeeded [Detail] [Expand]
    Validation passes for TypeSpec Validation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 21, 2023

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️❌SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking

    azure-sdk-for-go - sdk/resourcemanager/resourcehealth/armresourcehealth - Approved - 2.0.0
    +	Field `Error` of struct `ErrorResponse` has been removed
    +	Field `OccurredTime` of struct `AvailabilityStatusProperties` has been removed
    +	Field `UnavailabilitySummary` of struct `AvailabilityStatusPropertiesRecentlyResolved` has been removed
    +	Field `UnavailableOccurredTime` of struct `AvailabilityStatusPropertiesRecentlyResolved` has been removed
    +	Struct `ErrorResponseError` has been removed

    azure-sdk-for-js - @azure/arm-resourcehealth - Approved - 4.0.0
    +	Interface AvailabilityStatusProperties no longer has parameter recentlyResolvedState
    +	Operation EmergingIssues.get has a new signature
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 635b756. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️sdk/resourcemanager/resourcehealth/armresourcehealth [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Struct `ErrorResponseError` has been removed
      info	[Changelog] - Field `OccurredTime` of struct `AvailabilityStatusProperties` has been removed
      info	[Changelog] - Field `UnavailabilitySummary` of struct `AvailabilityStatusPropertiesRecentlyResolved` has been removed
      info	[Changelog] - Field `UnavailableOccurredTime` of struct `AvailabilityStatusPropertiesRecentlyResolved` has been removed
      info	[Changelog] - Field `Error` of struct `ErrorResponse` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New enum type `CreatedByType` with values `CreatedByTypeApplication`, `CreatedByTypeKey`, `CreatedByTypeManagedIdentity`, `CreatedByTypeUser`
      info	[Changelog] - New enum type `EventLevelValues` with values `EventLevelValuesCritical`, `EventLevelValuesError`, `EventLevelValuesInformational`, `EventLevelValuesWarning`
      info	[Changelog] - New enum type `EventSourceValues` with values `EventSourceValuesResourceHealth`, `EventSourceValuesServiceHealth`
      info	[Changelog] - New enum type `EventStatusValues` with values `EventStatusValuesActive`, `EventStatusValuesResolved`
      info	[Changelog] - New enum type `EventTypeValues` with values `EventTypeValuesEmergingIssues`, `EventTypeValuesHealthAdvisory`, `EventTypeValuesPlannedMaintenance`, `EventTypeValuesRCA`, `EventTypeValuesSecurityAdvisory`, `EventTypeValuesServiceIssue`
      info	[Changelog] - New enum type `IssueNameParameter` with values `IssueNameParameterDefault`
      info	[Changelog] - New enum type `LevelValues` with values `LevelValuesCritical`, `LevelValuesWarning`
      info	[Changelog] - New enum type `LinkTypeValues` with values `LinkTypeValuesButton`, `LinkTypeValuesHyperlink`
      info	[Changelog] - New enum type `Scenario` with values `ScenarioAlerts`
      info	[Changelog] - New enum type `SeverityValues` with values `SeverityValuesError`, `SeverityValuesInformation`, `SeverityValuesWarning`
      info	[Changelog] - New enum type `StageValues` with values `StageValuesActive`, `StageValuesArchived`, `StageValuesResolve`
      info	[Changelog] - New function `NewChildAvailabilityStatusesClient(azcore.TokenCredential, *arm.ClientOptions) (*ChildAvailabilityStatusesClient, error)`
      info	[Changelog] - New function `*ChildAvailabilityStatusesClient.GetByResource(context.Context, string, *ChildAvailabilityStatusesClientGetByResourceOptions) (ChildAvailabilityStatusesClientGetByResourceResponse, error)`
      info	[Changelog] - New function `*ChildAvailabilityStatusesClient.NewListPager(string, *ChildAvailabilityStatusesClientListOptions) *runtime.Pager[ChildAvailabilityStatusesClientListResponse]`
      info	[Changelog] - New function `NewChildResourcesClient(azcore.TokenCredential, *arm.ClientOptions) (*ChildResourcesClient, error)`
      info	[Changelog] - New function `*ChildResourcesClient.NewListPager(string, *ChildResourcesClientListOptions) *runtime.Pager[ChildResourcesClientListResponse]`
      info	[Changelog] - New function `*ClientFactory.NewChildAvailabilityStatusesClient() *ChildAvailabilityStatusesClient`
      info	[Changelog] - New function `*ClientFactory.NewChildResourcesClient() *ChildResourcesClient`
      info	[Changelog] - New function `*ClientFactory.NewEmergingIssuesClient() *EmergingIssuesClient`
      info	[Changelog] - New function `*ClientFactory.NewEventClient() *EventClient`
      info	[Changelog] - New function `*ClientFactory.NewEventsClient() *EventsClient`
      info	[Changelog] - New function `*ClientFactory.NewImpactedResourcesClient() *ImpactedResourcesClient`
      info	[Changelog] - New function `*ClientFactory.NewMetadataClient() *MetadataClient`
      info	[Changelog] - New function `*ClientFactory.NewSecurityAdvisoryImpactedResourcesClient() *SecurityAdvisoryImpactedResourcesClient`
      info	[Changelog] - New function `NewEmergingIssuesClient(azcore.TokenCredential, *arm.ClientOptions) (*EmergingIssuesClient, error)`
      info	[Changelog] - New function `*EmergingIssuesClient.Get(context.Context, IssueNameParameter, *EmergingIssuesClientGetOptions) (EmergingIssuesClientGetResponse, error)`
      info	[Changelog] - New function `*EmergingIssuesClient.NewListPager(*EmergingIssuesClientListOptions) *runtime.Pager[EmergingIssuesClientListResponse]`
      info	[Changelog] - New function `NewEventClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EventClient, error)`
      info	[Changelog] - New function `*EventClient.FetchDetailsBySubscriptionIDAndTrackingID(context.Context, string, *EventClientFetchDetailsBySubscriptionIDAndTrackingIDOptions) (EventClientFetchDetailsBySubscriptionIDAndTrackingIDResponse, error)`
      info	[Changelog] - New function `*EventClient.FetchDetailsByTenantIDAndTrackingID(context.Context, string, *EventClientFetchDetailsByTenantIDAndTrackingIDOptions) (EventClientFetchDetailsByTenantIDAndTrackingIDResponse, error)`
      info	[Changelog] - New function `*EventClient.GetBySubscriptionIDAndTrackingID(context.Context, string, *EventClientGetBySubscriptionIDAndTrackingIDOptions) (EventClientGetBySubscriptionIDAndTrackingIDResponse, error)`
      info	[Changelog] - New function `*EventClient.GetByTenantIDAndTrackingID(context.Context, string, *EventClientGetByTenantIDAndTrackingIDOptions) (EventClientGetByTenantIDAndTrackingIDResponse, error)`
      info	[Changelog] - New function `NewEventsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EventsClient, error)`
      info	[Changelog] - New function `*EventsClient.NewListBySingleResourcePager(string, *EventsClientListBySingleResourceOptions) *runtime.Pager[EventsClientListBySingleResourceResponse]`
      info	[Changelog] - New function `*EventsClient.NewListBySubscriptionIDPager(*EventsClientListBySubscriptionIDOptions) *runtime.Pager[EventsClientListBySubscriptionIDResponse]`
      info	[Changelog] - New function `*EventsClient.NewListByTenantIDPager(*EventsClientListByTenantIDOptions) *runtime.Pager[EventsClientListByTenantIDResponse]`
      info	[Changelog] - New function `NewImpactedResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ImpactedResourcesClient, error)`
      info	[Changelog] - New function `*ImpactedResourcesClient.Get(context.Context, string, string, *ImpactedResourcesClientGetOptions) (ImpactedResourcesClientGetResponse, error)`
      info	[Changelog] - New function `*ImpactedResourcesClient.GetByTenantID(context.Context, string, string, *ImpactedResourcesClientGetByTenantIDOptions) (ImpactedResourcesClientGetByTenantIDResponse, error)`
      info	[Changelog] - New function `*ImpactedResourcesClient.NewListBySubscriptionIDAndEventIDPager(string, *ImpactedResourcesClientListBySubscriptionIDAndEventIDOptions) *runtime.Pager[ImpactedResourcesClientListBySubscriptionIDAndEventIDResponse]`
      info	[Changelog] - New function `*ImpactedResourcesClient.NewListByTenantIDAndEventIDPager(string, *ImpactedResourcesClientListByTenantIDAndEventIDOptions) *runtime.Pager[ImpactedResourcesClientListByTenantIDAndEventIDResponse]`
      info	[Changelog] - New function `NewMetadataClient(azcore.TokenCredential, *arm.ClientOptions) (*MetadataClient, error)`
      info	[Changelog] - New function `*MetadataClient.GetEntity(context.Context, string, *MetadataClientGetEntityOptions) (MetadataClientGetEntityResponse, error)`
      info	[Changelog] - New function `*MetadataClient.NewListPager(*MetadataClientListOptions) *runtime.Pager[MetadataClientListResponse]`
      info	[Changelog] - New function `NewSecurityAdvisoryImpactedResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SecurityAdvisoryImpactedResourcesClient, error)`
      info	[Changelog] - New function `*SecurityAdvisoryImpactedResourcesClient.NewListBySubscriptionIDAndEventIDPager(string, *SecurityAdvisoryImpactedResourcesClientListBySubscriptionIDAndEventIDOptions) *runtime.Pager[SecurityAdvisoryImpactedResourcesClientListBySubscriptionIDAndEventIDResponse]`
      info	[Changelog] - New function `*SecurityAdvisoryImpactedResourcesClient.NewListByTenantIDAndEventIDPager(string, *SecurityAdvisoryImpactedResourcesClientListByTenantIDAndEventIDOptions) *runtime.Pager[SecurityAdvisoryImpactedResourcesClientListByTenantIDAndEventIDResponse]`
      info	[Changelog] - New struct `EmergingIssue`
      info	[Changelog] - New struct `EmergingIssueImpact`
      info	[Changelog] - New struct `EmergingIssueListResult`
      info	[Changelog] - New struct `EmergingIssuesGetResult`
      info	[Changelog] - New struct `Event`
      info	[Changelog] - New struct `EventImpactedResource`
      info	[Changelog] - New struct `EventImpactedResourceListResult`
      info	[Changelog] - New struct `EventImpactedResourceProperties`
      info	[Changelog] - New struct `EventProperties`
      info	[Changelog] - New struct `EventPropertiesAdditionalInformation`
      info	[Changelog] - New struct `EventPropertiesArticle`
      info	[Changelog] - New struct `EventPropertiesRecommendedActions`
      info	[Changelog] - New struct `EventPropertiesRecommendedActionsItem`
      info	[Changelog] - New struct `Events`
      info	[Changelog] - New struct `Faq`
      info	[Changelog] - New struct `Impact`
      info	[Changelog] - New struct `ImpactedServiceRegion`
      info	[Changelog] - New struct `KeyValueItem`
      info	[Changelog] - New struct `Link`
      info	[Changelog] - New struct `LinkDisplayText`
      info	[Changelog] - New struct `MetadataEntity`
      info	[Changelog] - New struct `MetadataEntityListResult`
      info	[Changelog] - New struct `MetadataEntityProperties`
      info	[Changelog] - New struct `MetadataSupportedValueDetail`
      info	[Changelog] - New struct `ProxyResource`
      info	[Changelog] - New struct `StatusActiveEvent`
      info	[Changelog] - New struct `SystemData`
      info	[Changelog] - New struct `Update`
      info	[Changelog] - New field `ArticleID` in struct `AvailabilityStatusProperties`
      info	[Changelog] - New field `Category` in struct `AvailabilityStatusProperties`
      info	[Changelog] - New field `Context` in struct `AvailabilityStatusProperties`
      info	[Changelog] - New field `OccuredTime` in struct `AvailabilityStatusProperties`
      info	[Changelog] - New field `UnavailableOccuredTime` in struct `AvailabilityStatusPropertiesRecentlyResolved`
      info	[Changelog] - New field `UnavailableSummary` in struct `AvailabilityStatusPropertiesRecentlyResolved`
      info	[Changelog] - New field `Code` in struct `ErrorResponse`
      info	[Changelog] - New field `Details` in struct `ErrorResponse`
      info	[Changelog] - New field `Message` in struct `ErrorResponse`
      info	[Changelog] - New field `SystemData` in struct `ImpactedResourceStatus`
      info	[Changelog] - New field `ActionURLComment` in struct `RecommendedAction`
      info	[Changelog] - New field `SystemData` in struct `Resource`
      info	[Changelog]
      info	[Changelog] Total 5 breaking change(s), 139 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 635b756. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-resourcehealth [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group EventOperations
      info	[Changelog]   - Added operation group EventsOperations
      info	[Changelog]   - Added operation group ImpactedResources
      info	[Changelog]   - Added operation group Metadata
      info	[Changelog]   - Added operation group SecurityAdvisoryImpactedResources
      info	[Changelog]   - Added Interface AvailabilityStatusPropertiesRecentlyResolved
      info	[Changelog]   - Added Interface Event_2
      info	[Changelog]   - Added Interface EventFetchDetailsBySubscriptionIdAndTrackingIdOptionalParams
      info	[Changelog]   - Added Interface EventFetchDetailsByTenantIdAndTrackingIdOptionalParams
      info	[Changelog]   - Added Interface EventGetBySubscriptionIdAndTrackingIdOptionalParams
      info	[Changelog]   - Added Interface EventGetByTenantIdAndTrackingIdOptionalParams
      info	[Changelog]   - Added Interface EventImpactedResource
      info	[Changelog]   - Added Interface EventImpactedResourceListResult
      info	[Changelog]   - Added Interface EventPropertiesAdditionalInformation
      info	[Changelog]   - Added Interface EventPropertiesArticle
      info	[Changelog]   - Added Interface EventPropertiesRecommendedActions
      info	[Changelog]   - Added Interface EventPropertiesRecommendedActionsItem
      info	[Changelog]   - Added Interface Events
      info	[Changelog]   - Added Interface EventsListBySingleResourceNextOptionalParams
      info	[Changelog]   - Added Interface EventsListBySingleResourceOptionalParams
      info	[Changelog]   - Added Interface EventsListBySubscriptionIdNextOptionalParams
      info	[Changelog]   - Added Interface EventsListBySubscriptionIdOptionalParams
      info	[Changelog]   - Added Interface EventsListByTenantIdNextOptionalParams
      info	[Changelog]   - Added Interface EventsListByTenantIdOptionalParams
      info	[Changelog]   - Added Interface Faq
      info	[Changelog]   - Added Interface Impact
      info	[Changelog]   - Added Interface ImpactedResourcesGetByTenantIdOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourcesGetOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourcesListBySubscriptionIdAndEventIdNextOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourcesListByTenantIdAndEventIdNextOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourcesListByTenantIdAndEventIdOptionalParams
      info	[Changelog]   - Added Interface ImpactedResourceStatus
      info	[Changelog]   - Added Interface ImpactedServiceRegion
      info	[Changelog]   - Added Interface KeyValueItem
      info	[Changelog]   - Added Interface Link
      info	[Changelog]   - Added Interface LinkDisplayText
      info	[Changelog]   - Added Interface MetadataEntity
      info	[Changelog]   - Added Interface MetadataEntityListResult
      info	[Changelog]   - Added Interface MetadataGetEntityOptionalParams
      info	[Changelog]   - Added Interface MetadataListNextOptionalParams
      info	[Changelog]   - Added Interface MetadataListOptionalParams
      info	[Changelog]   - Added Interface MetadataSupportedValueDetail
      info	[Changelog]   - Added Interface ProxyResource
      info	[Changelog]   - Added Interface SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdNextOptionalParams
      info	[Changelog]   - Added Interface SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams
      info	[Changelog]   - Added Interface SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdNextOptionalParams
      info	[Changelog]   - Added Interface SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams
      info	[Changelog]   - Added Interface SystemData
      info	[Changelog]   - Added Interface Update
      info	[Changelog]   - Added Type Alias CreatedByType
      info	[Changelog]   - Added Type Alias EventFetchDetailsBySubscriptionIdAndTrackingIdResponse
      info	[Changelog]   - Added Type Alias EventFetchDetailsByTenantIdAndTrackingIdResponse
      info	[Changelog]   - Added Type Alias EventGetBySubscriptionIdAndTrackingIdResponse
      info	[Changelog]   - Added Type Alias EventGetByTenantIdAndTrackingIdResponse
      info	[Changelog]   - Added Type Alias EventLevelValues
      info	[Changelog]   - Added Type Alias EventsListBySingleResourceNextResponse
      info	[Changelog]   - Added Type Alias EventsListBySingleResourceResponse
      info	[Changelog]   - Added Type Alias EventsListBySubscriptionIdNextResponse
      info	[Changelog]   - Added Type Alias EventsListBySubscriptionIdResponse
      info	[Changelog]   - Added Type Alias EventsListByTenantIdNextResponse
      info	[Changelog]   - Added Type Alias EventsListByTenantIdResponse
      info	[Changelog]   - Added Type Alias EventSourceValues
      info	[Changelog]   - Added Type Alias EventStatusValues
      info	[Changelog]   - Added Type Alias EventTypeValues
      info	[Changelog]   - Added Type Alias ImpactedResourcesGetByTenantIdResponse
      info	[Changelog]   - Added Type Alias ImpactedResourcesGetResponse
      info	[Changelog]   - Added Type Alias ImpactedResourcesListBySubscriptionIdAndEventIdNextResponse
      info	[Changelog]   - Added Type Alias ImpactedResourcesListBySubscriptionIdAndEventIdResponse
      info	[Changelog]   - Added Type Alias ImpactedResourcesListByTenantIdAndEventIdNextResponse
      info	[Changelog]   - Added Type Alias ImpactedResourcesListByTenantIdAndEventIdResponse
      info	[Changelog]   - Added Type Alias IssueNameParameter
      info	[Changelog]   - Added Type Alias LevelValues
      info	[Changelog]   - Added Type Alias LinkTypeValues
      info	[Changelog]   - Added Type Alias MetadataGetEntityResponse
      info	[Changelog]   - Added Type Alias MetadataListNextResponse
      info	[Changelog]   - Added Type Alias MetadataListResponse
      info	[Changelog]   - Added Type Alias ReasonTypeValues
      info	[Changelog]   - Added Type Alias Scenario
      info	[Changelog]   - Added Type Alias SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdNextResponse
      info	[Changelog]   - Added Type Alias SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdResponse
      info	[Changelog]   - Added Type Alias SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdNextResponse
      info	[Changelog]   - Added Type Alias SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdResponse
      info	[Changelog]   - Interface AvailabilityStatusProperties has a new optional parameter articleId
      info	[Changelog]   - Interface AvailabilityStatusProperties has a new optional parameter category
      info	[Changelog]   - Interface AvailabilityStatusProperties has a new optional parameter context
      info	[Changelog]   - Interface AvailabilityStatusProperties has a new optional parameter recentlyResolved
      info	[Changelog]   - Interface AvailabilityStatusProperties has a new optional parameter title
      info	[Changelog]   - Interface RecommendedAction has a new optional parameter actionUrlComment
      info	[Changelog]   - Interface Resource has a new optional parameter systemData
      info	[Changelog]   - Added Enum KnownAvailabilityStateValues
      info	[Changelog]   - Added Enum KnownCreatedByType
      info	[Changelog]   - Added Enum KnownEventLevelValues
      info	[Changelog]   - Added Enum KnownEventSourceValues
      info	[Changelog]   - Added Enum KnownEventStatusValues
      info	[Changelog]   - Added Enum KnownEventTypeValues
      info	[Changelog]   - Added Enum KnownIssueNameParameter
      info	[Changelog]   - Added Enum KnownLevelValues
      info	[Changelog]   - Added Enum KnownLinkTypeValues
      info	[Changelog]   - Added Enum KnownReasonChronicityTypes
      info	[Changelog]   - Added Enum KnownReasonTypeValues
      info	[Changelog]   - Added Enum KnownScenario
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Operation EmergingIssues.get has a new signature
      info	[Changelog]   - Interface AvailabilityStatusProperties no longer has parameter recentlyResolvedState
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 635b756. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
      cmderr	[automation_generate.sh]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 9.5.0 -> 9.6.3
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.3>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@9.6.3` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-resourcehealth [View full logs]  [Release SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Model AvailabilityStatusProperties has a new parameter article_id
      info	[Changelog]   - Model AvailabilityStatusProperties has a new parameter category
      info	[Changelog]   - Model AvailabilityStatusProperties has a new parameter context
      info	[Changelog]   - Model Event has a new parameter reason
      info	[Changelog]   - Model EventPropertiesArticle has a new parameter article_id
      info	[Changelog]   - Model EventPropertiesArticle has a new parameter parameters
      info	[Changelog]   - Model RecommendedAction has a new parameter action_url_comment
    ️⚠️ azure-sdk-for-java warning [Detail]
    ️❌ azure-sdk-for-net failed [Detail]
    • Code Generator Failed [Logs]Release - Generate from 635b756. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	autorest --version=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.101 --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/resourcehealth/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmdout	[Autorest] WARNING (PostOperationIdContainsUrlVerb/R2066/SDKViolation): OperationId should contain the verb: 'listsecurityadvisoryimpactedresources' in:'SecurityAdvisoryImpactedResources_ListBySubscriptionIdAndEventId'. Consider updating the operationId
      cmdout	[Autorest] WARNING (PostOperationIdContainsUrlVerb/R2066/SDKViolation): OperationId should contain the verb: 'listsecurityadvisoryimpactedresources' in:'SecurityAdvisoryImpactedResources_ListByTenantIdAndEventId'. Consider updating the operationId
      cmdout	[Autorest] WARNING (PostOperationIdContainsUrlVerb/R2066/SDKViolation): OperationId should contain the verb: 'fetcheventdetails' in:'Event_fetchDetailsBySubscriptionIdAndTrackingId'. Consider updating the operationId
      cmdout	[Autorest] WARNING (PostOperationIdContainsUrlVerb/R2066/SDKViolation): OperationId should contain the verb: 'fetcheventdetails' in:'Event_fetchDetailsByTenantIdAndTrackingId'. Consider updating the operationId
      cmdout	[Autorest] WARNING (PageableOperation/R2029/SDKViolation): Based on the response model schema, operation 'Operations_List' might be pageable. Consider adding the x-ms-pageable extension.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventsModel'. Consider using the plural form of 'Events' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventModel'. Consider using the plural form of 'Event' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventModel'. Consider using the plural form of 'Event' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventsModel'. Consider using the plural form of 'Events' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventModel'. Consider using the plural form of 'Event' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventModel'. Consider using the plural form of 'Event' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmdout	[Autorest] WARNING (OperationIdNounConflictingModelNames/R2063/SDKViolation): OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'EventsModel'. Consider using the plural form of 'Events' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'MetadataEntity' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json:1595:6 ($.definitions.MetadataEntity.properties)
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'eventImpactedResource' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json:2030:6 ($.definitions.eventImpactedResource.properties)
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'event' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json:1129:6 ($.definitions.event.properties)
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'emergingIssuesGetResult' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json:2104:6 ($.definitions.emergingIssuesGetResult.properties)
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'impactedResourceStatus' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json:1520:6 ($.definitions.impactedResourceStatus.properties)
      cmderr	[Autorest] ERROR (BodyTopLevelProperties/R3006/ARMViolation): Top level properties should be one of name, type, id, location, properties, tags, plan, sku, etag, managedBy, identity, zones. Model definition 'AzureEntityResource' has extra properties ['systemData'].
      cmderr	[Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v3/types.json:43:6 ($.definitions.AzureEntityResource.properties)
      cmdout	[Autorest] WARNING (AvoidNestedProperties/R2001/SDKViolation): Consider using x-ms-client-flatten to provide a better end user experience
      cmdout	[Autorest] WARNING (EnumInsteadOfBoolean/R3018/ARMViolation): Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: published
      cmdout	[Autorest] WARNING (DescriptionAndTitleMissing/R4000/SDKViolation): 'identity' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
      cmdout	[Autorest] WARNING (DescriptionAndTitleMissing/R4000/SDKViolation): 'sku' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
      cmdout	[Autorest] WARNING (DescriptionAndTitleMissing/R4000/SDKViolation): 'plan' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
      cmdout	[Autorest] WARNING (DescriptionAndTitleMissing/R4000/SDKViolation): 'tier' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
      error	Script return with result [failed] code [6] signal [null] cwd [azure-sdk-for-net]: autorest
      warn	Skip package processing as generation is failed
    ️❌ azure-resource-manager-schemas failed [Detail]
    • Failed [Logs]Release - Generate from 635b756. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh] old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
      warn	No file changes detected after generation
    • resourcehealth/resource-manager [View full logs
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 635b756. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    • ️✔️Az.resourcehealth.DefaultTag [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 21, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/resourcehealth/armresourcehealth https://apiview.dev/Assemblies/Review/7609f4581f6d4f4ebff9af5b19484955
    Java azure-resourcemanager-resourcehealth Create ApiView failed. Please ask PR assignee for help
    JavaScript @azure/arm-resourcehealth https://apiview.dev/Assemblies/Review/39c9af743ad643c1a46175998fa24a07

    @openapi-workflow-bot
    Copy link

    NewApiVersionRequired reason:

    A service’s API is a contract with customers and is represented by using the api-version query parameter. Changes such as adding an optional property to a request/response or introducing a new operation is a change to the service’s contract and therefore requires a new api-version value. This is critically important for documentation, client libraries, and customer support.

    EXAMPLE: if a customer calls a service in the public cloud using api-version=2020-07-27, the new property or operation may exist but if they call the service in a government cloud, air-gapped cloud, or Azure Stack Hub cloud using the same api-version, the property or operation may not exist. Because there is no clear relationship between the service api-version and the new property/operation, customers can’t trust the documentation and Azure customer have difficulty helping customers diagnose issues. In addition, each client library version documents the service version it supports. When an optional property or new operation is added to a service and its Swagger, new client libraries must be produced to expose this functionality to customers. Without updating the api-version, it is unclear to customers which version of a client library supports these new features.

    @abhayohri
    Copy link
    Contributor Author

    abhayohri commented Mar 1, 2023

    image

    Availability status endpoints:
    properties.ArticleId (string)-> added in 1/13/2022 to all api versions
    properties.Context (string)
    properties.Category (string)-> added on 12/8/2022 to all api versions
    properties.recommendedActions[*]._ActionUrl.Comment (string)-> added on 11/14/2018 to all api version

    events endpoints:
    properties.article.articleId (string)
    properties.article.parameters (IReadOnlyDictionary<string, string>)
    properties.reason (string) -> was added in 5/16/2019 for all api version

    @abhayohri
    Copy link
    Contributor Author

    /azp run unifiedPipeline

    @azure-pipelines
    Copy link

    No pipelines are associated with this pull request.

    @openapi-workflow-bot
    Copy link

    Hi @abhayohri, one or multiple validation error/warning suppression(s) is detected in your PR. Please follow the Swagger-Suppression-Process to get approval.

    @visingla-ms visingla-ms added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Mar 29, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 29, 2023
    @visingla-ms
    Copy link
    Contributor

    SigningOff from ARM side as checked that comments from previous ARM API Reviewer are resolved. There is one Linter issue which needs to be resolved (fixed/suppressed).

    @lirenhe
    Copy link
    Member

    lirenhe commented Mar 30, 2023

    @abhayohri, the config for dotnet sdk is not correct, could you please update it by following https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/samplefiles/readme.csharp.md

    @MaryGao @tadelesh, could you take a look at the SDK breaking in this PR, thanks

    @weidongxu-microsoft
    Copy link
    Member

    weidongxu-microsoft commented Mar 30, 2023

    Please follow on Renhe's comment.

    I will skip LintDiff on this single error before merge, as suppression seems not able to work.


    ignore my comment above, I've confused it with #22916

    @AzureRestAPISpecReview AzureRestAPISpecReview added ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test and removed CI-FixRequiredOnFailure labels Mar 30, 2023
    @lirenhe
    Copy link
    Member

    lirenhe commented Mar 30, 2023

    The suppression doesn't seem to work but it should not be a blocker for this PR.

    @MaryGao
    Copy link
    Member

    MaryGao commented Mar 30, 2023

    Approved JS breaking since it is not introduced by this pr.

    @tadelesh tadelesh added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Mar 30, 2023
    @lirenhe lirenhe merged commit 635b756 into main Mar 31, 2023
    @lirenhe lirenhe deleted the abhayohri-resourcehealth-Microsoft.ResourceHealth-2022-10-01 branch March 31, 2023 05:08
    JoshLove-msft pushed a commit to JoshLove-msft/azure-rest-api-specs that referenced this pull request Apr 25, 2023
    …rsion stable/2022-10-01 (Azure#22721)
    
    * Adds base for updating Microsoft.ResourceHealth from version preview/2022-10-01-preview to version 2022-10-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * added missing api
    
    * Revert "added missing api"
    
    This reverts commit 111d6ca.
    
    * added missing api
    
    * added error message suppression to readme
    
    * prettier fix
    
    * added missing fields for s360 items
    
    * updated description
    
    * spelling fix
    
    * added missing properties to all stable api versions
    
    * Revert "added missing properties to all stable api versions"
    
    This reverts commit 220764b.
    
    * fixes from pr for resourcehealth.json file
    
    * updated child avialbility example uri
    
    * added suppression for _ActionUrl
    
    * added suppression for _ActionUrl
    
    * added suppression for _ActionUrl
    
    * added suppression for _ActionUrl
    
    * added suppression for _ActionUrl
    
    * added suppression for _ActionUrl
    
    * linter wrnings
    
    * update readme for .net sdk
    
    * update readme for .net sdk
    
    * update readme for sdks
    
    * trying suppression for actionurl.comment
    
    * added suppression for _ActionUrl
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    Approved-LintDiff Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go Approved-SdkBreakingChange-JavaScript ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go CI-BreakingChange-JavaScript new-api-version ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager SuppressionReviewRequired

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    10 participants