Skip to content

Commit

Permalink
CodeGen from PR 16415 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 9fc1a0f23f25e8bbde035b2748a3c2572d54d41a into 5a8527b19b71e2e3fcdf038f470915c010ace293
  • Loading branch information
SDKAuto committed Oct 14, 2021
1 parent ecc2622 commit 39d7d65
Show file tree
Hide file tree
Showing 24 changed files with 2,656 additions and 464 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: 3 additions & 6 deletions sdk/timeseriesinsights/arm-timeseriesinsights/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Azure TimeSeriesInsightsClient SDK for JavaScript

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for TimeSeriesInsightsClient.
This package contains an isomorphic SDK (runs both in node.js and in browsers) for TimeSeriesInsightsClient.

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge, and Firefox.
- Latest versions of Safari, Chrome, Edge and Firefox.

### Prerequisites

Expand All @@ -21,7 +21,6 @@ Install both packages using the below command:
```bash
npm install --save @azure/arm-timeseriesinsights @azure/identity
```

> **Note**: You may have used either `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` in the past. These packages are in maintenance mode receiving critical bug fixes, but no new features.
If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/), or are writing a client side browser application, we strongly encourage you to upgrade to `@azure/identity` which uses the latest versions of Azure Active Directory and MSAL APIs and provides more authentication options.

Expand All @@ -37,7 +36,6 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/

In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.

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

##### Sample code
Expand All @@ -51,7 +49,6 @@ const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
// Please note that you can also use credentials from the `@azure/ms-rest-nodeauth` package instead.
const creds = new DefaultAzureCredential();
const client = new TimeSeriesInsightsClient(creds, subscriptionId);

client.operations.list().then((result) => {
console.log("The result is:");
console.log(result);
Expand Down Expand Up @@ -86,7 +83,7 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
const credential = new InteractiveBrowserCredential(
{
clientId: "<client id for your Azure AD app>",
tenantId: "<optional tenant for your organization>"
tenant: "<optional tenant for your organization>"
});
const client = new Azure.ArmTimeseriesinsights.TimeSeriesInsightsClient(creds, subscriptionId);
client.operations.list().then((result) => {
Expand Down
2 changes: 1 addition & 1 deletion sdk/timeseriesinsights/arm-timeseriesinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/timeseriesinsights/arm-timeseriesinsights",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/timeseriesinsights/arm-timeseriesinsights",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
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 @@ -12,19 +12,32 @@ export {
AccessPolicyListResponse,
AccessPolicyResource,
AccessPolicyUpdateParameters,
AzureEntityResource,
BaseResource,
CloudError,
EnvironmentResource,
EnvironmentStateDetails,
EnvironmentStatus,
EventHubEventSourceResource,
EventSourceResource,
Gen1EnvironmentResource,
Gen2EnvironmentResource,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceResource,
PartitionKeyProperty,
LocalTimestamp,
LocalTimestampTimeZoneOffset,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProxyResource,
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 @@ -9,6 +9,7 @@
export {
discriminators,
AccessPolicyResource,
AzureEntityResource,
BaseResource,
CloudError,
CreateOrUpdateTrackedResourceProperties,
Expand All @@ -22,14 +23,32 @@ export {
EventHubEventSourceResource,
EventSourceCreateOrUpdateParameters,
EventSourceResource,
Gen1EnvironmentCreateOrUpdateParameters,
Gen1EnvironmentResource,
Gen1EnvironmentUpdateParameters,
Gen2EnvironmentCreateOrUpdateParameters,
Gen2EnvironmentResource,
Gen2EnvironmentUpdateParameters,
Gen2StorageConfigurationInput,
Gen2StorageConfigurationMutableProperties,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceCreateOrUpdateParameters,
IoTHubEventSourceResource,
PartitionKeyProperty,
LocalTimestamp,
LocalTimestampTimeZoneOffset,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProxyResource,
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 @@ -9,6 +9,7 @@
export {
discriminators,
AccessPolicyResource,
AzureEntityResource,
BaseResource,
CloudError,
CreateOrUpdateTrackedResourceProperties,
Expand All @@ -23,17 +24,30 @@ export {
EventSourceListResponse,
EventSourceResource,
EventSourceUpdateParameters,
Gen1EnvironmentCreateOrUpdateParameters,
Gen1EnvironmentResource,
Gen2EnvironmentCreateOrUpdateParameters,
Gen2EnvironmentResource,
Gen2StorageConfigurationInput,
Gen2StorageConfigurationOutput,
IngressEnvironmentStatus,
IoTHubEventSourceCreateOrUpdateParameters,
IoTHubEventSourceResource,
IoTHubEventSourceUpdateParameters,
LocalTimestamp,
LocalTimestampTimeZoneOffset,
PartitionKeyProperty,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateLinkResource,
PrivateLinkServiceConnectionState,
ProxyResource,
ReferenceDataSetCreateOrUpdateParameters,
ReferenceDataSetKeyProperty,
ReferenceDataSetResource,
Resource,
Sku,
TrackedResource
TimeSeriesIdProperty,
TrackedResource,
WarmStorageEnvironmentStatus,
WarmStoreConfigurationProperties
} from "../models/mappers";
Loading

0 comments on commit 39d7d65

Please sign in to comment.