Skip to content

Commit 28743f2

Browse files
author
SDKAuto
committed
CodeGen from PR 11686 in Azure/azure-rest-api-specs
Merge f09faddeb5b13def055e73c8fb28a3b0e1f79047 into 82ae1c9d81b77c3b40fc77558f152abcd7a8032b
1 parent ee4b34b commit 28743f2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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/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",

0 commit comments

Comments
 (0)