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 @azure/arm-operationalinsights] [operaioninsights][python]Update readme.md #8475

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
36 changes: 26 additions & 10 deletions common/config/rush/pnpm-lock.yaml

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

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

## 9.0.0-beta.1 (2022-04-08)

**Features**

## 8.0.1 (Unreleased)
- Added operation group Queries
- Added operation group QueryPacks
- 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 operation Tables.migrate
- Added Interface AzureResourceProperties
- Added Interface Column
- Added Interface LogAnalyticsQueryPackListResult
- Added Interface LogAnalyticsQueryPackQueryListResult
- Added Interface LogAnalyticsQueryPackQueryPropertiesRelated
- Added Interface LogAnalyticsQueryPackQuerySearchProperties
- Added Interface LogAnalyticsQueryPackQuerySearchPropertiesRelated
- Added Interface QueriesDeleteOptionalParams
- Added Interface QueriesGetOptionalParams
- Added Interface QueriesListNextOptionalParams
- Added Interface QueriesListOptionalParams
- Added Interface QueriesPutOptionalParams
- Added Interface QueriesSearchNextOptionalParams
- Added Interface QueriesSearchOptionalParams
- Added Interface QueriesUpdateOptionalParams
- Added Interface QueryPacksCreateOrUpdateOptionalParams
- Added Interface QueryPacksDeleteOptionalParams
- Added Interface QueryPacksGetOptionalParams
- Added Interface QueryPacksListByResourceGroupNextOptionalParams
- Added Interface QueryPacksListByResourceGroupOptionalParams
- Added Interface QueryPacksListNextOptionalParams
- Added Interface QueryPacksListOptionalParams
- Added Interface QueryPacksResource
- Added Interface QueryPacksUpdateTagsOptionalParams
- Added Interface RestoredLogs
- Added Interface ResultStatistics
- Added Interface Schema
- Added Interface SearchResults
- Added Interface SystemData
- Added Interface SystemDataAutoGenerated
- Added Interface TablesCreateOrUpdateOptionalParams
- Added Interface TablesDeleteOptionalParams
- Added Interface TablesMigrateOptionalParams
- Added Interface TagsResource
- Added Type Alias ColumnDataTypeHintEnum
- Added Type Alias ColumnTypeEnum
- Added Type Alias CreatedByType
- Added Type Alias LogAnalyticsQueryPack
- Added Type Alias LogAnalyticsQueryPackQuery
- Added Type Alias ProvisioningStateEnum
- Added Type Alias QueriesGetResponse
- Added Type Alias QueriesListNextResponse
- Added Type Alias QueriesListResponse
- Added Type Alias QueriesPutResponse
- Added Type Alias QueriesSearchNextResponse
- Added Type Alias QueriesSearchResponse
- Added Type Alias QueriesUpdateResponse
- Added Type Alias QueryPacksCreateOrUpdateResponse
- Added Type Alias QueryPacksGetResponse
- Added Type Alias QueryPacksListByResourceGroupNextResponse
- Added Type Alias QueryPacksListByResourceGroupResponse
- Added Type Alias QueryPacksListNextResponse
- Added Type Alias QueryPacksListResponse
- Added Type Alias QueryPacksUpdateTagsResponse
- 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 queries
- Class OperationalInsightsManagementClient has a new parameter queryPacks
- 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 KnownIdentityType
- 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
7 changes: 4 additions & 3 deletions sdk/operationalinsights/arm-operationalinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commit": "ea0f7b072ad3aaff203ea9003246b9e584b819ff",
"commit": "4a38d6f6e0b87e71cf96f36c42656c8ca23f5240",
"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/[email protected].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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected]"
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected]"
}
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 All @@ -29,12 +29,12 @@
"types": "./types/arm-operationalinsights.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.0.0",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
Expand Down Expand Up @@ -99,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading