Skip to content

Update agfood.json #3587

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update agfood.json #3587

wants to merge 1 commit into from

Conversation

ruowan
Copy link

@ruowan ruowan commented Sep 28, 2022

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

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. 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.

@openapi-pipeline-app-test
Copy link

openapi-pipeline-app-test bot commented Sep 28, 2022

Swagger Validation Report

️❌BreakingChange: 2 Errors, 0 Warnings failed [Detail]
compared swaggers (via Oad v0.10.2)] new version base version
agfood.json 2020-05-12-preview(5f66a7d) 2020-05-12-preview(main)
Rule Message
1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId}' removed or restructured?
Old: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L9:5
1038 - AddedPath The new version is adding a path that was not found in the old version.
New: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L9:5
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️❌LintDiff: 6 Errors, 0 Warnings failed [Detail]
compared tags (via openapi-validator v2.0.0) new version base version
package-2020-05-12-preview package-2020-05-12-preview(5f66a7d) package-2020-05-12-preview(main)

[must fix]The following errors/warnings are introduced by current PR:

Rule Message Related RPC [For API reviewers]
PathForPutOperation The path for 'put' operation must be under a subscription and resource group.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L9
RPC-Put-V1-01
ResourceNameRestriction The resource name parameter 'farmBeatsResourceName' should be defined with a 'pattern' restriction.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L9
RPC-Uri-V1-05
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
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


