Skip to content

Commit 1394fd7

Browse files
authored
arm-operationalinsights-release (Azure#13533)
* arm-operationalinsights-release * arm-operationalinsights-release
1 parent cfa22ce commit 1394fd7

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

sdk/operationalinsights/arm-operationalinsights/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Microsoft
3+
Copyright (c) 2021 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/operationalinsights/arm-operationalinsights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-operationalinsights",
33
"author": "Microsoft Corporation",
44
"description": "OperationalInsightsManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "5.0.0",
5+
"version": "6.0.0",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.0.1",
88
"@azure/ms-rest-js": "^2.0.4",

sdk/operationalinsights/arm-operationalinsights/src/models/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface DataExport extends BaseResource {
2222
/**
2323
* An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
2424
*/
25-
tableNames?: string[];
25+
tableNames: string[];
2626
/**
2727
* The destination resource ID. This can be copied from the Properties entry of the destination
2828
* resource in Azure.

sdk/operationalinsights/arm-operationalinsights/src/models/mappers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const DataExport: msRest.CompositeMapper = {
2525
}
2626
},
2727
tableNames: {
28+
required: true,
2829
serializedName: "properties.tableNames",
2930
type: {
3031
name: "Sequence",

sdk/operationalinsights/arm-operationalinsights/src/operationalInsightsManagementClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js";
1212
import * as msRestAzure from "@azure/ms-rest-azure-js";
1313

1414
const packageName = "@azure/arm-operationalinsights";
15-
const packageVersion = "5.0.0";
15+
const packageVersion = "6.0.0";
1616

1717
export class OperationalInsightsManagementClientContext extends msRestAzure.AzureServiceClient {
1818
credentials: msRest.ServiceClientCredentials;

0 commit comments

Comments
 (0)