azure-rest-api-specs
azure-rest-api-specs copied to clipboard
OperationalInsights: 2022-10-01 stable version.
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:
- What's the purpose of the update?
- [ ] new service onboarding
- [x] new API version
- [ ] update existing version for new feature
- [ ] update existing version to fix swagger quality issue in s360
- [ ] Other, please clarify
- 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.
- When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
- 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
- [x] PowerShell
- [x] CLI
- [ ] Terraform
- [ ] No refresh required for updates in this PR
Contribution checklist:
- [x] I commit to follow the Breaking Change Policy of "no breaking changes"
- [x] I have reviewed the documentation for the workflow.
- [x] Validation tools were run on swagger spec(s) and errors have all been fixed in this PR. How to fix?
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Applicability: :warning:
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:
-
[x] 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.
-
[x] 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
- [x] 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.
Hi, @dulikvor Thanks for your PR. I am workflow bot for review process. Here are some small tips.
Swagger Validation Report
️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️❌Breaking Change(Cross-Version): 7 Errors, 11 Warnings failed [Detail]
| compared swaggers (via Oad v0.9.7)] | new version | base version |
|---|---|---|
| Operations.json | 2022-10-01(e82db5e) | 2020-10-01(main) |
| Operations.json | 2022-10-01(e82db5e) | 2021-12-01-preview(main) |
| Tables.json | 2022-10-01(e82db5e) | 2020-10-01(main) |
| Tables.json | 2022-10-01(e82db5e) | 2021-12-01-preview(main) |
| Workspaces.json | 2022-10-01(e82db5e) | 2021-06-01(main) |
| Workspaces.json | 2022-10-01(e82db5e) | 2021-12-01-preview(main) |
The following breaking changes are detected by comparison with the latest stable version:
The following breaking changes are detected by comparison with the latest preview version:
| Rule | Message |
|---|---|
| :warning: 1005 - RemovedPath | The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables' removed or restructured? Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json#L37:5 |
| :warning: 1005 - RemovedPath | The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}' removed or restructured? Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json#L82:5 |
| :warning: 1005 - RemovedPath | The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/migrate' removed or restructured? Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json#L295:5 |
| :warning: 1033 - RemovedProperty | The new version is missing a property found in the old version. Was 'searchResults' renamed or removed? New: Microsoft.OperationalInsights/stable/2022-10-01/Tables.json#L461:7 Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json#L419:7 |
| :warning: 1033 - RemovedProperty | The new version is missing a property found in the old version. Was 'restoredLogs' renamed or removed? New: Microsoft.OperationalInsights/stable/2022-10-01/Tables.json#L461:7 Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json#L419:7 |
| :warning: 1033 - RemovedProperty | The new version is missing a property found in the old version. Was 'eTag' renamed or removed? New: Microsoft.OperationalInsights/stable/2022-10-01/Workspaces.json#L692:7 Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L637:7 |
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️LintDiff: 1 Warnings warning [Detail]
| compared tags (via openapi-validator v1.13.0) | new version | base version |
|---|---|---|
| package-2022-10 | package-2022-10(e82db5e) | default(main) |
[must fix]The following errors/warnings are introduced by current PR:
| Rule | Message | Related RPC [For API reviewers] |
|---|---|---|
| :warning: R4030 - UniqueXmsExample | Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: TablesUpsert Location: Microsoft.OperationalInsights/stable/2022-10-01/Tables.json#L146 |
The following errors/warnings exist before current PR submission:
| Rule | Message |
|---|---|
R4018 - OperationsApiResponseSchema |
The response schema of operations API '/providers/Microsoft.OperationalInsights/operations' does not match the ARM specification. Please standardize the schema. Location: Microsoft.OperationalInsights/stable/2022-10-01/Operations.json#L37 |
R4037 - MissingTypeObject |
The schema 'OperationListResult' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Operations.json#L75 |
R4037 - MissingTypeObject |
The schema 'Operation' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Operations.json#L95 |
R4037 - MissingTypeObject |
The schema 'display' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Operations.json#L102 |
R4037 - MissingTypeObject |
The schema 'WorkspaceSku' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/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/stable/2022-10-01/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/stable/2022-10-01/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/stable/2022-10-01/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/stable/2022-10-01/Workspaces.json#L678 |
R4037 - MissingTypeObject |
The schema 'Workspace' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Workspaces.json#L691 |
R4037 - MissingTypeObject |
The schema 'WorkspacePatch' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Workspaces.json#L718 |
R4037 - MissingTypeObject |
The schema 'WorkspaceListResult' is considered an object but without a 'type:object', please add the missing 'type:object'. Location: Microsoft.OperationalInsights/stable/2022-10-01/Workspaces.json#L749 |
| :warning: R3018 - EnumInsteadOfBoolean | Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDefaultDisplay Location: Microsoft.OperationalInsights/stable/2022-10-01/Tables.json#L446 |
| :warning: R3018 - EnumInsteadOfBoolean | Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isHidden Location: Microsoft.OperationalInsights/stable/2022-10-01/Tables.json#L451 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L203 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L566 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L594 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L599 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L604 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L614 |
| :warning: R4030 - UniqueXmsExample | Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: Get specific operation status Location: Microsoft.OperationalInsights/stable/2022-10-01/Operations.json#L39 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L324 |
| :warning: 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/stable/2022-10-01/Workspaces.json#L363 |
️❌Avocado: 1 Errors, 1 Warnings failed [Detail]
| Rule | Message |
|---|---|
MISSING_APIS_IN_DEFAULT_TAG |
The default tag does not contain all APIs in this RP. Please make sure the missing API swaggers are in the default tag. readme: specification/operationalinsights/resource-manager/readme.md json: Microsoft.OperationalInsights/stable/2020-10-01/Tables.json |
| :warning: 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: 1 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
Error |
"\nfatal error: Failed to load step "step":"Workspaces_List", "exampleFile":"../examples/WorkspacesSubscriptionList.json": Example file is referenced by multiple operation: Workspaces_List, DeletedWorkspaces_List ../examples/WorkspacesSubscriptionList.json, \n" |
️⚠️~[Staging] TrafficValidation: 1 Warnings warning [Detail]
restlerResult:
Traffic validation failed. Check pipeline artifact for restler output and detail report.
| Rule | Message |
|---|---|
| :warning: Traffic validation result. | "Starting task Test...\nUsing python: 'python3' (Python 3.10.5) |
| ERROR: Restler engine failed. See logs in /swagger/restler_output/Test directory for more information. | |
| Task Test failed.\nCollecting logs...\n" |
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️❌SDK Track2 Validation: 2 Errors, 2 Warnings failed [Detail]
- The following tags are being changed in this PR
- "https://github.com/Azure/azure-rest-api-specs/blob/e82db5ed68300ea62e83e37498f6a4139bfb5bb6/specification/operationalinsights/resource-manager/readme.md#tag-package-2022-10">operationalinsights/resource-manager/readme.md#package-2022-10
| Rule | Message |
|---|---|
|
"readme":"operationalinsights/resource-manager/readme.md", "tag":"package-2022-10", "details":"Duplicate object schemas with 'SystemData' name detected." |
|
"readme":"operationalinsights/resource-manager/readme.md", "tag":"package-2022-10", "details":"Error: 1 errors occured -- cannot continue." |
| :warning: UnkownSecurityScheme | "readme":"operationalinsights/resource-manager/readme.md", "tag":"package-2022-10", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: Modeler/MissingType | "readme":"operationalinsights/resource-manager/readme.md", "tag":"package-2022-10", "details":"The schema 'WorkspacePurgeBodyFilters-value' has no type or format information whatsoever. Location:\n file:///mnt/vss/_work/1/azure-rest-api-specs/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/WorkspacePurge.json#/components/schemas/WorkspacePurgeBodyFilters-value" |
️️✔️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.
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+ Function `*TablesClient.Update` has been removed + Struct `TablesClientUpdateOptions` has been removed
❌azure-sdk-for-python-track2 - track2_azure-mgmt-loganalytics - Approved - 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]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0warn 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 [email protected]/[email protected] --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]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0command 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
- Only show 120 items here, please refer to log for details.
️✔️sdk/resourcemanager/operationalinsights/armoperationalinsights [View full logs] [Release SDK Changes] Breaking Change Detectedinfo [Changelog] - New const `TableTypeEnumMicrosoft` info [Changelog] - New const `ColumnTypeEnumLong` info [Changelog] - New const `ProvisioningStateEnumInProgress` info [Changelog] - New const `CreatedByTypeApplication` info [Changelog] - New const `ColumnTypeEnumBoolean` info [Changelog] - New const `ColumnDataTypeHintEnumURI` info [Changelog] - New type alias `TableSubTypeEnum` info [Changelog] - New type alias `ProvisioningStateEnum` info [Changelog] - New type alias `RetentionInDaysAsDefault` info [Changelog] - New type alias `TableTypeEnum` info [Changelog] - New type alias `TotalRetentionInDaysAsDefault` info [Changelog] - New type alias `ColumnDataTypeHintEnum` info [Changelog] - New type alias `SourceEnum` info [Changelog] - New type alias `TablePlanEnum` info [Changelog] - New type alias `CreatedByType` info [Changelog] - New type alias `ColumnTypeEnum` info [Changelog] - New function `*TablesClient.BeginUpdate(context.Context, string, string, string, Table, *TablesClientBeginUpdateOptions) (*runtime.Poller[TablesClientUpdateResponse], error)` info [Changelog] - New function `*TablesClient.Migrate(context.Context, string, string, string, *TablesClientMigrateOptions) (TablesClientMigrateResponse, error)` info [Changelog] - New function `*QueryPacksClient.UpdateTags(context.Context, string, string, TagsResource, *QueryPacksClientUpdateTagsOptions) (QueryPacksClientUpdateTagsResponse, error)` info [Changelog] - New function `NewQueriesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*QueriesClient, error)` info [Changelog] - New function `*QueriesClient.NewSearchPager(string, string, LogAnalyticsQueryPackQuerySearchProperties, *QueriesClientSearchOptions) *runtime.Pager[QueriesClientSearchResponse]` info [Changelog] - New function `PossibleProvisioningStateEnumValues() []ProvisioningStateEnum` 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.Put(context.Context, string, string, string, LogAnalyticsQueryPackQuery, *QueriesClientPutOptions) (QueriesClientPutResponse, error)` info [Changelog] - New function `*QueryPacksClient.CreateOrUpdate(context.Context, string, string, LogAnalyticsQueryPack, *QueryPacksClientCreateOrUpdateOptions) (QueryPacksClientCreateOrUpdateResponse, error)` info [Changelog] - New function `*QueriesClient.Update(context.Context, string, string, string, LogAnalyticsQueryPackQuery, *QueriesClientUpdateOptions) (QueriesClientUpdateResponse, error)` info [Changelog] - New function `*QueryPacksClient.NewListPager(*QueryPacksClientListOptions) *runtime.Pager[QueryPacksClientListResponse]` info [Changelog] - New function `*TablesClient.BeginDelete(context.Context, string, string, string, *TablesClientBeginDeleteOptions) (*runtime.Poller[TablesClientDeleteResponse], error)` info [Changelog] - New function `*QueriesClient.Get(context.Context, string, string, string, *QueriesClientGetOptions) (QueriesClientGetResponse, error)` info [Changelog] - New function `*QueryPacksClient.NewListByResourceGroupPager(string, *QueryPacksClientListByResourceGroupOptions) *runtime.Pager[QueryPacksClientListByResourceGroupResponse]` info [Changelog] - New function `PossibleSourceEnumValues() []SourceEnum` info [Changelog] - New function `PossibleTotalRetentionInDaysAsDefaultValues() []TotalRetentionInDaysAsDefault` 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 `*QueryPacksClient.Delete(context.Context, string, string, *QueryPacksClientDeleteOptions) (QueryPacksClientDeleteResponse, error)` info [Changelog] - New function `PossibleColumnTypeEnumValues() []ColumnTypeEnum` info [Changelog] - New function `*QueryPacksClient.Get(context.Context, string, string, *QueryPacksClientGetOptions) (QueryPacksClientGetResponse, error)` info [Changelog] - New function `PossibleColumnDataTypeHintEnumValues() []ColumnDataTypeHintEnum` info [Changelog] - New function `PossibleTableTypeEnumValues() []TableTypeEnum` info [Changelog] - New function `PossibleCreatedByTypeValues() []CreatedByType` info [Changelog] - New function `PossibleRetentionInDaysAsDefaultValues() []RetentionInDaysAsDefault` info [Changelog] - New function `*TablesClient.CancelSearch(context.Context, string, string, string, *TablesClientCancelSearchOptions) (TablesClientCancelSearchResponse, error)` info [Changelog] - New function `PossibleTableSubTypeEnumValues() []TableSubTypeEnum` info [Changelog] - New function `*QueryPacksClient.CreateOrUpdateWithoutName(context.Context, string, LogAnalyticsQueryPack, *QueryPacksClientCreateOrUpdateWithoutNameOptions) (QueryPacksClientCreateOrUpdateWithoutNameResponse, 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 `Identity` in struct `WorkspacePatch` info [Changelog] - New field `DefaultDataCollectionRuleResourceID` in struct `WorkspaceProperties` info [Changelog] - New field `SystemData` in struct `Table` info [Changelog] - New field `Identity` in struct `Workspace` info [Changelog] - New field `SystemData` in struct `Workspace` info [Changelog] - New field `ArchiveRetentionInDays` in struct `TableProperties` info [Changelog] - New field `RetentionInDaysAsDefault` in struct `TableProperties` info [Changelog] - New field `TotalRetentionInDays` in struct `TableProperties` info [Changelog] - New field `ResultStatistics` in struct `TableProperties` info [Changelog] - New field `RestoredLogs` in struct `TableProperties` info [Changelog] - New field `LastPlanModifiedDate` in struct `TableProperties` info [Changelog] - New field `ProvisioningState` in struct `TableProperties` info [Changelog] - New field `TotalRetentionInDaysAsDefault` in struct `TableProperties` info [Changelog] - New field `Plan` in struct `TableProperties` info [Changelog] - New field `Schema` in struct `TableProperties` info [Changelog] - New field `SearchResults` in struct `TableProperties` info [Changelog] info [Changelog] Total 3 breaking change(s), 196 additive change(s).
️❌ azure-sdk-for-python-track2 failed [Detail]
❌Failed [Logs]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0command 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 [email protected]` to update! cmderr [automation_generate.sh] npm notice Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} HttpError: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} at /mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/@[email protected][email protected]/node_modules/@octokit/request/dist-node/index.js:86:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async workflowPkgUpdatePR (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:376:9) at async Object.exports.workflowPkgMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:63:5) at async workflowHandleReadmeMd (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:172:9) at async Object.exports.workflowMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:83:9) at async Object.exports.sdkAutoMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/entrypoint.js:188:13) at async /mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/cli/cli.js:20:18
️✔️track2_azure-mgmt-loganalytics [View full logs] Breaking Change Detectedinfo [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 error Fatal error: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} error The following packages are still pending: error track2_azure-mgmt-loganalytics
️❌ azure-sdk-for-js failed [Detail]
❌Failed [Logs]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0command 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 Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} HttpError: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} at /mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/@[email protected][email protected]/node_modules/@octokit/request/dist-node/index.js:86:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async workflowPkgUpdatePR (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:376:9) at async Object.exports.workflowPkgMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:63:5) at async workflowHandleReadmeMd (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:172:9) at async Object.exports.workflowMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:87:13) at async Object.exports.sdkAutoMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/entrypoint.js:188:13) at async /mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/cli/cli.js:20:18️✔️@azure/arm-operationalinsights [View full logs] Breaking Change Detectedinfo [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 error Fatal error: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} error The following packages are still pending: error @azure/arm-operationalinsights
️❌ azure-sdk-for-java failed [Detail]
❌Failed [Logs]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0command ./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json command ./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} HttpError: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} at /mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/@[email protected][email protected]/node_modules/@octokit/request/dist-node/index.js:86:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async workflowPkgUpdatePR (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:376:9) at async Object.exports.workflowPkgMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:63:5) at async workflowHandleReadmeMd (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:172:9) at async Object.exports.workflowMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:87:13) at async Object.exports.sdkAutoMain (/mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/entrypoint.js:188:13) at async /mnt/vss/_work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/cli/cli.js:20:18️✔️azure-resourcemanager-loganalytics [View full logs]- pom.xml
- azure-resourcemanager-loganalytics-1.0.0-beta.4-sources.jar
- azure-resourcemanager-loganalytics-1.0.0-beta.4.jar
error Fatal error: Validation Failed: {"message":"Only the pull request author may change the maintainer_can_modify value","resource":"PullRequest","field":"maintainer_can_modify","code":"invalid"} error The following packages are still pending: error azure-resourcemanager-loganalytics
️❌ azure-resource-manager-schemas failed [Detail]
❌Failed [Logs]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. Schema Automation 14.0.0command .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
❌operationalinsights/resource-manager [View full logs] [Release Schema Changes]
️❌ azure-powershell failed [Detail]
❌Failed [Logs]Release - Generate from 9c80ca18bcfcdd9c690c51304a22550084df481c. SDK Automation 14.0.0command 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] [Release SDK Changes]
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. |
Hi, @dulikvor your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board([email protected]).
Hi @dulikvor, 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.
Hi @dulikvor, 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.
| Task | How to fix | Priority |
|---|---|---|
| Avocado | Fix-Avocado | High |
| Semantic validation | Fix-SemanticValidation-Error | High |
| Model validation | Fix-ModelValidation-Error | High |
| LintDiff | Fix-LintDiff | high |
Avocado failures are false Alarm. no operation was deprecated. confusion originates from casing change "resourcegroups" -> "resourceGroups".
Breaking change request ticket: https://msazure.visualstudio.com/One/_workitems/edit/15282109
Is anything being copied from previous API version? Or is everything new in this API version.
If anything is copied over, the first commit needs to be the previous api version and the new changes should only be added in the subsequent commits. This is explained in detail here (If using Open API which is recommended) https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/208/OpenAPI-Hub-Adding-new-API-version or here(For manual process) : https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/83/Manual-Process-Adding-new-API-version .
Please ensure to respond feedbacks from the ARM API reviewer. When you are ready to continue the ARM API review, please remove ARMChangesRequested
Is anything being copied from previous API version? Or is everything new in this API version.
If anything is copied over, the first commit needs to be the previous api version and the new changes should only be added in the subsequent commits. This is explained in detail here (If using Open API which is recommended) https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/208/OpenAPI-Hub-Adding-new-API-version or here(For manual process) : https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/83/Manual-Process-Adding-new-API-version .
Most were copied, there are a few changes, you can see the diff quite easily by reviewing the commits. First commit is the copy.
Just to clarify the commits: First commit -> A copy of the previous stable version commit + api version change to 2022-10-01. Second commit and above -> actual changes and diff which should be reviewed.
Thansk @dulikvor , just FYI for future PRs please avoid doing the "+ api version change to 2022-10-01" so we are aware of the baseline commit directly. The first commit should be previous api version with no changes. I will review this PR assuming that the api version is the only change made in the first commit
In reply to: 1230610433
@jianyexi to help take a look why linter diff has exception.
@jianyexi to help take a look why linter diff has exception.
There is schema validator error, already commented on how to fix it
Swagger Generation Artifacts
️🔄ApiDocPreview inProgress [Detail]
️❌SDK Breaking Change Tracking failed [Detail]
Breaking Changes Tracking
❌azure-sdk-for-go - armoperationalinsights - 2.0.0+ Function `*TablesClient.Update` has been removed + Struct `TablesClientUpdateOptions` 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 - 2.0.0+ Function `*TablesClient.Update` has been removed + Struct `TablesClientUpdateOptions` has been removed
️⌛ azure-sdk-for-net pending [Detail]
️⌛ azure-sdk-for-go pending [Detail]
️⌛ azure-sdk-for-python-track2 pending [Detail]
️⌛ azure-sdk-for-js pending [Detail]
️⌛ azure-sdk-for-java pending [Detail]
️🔄 azure-resource-manager-schemas inProgress [Detail]
️⌛ azure-powershell pending [Detail]
@tadelesh @qiaozha @msyyc to confirm GO, JS, Python SDK breaking change for this PR
approved for python breaking