|
1 | 1 | # Release History
|
| 2 | + |
| 3 | +## 9.0.0-beta.1 (2022-04-08) |
| 4 | + |
| 5 | +**Features** |
2 | 6 |
|
3 |
| -## 8.0.1 (Unreleased) |
| 7 | + - Added operation group Queries |
| 8 | + - Added operation group QueryPacks |
| 9 | + - Added operation group SchemaOperations |
| 10 | + - Added operation Tables.beginCreateOrUpdate |
| 11 | + - Added operation Tables.beginCreateOrUpdateAndWait |
| 12 | + - Added operation Tables.beginDelete |
| 13 | + - Added operation Tables.beginDeleteAndWait |
| 14 | + - Added operation Tables.beginUpdate |
| 15 | + - Added operation Tables.beginUpdateAndWait |
| 16 | + - Added operation Tables.migrate |
| 17 | + - Added Interface AzureResourceProperties |
| 18 | + - Added Interface Column |
| 19 | + - Added Interface LogAnalyticsQueryPackListResult |
| 20 | + - Added Interface LogAnalyticsQueryPackQueryListResult |
| 21 | + - Added Interface LogAnalyticsQueryPackQueryPropertiesRelated |
| 22 | + - Added Interface LogAnalyticsQueryPackQuerySearchProperties |
| 23 | + - Added Interface LogAnalyticsQueryPackQuerySearchPropertiesRelated |
| 24 | + - Added Interface QueriesDeleteOptionalParams |
| 25 | + - Added Interface QueriesGetOptionalParams |
| 26 | + - Added Interface QueriesListNextOptionalParams |
| 27 | + - Added Interface QueriesListOptionalParams |
| 28 | + - Added Interface QueriesPutOptionalParams |
| 29 | + - Added Interface QueriesSearchNextOptionalParams |
| 30 | + - Added Interface QueriesSearchOptionalParams |
| 31 | + - Added Interface QueriesUpdateOptionalParams |
| 32 | + - Added Interface QueryPacksCreateOrUpdateOptionalParams |
| 33 | + - Added Interface QueryPacksDeleteOptionalParams |
| 34 | + - Added Interface QueryPacksGetOptionalParams |
| 35 | + - Added Interface QueryPacksListByResourceGroupNextOptionalParams |
| 36 | + - Added Interface QueryPacksListByResourceGroupOptionalParams |
| 37 | + - Added Interface QueryPacksListNextOptionalParams |
| 38 | + - Added Interface QueryPacksListOptionalParams |
| 39 | + - Added Interface QueryPacksResource |
| 40 | + - Added Interface QueryPacksUpdateTagsOptionalParams |
| 41 | + - Added Interface RestoredLogs |
| 42 | + - Added Interface ResultStatistics |
| 43 | + - Added Interface Schema |
| 44 | + - Added Interface SearchResults |
| 45 | + - Added Interface SystemData |
| 46 | + - Added Interface SystemDataAutoGenerated |
| 47 | + - Added Interface TablesCreateOrUpdateOptionalParams |
| 48 | + - Added Interface TablesDeleteOptionalParams |
| 49 | + - Added Interface TablesMigrateOptionalParams |
| 50 | + - Added Interface TagsResource |
| 51 | + - Added Type Alias ColumnDataTypeHintEnum |
| 52 | + - Added Type Alias ColumnTypeEnum |
| 53 | + - Added Type Alias CreatedByType |
| 54 | + - Added Type Alias LogAnalyticsQueryPack |
| 55 | + - Added Type Alias LogAnalyticsQueryPackQuery |
| 56 | + - Added Type Alias ProvisioningStateEnum |
| 57 | + - Added Type Alias QueriesGetResponse |
| 58 | + - Added Type Alias QueriesListNextResponse |
| 59 | + - Added Type Alias QueriesListResponse |
| 60 | + - Added Type Alias QueriesPutResponse |
| 61 | + - Added Type Alias QueriesSearchNextResponse |
| 62 | + - Added Type Alias QueriesSearchResponse |
| 63 | + - Added Type Alias QueriesUpdateResponse |
| 64 | + - Added Type Alias QueryPacksCreateOrUpdateResponse |
| 65 | + - Added Type Alias QueryPacksGetResponse |
| 66 | + - Added Type Alias QueryPacksListByResourceGroupNextResponse |
| 67 | + - Added Type Alias QueryPacksListByResourceGroupResponse |
| 68 | + - Added Type Alias QueryPacksListNextResponse |
| 69 | + - Added Type Alias QueryPacksListResponse |
| 70 | + - Added Type Alias QueryPacksUpdateTagsResponse |
| 71 | + - Added Type Alias SourceEnum |
| 72 | + - Added Type Alias TablePlanEnum |
| 73 | + - Added Type Alias TablesCreateOrUpdateResponse |
| 74 | + - Added Type Alias TableSubTypeEnum |
| 75 | + - Added Type Alias TableTypeEnum |
| 76 | + - Interface TablesUpdateOptionalParams has a new optional parameter resumeFrom |
| 77 | + - Interface TablesUpdateOptionalParams has a new optional parameter updateIntervalInMs |
| 78 | + - Class OperationalInsightsManagementClient has a new parameter queries |
| 79 | + - Class OperationalInsightsManagementClient has a new parameter queryPacks |
| 80 | + - Class OperationalInsightsManagementClient has a new parameter schemaOperations |
| 81 | + - Type Alias Table has a new parameter systemData |
| 82 | + - Type Alias Table has a new parameter totalRetentionInDays |
| 83 | + - Type Alias Table has a new parameter archiveRetentionInDays |
| 84 | + - Type Alias Table has a new parameter searchResults |
| 85 | + - Type Alias Table has a new parameter restoredLogs |
| 86 | + - Type Alias Table has a new parameter resultStatistics |
| 87 | + - Type Alias Table has a new parameter plan |
| 88 | + - Type Alias Table has a new parameter lastPlanModifiedDate |
| 89 | + - Type Alias Table has a new parameter schema |
| 90 | + - Type Alias Table has a new parameter provisioningState |
| 91 | + - Type Alias Workspace has a new parameter systemData |
| 92 | + - Type Alias Workspace has a new parameter defaultDataCollectionRuleResourceId |
| 93 | + - Type Alias WorkspacePatch has a new parameter defaultDataCollectionRuleResourceId |
| 94 | + - Added Enum KnownColumnDataTypeHintEnum |
| 95 | + - Added Enum KnownColumnTypeEnum |
| 96 | + - Added Enum KnownCreatedByType |
| 97 | + - Added Enum KnownIdentityType |
| 98 | + - Added Enum KnownProvisioningStateEnum |
| 99 | + - Added Enum KnownSourceEnum |
| 100 | + - Added Enum KnownTablePlanEnum |
| 101 | + - Added Enum KnownTableSubTypeEnum |
| 102 | + - Added Enum KnownTableTypeEnum |
4 | 103 |
|
5 |
| -### Features Added |
6 |
| - |
7 |
| -### Breaking Changes |
8 |
| - |
9 |
| -### Bugs Fixed |
10 |
| - |
11 |
| -### Other Changes |
| 104 | +**Breaking Changes** |
12 | 105 |
|
| 106 | + - Removed operation group Schema |
| 107 | + - Removed operation Tables.create |
| 108 | + - Removed operation Tables.update |
| 109 | + - Class OperationalInsightsManagementClient no longer has parameter schema |
| 110 | + - Type Alias Table no longer has parameter isTroubleshootingAllowed |
| 111 | + - Type Alias Table no longer has parameter isTroubleshootEnabled |
| 112 | + - Type Alias Table no longer has parameter lastTroubleshootDate |
| 113 | + |
| 114 | + |
13 | 115 | ## 8.0.0 (2021-12-14)
|
14 | 116 |
|
15 | 117 | The package of @azure/arm-operationalinsights is using our next generation design principles since version 8.0.0, which contains breaking changes.
|
|
0 commit comments