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

DNR brInfo_breaking_change branch #3340

Closed
wants to merge 1 commit into from

Conversation

konrad-jamrozik
Copy link

DO NOT REVIEW! This is a test PR created by kojamroz from branch brInfo_breaking_change.

Information about this PR extracted from BRANCH_INFO.md

This branch was created by kojamroz on 4/9/2024.
It differs from main as follows:

It modifies

specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json

by introducing a breaking change:

"operationId": "Extensions_Create",

changed to

"operationId": "Extensions_Create2",

@konrad-jamrozik konrad-jamrozik self-assigned this Apr 30, 2024
Copy link

openapi-pipeline-app-test bot commented Apr 30, 2024

Next Steps to merge

Next steps that must be taken to merge this PR:
  • ❌ Your PR has breaking changes in the generated SDK for Go (label: BreakingChange-Go-Sdk). Refer to step 3 in the PR workflow diagram (even if your PR is for data plane, not ARM).
  • ❌ The required check named Automated merging requirements met has failed. This is the final check that must pass. Refer to the check in the PR's 'Checks' tab for details on how to fix it. In addition, refer to step 4 in the PR workflow diagram (even if your PR is for data plane, not ARM).

Copy link

openapi-pipeline-app-test bot commented Apr 30, 2024

Swagger Generation Artifacts

