Skip to content

Commit

Permalink
CodeGen from PR 11686 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
add operationalinsights track2 config (Azure#11686)

* add operationalinsights track2 config

* fix track2 client

* update loganalytics track2 config
  • Loading branch information
SDKAuto committed Jan 27, 2021
1 parent ee4b34b commit 1dd4e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Microsoft
Copyright (c) 2021 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 @@ -22,7 +22,7 @@ export interface DataExport extends BaseResource {
/**
* An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
*/
tableNames?: string[];
tableNames: string[];
/**
* The destination resource ID. This can be copied from the Properties entry of the destination
* resource in Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const DataExport: msRest.CompositeMapper = {
}
},
tableNames: {
required: true,
serializedName: "properties.tableNames",
type: {
name: "Sequence",
Expand Down

0 comments on commit 1dd4e9f

Please sign in to comment.