Skip to content

Conversation

@navba-MSFT
Copy link
Contributor

@navba-MSFT navba-MSFT commented Aug 24, 2022

Workspaces eTag is an invalid name, should be renamed to etag.

The previous PR #18447 did that for stable versions only.
This PR will fix it for preview versions too.

fixes Azure/azure-cli#23618

More Info:
az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
the response shouldn't contain "eTag" property, but only "etag"

The fact its a fix which will make sure the preview version is aligned to previous stable version.
This issue is addressed that in stable versions already. Since it is not allowed to use preview versions in stable releases of CLI and Powershell, by standard that preview version should be deprecated once the new stable one is to be released.

So this PR is only for the preview version 2021-12-01-preview and not 2021-06-01 (stable) because the Azure CLi is using this preview feature.

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

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No refresh required for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following appy to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.

Please follow the link to find more details on PR review process.

Workspaces eTag is an invalid name, should be renamed to etag.

The previous PR #18447 did that for stable versions only. 
This PR will fix it for preview versions too.

fixes Azure/azure-cli#23618

More Info:
az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
the response shouldn't contain "eTag" property, but only "etag"
@openapi-workflow-bot
Copy link

Hi, @navba-MSFT 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 24, 2022

    Swagger Validation Report

    ️❌BreakingChange: 3 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.10.1)] new version base version
    Workspaces.json 2021-12-01-preview(6e69f65) 2021-12-01-preview(main)
    Rule Message
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'eTag' renamed or removed?
    New: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    1041 - AddedPropertyInResponse The new version has a new property 'etag' in response that was not found in the old version.
    New: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    1045 - AddedOptionalProperty The new version has a new optional property 'etag' that was not found in the old version.
    New: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v1.13.0) new version base version
    package-2022-02 package-2022-02(6e69f65) package-2022-02(main)

    The following errors/warnings exist before current PR submission:

    Rule Message
    R4037 - MissingTypeObject The schema 'WorkspaceSku' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L402
    R4037 - MissingTypeObject The schema 'WorkspaceCapping' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L451
    R4037 - MissingTypeObject The schema 'WorkspaceProperties' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L509
    R4037 - MissingTypeObject The schema 'WorkspaceFeatures' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L592
    R4037 - MissingTypeObject The schema 'PrivateLinkScopedResource' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L623
    R4037 - MissingTypeObject The schema 'Workspace' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L636
    R4037 - MissingTypeObject The schema 'WorkspacePatch' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L659
    R4037 - MissingTypeObject The schema 'WorkspaceListResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L686
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: force
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L203
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: forceCmkForQuery
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L566
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableDataExport
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L594
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: immediatePurgeDataOn30Days
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L599
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableLogAccessUsingOnlyResourcePermissions
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L604
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: disableLocalAuth
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L614
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: WorkspacesSubscriptionList
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L324
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: WorkspacesGet
    Location: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L363
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/operationalinsights/resource-manager/readme.md
    tag: specification/operationalinsights/resource-manager/readme.md#tag-package-2022-10
    ️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
    ️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]

    API Test is not triggered due to precheck failure. Check pipeline log for details.

    ️❌ModelValidation: 2 Errors, 0 Warnings failed [Detail]
    Rule Message
    LRO_RESPONSE_HEADER Long running operation should return location or azure-AsyncOperation in header but not provided
    Url: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L210:22
    ExampleUrl: preview/2021-12-01-preview/examples/WorkspacesDelete.json
    MISSING_RESOURCE_ID id is required to return in response of GET/PUT resource calls but not being provided
    Url: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L636:18
    ExampleUrl: preview/2021-12-01-preview/examples/WorkspacesGet.json#L10:15
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️️✔️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.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 24, 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 - armoperationalinsights - Approved - 2.0.0-beta.3
    +	Field `ETag` of struct `Workspace` has been removed
    azure-sdk-for-python-track2 - track2_azure-mgmt-loganalytics - 13.0.0b5
    +	Model Table no longer has parameter is_troubleshoot_enabled
    +	Model Table no longer has parameter is_troubleshooting_allowed
    +	Model Table no longer has parameter last_troubleshoot_date
    +	Model Workspace no longer has parameter e_tag
    +	Removed operation TablesOperations.create
    +	Renamed operation TablesOperations.update to TablesOperations.begin_update
    azure-sdk-for-js - @azure/arm-operationalinsights - 9.0.0
    +	Class OperationalInsightsManagementClient no longer has parameter schema
    +	Removed operation Tables.create
    +	Removed operation Tables.update
    +	Removed operation group Schema
    azure-sdk-for-go - sdk/resourcemanager/operationalinsights/armoperationalinsights - Approved - 2.0.0
    +	Function `*TablesClient.Update` has been removed
    +	Struct `TablesClientUpdateOptions` has been removed
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. 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=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/operationalinsights/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
      cmderr	[Autorest] FATAL: System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'IdentityType' and different values: user,application,managedIdentity,key vs. SystemAssigned,UserAssigned,None
      cmderr	[Autorest]    at AutoRest.Modeler.ObjectBuilder.BuildServiceType(String serviceTypeName, Boolean required) in /opt/vsts/work/1/s/src/ObjectBuilder.cs:line 150
      cmderr	[Autorest]    at AutoRest.Modeler.SchemaBuilder.ParentBuildServiceType(String serviceTypeName, Boolean required) in /opt/vsts/work/1/s/src/SchemaBuilder.cs:line 217
      cmderr	[Autorest]    at AutoRest.Modeler.SchemaBuilder.BuildServiceType(String serviceTypeName, Boolean required) in /opt/vsts/work/1/s/src/SchemaBuilder.cs:line 48
      cmderr	[Autorest]    at AutoRest.Modeler.SchemaBuilder.BuildServiceType(String serviceTypeName, Boolean required) in /opt/vsts/work/1/s/src/SchemaBuilder.cs:line 133
      cmderr	[Autorest]    at AutoRest.Modeler.SchemaBuilder.BuildServiceType(String serviceTypeName, Boolean required) in /opt/vsts/work/1/s/src/SchemaBuilder.cs:line 133
      cmderr	[Autorest]    at AutoRest.Modeler.SwaggerModeler.BuildCompositeTypes() in /opt/vsts/work/1/s/src/SwaggerModeler.cs:line 348
      cmderr	[Autorest]    at AutoRest.Modeler.SwaggerModeler.Build(ServiceDefinition serviceDefinition) in /opt/vsts/work/1/s/src/SwaggerModeler.cs:line 66
      cmderr	[Autorest]    at AutoRest.Modeler.Program.<ProcessInternal>d2.MoveNext() in /opt/vsts/work/1/s/src/Program.cs:line 60
      cmderr	[Autorest] --- End of stack trace from previous location where exception was thrown ---
      cmderr	[Autorest]    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      cmderr	[Autorest]    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      cmderr	[Autorest]    at NewPlugin.<Process>d15.MoveNext()
      cmderr	[Autorest] FATAL: csharp/imodeler1 - FAILED
      cmderr	[Autorest] FATAL: Error: Plugin imodeler1 reported failure.
      cmderr	[Autorest]   Error: Plugin imodeler1 reported failure.
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: autorest
      warn	Skip package processing as generation is failed
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️sdk/resourcemanager/operationalinsights/armoperationalinsights [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New const `TableTypeEnumCustomLog`
      info	[Changelog] - New const `CreatedByTypeApplication`
      info	[Changelog] - New const `TableSubTypeEnumDataCollectionRuleBased`
      info	[Changelog] - New const `TotalRetentionInDaysAsDefaultTrue`
      info	[Changelog] - New const `ColumnTypeEnumDynamic`
      info	[Changelog] - New const `ColumnDataTypeHintEnumGUID`
      info	[Changelog] - New type alias `ColumnDataTypeHintEnum`
      info	[Changelog] - New type alias `RetentionInDaysAsDefault`
      info	[Changelog] - New type alias `ProvisioningStateEnum`
      info	[Changelog] - New type alias `TablePlanEnum`
      info	[Changelog] - New type alias `SourceEnum`
      info	[Changelog] - New type alias `ColumnTypeEnum`
      info	[Changelog] - New type alias `TableSubTypeEnum`
      info	[Changelog] - New type alias `TotalRetentionInDaysAsDefault`
      info	[Changelog] - New type alias `TableTypeEnum`
      info	[Changelog] - New type alias `CreatedByType`
      info	[Changelog] - New function `*TablesClient.CancelSearch(context.Context, string, string, string, *TablesClientCancelSearchOptions) (TablesClientCancelSearchResponse, error)`
      info	[Changelog] - New function `*QueriesClient.Put(context.Context, string, string, string, LogAnalyticsQueryPackQuery, *QueriesClientPutOptions) (QueriesClientPutResponse, error)`
      info	[Changelog] - New function `PossibleTableTypeEnumValues() []TableTypeEnum`
      info	[Changelog] - New function `PossibleCreatedByTypeValues() []CreatedByType`
      info	[Changelog] - New function `*QueryPacksClient.Get(context.Context, string, string, *QueryPacksClientGetOptions) (QueryPacksClientGetResponse, error)`
      info	[Changelog] - New function `*QueryPacksClient.NewListPager(*QueryPacksClientListOptions) *runtime.Pager[QueryPacksClientListResponse]`
      info	[Changelog] - New function `*QueryPacksClient.CreateOrUpdateWithoutName(context.Context, string, LogAnalyticsQueryPack, *QueryPacksClientCreateOrUpdateWithoutNameOptions) (QueryPacksClientCreateOrUpdateWithoutNameResponse, error)`
      info	[Changelog] - New function `*TablesClient.BeginUpdate(context.Context, string, string, string, Table, *TablesClientBeginUpdateOptions) (*runtime.Poller[TablesClientUpdateResponse], error)`
      info	[Changelog] - New function `PossibleColumnTypeEnumValues() []ColumnTypeEnum`
      info	[Changelog] - New function `PossibleColumnDataTypeHintEnumValues() []ColumnDataTypeHintEnum`
      info	[Changelog] - New function `*TablesClient.BeginDelete(context.Context, string, string, string, *TablesClientBeginDeleteOptions) (*runtime.Poller[TablesClientDeleteResponse], error)`
      info	[Changelog] - New function `*QueryPacksClient.UpdateTags(context.Context, string, string, TagsResource, *QueryPacksClientUpdateTagsOptions) (QueryPacksClientUpdateTagsResponse, error)`
      info	[Changelog] - New function `*QueryPacksClient.NewListByResourceGroupPager(string, *QueryPacksClientListByResourceGroupOptions) *runtime.Pager[QueryPacksClientListByResourceGroupResponse]`
      info	[Changelog] - New function `*QueriesClient.Get(context.Context, string, string, string, *QueriesClientGetOptions) (QueriesClientGetResponse, error)`
      info	[Changelog] - New function `PossibleSourceEnumValues() []SourceEnum`
      info	[Changelog] - New function `*QueriesClient.Update(context.Context, string, string, string, LogAnalyticsQueryPackQuery, *QueriesClientUpdateOptions) (QueriesClientUpdateResponse, error)`
      info	[Changelog] - New function `*QueryPacksClient.CreateOrUpdate(context.Context, string, string, LogAnalyticsQueryPack, *QueryPacksClientCreateOrUpdateOptions) (QueryPacksClientCreateOrUpdateResponse, error)`
      info	[Changelog] - New function `PossibleTableSubTypeEnumValues() []TableSubTypeEnum`
      info	[Changelog] - New function `*TablesClient.Migrate(context.Context, string, string, string, *TablesClientMigrateOptions) (TablesClientMigrateResponse, error)`
      info	[Changelog] - New function `PossibleTotalRetentionInDaysAsDefaultValues() []TotalRetentionInDaysAsDefault`
      info	[Changelog] - New function `*QueryPacksClient.Delete(context.Context, string, string, *QueryPacksClientDeleteOptions) (QueryPacksClientDeleteResponse, error)`
      info	[Changelog] - New function `PossibleProvisioningStateEnumValues() []ProvisioningStateEnum`
      info	[Changelog] - New function `PossibleTablePlanEnumValues() []TablePlanEnum`
      info	[Changelog] - New function `*TablesClient.BeginCreateOrUpdate(context.Context, string, string, string, Table, *TablesClientBeginCreateOrUpdateOptions) (*runtime.Poller[TablesClientCreateOrUpdateResponse], error)`
      info	[Changelog] - New function `*QueriesClient.NewListPager(string, string, *QueriesClientListOptions) *runtime.Pager[QueriesClientListResponse]`
      info	[Changelog] - New function `NewQueryPacksClient(string, azcore.TokenCredential, *arm.ClientOptions) (*QueryPacksClient, error)`
      info	[Changelog] - New function `*QueriesClient.Delete(context.Context, string, string, string, *QueriesClientDeleteOptions) (QueriesClientDeleteResponse, error)`
      info	[Changelog] - New function `*QueriesClient.NewSearchPager(string, string, LogAnalyticsQueryPackQuerySearchProperties, *QueriesClientSearchOptions) *runtime.Pager[QueriesClientSearchResponse]`
      info	[Changelog] - New function `PossibleRetentionInDaysAsDefaultValues() []RetentionInDaysAsDefault`
      info	[Changelog] - New function `NewQueriesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*QueriesClient, error)`
      info	[Changelog] - New struct `AzureResourceProperties`
      info	[Changelog] - New struct `Column`
      info	[Changelog] - New struct `LogAnalyticsQueryPack`
      info	[Changelog] - New struct `LogAnalyticsQueryPackListResult`
      info	[Changelog] - New struct `LogAnalyticsQueryPackProperties`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQuery`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQueryListResult`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQueryProperties`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQueryPropertiesRelated`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQuerySearchProperties`
      info	[Changelog] - New struct `LogAnalyticsQueryPackQuerySearchPropertiesRelated`
      info	[Changelog] - New struct `QueriesClient`
      info	[Changelog] - New struct `QueriesClientDeleteOptions`
      info	[Changelog] - New struct `QueriesClientDeleteResponse`
      info	[Changelog] - New struct `QueriesClientGetOptions`
      info	[Changelog] - New struct `QueriesClientGetResponse`
      info	[Changelog] - New struct `QueriesClientListOptions`
      info	[Changelog] - New struct `QueriesClientListResponse`
      info	[Changelog] - New struct `QueriesClientPutOptions`
      info	[Changelog] - New struct `QueriesClientPutResponse`
      info	[Changelog] - New struct `QueriesClientSearchOptions`
      info	[Changelog] - New struct `QueriesClientSearchResponse`
      info	[Changelog] - New struct `QueriesClientUpdateOptions`
      info	[Changelog] - New struct `QueriesClientUpdateResponse`
      info	[Changelog] - New struct `QueryPacksClient`
      info	[Changelog] - New struct `QueryPacksClientCreateOrUpdateOptions`
      info	[Changelog] - New struct `QueryPacksClientCreateOrUpdateResponse`
      info	[Changelog] - New struct `QueryPacksClientCreateOrUpdateWithoutNameOptions`
      info	[Changelog] - New struct `QueryPacksClientCreateOrUpdateWithoutNameResponse`
      info	[Changelog] - New struct `QueryPacksClientDeleteOptions`
      info	[Changelog] - New struct `QueryPacksClientDeleteResponse`
      info	[Changelog] - New struct `QueryPacksClientGetOptions`
      info	[Changelog] - New struct `QueryPacksClientGetResponse`
      info	[Changelog] - New struct `QueryPacksClientListByResourceGroupOptions`
      info	[Changelog] - New struct `QueryPacksClientListByResourceGroupResponse`
      info	[Changelog] - New struct `QueryPacksClientListOptions`
      info	[Changelog] - New struct `QueryPacksClientListResponse`
      info	[Changelog] - New struct `QueryPacksClientUpdateTagsOptions`
      info	[Changelog] - New struct `QueryPacksClientUpdateTagsResponse`
      info	[Changelog] - New struct `QueryPacksResource`
      info	[Changelog] - New struct `RestoredLogs`
      info	[Changelog] - New struct `ResultStatistics`
      info	[Changelog] - New struct `Schema`
      info	[Changelog] - New struct `SearchResults`
      info	[Changelog] - New struct `SystemData`
      info	[Changelog] - New struct `SystemDataAutoGenerated`
      info	[Changelog] - New struct `TablesClientBeginCreateOrUpdateOptions`
      info	[Changelog] - New struct `TablesClientBeginDeleteOptions`
      info	[Changelog] - New struct `TablesClientBeginUpdateOptions`
      info	[Changelog] - New struct `TablesClientCancelSearchOptions`
      info	[Changelog] - New struct `TablesClientCancelSearchResponse`
      info	[Changelog] - New struct `TablesClientCreateOrUpdateResponse`
      info	[Changelog] - New struct `TablesClientDeleteResponse`
      info	[Changelog] - New struct `TablesClientMigrateOptions`
      info	[Changelog] - New struct `TablesClientMigrateResponse`
      info	[Changelog] - New struct `TagsResource`
      info	[Changelog] - New field `ResultStatistics` in struct `TableProperties`
      info	[Changelog] - New field `Schema` in struct `TableProperties`
      info	[Changelog] - New field `RetentionInDaysAsDefault` in struct `TableProperties`
      info	[Changelog] - New field `Plan` in struct `TableProperties`
      info	[Changelog] - New field `RestoredLogs` in struct `TableProperties`
      info	[Changelog] - New field `TotalRetentionInDays` in struct `TableProperties`
      info	[Changelog] - New field `ArchiveRetentionInDays` in struct `TableProperties`
      info	[Changelog] - New field `ProvisioningState` in struct `TableProperties`
      info	[Changelog] - New field `TotalRetentionInDaysAsDefault` in struct `TableProperties`
      info	[Changelog] - New field `LastPlanModifiedDate` in struct `TableProperties`
      info	[Changelog] - New field `SearchResults` in struct `TableProperties`
      info	[Changelog] - New field `Identity` in struct `WorkspacePatch`
      info	[Changelog] - New field `DefaultDataCollectionRuleResourceID` in struct `WorkspaceProperties`
      info	[Changelog] - New field `SystemData` in struct `Table`
      info	[Changelog] - New field `SystemData` in struct `Workspace`
      info	[Changelog] - New field `Identity` in struct `Workspace`
      info	[Changelog]
      info	[Changelog] Total 3 breaking change(s), 196 additive change(s).
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. 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.15.0 -> 8.19.2
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.2>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.19.2` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-loganalytics [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation TablesOperations.begin_create_or_update
      info	[Changelog]   - Added operation TablesOperations.begin_delete
      info	[Changelog]   - Added operation TablesOperations.cancel_search
      info	[Changelog]   - Added operation TablesOperations.migrate
      info	[Changelog]   - Added operation group QueriesOperations
      info	[Changelog]   - Added operation group QueryPacksOperations
      info	[Changelog]   - Model Table has a new parameter archive_retention_in_days
      info	[Changelog]   - Model Table has a new parameter last_plan_modified_date
      info	[Changelog]   - Model Table has a new parameter plan
      info	[Changelog]   - Model Table has a new parameter provisioning_state
      info	[Changelog]   - Model Table has a new parameter restored_logs
      info	[Changelog]   - Model Table has a new parameter result_statistics
      info	[Changelog]   - Model Table has a new parameter retention_in_days_as_default
      info	[Changelog]   - Model Table has a new parameter schema
      info	[Changelog]   - Model Table has a new parameter search_results
      info	[Changelog]   - Model Table has a new parameter system_data
      info	[Changelog]   - Model Table has a new parameter total_retention_in_days
      info	[Changelog]   - Model Table has a new parameter total_retention_in_days_as_default
      info	[Changelog]   - Model Workspace has a new parameter default_data_collection_rule_resource_id
      info	[Changelog]   - Model Workspace has a new parameter etag
      info	[Changelog]   - Model Workspace has a new parameter identity
      info	[Changelog]   - Model Workspace has a new parameter system_data
      info	[Changelog]   - Model WorkspacePatch has a new parameter default_data_collection_rule_resource_id
      info	[Changelog]   - Model WorkspacePatch has a new parameter identity
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model Table no longer has parameter is_troubleshoot_enabled
      info	[Changelog]   - Model Table no longer has parameter is_troubleshooting_allowed
      info	[Changelog]   - Model Table no longer has parameter last_troubleshoot_date
      info	[Changelog]   - Model Workspace no longer has parameter e_tag
      info	[Changelog]   - Removed operation TablesOperations.create
      info	[Changelog]   - Renamed operation TablesOperations.update to TablesOperations.begin_update
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. 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-operationalinsights [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group Queries
      info	[Changelog]   - Added operation group QueryPacks
      info	[Changelog]   - Added operation group SchemaOperations
      info	[Changelog]   - Added operation Tables.beginCreateOrUpdate
      info	[Changelog]   - Added operation Tables.beginCreateOrUpdateAndWait
      info	[Changelog]   - Added operation Tables.beginDelete
      info	[Changelog]   - Added operation Tables.beginDeleteAndWait
      info	[Changelog]   - Added operation Tables.beginUpdate
      info	[Changelog]   - Added operation Tables.beginUpdateAndWait
      info	[Changelog]   - Added operation Tables.cancelSearch
      info	[Changelog]   - Added operation Tables.migrate
      info	[Changelog]   - Added Interface AzureEntityResource
      info	[Changelog]   - Added Interface AzureResourceProperties
      info	[Changelog]   - Added Interface Cluster
      info	[Changelog]   - Added Interface Column
      info	[Changelog]   - Added Interface DataExport
      info	[Changelog]   - Added Interface DataSource
      info	[Changelog]   - Added Interface LinkedService
      info	[Changelog]   - Added Interface LinkedStorageAccountsResource
      info	[Changelog]   - Added Interface LogAnalyticsQueryPack
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackListResult
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackQuery
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackQueryListResult
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackQueryPropertiesRelated
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackQuerySearchProperties
      info	[Changelog]   - Added Interface LogAnalyticsQueryPackQuerySearchPropertiesRelated
      info	[Changelog]   - Added Interface ProxyResource
      info	[Changelog]   - Added Interface QueriesDeleteOptionalParams
      info	[Changelog]   - Added Interface QueriesGetOptionalParams
      info	[Changelog]   - Added Interface QueriesListNextOptionalParams
      info	[Changelog]   - Added Interface QueriesListOptionalParams
      info	[Changelog]   - Added Interface QueriesPutOptionalParams
      info	[Changelog]   - Added Interface QueriesSearchNextOptionalParams
      info	[Changelog]   - Added Interface QueriesSearchOptionalParams
      info	[Changelog]   - Added Interface QueriesUpdateOptionalParams
      info	[Changelog]   - Added Interface QueryPacksCreateOrUpdateOptionalParams
      info	[Changelog]   - Added Interface QueryPacksCreateOrUpdateWithoutNameOptionalParams
      info	[Changelog]   - Added Interface QueryPacksDeleteOptionalParams
      info	[Changelog]   - Added Interface QueryPacksGetOptionalParams
      info	[Changelog]   - Added Interface QueryPacksListByResourceGroupNextOptionalParams
      info	[Changelog]   - Added Interface QueryPacksListByResourceGroupOptionalParams
      info	[Changelog]   - Added Interface QueryPacksListNextOptionalParams
      info	[Changelog]   - Added Interface QueryPacksListOptionalParams
      info	[Changelog]   - Added Interface QueryPacksResource
      info	[Changelog]   - Added Interface QueryPacksUpdateTagsOptionalParams
      info	[Changelog]   - Added Interface RestoredLogs
      info	[Changelog]   - Added Interface ResultStatistics
      info	[Changelog]   - Added Interface SavedSearch
      info	[Changelog]   - Added Interface Schema
      info	[Changelog]   - Added Interface SearchResults
      info	[Changelog]   - Added Interface StorageInsight
      info	[Changelog]   - Added Interface SystemData
      info	[Changelog]   - Added Interface SystemDataAutoGenerated
      info	[Changelog]   - Added Interface Table
      info	[Changelog]   - Added Interface TablesCancelSearchOptionalParams
      info	[Changelog]   - Added Interface TablesCreateOrUpdateOptionalParams
      info	[Changelog]   - Added Interface TablesDeleteOptionalParams
      info	[Changelog]   - Added Interface TablesMigrateOptionalParams
      info	[Changelog]   - Added Interface TagsResource
      info	[Changelog]   - Added Interface TrackedResource
      info	[Changelog]   - Added Interface Workspace
      info	[Changelog]   - Added Interface WorkspacePatch
      info	[Changelog]   - Added Type Alias ColumnDataTypeHintEnum
      info	[Changelog]   - Added Type Alias ColumnTypeEnum
      info	[Changelog]   - Added Type Alias CreatedByType
      info	[Changelog]   - Added Type Alias ProvisioningStateEnum
      info	[Changelog]   - Added Type Alias QueriesGetResponse
      info	[Changelog]   - Added Type Alias QueriesListNextResponse
      info	[Changelog]   - Added Type Alias QueriesListResponse
      info	[Changelog]   - Added Type Alias QueriesPutResponse
      info	[Changelog]   - Added Type Alias QueriesSearchNextResponse
      info	[Changelog]   - Added Type Alias QueriesSearchResponse
      info	[Changelog]   - Added Type Alias QueriesUpdateResponse
      info	[Changelog]   - Added Type Alias QueryPacksCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias QueryPacksCreateOrUpdateWithoutNameResponse
      info	[Changelog]   - Added Type Alias QueryPacksGetResponse
      info	[Changelog]   - Added Type Alias QueryPacksListByResourceGroupNextResponse
      info	[Changelog]   - Added Type Alias QueryPacksListByResourceGroupResponse
      info	[Changelog]   - Added Type Alias QueryPacksListNextResponse
      info	[Changelog]   - Added Type Alias QueryPacksListResponse
      info	[Changelog]   - Added Type Alias QueryPacksUpdateTagsResponse
      info	[Changelog]   - Added Type Alias RetentionInDaysAsDefault
      info	[Changelog]   - Added Type Alias SourceEnum
      info	[Changelog]   - Added Type Alias TablePlanEnum
      info	[Changelog]   - Added Type Alias TablesCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias TableSubTypeEnum
      info	[Changelog]   - Added Type Alias TableTypeEnum
      info	[Changelog]   - Added Type Alias TotalRetentionInDaysAsDefault
      info	[Changelog]   - Interface TablesUpdateOptionalParams has a new optional parameter resumeFrom
      info	[Changelog]   - Interface TablesUpdateOptionalParams has a new optional parameter updateIntervalInMs
      info	[Changelog]   - Class OperationalInsightsManagementClient has a new parameter queries
      info	[Changelog]   - Class OperationalInsightsManagementClient has a new parameter queryPacks
      info	[Changelog]   - Class OperationalInsightsManagementClient has a new parameter schemaOperations
      info	[Changelog]   - Added Enum KnownColumnDataTypeHintEnum
      info	[Changelog]   - Added Enum KnownColumnTypeEnum
      info	[Changelog]   - Added Enum KnownCreatedByType
      info	[Changelog]   - Added Enum KnownIdentityType
      info	[Changelog]   - Added Enum KnownProvisioningStateEnum
      info	[Changelog]   - Added Enum KnownRetentionInDaysAsDefault
      info	[Changelog]   - Added Enum KnownSourceEnum
      info	[Changelog]   - Added Enum KnownTablePlanEnum
      info	[Changelog]   - Added Enum KnownTableSubTypeEnum
      info	[Changelog]   - Added Enum KnownTableTypeEnum
      info	[Changelog]   - Added Enum KnownTotalRetentionInDaysAsDefault
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Removed operation group Schema
      info	[Changelog]   - Removed operation Tables.create
      info	[Changelog]   - Removed operation Tables.update
      info	[Changelog]   - Class OperationalInsightsManagementClient no longer has parameter schema
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. 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
      warn	No file changes detected after generation
      warn	Skip detect changed packages
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs] Generate from b47bbac24cb09236b61e96bcf7b4252c0627c14b. 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.operationalinsights [View full logs]  [Preview SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 24, 2022

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/operationalinsights/armoperationalinsights Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    Python track2_azure-mgmt-loganalytics Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    Java azure-resourcemanager-loganalytics Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.
    JavaScript @azure/arm-operationalinsights Create ApiView failed. Please ensure your github account in Azure/Microsoft is public and add a comment "/azp run" to re-trigger the CI.

    Workspaces eTag is an invalid name, should be renamed to etag.
    
    The previous PR #18447 did that for stable versions only.
    This PR will fix it for preview versions too.
    
    fixes Azure/azure-cli#23618
    
    More Info:
    az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
    the response shouldn't contain "eTag" property, but only "etag"
    @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.

    @openapi-workflow-bot
    Copy link

    Hi @navba-MSFT, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    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.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.
    Note: To avoid breaking change, you can refer to Shift Left Solution for detecting breaking change in early phase at your service code repository.

    @navba-MSFT
    Copy link
    Contributor Author

    @dulikvor Could you please review this PR once you get a chance ? Thanks in advance.

    @dulikvor
    Copy link
    Contributor

    @dulikvor Could you please review this PR once you get a chance ? Thanks in advance.

    Looking good and addressing the fact the preview version was not aligned to the previous stable version change, where eTag -> etag. so, it makes sense.

    @dabenhamMic
    Copy link
    Contributor

    PR looks good

    @navba-MSFT
    Copy link
    Contributor Author

    I have added he Service team on this issue Azure/azure-cli#23618 to look into this and take this forward since there are breaking changes in SDK.

    @ghost
    Copy link

    ghost commented Sep 18, 2022

    Hi, @navba-MSFT. 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 Sep 18, 2022
    @dabenhamMic
    Copy link
    Contributor

    @navba-MSFT any updates?

    @ghost ghost removed the no-recent-activity label Sep 19, 2022
    @navba-MSFT
    Copy link
    Contributor Author

    I have added he Service team on this issue Azure/azure-cli#23618 to look into this and take this forward since there are breaking changes in SDK.

    @dabenhamMic See this comment. It is pending on Service team and I have tagged them already in this issue Azure/azure-cli#23618

    @akning-ms
    Copy link
    Contributor

    @AzureRestAPISpecReview AzureRestAPISpecReview added BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required NewApiVersionRequired labels Oct 4, 2022
    @ghost
    Copy link

    ghost commented Oct 23, 2022

    Hi, @navba-MSFT. 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.

    @openapi-workflow-bot
    Copy link

    Hi @navba-MSFT, 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.

    @tadelesh tadelesh added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Oct 24, 2022
    @tadelesh
    Copy link
    Member

    The param is not changed compared with stable version. So approve for Go breaking change.

    @ghost
    Copy link

    ghost commented Nov 13, 2022

    Hi, @navba-MSFT. 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
    Copy link

    ghost commented Dec 4, 2022

    Hi, @navba-MSFT. 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 Dec 4, 2022
    @ghost ghost closed this Dec 19, 2022
    @ghost
    Copy link

    ghost commented Dec 19, 2022

    Hi, @navba-MSFT. 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

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    [OperationalInsights] Workspaces eTag is invalid name, should be renamed -> etag

    7 participants