Skip to content
Merged
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
18 changes: 6 additions & 12 deletions sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 9.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 9.0.0-beta.2 (2023-01-30)

## 9.0.0 (2023-02-09)

**Features**

Expand All @@ -23,6 +13,7 @@
- Added operation Tables.beginDeleteAndWait
- Added operation Tables.beginUpdate
- Added operation Tables.beginUpdateAndWait
- Added operation Tables.cancelSearch
- Added operation Tables.migrate
- Added Interface AzureEntityResource
- Added Interface AzureResourceProperties
Expand All @@ -49,6 +40,7 @@
- Added Interface QueriesSearchOptionalParams
- Added Interface QueriesUpdateOptionalParams
- Added Interface QueryPacksCreateOrUpdateOptionalParams
- Added Interface QueryPacksCreateOrUpdateWithoutNameOptionalParams
- Added Interface QueryPacksDeleteOptionalParams
- Added Interface QueryPacksGetOptionalParams
- Added Interface QueryPacksListByResourceGroupNextOptionalParams
Expand All @@ -66,6 +58,7 @@
- Added Interface SystemData
- Added Interface SystemDataAutoGenerated
- Added Interface Table
- Added Interface TablesCancelSearchOptionalParams
- Added Interface TablesCreateOrUpdateOptionalParams
- Added Interface TablesDeleteOptionalParams
- Added Interface TablesMigrateOptionalParams
Expand All @@ -85,6 +78,7 @@
- Added Type Alias QueriesSearchResponse
- Added Type Alias QueriesUpdateResponse
- Added Type Alias QueryPacksCreateOrUpdateResponse
- Added Type Alias QueryPacksCreateOrUpdateWithoutNameResponse
- Added Type Alias QueryPacksGetResponse
- Added Type Alias QueryPacksListByResourceGroupNextResponse
- Added Type Alias QueryPacksListByResourceGroupResponse
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?view=azure-node-preview) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/operationalinsights/arm-operationalinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d8dd0de9c27c21a3802a780fbef2844fcbbb4daa",
"readme": "specification\\operationalinsights\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\operationalinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
"commit": "c94b5583e56b7ffcfeaee8dbb9e09516c43fc324",
"readme": "specification/operationalinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\operationalinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
"use": "@autorest/typescript@6.0.0-rc.7"
}
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": "9.0.0-beta.3",
"version": "9.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights?view=azure-node-preview"
}
}
}

This file was deleted.

Loading