Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[AutoPR track2_@azure/arm-operationalinsights] [OperationalInsights] Remove unsupported version 2021-06-01 for "Tables" resource #7282

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 62 additions & 8 deletions sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,69 @@
# Release History

## 9.0.0-beta.1 (2022-01-27)

**Features**

## 8.0.1 (Unreleased)
- Added operation group SchemaOperations
- Added operation Tables.beginCreateOrUpdate
- Added operation Tables.beginCreateOrUpdateAndWait
- Added operation Tables.beginDelete
- Added operation Tables.beginDeleteAndWait
- Added operation Tables.beginUpdate
- Added operation Tables.beginUpdateAndWait
- Added Interface Column
- Added Interface RestoredLogs
- Added Interface ResultStatistics
- Added Interface Schema
- Added Interface SearchResults
- Added Interface SystemData
- Added Interface TablesCreateOrUpdateOptionalParams
- Added Interface TablesDeleteOptionalParams
- Added Type Alias ColumnDataTypeHintEnum
- Added Type Alias ColumnTypeEnum
- Added Type Alias CreatedByType
- Added Type Alias ProvisioningStateEnum
- Added Type Alias SourceEnum
- Added Type Alias TablePlanEnum
- Added Type Alias TablesCreateOrUpdateResponse
- Added Type Alias TableSubTypeEnum
- Added Type Alias TableTypeEnum
- Interface TablesUpdateOptionalParams has a new optional parameter resumeFrom
- Interface TablesUpdateOptionalParams has a new optional parameter updateIntervalInMs
- Class OperationalInsightsManagementClient has a new parameter schemaOperations
- Type Alias Table has a new parameter systemData
- Type Alias Table has a new parameter totalRetentionInDays
- Type Alias Table has a new parameter archiveRetentionInDays
- Type Alias Table has a new parameter searchResults
- Type Alias Table has a new parameter restoredLogs
- Type Alias Table has a new parameter resultStatistics
- Type Alias Table has a new parameter plan
- Type Alias Table has a new parameter lastPlanModifiedDate
- Type Alias Table has a new parameter schema
- Type Alias Table has a new parameter provisioningState
- Type Alias Workspace has a new parameter systemData
- Type Alias Workspace has a new parameter defaultDataCollectionRuleResourceId
- Type Alias WorkspacePatch has a new parameter defaultDataCollectionRuleResourceId
- Added Enum KnownColumnDataTypeHintEnum
- Added Enum KnownColumnTypeEnum
- Added Enum KnownCreatedByType
- Added Enum KnownProvisioningStateEnum
- Added Enum KnownSourceEnum
- Added Enum KnownTablePlanEnum
- Added Enum KnownTableSubTypeEnum
- Added Enum KnownTableTypeEnum

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
**Breaking Changes**

- Removed operation group Schema
- Removed operation Tables.create
- Removed operation Tables.update
- Class OperationalInsightsManagementClient no longer has parameter schema
- Type Alias Table no longer has parameter isTroubleshootingAllowed
- Type Alias Table no longer has parameter isTroubleshootEnabled
- Type Alias Table no longer has parameter lastTroubleshootDate


## 8.0.0 (2021-12-14)

The package of @azure/arm-operationalinsights is using our next generation design principles since version 8.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/operationalinsights/arm-operationalinsights/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Microsoft
Copyright (c) 2022 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Operational Insights Client

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationalinsights/arm-operationalinsights) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-operationalinsights) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
6 changes: 3 additions & 3 deletions sdk/operationalinsights/arm-operationalinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "ea0f7b072ad3aaff203ea9003246b9e584b819ff",
"commit": "7d66b07c2ec34192ed93f731e7fa80662557acf4",
"readme": "specification/operationalinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211207.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211207.1"
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-operationalinsights.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for OperationalInsightsManagementClient.",
"version": "8.0.1",
"version": "9.0.0-beta.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -99,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading