Skip to content

Commit

Permalink
CodeGen from PR 12204 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 16f6833a6a939fb2c3795899b1ad2cca69f01041 into 17d5cbccb47a8f4064fa70c51957e012ddd0ba50
  • Loading branch information
SDKAuto committed Feb 9, 2021
1 parent 0708336 commit 61b401b
Show file tree
Hide file tree
Showing 19 changed files with 1,107 additions and 375 deletions.
2 changes: 1 addition & 1 deletion sdk/timeseriesinsights/arm-timeseriesinsights/LICENSE.txt
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
9 changes: 4 additions & 5 deletions sdk/timeseriesinsights/arm-timeseriesinsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-timeseriesinsights

### How to use

#### nodejs - Authentication, client creation and list operations as an example written in TypeScript.
#### nodejs - client creation and list operations as an example written in TypeScript.

##### Install @azure/ms-rest-nodeauth

Expand All @@ -26,11 +26,10 @@ npm install @azure/ms-rest-nodeauth@"^3.0.0"

##### Sample code

While the below sample uses the interactive login, other authentication options can be found in the [README.md file of @azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth) package
```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
import { TimeSeriesInsightsClient, TimeSeriesInsightsModels, TimeSeriesInsightsMappers } from "@azure/arm-timeseriesinsights";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { TimeSeriesInsightsClient } = require("@azure/arm-timeseriesinsights");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config = {
"@azure/ms-rest-azure-js": "msRestAzure"
},
banner: `/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand All @@ -19,12 +19,17 @@ export {
EnvironmentStatus,
EventHubEventSourceResource,
EventSourceResource,
Gen1EnvironmentResource,
Gen2EnvironmentResource,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceResource,
PartitionKeyProperty,
ReferenceDataSetKeyProperty,
ReferenceDataSetResource,
Resource,
Sku,
TrackedResource
TimeSeriesIdProperty,
TrackedResource,
WarmStorageEnvironmentStatus,
WarmStoreConfigurationProperties
} from "../models/mappers";
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand All @@ -22,14 +22,27 @@ export {
EventHubEventSourceResource,
EventSourceCreateOrUpdateParameters,
EventSourceResource,
Gen1EnvironmentCreateOrUpdateParameters,
Gen1EnvironmentResource,
Gen1EnvironmentUpdateParameters,
Gen2EnvironmentCreateOrUpdateParameters,
Gen2EnvironmentResource,
Gen2EnvironmentUpdateParameters,
Gen2StorageConfigurationInput,
Gen2StorageConfigurationMutableProperties,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceCreateOrUpdateParameters,
IoTHubEventSourceResource,
PartitionKeyProperty,
LocalTimestamp,
LocalTimestampTimeZoneOffset,
ReferenceDataSetCreateOrUpdateParameters,
ReferenceDataSetKeyProperty,
ReferenceDataSetResource,
Resource,
Sku,
TrackedResource
TimeSeriesIdProperty,
TrackedResource,
WarmStorageEnvironmentStatus,
WarmStoreConfigurationProperties
} from "../models/mappers";
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand All @@ -23,17 +23,25 @@ export {
EventSourceListResponse,
EventSourceResource,
EventSourceUpdateParameters,
Gen1EnvironmentCreateOrUpdateParameters,
Gen1EnvironmentResource,
Gen2EnvironmentCreateOrUpdateParameters,
Gen2EnvironmentResource,
Gen2StorageConfigurationInput,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceCreateOrUpdateParameters,
IoTHubEventSourceResource,
IoTHubEventSourceUpdateParameters,
LocalTimestamp,
LocalTimestampTimeZoneOffset,
PartitionKeyProperty,
ReferenceDataSetCreateOrUpdateParameters,
ReferenceDataSetKeyProperty,
ReferenceDataSetResource,
Resource,
Sku,
TrackedResource
TimeSeriesIdProperty,
TrackedResource,
WarmStorageEnvironmentStatus,
WarmStoreConfigurationProperties
} from "../models/mappers";
Loading

0 comments on commit 61b401b

Please sign in to comment.