Skip to content

Checkin Microsoft.Dashboard 2022-05-01-preview#19448

Merged
ArcturusZhang merged 4 commits intoAzure:mainfrom
qingquanzhao:main
Jun 18, 2022
Merged

Checkin Microsoft.Dashboard 2022-05-01-preview#19448
ArcturusZhang merged 4 commits intoAzure:mainfrom
qingquanzhao:main

Conversation

@qingquanzhao
Copy link
Member

@qingquanzhao qingquanzhao commented Jun 14, 2022

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.

@openapi-workflow-bot
Copy link

Hi, @qingquanzhao 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 Jun 14, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 8 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'PrivateEndpointConnections_Approve' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L410
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L808
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateEndpointConnections' with immediate parent 'ManagedGrafana', must have a list by immediate parent operation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L929
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateLinkResources' with immediate parent 'ManagedGrafana', must have a list by immediate parent operation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L991
    ⚠️ R4000 - ParameterDescriptionRequired 'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L433
    ⚠️ R4000 - ParameterDescriptionRequired 'privateLinkResourceName' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L635
    ⚠️ R4021 - DescriptionAndTitleMissing 'ApiKey' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L878
    ⚠️ R4021 - DescriptionAndTitleMissing 'DeterministicOutboundIP' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L890


    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L689
    ⚠️ R4000 - ParameterDescriptionRequired 'requestBodyParameters' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L214
    ⚠️ R4000 - ParameterDescriptionRequired 'requestBodyParameters' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L278
    ⚠️ R4021 - DescriptionAndTitleMissing 'ManagedGrafanaListResponse' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L723
    ⚠️ R4021 - DescriptionAndTitleMissing 'value' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L726
    ⚠️ R4021 - DescriptionAndTitleMissing 'nextLink' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L732
    ⚠️ R4021 - DescriptionAndTitleMissing 'ProvisioningState' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L836
    ⚠️ R4021 - DescriptionAndTitleMissing 'ResourceSku' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L855
    ⚠️ R4021 - DescriptionAndTitleMissing 'name' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L861
    ⚠️ R4021 - DescriptionAndTitleMissing 'ZoneRedundancy' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L866
    ️️✔️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: 21 Warnings warning [Detail]
    The following breaking changes are detected by comparison with latest preview version:
    Rule Message
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'CreatedByType' removed or renamed?
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L664:3
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L359:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'LastModifiedByType' removed or renamed?
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L664:3
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L359:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ManagedIdentity' removed or renamed?
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L664:3
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L359:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ManagedIdentityTypes' removed or renamed?
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L664:3
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L359:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'SystemData' removed or renamed?
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L664:3
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L359:3
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: common-types/resource-management/v3/managedidentity.json#L53:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L521:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: common-types/resource-management/v3/managedidentity.json#L59:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L526:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: common-types/resource-management/v3/managedidentity.json#L21:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L707:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: common-types/resource-management/v3/managedidentity.json#L27:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L712:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L29:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L29:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L68:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L68:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L110:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L110:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L155:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L155:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L201:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L201:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L265:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L265:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L316:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L316:9
    ⚠️ 1027 - DefaultValueChanged The new version has a different default value than the previous one.
    New: common-types/resource-management/v3/types.json#L630:5
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L754:5
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L741:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L462:9
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L836:5
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L637:5
    ⚠️ 1034 - AddedRequiredProperty The new version has new required property 'type' that was not found in the old version.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L693:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L414:9
    ⚠️ 1034 - AddedRequiredProperty The new version has new required property 'type' that was not found in the old version.
    New: Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json#L797:9
    Old: Microsoft.Dashboard/preview/2021-09-01-preview/grafana.json#L488:9
    ️️✔️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 Jun 14, 2022

    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 - armdashboard - Approved - 0.4.0
    +	Const `IdentityTypeNone` has been removed
    +	Const `IdentityTypeSystemAssigned` has been removed
    +	Const `LastModifiedByTypeApplication` has been removed
    +	Const `LastModifiedByTypeKey` has been removed
    +	Const `LastModifiedByTypeManagedIdentity` has been removed
    +	Const `LastModifiedByTypeUser` has been removed
    +	Function `PossibleIdentityTypeValues` has been removed
    +	Function `PossibleLastModifiedByTypeValues` has been removed
    +	Struct `ManagedIdentity` has been removed
    +	Struct `OperationResult` has been removed
    +	Type of `ManagedGrafana.Identity` has been changed from `*ManagedIdentity` to `*ManagedServiceIdentity`
    +	Type of `ManagedGrafanaUpdateParameters.Identity` has been changed from `*ManagedIdentity` to `*ManagedServiceIdentity`
    +	Type of `OperationListResult.Value` has been changed from `[]*OperationResult` to `[]*Operation`
    +	Type of `SystemData.LastModifiedByType` has been changed from `*LastModifiedByType` to `*CreatedByType`
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-dashboard - 1.0.0b2
    azure-sdk-for-js - @azure/arm-dashboard - Approved - 1.0.0-beta.2
    +	Removed Enum KnownIdentityType
    +	Removed Enum KnownLastModifiedByType
    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from c6a532c. 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]  global `--global`, `--local` are deprecated. Use `--location=global` instead.
    • ️✔️track2_azure-mgmt-dashboard [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group PrivateEndpointConnectionsOperations
      info	[Changelog]   - Added operation group PrivateLinkResourcesOperations
      info	[Changelog]   - Model ManagedGrafanaProperties has a new parameter api_key
      info	[Changelog]   - Model ManagedGrafanaProperties has a new parameter deterministic_outbound_ip
      info	[Changelog]   - Model ManagedGrafanaProperties has a new parameter outbound_i_ps
      info	[Changelog]   - Model ManagedGrafanaProperties has a new parameter private_endpoint_connections
      info	[Changelog]   - Model ManagedGrafanaProperties has a new parameter public_network_access
      info	[Changelog]   - Model ManagedGrafanaUpdateParameters has a new parameter properties
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from c6a532c. 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
    • ️✔️armdashboard [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Const `LastModifiedByTypeApplication` has been removed
      info	[Changelog] - Const `LastModifiedByTypeUser` has been removed
      info	[Changelog] - Const `IdentityTypeSystemAssigned` has been removed
      info	[Changelog] - Const `IdentityTypeNone` has been removed
      info	[Changelog] - Const `LastModifiedByTypeManagedIdentity` has been removed
      info	[Changelog] - Const `LastModifiedByTypeKey` has been removed
      info	[Changelog] - Function `PossibleLastModifiedByTypeValues` has been removed
      info	[Changelog] - Function `PossibleIdentityTypeValues` has been removed
      info	[Changelog] - Struct `ManagedIdentity` has been removed
      info	[Changelog] - Struct `OperationResult` has been removed
      info	[Changelog]
      info	[Changelog] Total 12 breaking change(s), 0 additive change(s).
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from c6a532c. 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
    • ️✔️dashboard [View full logs]  [Release Schema Changes]
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from c6a532c. 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]  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] WARN 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-dashboard [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group PrivateEndpointConnections
      info	[Changelog]   - Added operation group PrivateLinkResources
      info	[Changelog]   - Added Interface ManagedGrafanaPropertiesUpdateParameters
      info	[Changelog]   - Added Interface ManagedServiceIdentity
      info	[Changelog]   - Added Interface Operation
      info	[Changelog]   - Added Interface PrivateEndpoint
      info	[Changelog]   - Added Interface PrivateEndpointConnectionListResult
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsApproveOptionalParams
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsDeleteOptionalParams
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsGetOptionalParams
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsListNextOptionalParams
      info	[Changelog]   - Added Interface PrivateEndpointConnectionsListOptionalParams
      info	[Changelog]   - Added Interface PrivateLinkResourceListResult
      info	[Changelog]   - Added Interface PrivateLinkResourcesGetOptionalParams
      info	[Changelog]   - Added Interface PrivateLinkResourcesListNextOptionalParams
      info	[Changelog]   - Added Interface PrivateLinkResourcesListOptionalParams
      info	[Changelog]   - Added Interface PrivateLinkServiceConnectionState
      info	[Changelog]   - Added Interface Resource
      info	[Changelog]   - Added Type Alias ApiKey
      info	[Changelog]   - Added Type Alias DeterministicOutboundIP
      info	[Changelog]   - Added Type Alias ManagedServiceIdentityType
      info	[Changelog]   - Added Type Alias PrivateEndpointConnection
      info	[Changelog]   - Added Type Alias PrivateEndpointConnectionProvisioningState
      info	[Changelog]   - Added Type Alias PrivateEndpointConnectionsApproveResponse
      info	[Changelog]   - Added Type Alias PrivateEndpointConnectionsGetResponse
      info	[Changelog]   - Added Type Alias PrivateEndpointConnectionsListNextResponse
      info	[Changelog]   - Added Type Alias PrivateEndpointConnectionsListResponse
      info	[Changelog]   - Added Type Alias PrivateEndpointServiceConnectionStatus
      info	[Changelog]   - Added Type Alias PrivateLinkResource
      info	[Changelog]   - Added Type Alias PrivateLinkResourcesGetResponse
      info	[Changelog]   - Added Type Alias PrivateLinkResourcesListNextResponse
      info	[Changelog]   - Added Type Alias PrivateLinkResourcesListResponse
      info	[Changelog]   - Added Type Alias PublicNetworkAccess
      info	[Changelog]   - Interface ManagedGrafanaProperties has a new optional parameter apiKey
      info	[Changelog]   - Interface ManagedGrafanaProperties has a new optional parameter deterministicOutboundIP
      info	[Changelog]   - Interface ManagedGrafanaProperties has a new optional parameter outboundIPs
      info	[Changelog]   - Interface ManagedGrafanaProperties has a new optional parameter privateEndpointConnections
      info	[Changelog]   - Interface ManagedGrafanaProperties has a new optional parameter publicNetworkAccess
      info	[Changelog]   - Interface ManagedGrafanaUpdateParameters has a new optional parameter properties
      info	[Changelog]   - Class DashboardManagementClient has a new parameter privateEndpointConnections
      info	[Changelog]   - Class DashboardManagementClient has a new parameter privateLinkResources
      info	[Changelog]   - Added Enum KnownApiKey
      info	[Changelog]   - Added Enum KnownDeterministicOutboundIP
      info	[Changelog]   - Added Enum KnownManagedServiceIdentityType
      info	[Changelog]   - Added Enum KnownPrivateEndpointConnectionProvisioningState
      info	[Changelog]   - Added Enum KnownPrivateEndpointServiceConnectionStatus
      info	[Changelog]   - Added Enum KnownPublicNetworkAccess
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Removed Enum KnownIdentityType
      info	[Changelog]   - Removed Enum KnownLastModifiedByType
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from c6a532c. 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: 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.
      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-dashboard [View full logs]  [Release SDK Changes]
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from c6a532c. 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.Dashboard [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @qingquanzhao, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @openapi-workflow-bot
    Copy link

    Hi, @qingquanzhao your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

    @jinghzhu-msft
    Copy link
    Member

    Our service is in Public Preview now. This PR is to add a new API version target for GA release.

    @zizw123
    Copy link

    zizw123 commented Jun 16, 2022

    The first commit needs to be the previous api version and the new changes should only be added in the subsequent commits. This is explained in detail here (If using Open API which is recommended) https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/208/OpenAPI-Hub-Adding-new-API-version or here(For manual process) : https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/83/Manual-Process-Adding-new-API-version . Please remove the "ARMChangesRequested" tag once you have fixed this issue.

    @openapi-workflow-bot
    Copy link

    Please ensure to respond feedbacks from the ARM API reviewer. When you are ready to continue the ARM API review, please remove ARMChangesRequested

    @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 Jun 16, 2022
    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jun 16, 2022
    @qingquanzhao
    Copy link
    Member Author

    Hi, Sorry for the inconvenience. I added two commits: the first one is just a full copy of the existing 2021-09-01-preview version, the second is the change of 2022-05-01-preview based on previous version.
    You can see the update in the last commit. Also, I removed the "ARMChangesRequested" tag as you indicated.

    Thanks

    @ArcturusZhang ArcturusZhang added Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go Approved-SdkBreakingChange-Go-V2 labels Jun 17, 2022
    @zizw123 zizw123 added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Jun 17, 2022
    @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 Jun 17, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go Approved-SdkBreakingChange-Go-V2 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

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    5 participants