️🔄[ignore this check status; not blocking PR merge] ApiDocPreview inProgress [Detail]
️⚠️ azure-sdk-for-python warning [Detail]
  • ⚠️Warning in generating from f444369556b144f520cc6cb381109dff24b7801c. 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.
    cmderr	[automation_init.sh]
    cmderr	[automation_init.sh] npm notice New minor version of npm available! 10.5.0 -> 10.6.0
    cmderr	[automation_init.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.6.0>
    cmderr	[automation_init.sh] npm notice Run `npm install -g [email protected]` to update!
    cmderr	[automation_init.sh] npm notice
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
  • ️✔️azure-mgmt-agrifood [Preview SDK Changes]
    • azure-mgmt-agrifood-1.0.0b1.zip
    • azure_mgmt_agrifood-1.0.0b1-py3-none-any.whl
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded in generating from f444369556b144f520cc6cb381109dff24b7801c. 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/agrifood/armagrifood [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - `PublicNetworkAccessHybrid` from enum `PublicNetworkAccess` has been removed
    info	[Changelog] - Function `*ClientFactory.NewFarmBeatsExtensionsClient` has been removed
    info	[Changelog] - Function `*ClientFactory.NewFarmBeatsModelsClient` has been removed
    info	[Changelog] - Function `*ClientFactory.NewLocationsClient` has been removed
    info	[Changelog] - Function `*ExtensionsClient.Create` has been removed
    info	[Changelog] - Function `*ExtensionsClient.NewListByFarmBeatsPager` has been removed
    info	[Changelog] - Function `*ExtensionsClient.Update` has been removed
    info	[Changelog] - Function `NewFarmBeatsExtensionsClient` has been removed
    info	[Changelog] - Function `*FarmBeatsExtensionsClient.Get` has been removed
    info	[Changelog] - Function `*FarmBeatsExtensionsClient.NewListPager` has been removed
    info	[Changelog] - Function `NewFarmBeatsModelsClient` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.CreateOrUpdate` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.Delete` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.Get` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.GetOperationResult` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.NewListByResourceGroupPager` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.NewListBySubscriptionPager` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.BeginUpdate` has been removed
    info	[Changelog] - Function `NewLocationsClient` has been removed
    info	[Changelog] - Function `*LocationsClient.CheckNameAvailability` has been removed
    info	[Changelog] - Operation `*PrivateEndpointConnectionsClient.NewListByResourcePager` does not support pagination anymore, use `*PrivateEndpointConnectionsClient.ListByResource` instead.
    info	[Changelog] - Operation `*PrivateLinkResourcesClient.NewListByResourcePager` does not support pagination anymore, use `*PrivateLinkResourcesClient.ListByResource` instead.
    info	[Changelog] - Struct `FarmBeats` has been removed
    info	[Changelog] - Struct `FarmBeatsExtension` has been removed
    info	[Changelog] - Struct `FarmBeatsExtensionListResponse` has been removed
    info	[Changelog] - Struct `FarmBeatsExtensionProperties` has been removed
    info	[Changelog] - Struct `FarmBeatsListResponse` has been removed
    info	[Changelog] - Struct `FarmBeatsProperties` has been removed
    info	[Changelog] - Struct `FarmBeatsUpdateProperties` has been removed
    info	[Changelog] - Struct `FarmBeatsUpdateRequestModel` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New value `ProvisioningStateRunning` added to enum type `ProvisioningState`
    info	[Changelog] - New value `PublicNetworkAccessDisabled` added to enum type `PublicNetworkAccess`
    info	[Changelog] - New enum type `AuthCredentialsKind` with values `AuthCredentialsKindAPIKeyAuthCredentials`, `AuthCredentialsKindOAuthClientCredentials`
    info	[Changelog] - New function `*APIKeyAuthCredentials.GetAuthCredentials() *AuthCredentials`
    info	[Changelog] - New function `*AuthCredentials.GetAuthCredentials() *AuthCredentials`
    info	[Changelog] - New function `NewCheckNameAvailabilityClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CheckNameAvailabilityClient, error)`
    info	[Changelog] - New function `*CheckNameAvailabilityClient.CheckNameAvailability(context.Context, CheckNameAvailabilityRequest, *CheckNameAvailabilityClientCheckNameAvailabilityOptions) (CheckNameAvailabilityClientCheckNameAvailabilityResponse, error)`
    info	[Changelog] - New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient`
    info	[Changelog] - New function `*ClientFactory.NewDataConnectorsClient() *DataConnectorsClient`
    info	[Changelog] - New function `*ClientFactory.NewDataManagerForAgricultureExtensionsClient() *DataManagerForAgricultureExtensionsClient`
    info	[Changelog] - New function `*ClientFactory.NewDataManagerForAgricultureResourcesClient() *DataManagerForAgricultureResourcesClient`
    info	[Changelog] - New function `*ClientFactory.NewOperationResultsClient() *OperationResultsClient`
    info	[Changelog] - New function `*ClientFactory.NewSolutionsClient() *SolutionsClient`
    info	[Changelog] - New function `*ClientFactory.NewSolutionsDiscoverabilityClient() *SolutionsDiscoverabilityClient`
    info	[Changelog] - New function `NewDataConnectorsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DataConnectorsClient, error)`
    info	[Changelog] - New function `*DataConnectorsClient.CreateOrUpdate(context.Context, string, string, string, DataConnector, *DataConnectorsClientCreateOrUpdateOptions) (DataConnectorsClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*DataConnectorsClient.Delete(context.Context, string, string, string, *DataConnectorsClientDeleteOptions) (DataConnectorsClientDeleteResponse, error)`
    info	[Changelog] - New function `*DataConnectorsClient.Get(context.Context, string, string, string, *DataConnectorsClientGetOptions) (DataConnectorsClientGetResponse, error)`
    info	[Changelog] - New function `*DataConnectorsClient.NewListPager(string, string, *DataConnectorsClientListOptions) *runtime.Pager[DataConnectorsClientListResponse]`
    info	[Changelog] - New function `NewDataManagerForAgricultureExtensionsClient(azcore.TokenCredential, *arm.ClientOptions) (*DataManagerForAgricultureExtensionsClient, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureExtensionsClient.Get(context.Context, string, *DataManagerForAgricultureExtensionsClientGetOptions) (DataManagerForAgricultureExtensionsClientGetResponse, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureExtensionsClient.NewListPager(*DataManagerForAgricultureExtensionsClientListOptions) *runtime.Pager[DataManagerForAgricultureExtensionsClientListResponse]`
    info	[Changelog] - New function `NewDataManagerForAgricultureResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DataManagerForAgricultureResourcesClient, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.CreateOrUpdate(context.Context, string, string, DataManagerForAgriculture, *DataManagerForAgricultureResourcesClientCreateOrUpdateOptions) (DataManagerForAgricultureResourcesClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.Delete(context.Context, string, string, *DataManagerForAgricultureResourcesClientDeleteOptions) (DataManagerForAgricultureResourcesClientDeleteResponse, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.Get(context.Context, string, string, *DataManagerForAgricultureResourcesClientGetOptions) (DataManagerForAgricultureResourcesClientGetResponse, error)`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.NewListByResourceGroupPager(string, *DataManagerForAgricultureResourcesClientListByResourceGroupOptions) *runtime.Pager[DataManagerForAgricultureResourcesClientListByResourceGroupResponse]`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.NewListBySubscriptionPager(*DataManagerForAgricultureResourcesClientListBySubscriptionOptions) *runtime.Pager[DataManagerForAgricultureResourcesClientListBySubscriptionResponse]`
    info	[Changelog] - New function `*DataManagerForAgricultureResourcesClient.BeginUpdate(context.Context, string, string, DataManagerForAgricultureUpdateRequestModel, *DataManagerForAgricultureResourcesClientBeginUpdateOptions) (*runtime.Poller[DataManagerForAgricultureResourcesClientUpdateResponse], error)`
    info	[Changelog] - New function `*ExtensionsClient.CreateOrUpdate(context.Context, string, string, string, *ExtensionsClientCreateOrUpdateOptions) (ExtensionsClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*ExtensionsClient.NewListByDataManagerForAgriculturePager(string, string, *ExtensionsClientListByDataManagerForAgricultureOptions) *runtime.Pager[ExtensionsClientListByDataManagerForAgricultureResponse]`
    info	[Changelog] - New function `*OAuthClientCredentials.GetAuthCredentials() *AuthCredentials`
    info	[Changelog] - New function `NewOperationResultsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OperationResultsClient, error)`
    info	[Changelog] - New function `*OperationResultsClient.Get(context.Context, string, string, *OperationResultsClientGetOptions) (OperationResultsClientGetResponse, error)`
    info	[Changelog] - New function `NewSolutionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SolutionsClient, error)`
    info	[Changelog] - New function `*SolutionsClient.CreateOrUpdate(context.Context, string, string, string, *SolutionsClientCreateOrUpdateOptions) (SolutionsClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*SolutionsClient.Delete(context.Context, string, string, string, *SolutionsClientDeleteOptions) (SolutionsClientDeleteResponse, error)`
    info	[Changelog] - New function `*SolutionsClient.Get(context.Context, string, string, string, *SolutionsClientGetOptions) (SolutionsClientGetResponse, error)`
    info	[Changelog] - New function `*SolutionsClient.NewListPager(string, string, *SolutionsClientListOptions) *runtime.Pager[SolutionsClientListResponse]`
    info	[Changelog] - New function `NewSolutionsDiscoverabilityClient(azcore.TokenCredential, *arm.ClientOptions) (*SolutionsDiscoverabilityClient, error)`
    info	[Changelog] - New function `*SolutionsDiscoverabilityClient.Get(context.Context, string, *SolutionsDiscoverabilityClientGetOptions) (SolutionsDiscoverabilityClientGetResponse, error)`
    info	[Changelog] - New function `*SolutionsDiscoverabilityClient.NewListPager(*SolutionsDiscoverabilityClientListOptions) *runtime.Pager[SolutionsDiscoverabilityClientListResponse]`
    info	[Changelog] - New struct `APIKeyAuthCredentials`
    info	[Changelog] - New struct `APIProperties`
    info	[Changelog] - New struct `ArmAsyncOperationError`
    info	[Changelog] - New struct `DataConnector`
    info	[Changelog] - New struct `DataConnectorListResponse`
    info	[Changelog] - New struct `DataConnectorProperties`
    info	[Changelog] - New struct `DataManagerForAgriculture`
    info	[Changelog] - New struct `DataManagerForAgricultureExtension`
    info	[Changelog] - New struct `DataManagerForAgricultureExtensionListResponse`
    info	[Changelog] - New struct `DataManagerForAgricultureExtensionProperties`
    info	[Changelog] - New struct `DataManagerForAgricultureListResponse`
    info	[Changelog] - New struct `DataManagerForAgricultureProperties`
    info	[Changelog] - New struct `DataManagerForAgricultureSolution`
    info	[Changelog] - New struct `DataManagerForAgricultureSolutionListResponse`
    info	[Changelog] - New struct `DataManagerForAgricultureSolutionProperties`
    info	[Changelog] - New struct `DataManagerForAgricultureUpdateProperties`
    info	[Changelog] - New struct `DataManagerForAgricultureUpdateRequestModel`
    info	[Changelog] - New struct `ExtensionInstallationRequest`
    info	[Changelog] - New struct `KeyVaultProperties`
    info	[Changelog] - New struct `MarketplaceOfferDetails`
    info	[Changelog] - New struct `OAuthClientCredentials`
    info	[Changelog] - New struct `Solution`
    info	[Changelog] - New struct `SolutionListResponse`
    info	[Changelog] - New struct `SolutionProperties`
    info	[Changelog] - New field `Error` in struct `ArmAsyncOperation`
    info	[Changelog] - New field `APIDefaultInputParameters`, `APIDocsLink`, `APIType` in struct `DetailedInformation`
    info	[Changelog] - New field `SkipToken` in struct `ExtensionListResponse`
    info	[Changelog] - New field `AdditionalAPIProperties` in struct `ExtensionProperties`
    info	[Changelog] - New field `GroupIDs` in struct `PrivateEndpointConnectionProperties`
    info	[Changelog]
    info	[Changelog] Total 38 breaking change(s), 98 additive change(s).
    Present SDK breaking changes suppressions
    No suppression file added.
    Absent SDK breaking changes suppressions
    - Function `*ClientFactory.NewFarmBeatsExtensionsClient` has been removed
    - Function `*ClientFactory.NewFarmBeatsModelsClient` has been removed
    - Function `*ClientFactory.NewLocationsClient` has been removed
    - Function `*ExtensionsClient.Create` has been removed
    - Function `*ExtensionsClient.NewListByFarmBeatsPager` has been removed
    - Function `*ExtensionsClient.Update` has been removed
    - Function `*FarmBeatsExtensionsClient.Get` has been removed
    - Function `*FarmBeatsExtensionsClient.NewListPager` has been removed
    - Function `*FarmBeatsModelsClient.BeginUpdate` has been removed
    - Function `*FarmBeatsModelsClient.CreateOrUpdate` has been removed
    - Function `*FarmBeatsModelsClient.Delete` has been removed
    - Function `*FarmBeatsModelsClient.GetOperationResult` has been removed
    - Function `*FarmBeatsModelsClient.Get` has been removed
    - Function `*FarmBeatsModelsClient.NewListByResourceGroupPager` has been removed
    - Function `*FarmBeatsModelsClient.NewListBySubscriptionPager` has been removed
    - Function `*LocationsClient.CheckNameAvailability` has been removed
    - Function `NewFarmBeatsExtensionsClient` has been removed
    - Function `NewFarmBeatsModelsClient` has been removed
    - Function `NewLocationsClient` has been removed
    - Operation `*PrivateEndpointConnectionsClient.NewListByResourcePager` does not support pagination anymore, use `*PrivateEndpointConnectionsClient.ListByResource` instead.
    - Operation `*PrivateLinkResourcesClient.NewListByResourcePager` does not support pagination anymore, use `*PrivateLinkResourcesClient.ListByResource` instead.
    - Struct `FarmBeatsExtensionListResponse` has been removed
    - Struct `FarmBeatsExtensionProperties` has been removed
    - Struct `FarmBeatsExtension` has been removed
    - Struct `FarmBeatsListResponse` has been removed
    - Struct `FarmBeatsProperties` has been removed
    - Struct `FarmBeatsUpdateProperties` has been removed
    - Struct `FarmBeatsUpdateRequestModel` has been removed
    - Struct `FarmBeats` has been removed
    - `PublicNetworkAccessHybrid` from enum `PublicNetworkAccess` has been removed
    Parse Suppression File Errors
    No suppression file added.
    Please refer to https://aka.ms/azsdk/sdk-suppression for more information.
️🔄 azure-sdk-for-js inProgress [Detail]
️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
  • ️✔️Succeeded in generating from f444369556b144f520cc6cb381109dff24b7801c. 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
  • ️✔️azure-resourcemanager-agrifood [Preview SDK Changes]
    • pom.xml
    • azure-resourcemanager-agrifood-1.0.0-beta.2.jar
    • azure-resourcemanager-agrifood-1.0.0-beta.2-sources.jar
️⚠️ azure-powershell warning [Detail]
  • ⚠️Warning in generating from f444369556b144f520cc6cb381109dff24b7801c. 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.agrifood.DefaultTag [Preview SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app-test bot commented Apr 30, 2024

Swagger Validation Report

️❌BreakingChange: 1 Errors, 0 Warnings failed [Detail]
Compared specs (v0.10.8) new version base version
agfood.json 2020-05-12-preview(7857abe) 2020-05-12-preview(main)
Rule Message
1008 - ModifiedOperationId The operation id has been changed from 'Extensions_Create' to 'Extensions_Create2'. This will impact generated code.
New: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L10:7
Old: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L10:7
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️LintDiff: 0 Warnings warning [Detail]
Compared specs (v2.2.1) new version base version
package-2020-05-12-preview package-2020-05-12-preview(7857abe) package-2020-05-12-preview(main)

The following errors/warnings exist before current PR submission:

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

Rule Message
ResourceNameRestriction The resource name parameter 'farmBeatsResourceName' should be defined with a 'pattern' restriction.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L9
ParametersOrder The parameters:extensionId,farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L10
PutResponseCodes Synchronous and long-running PUT operations must have responses with 200, 201 and default return codes. They also must not have other response codes.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L10
ParametersOrder The parameters:extensionId,farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L56
ParametersOrder The parameters:extensionId,farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L102
ParametersOrder The parameters:extensionId,farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L148
ResourceNameRestriction The resource name parameter 'farmBeatsResourceName' should be defined with a 'pattern' restriction.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L195
ResourceNameRestriction The resource name parameter 'farmBeatsResourceName' should be defined with a 'pattern' restriction.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L466
ParametersOrder The parameters:farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L510
ParametersOrder The parameters:farmBeatsResourceName,resourceGroupName should be kept in the same order as they present in the path.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L571
UnSupportedPatchProperties Mark the top-level property 'location', specified in the patch operation body, as readOnly or immutable. You could also choose to remove it from the request payload of the Patch operation. This property is not patchable.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L596
PatchBodyParametersSchema Properties of a PATCH request body must not be required, property:name.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L601
TopLevelResourcesListBySubscription The top-level resource 'FarmBeatsExtension' does not have list by subscription operation, please add it.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1093
ProvisioningStateValidation ProvisioningState must have terminal states: Succeeded, Failed and Canceled.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1167
⚠️ PreviewVersionOverOneYear The API version:2020-05-12-preview having been in a preview state over one year , please move it to GA or retire.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L6
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L27
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L30
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L33
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L46
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L73
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L76
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L79
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L92
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L119
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L122
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L125
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L138
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L165
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L168
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L171
️️✔️[ignore this check status; not blocking PR merge] Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[ignore this check status; not blocking PR merge] SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️PR Summary succeeded [Detail] [Expand]
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

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