The following errors/warnings exist before current PR submission:

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#L195
ResourceNameRestriction The resource name parameter 'farmBeatsResourceName' should be defined with a 'pattern' restriction.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L412
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#L456
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#L517
UnSupportedPatchProperties The patch operation body parameter schema should not contains property location.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L542
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#L1039
⚠️ 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
⚠️ LocationMustHaveXmsMutability Property location must have 'x-ms-mutability':['read', 'create'] extension defined.
Location: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1124
️️✔️PR Summary succeeded [Detail] [Expand]
️️✔️[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️❌ModelValidation: 6 Errors, 0 Warnings failed [Detail]
Rule Message
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_Get.json#L29:32
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_CreateOrUpdate.json#L36:32
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_CreateOrUpdate.json#L60:32
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_Update.json#L35:32
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_ListBySubscription.json#L30:36
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: provisioningState
Url: Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json#L1076:28
ExampleUrl: preview/2020-05-12-preview/examples/FarmBeatsModels_ListByResourceGroup.json#L31:36
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
️️✔️~[Staging] SwaggerAPIView succeeded [Detail] [Expand]
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️⚠️[Staging] SDK Track2 Validation: 0 Warnings warning [Detail]
  • The following tags are being changed in this PR
    • "https://github.com/openapi-env-test/azure-rest-api-specs/blob/5f66a7d8962514b798d7473a3635d07f34eaa25e/specification/agrifood/resource-manager/readme.md#tag-package-2020-05-12-preview">agrifood/resource-manager/readme.md#package-2020-05-12-preview
The following errors/warnings exist before current PR submission:
Rule Message
⚠️ UnkownSecurityScheme "readme":"agrifood/resource-manager/readme.md",
"tag":"package-2020-05-12-preview",
"details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken,
AzureKey,
Anonymous"
️️✔️CadlValidation succeeded [Detail] [Expand]
Validation passes for CadlValidation.
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app-test
Copy link

Swagger pipeline started successfully, please wait for status update in this comment.

1 similar comment
@openapi-pipeline-app-test
Copy link

Swagger pipeline started successfully, please wait for status update in this comment.

@openapi-pipeline-app-test
Copy link

Swagger pipeline started successfully. If there is ApiView generated, it will be updated in this comment.

@openapi-pipeline-app-test
Copy link

openapi-pipeline-app-test bot commented Sep 28, 2022

Swagger Generation Artifacts

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

Breaking Changes Tracking

azure-sdk-for-go - sdk/resourcemanager/agrifood/armagrifood - 0.8.0
+	Const `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateUpdating` from type alias `ProvisioningState` has been removed
+	Field `Identity` of struct `FarmBeatsUpdateRequestModel` has been removed
+	Field `Identity` of struct `FarmBeats` has been removed
+	Field `PrivateEndpointConnections` of struct `FarmBeatsProperties` has been removed
+	Field `Properties` of struct `FarmBeatsUpdateRequestModel` has been removed
+	Field `ProvisioningState` of struct `FarmBeatsProperties` has been removed
+	Field `PublicNetworkAccess` of struct `FarmBeatsProperties` has been removed
+	Field `SensorIntegration` of struct `FarmBeatsProperties` has been removed
+	Field `SystemData` of struct `ProxyResource` has been removed
+	Field `SystemData` of struct `Resource` has been removed
+	Field `SystemData` of struct `TrackedResource` has been removed
+	Function `*FarmBeatsModelsClient.BeginUpdate` has been removed
+	Function `*FarmBeatsModelsClient.GetOperationResult` has been removed
+	Function `*PrivateEndpointConnectionsClient.BeginDelete` has been removed
+	Function `*PrivateEndpointConnectionsClient.CreateOrUpdate` has been removed
+	Function `*PrivateEndpointConnectionsClient.Get` has been removed
+	Function `*PrivateEndpointConnectionsClient.NewListByResourcePager` has been removed
+	Function `*PrivateLinkResourcesClient.Get` has been removed
+	Function `*PrivateLinkResourcesClient.NewListByResourcePager` has been removed
+	Function `NewPrivateEndpointConnectionsClient` has been removed
+	Function `NewPrivateLinkResourcesClient` has been removed
+	Struct `ArmAsyncOperation` has been removed
+	Struct `FarmBeatsUpdateProperties` has been removed
+	Struct `Identity` has been removed
+	Struct `PrivateEndpointConnectionListResult` has been removed
+	Struct `PrivateEndpointConnectionProperties` has been removed
+	Struct `PrivateEndpointConnection` has been removed
+	Struct `PrivateEndpointConnectionsClientDeleteResponse` has been removed
+	Struct `PrivateEndpointConnectionsClientListByResourceResponse` has been removed
+	Struct `PrivateEndpointConnectionsClient` has been removed
+	Struct `PrivateEndpoint` has been removed
+	Struct `PrivateLinkResourceListResult` has been removed
+	Struct `PrivateLinkResourceProperties` has been removed
+	Struct `PrivateLinkResource` has been removed
+	Struct `PrivateLinkResourcesClientListByResourceResponse` has been removed
+	Struct `PrivateLinkResourcesClient` has been removed
+	Struct `PrivateLinkServiceConnectionState` has been removed
+	Struct `SensorIntegration` has been removed
+	Type alias `PrivateEndpointConnectionProvisioningState` has been removed
+	Type alias `PrivateEndpointServiceConnectionStatus` has been removed
+	Type alias `PublicNetworkAccess` has been removed
azure-sdk-for-python-track2 - track2_azure-mgmt-agrifood - 1.0.0b3
+	Client name is changed from `AgriFoodMgmtClient` to `AzureAgriFoodRPService`
+	Model Extension no longer has parameter additional_api_properties
+	Model FarmBeats no longer has parameter identity
+	Model FarmBeats no longer has parameter private_endpoint_connections
+	Model FarmBeats no longer has parameter provisioning_state
+	Model FarmBeats no longer has parameter public_network_access
+	Model FarmBeats no longer has parameter sensor_integration
+	Model FarmBeatsUpdateRequestModel no longer has parameter identity
+	Model FarmBeatsUpdateRequestModel no longer has parameter properties
+	Model ProxyResource no longer has parameter system_data
+	Model Resource no longer has parameter system_data
+	Model TrackedResource no longer has parameter system_data
+	Removed operation ExtensionsOperations.create_or_update
+	Removed operation FarmBeatsModelsOperations.begin_update
+	Removed operation FarmBeatsModelsOperations.get_operation_result
+	Removed operation group PrivateEndpointConnectionsOperations
+	Removed operation group PrivateLinkResourcesOperations
+	Removed operation group SolutionsDiscoverabilityOperations
+	Removed operation group SolutionsOperations
azure-sdk-for-js - @azure/arm-agrifood - 1.0.0-beta.5
+	Deleted Class AgriFoodMgmtClient
+	Enum KnownProvisioningState no longer has value Creating
+	Enum KnownProvisioningState no longer has value Deleting
+	Enum KnownProvisioningState no longer has value Updating
+	Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter extensionCategories
+	Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter extensionIds
+	Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter maxPageSize
+	Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter skipToken
+	Interface FarmBeats no longer has parameter identity
+	Interface FarmBeats no longer has parameter privateEndpointConnections
+	Interface FarmBeats no longer has parameter provisioningState
+	Interface FarmBeats no longer has parameter publicNetworkAccess
+	Interface FarmBeats no longer has parameter sensorIntegration
+	Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter extensionCategories
+	Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter farmBeatsExtensionIds
+	Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter farmBeatsExtensionNames
+	Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter maxPageSize
+	Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter publisherIds
+	Interface FarmBeatsModelsListByResourceGroupNextOptionalParams no longer has parameter maxPageSize
+	Interface FarmBeatsModelsListByResourceGroupNextOptionalParams no longer has parameter skipToken
+	Interface FarmBeatsModelsListBySubscriptionNextOptionalParams no longer has parameter maxPageSize
+	Interface FarmBeatsModelsListBySubscriptionNextOptionalParams no longer has parameter skipToken
+	Interface FarmBeatsModelsUpdateOptionalParams no longer has parameter resumeFrom
+	Interface FarmBeatsModelsUpdateOptionalParams no longer has parameter updateIntervalInMs
+	Interface FarmBeatsUpdateRequestModel no longer has parameter identity
+	Interface FarmBeatsUpdateRequestModel no longer has parameter properties
+	Interface Resource no longer has parameter systemData
+	Removed Enum KnownPrivateEndpointConnectionProvisioningState
+	Removed Enum KnownPrivateEndpointServiceConnectionStatus
+	Removed Enum KnownPublicNetworkAccess
+	Removed operation FarmBeatsModels.beginUpdate
+	Removed operation FarmBeatsModels.beginUpdateAndWait
+	Removed operation FarmBeatsModels.getOperationResult
+	Removed operation group PrivateEndpointConnections
+	Removed operation group PrivateLinkResources
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from f3cf16a6ef63dbe34ed161385aff1410430b8dda. 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] notice
    cmderr	[automation_generate.sh] npm notice New major version of npm available! 8.19.2 -> 9.2.0
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.2.0>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g [email protected]` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-agrifood [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog]   - Added operation ExtensionsOperations.create
    info	[Changelog]   - Added operation ExtensionsOperations.update
    info	[Changelog]   - Added operation FarmBeatsModelsOperations.update
    info	[Changelog]   - Model FarmBeats has a new parameter provisioning_state_sz
    info	[Changelog]
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog]   - Client name is changed from `AgriFoodMgmtClient` to `AzureAgriFoodRPService`
    info	[Changelog]   - Model Extension no longer has parameter additional_api_properties
    info	[Changelog]   - Model FarmBeats no longer has parameter identity
    info	[Changelog]   - Model FarmBeats no longer has parameter private_endpoint_connections
    info	[Changelog]   - Model FarmBeats no longer has parameter provisioning_state
    info	[Changelog]   - Model FarmBeats no longer has parameter public_network_access
    info	[Changelog]   - Model FarmBeats no longer has parameter sensor_integration
    info	[Changelog]   - Model FarmBeatsUpdateRequestModel no longer has parameter identity
    info	[Changelog]   - Model FarmBeatsUpdateRequestModel no longer has parameter properties
    info	[Changelog]   - Model ProxyResource no longer has parameter system_data
    info	[Changelog]   - Model Resource no longer has parameter system_data
    info	[Changelog]   - Model TrackedResource no longer has parameter system_data
    info	[Changelog]   - Removed operation ExtensionsOperations.create_or_update
    info	[Changelog]   - Removed operation FarmBeatsModelsOperations.begin_update
    info	[Changelog]   - Removed operation FarmBeatsModelsOperations.get_operation_result
    info	[Changelog]   - Removed operation group PrivateEndpointConnectionsOperations
    info	[Changelog]   - Removed operation group PrivateLinkResourcesOperations
    info	[Changelog]   - Removed operation group SolutionsDiscoverabilityOperations
    info	[Changelog]   - Removed operation group SolutionsOperations
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from f3cf16a6ef63dbe34ed161385aff1410430b8dda. 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 [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Const `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateUpdating` from type alias `ProvisioningState` has been removed
    info	[Changelog] - Type alias `PrivateEndpointConnectionProvisioningState` has been removed
    info	[Changelog] - Type alias `PrivateEndpointServiceConnectionStatus` has been removed
    info	[Changelog] - Type alias `PublicNetworkAccess` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.GetOperationResult` has been removed
    info	[Changelog] - Function `*FarmBeatsModelsClient.BeginUpdate` has been removed
    info	[Changelog] - Function `NewPrivateEndpointConnectionsClient` has been removed
    info	[Changelog] - Function `*PrivateEndpointConnectionsClient.CreateOrUpdate` has been removed
    info	[Changelog] - Function `*PrivateEndpointConnectionsClient.BeginDelete` has been removed
    info	[Changelog] - Function `*PrivateEndpointConnectionsClient.Get` has been removed
    info	[Changelog] - Function `*PrivateEndpointConnectionsClient.NewListByResourcePager` has been removed
    info	[Changelog] - Function `NewPrivateLinkResourcesClient` has been removed
    info	[Changelog] - Function `*PrivateLinkResourcesClient.Get` has been removed
    info	[Changelog] - Function `*PrivateLinkResourcesClient.NewListByResourcePager` has been removed
    info	[Changelog] - Struct `ArmAsyncOperation` has been removed
    info	[Changelog] - Struct `FarmBeatsUpdateProperties` has been removed
    info	[Changelog] - Struct `Identity` has been removed
    info	[Changelog] - Struct `PrivateEndpoint` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnection` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnectionListResult` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnectionProperties` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnectionsClient` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnectionsClientDeleteResponse` has been removed
    info	[Changelog] - Struct `PrivateEndpointConnectionsClientListByResourceResponse` has been removed
    info	[Changelog] - Struct `PrivateLinkResource` has been removed
    info	[Changelog] - Struct `PrivateLinkResourceListResult` has been removed
    info	[Changelog] - Struct `PrivateLinkResourceProperties` has been removed
    info	[Changelog] - Struct `PrivateLinkResourcesClient` has been removed
    info	[Changelog] - Struct `PrivateLinkResourcesClientListByResourceResponse` has been removed
    info	[Changelog] - Struct `PrivateLinkServiceConnectionState` has been removed
    info	[Changelog] - Struct `SensorIntegration` has been removed
    info	[Changelog] - Field `Identity` of struct `FarmBeats` has been removed
    info	[Changelog] - Field `PrivateEndpointConnections` of struct `FarmBeatsProperties` has been removed
    info	[Changelog] - Field `ProvisioningState` of struct `FarmBeatsProperties` has been removed
    info	[Changelog] - Field `PublicNetworkAccess` of struct `FarmBeatsProperties` has been removed
    info	[Changelog] - Field `SensorIntegration` of struct `FarmBeatsProperties` has been removed
    info	[Changelog] - Field `Identity` of struct `FarmBeatsUpdateRequestModel` has been removed
    info	[Changelog] - Field `Properties` of struct `FarmBeatsUpdateRequestModel` has been removed
    info	[Changelog] - Field `SystemData` of struct `ProxyResource` has been removed
    info	[Changelog] - Field `SystemData` of struct `Resource` has been removed
    info	[Changelog] - Field `SystemData` of struct `TrackedResource` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New function `*FarmBeatsModelsClient.Update(context.Context, string, string, FarmBeatsUpdateRequestModel, *FarmBeatsModelsClientUpdateOptions) (FarmBeatsModelsClientUpdateResponse, error)`
    info	[Changelog] - New field `ProvisioningStateSz` in struct `FarmBeatsProperties`
    info	[Changelog]
    info	[Changelog] Total 56 breaking change(s), 2 additive change(s).
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from f3cf16a6ef63dbe34ed161385aff1410430b8dda. 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-agrifood [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Added operation FarmBeatsModels.update
    info	[Changelog]   - Added Interface AzureAgriFoodRPServiceOptionalParams
    info	[Changelog]   - Added Class AzureAgriFoodRPService
    info	[Changelog]   - Interface Extension has a new optional parameter systemData
    info	[Changelog]   - Interface FarmBeats has a new optional parameter provisioningStateSz
    info	[Changelog]   - Interface FarmBeats has a new optional parameter systemData
    info	[Changelog]   - Interface FarmBeatsExtension has a new optional parameter systemData
    info	[Changelog]
    info	[Changelog] **Breaking Changes**
    info	[Changelog]
    info	[Changelog]   - Removed operation group PrivateEndpointConnections
    info	[Changelog]   - Removed operation group PrivateLinkResources
    info	[Changelog]   - Removed operation FarmBeatsModels.beginUpdate
    info	[Changelog]   - Removed operation FarmBeatsModels.beginUpdateAndWait
    info	[Changelog]   - Removed operation FarmBeatsModels.getOperationResult
    info	[Changelog]   - Deleted Class AgriFoodMgmtClient
    info	[Changelog]   - Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter extensionCategories
    info	[Changelog]   - Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter extensionIds
    info	[Changelog]   - Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter maxPageSize
    info	[Changelog]   - Interface ExtensionsListByFarmBeatsNextOptionalParams no longer has parameter skipToken
    info	[Changelog]   - Interface FarmBeats no longer has parameter identity
    info	[Changelog]   - Interface FarmBeats no longer has parameter privateEndpointConnections
    info	[Changelog]   - Interface FarmBeats no longer has parameter provisioningState
    info	[Changelog]   - Interface FarmBeats no longer has parameter publicNetworkAccess
    info	[Changelog]   - Interface FarmBeats no longer has parameter sensorIntegration
    info	[Changelog]   - Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter extensionCategories
    info	[Changelog]   - Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter farmBeatsExtensionIds
    info	[Changelog]   - Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter farmBeatsExtensionNames
    info	[Changelog]   - Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter maxPageSize
    info	[Changelog]   - Interface FarmBeatsExtensionsListNextOptionalParams no longer has parameter publisherIds
    info	[Changelog]   - Interface FarmBeatsModelsListByResourceGroupNextOptionalParams no longer has parameter maxPageSize
    info	[Changelog]   - Interface FarmBeatsModelsListByResourceGroupNextOptionalParams no longer has parameter skipToken
    info	[Changelog]   - Interface FarmBeatsModelsListBySubscriptionNextOptionalParams no longer has parameter maxPageSize
    info	[Changelog]   - Interface FarmBeatsModelsListBySubscriptionNextOptionalParams no longer has parameter skipToken
    info	[Changelog]   - Interface FarmBeatsModelsUpdateOptionalParams no longer has parameter resumeFrom
    info	[Changelog]   - Interface FarmBeatsModelsUpdateOptionalParams no longer has parameter updateIntervalInMs
    info	[Changelog]   - Interface FarmBeatsUpdateRequestModel no longer has parameter identity
    info	[Changelog]   - Interface FarmBeatsUpdateRequestModel no longer has parameter properties
    info	[Changelog]   - Interface Resource no longer has parameter systemData
    info	[Changelog]   - Removed Enum KnownPrivateEndpointConnectionProvisioningState
    info	[Changelog]   - Removed Enum KnownPrivateEndpointServiceConnectionStatus
    info	[Changelog]   - Removed Enum KnownPublicNetworkAccess
    info	[Changelog]   - Enum KnownProvisioningState no longer has value Creating
    info	[Changelog]   - Enum KnownProvisioningState no longer has value Deleting
    info	[Changelog]   - Enum KnownProvisioningState no longer has value Updating
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app-test
Copy link

openapi-pipeline-app-test bot commented Sep 28, 2022

@dw511214992
Copy link

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@ruowan
Copy link
Author

ruowan commented Oct 27, 2022

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@jianyexi
Copy link

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

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.

4 participants