Skip to content

Add Grafana integrations#20072

Merged
akning-ms merged 1 commit intoAzure:mainfrom
weng5e:5e/dashboard-integration-0802
Aug 3, 2022
Merged

Add Grafana integrations#20072
akning-ms merged 1 commit intoAzure:mainfrom
weng5e:5e/dashboard-integration-0802

Conversation

@weng5e
Copy link
Member

@weng5e weng5e commented Aug 2, 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
    • [ X ] 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, @weng5e 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 Aug 2, 2022

    Swagger Validation Report

    ️❌BreakingChange: 3 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.9.6)] new version base version
    grafana.json 2022-08-01(d83c55a) 2022-08-01(main)
    Rule Message
    1041 - AddedPropertyInResponse The new version has a new property 'grafanaIntegrations' in response that was not found in the old version.
    New: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L746:7
    Old: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L746:7
    1045 - AddedOptionalProperty The new version has a new optional property 'grafanaIntegrations' that was not found in the old version.
    New: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L746:7
    Old: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L746:7
    1045 - AddedOptionalProperty The new version has a new optional property 'grafanaIntegrations' that was not found in the old version.
    New: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L826:7
    Old: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L823:7
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⌛CredScan pending [Detail]
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    compared tags (via openapi-validator v1.13.0) new version base version
    package-2022-08-01 package-2022-08-01(d83c55a) package-2022-08-01(main)

    The following errors/warnings are introduced by current PR:

    Rule Message
    ⚠️ R4021 - DescriptionAndTitleMissing 'azureMonitorWorkspaceIntegrations' 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/stable/2022-08-01/grafana.json#L945


    The following errors/warnings exist before current PR submission:

    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/stable/2022-08-01/grafana.json#L416
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L695
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L817
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'Grafana_Update' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L253
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateEndpointConnections' with immediate parent 'ManagedGrafana', must have a list by immediate parent operation.
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L964
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateLinkResources' with immediate parent 'ManagedGrafana', must have a list by immediate parent operation.
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L1026
    ⚠️ R4000 - ParameterDescriptionRequired 'requestBodyParameters' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/stable/2022-08-01/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/stable/2022-08-01/grafana.json#L278
    ⚠️ R4000 - ParameterDescriptionRequired 'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L439
    ⚠️ R4000 - ParameterDescriptionRequired 'privateLinkResourceName' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Dashboard/stable/2022-08-01/grafana.json#L641
    ⚠️ 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/stable/2022-08-01/grafana.json#L729
    ⚠️ 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/stable/2022-08-01/grafana.json#L732
    ⚠️ 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/stable/2022-08-01/grafana.json#L738
    ⚠️ 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/stable/2022-08-01/grafana.json#L848
    ⚠️ 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/stable/2022-08-01/grafana.json#L867
    ⚠️ 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/stable/2022-08-01/grafana.json#L873
    ⚠️ 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/stable/2022-08-01/grafana.json#L878
    ⚠️ 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/stable/2022-08-01/grafana.json#L890
    ⚠️ 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/stable/2022-08-01/grafana.json#L902
    ️️✔️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.
    ️⌛PoliCheck pending [Detail]
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    • The following tags are being changed in this PR
      • "https://github.com/Azure/azure-rest-api-specs/blob/d83c55aec572f679c39e21725a1a37204dc7ad72/specification/dashboard/resource-manager/readme.md#tag-package-2022-08-01">dashboard/resource-manager/readme.md#package-2022-08-01
    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 2, 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 - 1.0.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-net-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 02ed6d4. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      warn	File azure-sdk-for-net_tmp/initOutput.json not found to read
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
    • ️✔️Azure.ResourceManager.Dashboard [View full logs]  [Release SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 02ed6d4. 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]  config 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 grafana_integrations
      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 02ed6d4. 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] - Type of `SystemData.LastModifiedByType` has been changed from `*LastModifiedByType` to `*CreatedByType`
      info	[Changelog] - Type of `ManagedGrafana.Identity` has been changed from `*ManagedIdentity` to `*ManagedServiceIdentity`
      info	[Changelog] - Type of `ManagedGrafanaUpdateParameters.Identity` has been changed from `*ManagedIdentity` to `*ManagedServiceIdentity`
      info	[Changelog] - Type of `OperationListResult.Value` has been changed from `[]*OperationResult` to `[]*Operation`
      info	[Changelog] - Const `IdentityTypeNone` has been removed
      info	[Changelog] - Const `LastModifiedByTypeKey` has been removed
      info	[Changelog] - Const `LastModifiedByTypeManagedIdentity` has been removed
      info	[Changelog] - Const `LastModifiedByTypeApplication` has been removed
      info	[Changelog] - Const `LastModifiedByTypeUser` has been removed
      info	[Changelog] - Const `IdentityTypeSystemAssigned` has been removed
      info	[Changelog] - Function `PossibleIdentityTypeValues` has been removed
      info	[Changelog] - Function `PossibleLastModifiedByTypeValues` has been removed
      info	[Changelog] - Struct `ManagedIdentity` has been removed
      info	[Changelog] - Struct `OperationResult` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `APIKeyDisabled`
      info	[Changelog] - New const `PrivateEndpointConnectionProvisioningStateFailed`
      info	[Changelog] - New const `APIKeyEnabled`
      info	[Changelog] - New const `PrivateEndpointConnectionProvisioningStateCreating`
      info	[Changelog] - New const `ManagedServiceIdentityTypeUserAssigned`
      info	[Changelog] - New const `DeterministicOutboundIPDisabled`
      info	[Changelog] - New const `PrivateEndpointServiceConnectionStatusPending`
      info	[Changelog] - New const `PrivateEndpointConnectionProvisioningStateSucceeded`
      info	[Changelog] - New const `DeterministicOutboundIPEnabled`
      info	[Changelog] - New const `PublicNetworkAccessDisabled`
      info	[Changelog] - New const `ManagedServiceIdentityTypeNone`
      info	[Changelog] - New const `ManagedServiceIdentityTypeSystemAssignedUserAssigned`
      info	[Changelog] - New const `PrivateEndpointConnectionProvisioningStateDeleting`
      info	[Changelog] - New const `ManagedServiceIdentityTypeSystemAssigned`
      info	[Changelog] - New const `PrivateEndpointServiceConnectionStatusApproved`
      info	[Changelog] - New const `PrivateEndpointServiceConnectionStatusRejected`
      info	[Changelog] - New const `PublicNetworkAccessEnabled`
      info	[Changelog] - New function `PossibleAPIKeyValues() []APIKey`
      info	[Changelog] - New function `NewPrivateEndpointConnectionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrivateEndpointConnectionsClient, error)`
      info	[Changelog] - New function `NewPrivateLinkResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrivateLinkResourcesClient, error)`
      info	[Changelog] - New function `*PrivateLinkResourcesClient.NewListPager(string, string, *PrivateLinkResourcesClientListOptions) *runtime.Pager[PrivateLinkResourcesClientListResponse]`
      info	[Changelog] - New function `*PrivateEndpointConnectionsClient.Get(context.Context, string, string, string, *PrivateEndpointConnectionsClientGetOptions) (PrivateEndpointConnectionsClientGetResponse, error)`
      info	[Changelog] - New function `PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType`
      info	[Changelog] - New function `*PrivateEndpointConnectionsClient.BeginApprove(context.Context, string, string, string, PrivateEndpointConnection, *PrivateEndpointConnectionsClientBeginApproveOptions) (*runtime.Poller[PrivateEndpointConnectionsClientApproveResponse], error)`
      info	[Changelog] - New function `PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus`
      info	[Changelog] - New function `PossiblePublicNetworkAccessValues() []PublicNetworkAccess`
      info	[Changelog] - New function `*PrivateLinkResourcesClient.Get(context.Context, string, string, string, *PrivateLinkResourcesClientGetOptions) (PrivateLinkResourcesClientGetResponse, error)`
      info	[Changelog] - New function `PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState`
      info	[Changelog] - New function `PossibleDeterministicOutboundIPValues() []DeterministicOutboundIP`
      info	[Changelog] - New function `*PrivateEndpointConnectionsClient.BeginDelete(context.Context, string, string, string, *PrivateEndpointConnectionsClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionsClientDeleteResponse], error)`
      info	[Changelog] - New function `*PrivateEndpointConnectionsClient.NewListPager(string, string, *PrivateEndpointConnectionsClientListOptions) *runtime.Pager[PrivateEndpointConnectionsClientListResponse]`
      info	[Changelog] - New struct `AzureMonitorWorkspaceIntegration`
      info	[Changelog] - New struct `GrafanaIntegrations`
      info	[Changelog] - New struct `ManagedGrafanaPropertiesUpdateParameters`
      info	[Changelog] - New struct `ManagedServiceIdentity`
      info	[Changelog] - New struct `Operation`
      info	[Changelog] - New struct `PrivateEndpoint`
      info	[Changelog] - New struct `PrivateEndpointConnection`
      info	[Changelog] - New struct `PrivateEndpointConnectionListResult`
      info	[Changelog] - New struct `PrivateEndpointConnectionProperties`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClient`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientApproveResponse`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientBeginApproveOptions`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientBeginDeleteOptions`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientDeleteResponse`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientGetOptions`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientGetResponse`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientListOptions`
      info	[Changelog] - New struct `PrivateEndpointConnectionsClientListResponse`
      info	[Changelog] - New struct `PrivateLinkResource`
      info	[Changelog] - New struct `PrivateLinkResourceListResult`
      info	[Changelog] - New struct `PrivateLinkResourceProperties`
      info	[Changelog] - New struct `PrivateLinkResourcesClient`
      info	[Changelog] - New struct `PrivateLinkResourcesClientGetOptions`
      info	[Changelog] - New struct `PrivateLinkResourcesClientGetResponse`
      info	[Changelog] - New struct `PrivateLinkResourcesClientListOptions`
      info	[Changelog] - New struct `PrivateLinkResourcesClientListResponse`
      info	[Changelog] - New struct `PrivateLinkServiceConnectionState`
      info	[Changelog] - New struct `Resource`
      info	[Changelog] - New field `Properties` in struct `ManagedGrafanaUpdateParameters`
      info	[Changelog] - New field `APIKey` in struct `ManagedGrafanaProperties`
      info	[Changelog] - New field `DeterministicOutboundIP` in struct `ManagedGrafanaProperties`
      info	[Changelog] - New field `PublicNetworkAccess` in struct `ManagedGrafanaProperties`
      info	[Changelog] - New field `PrivateEndpointConnections` in struct `ManagedGrafanaProperties`
      info	[Changelog] - New field `GrafanaIntegrations` in struct `ManagedGrafanaProperties`
      info	[Changelog] - New field `OutboundIPs` in struct `ManagedGrafanaProperties`
      info	[Changelog]
      info	[Changelog] Total 16 breaking change(s), 89 additive change(s).
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 02ed6d4. 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 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 02ed6d4. 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-dashboard [View full logs]  [Release SDK Changes]
      info	[Changelog]
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 02ed6d4. 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-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 2, 2022

    Generated ApiView

    Language Package Name ApiView Link
    Python track2_azure-mgmt-dashboard https://apiview.dev/Assemblies/Review/435218c215fc454184a63f4eefed69dc
    Java azure-resourcemanager-dashboard https://apiview.dev/Assemblies/Review/e1deb3c179d7445387194bbb61cf5a83
    .Net Azure.ResourceManager.Dashboard https://apiview.dev/Assemblies/Review/fc8b5c4bdb83497ab0d25373e5f447cd
    JavaScript @azure/arm-dashboard https://apiview.dev/Assemblies/Review/37195269f4ae4763bc7864b6c1da21e4

    @openapi-workflow-bot
    Copy link

    NewApiVersionRequired reason:

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

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

    @akning-ms
    Copy link
    Contributor

    According to @qingquanzhao , Service will official GA on 23 Aug. not any CLI/SDK released. so I approved and merged this change

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 CI-BreakingChange-Go resource-manager

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants