Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] orbital fix renamed enum Status #19130

Merged
merged 1 commit into from
May 19, 2022

Conversation

Alancere
Copy link
Contributor

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

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. If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No refresh required for updates in this PR

Contribution checklist:

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 appy 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 are using OpenAPIHub to initialize the PR for adding a new version. 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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

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

@Alancere Alancere requested a review from ArcturusZhang as a code owner May 19, 2022 02:34
@ruowan
Copy link
Member

ruowan commented May 19, 2022

/azp run

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented May 19, 2022

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.

️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
Validation passes for SDKTrack2Validation
️️✔️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).
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented May 19, 2022

Swagger Generation Artifacts

️️✔️ApiDocPreview succeeded [Detail] [Expand]
️❌SDK Breaking Change Tracking failed [Detail]

Breaking Changes Tracking

azure-sdk-for-go-track2 - armorbital - 0.5.0
+	Const `StatusCancelled` has been removed
+	Const `StatusProviderCancelled` has been removed
+	Const `StatusScheduled` has been removed
+	Function `*ContactProfilesClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[ContactProfilesClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[ContactProfilesClientCreateOrUpdateResponse], error)`
+	Function `*ContactProfilesClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[ContactProfilesClientDeleteResponse], error)` to `(*runtime.Poller[ContactProfilesClientDeleteResponse], error)`
-	Function `*SpacecraftsClient.BeginListAvailableContacts` return value(s) have been changed from `(*armruntime.Poller[SpacecraftsClientListAvailableContactsResponse], error)` to `(*armruntime.Poller[*runtime.Pager[SpacecraftsClientListAvailableContactsResponse]], error)`
+	Function `*ContactsClient.BeginCreate` return value(s) have been changed from `(*armruntime.Poller[ContactsClientCreateResponse], error)` to `(*runtime.Poller[ContactsClientCreateResponse], error)`
+	Function `*ContactsClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[ContactsClientDeleteResponse], error)` to `(*runtime.Poller[ContactsClientDeleteResponse], error)`
+	Function `*SpacecraftsClient.BeginCreateOrUpdate` return value(s) have been changed from `(*armruntime.Poller[SpacecraftsClientCreateOrUpdateResponse], error)` to `(*runtime.Poller[SpacecraftsClientCreateOrUpdateResponse], error)`
+	Function `*SpacecraftsClient.BeginDelete` return value(s) have been changed from `(*armruntime.Poller[SpacecraftsClientDeleteResponse], error)` to `(*runtime.Poller[SpacecraftsClientDeleteResponse], error)`
+	Function `*SpacecraftsClient.BeginListAvailableContacts` return value(s) have been changed from `(*armruntime.Poller[SpacecraftsClientListAvailableContactsResponse], error)` to `(*runtime.Poller[*runtime.Pager[SpacecraftsClientListAvailableContactsResponse]], error)`
+	Function `AvailableContactsListResult.MarshalJSON` has been removed
+	Function `AvailableGroundStationListResult.MarshalJSON` has been removed
+	Function `CloudErrorBody.MarshalJSON` has been removed
+	Function `ContactInstanceProperties.MarshalJSON` has been removed
+	Function `ContactListResult.MarshalJSON` has been removed
+	Function `ContactProfileListResult.MarshalJSON` has been removed
+	Function `OperationListResult.MarshalJSON` has been removed
+	Function `ResourceIDListResult.MarshalJSON` has been removed
+	Function `SpacecraftListResult.MarshalJSON` has been removed
+	Type of `ContactsProperties.Status` has been changed from `*Status` to `*ContactsStatus`
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-orbital - 1.0.0b1
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. 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
  • ️✔️track2_azure-mgmt-orbital [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Added operation ContactProfilesOperations.begin_update_tags
    info	[Changelog]   - Added operation SpacecraftsOperations.begin_update_tags
    info	[Changelog]   - Added operation group OperationsResultsOperations
    info	[Changelog]   - Model AvailableGroundStation has a new parameter release_mode
    info	[Changelog]   - Model Contact has a new parameter antenna_configuration
    info	[Changelog]   - Model Contact has a new parameter provisioning_state
    info	[Changelog]   - Model ContactProfile has a new parameter event_hub_uri
    info	[Changelog]   - Model ContactProfile has a new parameter network_configuration
    info	[Changelog]   - Model ContactProfile has a new parameter provisioning_state
    info	[Changelog]   - Model Spacecraft has a new parameter provisioning_state
    info	[Changelog]   - Model SpacecraftLink has a new parameter authorizations
    info	[Changelog]
    info	[Changelog] **Breaking changes**
    info	[Changelog]
    info	[Changelog]   - Model ContactProfileLink has a new required parameter name
    info	[Changelog]   - Model ContactProfileLinkChannel has a new required parameter name
    info	[Changelog]   - Model Spacecraft no longer has parameter authorization_status
    info	[Changelog]   - Model Spacecraft no longer has parameter authorization_status_extended
    info	[Changelog]   - Model SpacecraftLink has a new required parameter name
    info	[Changelog]   - Operation ContactProfilesOperations.begin_create_or_update has a new parameter event_hub_uri
    info	[Changelog]   - Operation ContactProfilesOperations.begin_create_or_update has a new parameter network_configuration
    info	[Changelog]   - Operation ContactProfilesOperations.begin_create_or_update has a new parameter provisioning_state
    info	[Changelog]   - Operation ContactProfilesOperations.list has a new parameter skiptoken
    info	[Changelog]   - Operation ContactProfilesOperations.list_by_subscription has a new parameter skiptoken
    info	[Changelog]   - Operation ContactsOperations.list has a new parameter skiptoken
    info	[Changelog]   - Operation SpacecraftsOperations.begin_create_or_update has a new parameter provisioning_state
    info	[Changelog]   - Operation SpacecraftsOperations.list has a new parameter skiptoken
    info	[Changelog]   - Operation SpacecraftsOperations.list_by_subscription has a new parameter skiptoken
    info	[Changelog]   - Removed operation ContactProfilesOperations.update_tags
    info	[Changelog]   - Removed operation SpacecraftsOperations.update_tags
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. SDK Automation 14.0.0
    command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    cmderr	[generate.py] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  • ️✔️azure-resourcemanager-orbital [View full logs]  [Preview SDK Changes]
️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. 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
  • ️✔️armorbital [View full logs]  [Preview SDK Changes] Breaking Change Detected
    Only show 120 items here, please refer to log for details.
    info	[Changelog] - Type of `ContactsProperties.ContactProfile` has been changed from `*ResourceReference` to `*ContactsPropertiesContactProfile`
    info	[Changelog] - Type of `AvailableContacts.Spacecraft` has been changed from `*ResourceReference` to `*AvailableContactsSpacecraft`
    info	[Changelog] - Type of `AvailableContacts.Properties` has been changed from `*ContactInstanceProperties` to `*AvailableContactsProperties`
    info	[Changelog] - Type of `ContactProfile.Properties` has been changed from `*ContactProfilesProperties` to `*ContactProfileProperties`
    info	[Changelog] - Const `StatusScheduled` has been removed
    info	[Changelog] - Const `AuthorizationStatusPending` has been removed
    info	[Changelog] - Const `CapabilityTypeCommunication` has been removed
    info	[Changelog] - Const `PolarizationDualRhcpLhcp` has been removed
    info	[Changelog] - Const `CapabilityTypeEarthObservation` has been removed
    info	[Changelog] - Const `StatusProviderCancelled` has been removed
    info	[Changelog] - Const `StatusCancelled` has been removed
    info	[Changelog] - Const `AuthorizationStatusDenied` has been removed
    info	[Changelog] - Const `AuthorizationStatusAllowed` has been removed
    info	[Changelog] - Function `*ContactProfilesClient.UpdateTags` has been removed
    info	[Changelog] - Function `ContactProfileListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `PossibleAuthorizationStatusValues` has been removed
    info	[Changelog] - Function `AvailableGroundStationListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `ContactListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `OperationListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `*SpacecraftsClient.UpdateTags` has been removed
    info	[Changelog] - Function `ResourceIDListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `AvailableContactsListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `SpacecraftListResult.MarshalJSON` has been removed
    info	[Changelog] - Function `CloudErrorBody.MarshalJSON` has been removed
    info	[Changelog] - Function `PossibleCapabilityTypeValues` has been removed
    info	[Changelog] - Function `ContactInstanceProperties.MarshalJSON` has been removed
    info	[Changelog] - Struct `ContactProfilesClientUpdateTagsOptions` has been removed
    info	[Changelog] - Struct `SpacecraftsClientUpdateTagsOptions` has been removed
    info	[Changelog] - Field `AuthorizationStatus` of struct `SpacecraftsProperties` has been removed
    info	[Changelog] - Field `AuthorizationStatusExtended` of struct `SpacecraftsProperties` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateUpdating`
    info	[Changelog] - New const `ProvisioningStateUpdating`
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateFailed`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateCreating`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateCanceled`
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateCreating`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateUpdating`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateFailed`
    info	[Changelog] - New const `ContactsStatusCancelled`
    info	[Changelog] - New const `ProvisioningStateCanceled`
    info	[Changelog] - New const `ContactsStatusProviderCancelled`
    info	[Changelog] - New const `ReleaseModePreview`
    info	[Changelog] - New const `StatusCanceled`
    info	[Changelog] - New const `APIVersionParameterTwoThousandTwenty0901Preview`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateSucceeded`
    info	[Changelog] - New const `ReleaseModeGA`
    info	[Changelog] - New const `ProvisioningStateCreating`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateFailed`
    info	[Changelog] - New const `ProvisioningStateDeleting`
    info	[Changelog] - New const `CapabilityParameterEarthObservation`
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateDeleting`
    info	[Changelog] - New const `APIVersionParameterTwoThousandTwentyTwo0301`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateDeleting`
    info	[Changelog] - New const `ContactsStatusScheduled`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateCreating`
    info	[Changelog] - New const `ContactsStatusSucceeded`
    info	[Changelog] - New const `ProvisioningStateFailed`
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateCanceled`
    info	[Changelog] - New const `StatusRunning`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateUpdating`
    info	[Changelog] - New const `APIVersionParameterTwoThousandTwentyOne0404Preview`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateCanceled`
    info	[Changelog] - New const `ContactsStatusFailed`
    info	[Changelog] - New const `ContactsPropertiesProvisioningStateDeleting`
    info	[Changelog] - New const `CapabilityParameterCommunication`
    info	[Changelog] - New const `ContactProfilesPropertiesProvisioningStateSucceeded`
    info	[Changelog] - New const `SpacecraftsPropertiesProvisioningStateSucceeded`
    info	[Changelog] - New const `ProvisioningStateSucceeded`
    info	[Changelog] - New function `PossibleProvisioningStateValues() []ProvisioningState`
    info	[Changelog] - New function `SpacecraftLink.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New function `ContactsPropertiesAntennaConfiguration.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New function `PossibleContactsStatusValues() []ContactsStatus`
    info	[Changelog] - New function `PossibleReleaseModeValues() []ReleaseMode`
    info	[Changelog] - New function `PossibleAPIVersionParameterValues() []APIVersionParameter`
    info	[Changelog] - New function `*AuthorizedGroundstation.UnmarshalJSON([]byte) error`
    info	[Changelog] - New function `*SpacecraftsClient.BeginUpdateTags(context.Context, string, string, TagsObject, *SpacecraftsClientBeginUpdateTagsOptions) (*runtime.Poller[SpacecraftsClientUpdateTagsResponse], error)`
    info	[Changelog] - New function `PossibleContactsPropertiesProvisioningStateValues() []ContactsPropertiesProvisioningState`
    info	[Changelog] - New function `ContactProfileProperties.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New function `*OperationResult.UnmarshalJSON([]byte) error`
    info	[Changelog] - New function `*ContactProfilesClient.BeginUpdateTags(context.Context, string, string, TagsObject, *ContactProfilesClientBeginUpdateTagsOptions) (*runtime.Poller[ContactProfilesClientUpdateTagsResponse], error)`
    info	[Changelog] - New function `PossibleContactProfilesPropertiesProvisioningStateValues() []ContactProfilesPropertiesProvisioningState`
    info	[Changelog] - New function `PossibleCapabilityParameterValues() []CapabilityParameter`
    info	[Changelog] - New function `*AvailableContactsProperties.UnmarshalJSON([]byte) error`
    info	[Changelog] - New function `PossibleSpacecraftsPropertiesProvisioningStateValues() []SpacecraftsPropertiesProvisioningState`
    info	[Changelog] - New function `AuthorizedGroundstation.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New struct `AuthorizedGroundstation`
    info	[Changelog] - New struct `AvailableContactsProperties`
    info	[Changelog] - New struct `AvailableContactsSpacecraft`
    info	[Changelog] - New struct `AvailableGroundStationPropertiesAutoGenerated`
    info	[Changelog] - New struct `ContactParametersContactProfile`
    info	[Changelog] - New struct `ContactProfileProperties`
    info	[Changelog] - New struct `ContactProfilesClientBeginUpdateTagsOptions`
    info	[Changelog] - New struct `ContactProfilesPropertiesNetworkConfiguration`
    info	[Changelog] - New struct `ContactsPropertiesAntennaConfiguration`
    info	[Changelog] - New struct `ContactsPropertiesContactProfile`
    info	[Changelog] - New struct `OperationResult`
    info	[Changelog] - New struct `OperationResultErrorProperties`
    info	[Changelog] - New struct `OperationsResultsClientBeginGetOptions`
    info	[Changelog] - New struct `OperationsResultsClientGetResponse`
    info	[Changelog] - New struct `SpacecraftsClientBeginUpdateTagsOptions`
    info	[Changelog] - New field `Name` in struct `SpacecraftLink`
    info	[Changelog] - New field `Authorizations` in struct `SpacecraftLink`
    info	[Changelog] - New field `Name` in struct `ContactProfileLink`
    info	[Changelog] - New field `ProvisioningState` in struct `SpacecraftsProperties`
    info	[Changelog] - New field `AntennaConfiguration` in struct `ContactsProperties`
    info	[Changelog] - New field `ProvisioningState` in struct `ContactsProperties`
    info	[Changelog] - New field `Skiptoken` in struct `ContactProfilesClientListBySubscriptionOptions`
    info	[Changelog] - New field `Skiptoken` in struct `SpacecraftsClientListBySubscriptionOptions`
    info	[Changelog] - New field `ReleaseMode` in struct `AvailableGroundStationProperties`
    info	[Changelog] - New field `Skiptoken` in struct `SpacecraftsClientListOptions`
    info	[Changelog] - New field `NetworkConfiguration` in struct `ContactProfilesProperties`
    info	[Changelog] - New field `ProvisioningState` in struct `ContactProfilesProperties`
    info	[Changelog] - New field `Skiptoken` in struct `ContactsClientListOptions`
    info	[Changelog] - New field `Name` in struct `ContactProfileLinkChannel`
    info	[Changelog] - New field `Skiptoken` in struct `ContactProfilesClientListOptions`
    info	[Changelog]
    info	[Changelog] Total 39 breaking change(s), 97 additive change(s).
️⚠️ azure-sdk-for-js warning [Detail]
  • ⚠️Warning [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. 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
    cmderr	[automation_init.sh] npm WARN deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
    cmderr	[automation_init.sh]  uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    cmderr	[automation_init.sh] deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
    cmderr	[automation_init.sh]  deprecated @azure/storage-blob@10.5.0: This version has been deprecated, please upgrade to the version tagged as latest
    cmderr	[automation_init.sh] npm WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
    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-orbital [View full logs]  [Preview SDK Changes]
    info	[Changelog]
    error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. 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] WARN 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
  • ️✔️orbital [View full logs
️❌ azure-powershell failed [Detail]
  • Failed [Logs] Generate from c50d174863551da4e13433ac5d5a6374c33a633c. 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.orbital [View full logs]  [Preview SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tadelesh tadelesh merged commit 08a7406 into Azure:main May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants