Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Features/gilads/add prom back to public #17339

Closed
wants to merge 7 commits into from
Closed

Features/gilads/add prom back to public #17339

wants to merge 7 commits into from

Conversation

giladsu
Copy link
Contributor

@giladsu giladsu commented Jan 13, 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 langauge 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 apply to the PR so that label "WaitForARMFeedback" will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits.
  • 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.

markcowl and others added 4 commits August 21, 2019 19:39
* Added new Prometheus Rule Groups type

* Added list example

* Added missing brackets

* Added to readme

* Fixed readme

* Added delete example

* Added get example

* Added create example

* Added patch example

* Test

* Fixes

* Added missing brace

* Added rule group name

* Fixed

* Pretier

* Tool fix

* Update readme

* Another prettier fix

* More

* Added system data

* Removed referenced file

* Removed system data

* Added location to patch

* Added back systemdata

* Fixed systemdata

* Changes

* Fixed issue

* Added operations

* CR fixes

* Using common parameters

* Last CR fixes
@openapi-workflow-bot
Copy link

Hi, @giladsu 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. [email protected]

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 13, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 5 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: autoResolved
    Location: Microsoft.AlertsManagement/preview/2021-07-22-preview/PrometheusRuleGroups.json#L534
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: common-types/resource-management/v3/types.json#L368
    ⚠️ R4021 - DescriptionAndTitleMissing 'PrometheusRule' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.AlertsManagement/preview/2021-07-22-preview/PrometheusRuleGroups.json#L476
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: ListResourcePrometheusRuleGroups
    Location: Microsoft.AlertsManagement/preview/2021-07-22-preview/PrometheusRuleGroups.json#L104
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: DeletePrometheusRuleGroup
    Location: Microsoft.AlertsManagement/preview/2021-07-22-preview/PrometheusRuleGroups.json#L314
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/alertsmanagement/resource-manager/readme.md
    tag: specification/alertsmanagement/resource-manager/readme.md#tag-package-2021-08
    ️❌~[Staging] ApiReadinessCheck: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    API Readiness check failed. Please make sure your service is deployed. "code: InvalidResourceType,
    message: The resource type 'operations' could not be found in the namespace 'Microsoft.AlertsManagement' for api version '2021-07-22-preview'. The supported api-versions are '2017-11-15-privatepreview,
    2018-05-05-preview,
    2018-05-05,
    2019-05-05-preview'."
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️Cross-Version Breaking Changes: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ APIsBeingMovedToANewSpec "details":"Attention: There are some existing APIs currently documented in a new spec file. The validation may not be able to report breaking changes with these APIs. It is recommended not to rename swagger file or move public APIs to a new file when creating a new API version.The existing APIs being moved are:Operations_List;",
    "location":"https://github.com/Azure/azure-rest-api-specs/blob/ac8a4df35c24b954bf25cc84aa3f5550d4c657df/specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2021-07-22-preview/PrometheusRuleGroups.json"
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️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 Jan 13, 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-track2 - armalertsmanagement - 0.4.0
    +	Function `ErrorResponseBody.MarshalJSON` has been removed
    +	Function `ErrorResponseBodyAutoGenerated.MarshalJSON` has been removed
    +	Function `ErrorResponseBodyAutoGenerated2.MarshalJSON` has been removed
    +	Struct `ErrorResponseAutoGenerated2` has been removed
    +	Struct `ErrorResponseAutoGenerated` has been removed
    +	Struct `ErrorResponseBodyAutoGenerated2` has been removed
    +	Struct `ErrorResponseBodyAutoGenerated` has been removed
    +	Struct `ErrorResponseBody` has been removed
    +	Struct `ErrorResponse` has been removed
    +	Type of `AlertProperties.Context` has been changed from `map[string]interface{}` to `interface{}`
    +	Type of `AlertProperties.EgressConfig` has been changed from `map[string]interface{}` to `interface{}`
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-alertsmanagement - 1.0.0
    ️✔️azure-sdk-for-go - alertsmanagement/mgmt/2019-03-01/alertsmanagement - v61.3.0
    ️✔️azure-sdk-for-go - alertsmanagement/mgmt/2018-05-05/alertsmanagement - v61.3.0
    azure-sdk-for-go - preview/alertsmanagement/mgmt/2019-06-01-preview/alertsmanagement - v61.3.0
    +	Function `AlertsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `AlertsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `AlertsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `SmartGroupsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Function `SmartGroupsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Function `SmartGroupsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Type of `AlertsSummaryGroup.SmartGroupsCount` has been changed from `*int32` to `*int64`
    +	Type of `AlertsSummaryGroup.Total` has been changed from `*int32` to `*int64`
    +	Type of `AlertsSummaryGroupItem.Count` has been changed from `*int32` to `*int64`
    +	Type of `SmartGroupAggregatedProperty.Count` has been changed from `*int32` to `*int64`
    +	Type of `SmartGroupProperties.AlertsCount` has been changed from `*int32` to `*int64`
    azure-sdk-for-go - preview/alertsmanagement/mgmt/2019-05-05-preview/alertsmanagement - v61.3.0
    +	Function `AlertsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `AlertsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `AlertsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
    +	Function `SmartGroupsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Function `SmartGroupsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Function `SmartGroupsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
    +	Type of `AlertsSummaryGroup.SmartGroupsCount` has been changed from `*int32` to `*int64`
    +	Type of `AlertsSummaryGroup.Total` has been changed from `*int32` to `*int64`
    +	Type of `AlertsSummaryGroupItem.Count` has been changed from `*int32` to `*int64`
    +	Type of `SmartGroupAggregatedProperty.Count` has been changed from `*int32` to `*int64`
    +	Type of `SmartGroupProperties.AlertsCount` has been changed from `*int32` to `*int64`
    ️✔️azure-sdk-for-go - preview/alertsmanagement/mgmt/2018-05-05-preview/alertsmanagement - v61.3.0
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 5a89cc98849003835dbc5bce9d53c6a53afcda46. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-6.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/alertsmanagement/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • ️✔️Microsoft.Azure.Management.AlertsManagement [View full logs]  [Preview SDK Changes]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from 5a89cc98849003835dbc5bce9d53c6a53afcda46. 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]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.1.2 -> 8.3.2
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.3.2>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g [email protected]` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-alertsmanagement [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group AlertProcessingRulesOperations
      info	[Changelog]   - Model Condition has a new parameter field
      info	[Changelog]   - Model PatchObject has a new parameter enabled
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Model PatchObject no longer has parameter status
      info	[Changelog]   - Removed operation group ActionRulesOperations
      info	[Changelog]   - Removed operation group SmartDetectorAlertRulesOperations
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 5a89cc98849003835dbc5bce9d53c6a53afcda46. SDK Automation 14.0.0
      command	sh ./eng/initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️alertsmanagement/mgmt/2019-03-01/alertsmanagement [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New function `AlertRulePatchObject.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `SmartDetectorAlertRulesClient.PatchSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `SmartDetectorAlertRulesClient.PatchPreparer(context.Context, string, string, AlertRulePatchObject) (*http.Request, error)`
      info	[Changelog] - New function `SmartDetectorAlertRulesClient.PatchResponder(*http.Response) (AlertRule, error)`
      info	[Changelog] - New function `*AlertRulePatchObject.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `SmartDetectorAlertRulesClient.Patch(context.Context, string, string, AlertRulePatchObject) (AlertRule, error)`
      info	[Changelog] - New struct `AlertRulePatchObject`
      info	[Changelog] - New struct `AlertRulePatchProperties`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 10 additive change(s).
    • ️✔️alertsmanagement/mgmt/2018-05-05/alertsmanagement [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/alertsmanagement/mgmt/2019-06-01-preview/alertsmanagement [View full logs
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Function `AlertsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Function `SmartGroupsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Function `AlertsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Function `AlertsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Function `SmartGroupsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Function `SmartGroupsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Type of `SmartGroupProperties.AlertsCount` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `SmartGroupAggregatedProperty.Count` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `AlertsSummaryGroupItem.Count` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `AlertsSummaryGroup.Total` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `AlertsSummaryGroup.SmartGroupsCount` has been changed from `*int32` to `*int64`
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `Asc`
      info	[Changelog] - New const `Desc`
      info	[Changelog] - New function `PossibleSortOrderValues() []SortOrder`
      info	[Changelog]
      info	[Changelog] Total 10 breaking change(s), 3 additive change(s).
    • ️✔️preview/alertsmanagement/mgmt/2019-05-05-preview/alertsmanagement [View full logs
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Function `SmartGroupsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Function `AlertsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Function `SmartGroupsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Function `SmartGroupsClient.GetAll` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int32, SmartGroupsSortByFields, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, TimeRange, *int64, SmartGroupsSortByFields, SortOrder)`
      info	[Changelog] - Function `AlertsClient.GetAllPreparer` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Function `AlertsClient.GetAllComplete` parameter(s) have been changed from `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int32, AlertsSortByFields, string, string, TimeRange, string)` to `(context.Context, string, string, string, MonitorService, MonitorCondition, Severity, AlertState, string, string, *bool, *bool, *int64, AlertsSortByFields, SortOrder, string, TimeRange, string)`
      info	[Changelog] - Type of `AlertsSummaryGroupItem.Count` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `AlertsSummaryGroup.Total` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `AlertsSummaryGroup.SmartGroupsCount` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `SmartGroupProperties.AlertsCount` has been changed from `*int32` to `*int64`
      info	[Changelog] - Type of `SmartGroupAggregatedProperty.Count` has been changed from `*int32` to `*int64`
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `Desc`
      info	[Changelog] - New const `Asc`
      info	[Changelog] - New function `PossibleSortOrderValues() []SortOrder`
      info	[Changelog]
      info	[Changelog] Total 10 breaking change(s), 3 additive change(s).
    • ️✔️preview/alertsmanagement/mgmt/2018-05-05-preview/alertsmanagement [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 5a89cc98849003835dbc5bce9d53c6a53afcda46. 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
    • ️✔️armalertsmanagement [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Type of `AlertProperties.Context` has been changed from `map[string]interface{}` to `interface{}`
      info	[Changelog] - Type of `AlertProperties.EgressConfig` has been changed from `map[string]interface{}` to `interface{}`
      info	[Changelog] - Function `ErrorResponseBodyAutoGenerated.MarshalJSON` has been removed
      info	[Changelog] - Function `ErrorResponseBodyAutoGenerated2.MarshalJSON` has been removed
      info	[Changelog] - Function `ErrorResponseBody.MarshalJSON` has been removed
      info	[Changelog] - Struct `ErrorResponse` has been removed
      info	[Changelog] - Struct `ErrorResponseAutoGenerated` has been removed
      info	[Changelog] - Struct `ErrorResponseAutoGenerated2` has been removed
      info	[Changelog] - Struct `ErrorResponseBody` has been removed
      info	[Changelog] - Struct `ErrorResponseBodyAutoGenerated` has been removed
      info	[Changelog] - Struct `ErrorResponseBodyAutoGenerated2` has been removed
      info	[Changelog]
      info	[Changelog] Total 16 breaking change(s), 0 additive change(s).
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs] Generate from 5a89cc98849003835dbc5bce9d53c6a53afcda46. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh] WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • ️✔️alertsmanagement [View full logs]  [Preview Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @giladsu, 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, @giladsu your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board([email protected]).

    @giladsu
    Copy link
    Contributor Author

    giladsu commented Jan 13, 2022

    Hello - a few notes about this PR:

    1. This change was already reviewed by ARM when it was originally added to the public repo in this PR. It was moved out of the public repo to the private repo for a small amount of time, and we are now ready to remerge it to the public repo.

    2. The swagger is the same except for a few description updates and small changes needed to pass validation tools.

    A couple questions:

    1. We would like to block documentation from being auto-generated and published for now (since this is still limited preview). Can you please advise on how to do this?

    2. This api-version is also found in the private repo - does it need to be removed or does a different api-version need to be used in the public repo? Or is it OK as is?

    "required": [
    "scopes",
    "rules"
    ],
    Copy link
    Contributor Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    @yairgil @yanivlavi @NoamDishon - is there anything else that we should mark as required on the swagger level? maybe expression?

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Expression is the only other field that is mandatory, so yes.

    Copy link
    Contributor

    @j5lim j5lim left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    This is to merge an already approved PR. Approved from ARM side.

    @j5lim j5lim added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 19, 2022
    @giladsu
    Copy link
    Contributor Author

    giladsu commented Jan 19, 2022

    @j5lim - thank you for the signoff.

    Can you advise on what can be done to prevent documentation to be autogenerated?
    Also, just to make sure - it is OK that the same api version exists in the private repo?

    @j5lim
    Copy link
    Contributor

    j5lim commented Jan 19, 2022

    @j5lim - thank you for the signoff.

    Can you advise on what can be done to prevent documentation to be autogenerated? Also, just to make sure - it is OK that the same api version exists in the private repo?

    I think those questions more related to SDK. The SDK team should be able to help.

    @weidongxu-microsoft
    Copy link
    Member

    @giladsu

    What do you mean to prevent documentation to be autogenerated? AFAIK msdoc on new api-version need to be configured/updated, so no automation on that part.

    But I wonder why you want to have your API not documented.

    Copy link
    Member

    @weidongxu-microsoft weidongxu-microsoft left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    I can merge when your service is ready.

    @giladsu
    Copy link
    Contributor Author

    giladsu commented Jan 20, 2022

    Thanks @weidongxu-microsoft - we are currently only in private preview for 1P so the PMs requested that no public documentation will be generated for this resource type for now.

    Initially we planned to be in private repo in order to prevent this, but since we are integrating with Azure Service Operator it needs to be in the public repo. I will forward you a thread with some more details.

    @weidongxu-microsoft weidongxu-microsoft added the Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates label Jan 23, 2022
    @ghost
    Copy link

    ghost commented Feb 13, 2022

    Hi, @giladsu. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

    @ghost ghost added the no-recent-activity label Feb 13, 2022
    @ghost ghost closed this Feb 28, 2022
    @ghost
    Copy link

    ghost commented Feb 28, 2022

    Hi, @giladsu. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee.

    This pull request was closed.
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go-V2
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    5 participants