Skip to content

Commit

Permalink
CodeGen from PR 13139 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 19b67cca1817ffd417090cf1514b129bb0e2399e into ae350892855f8c404713f4ecf37bbb8df4cabfd8
  • Loading branch information
SDKAuto committed Feb 24, 2021
1 parent 4c76e35 commit 826a3d5
Show file tree
Hide file tree
Showing 51 changed files with 469 additions and 15,027 deletions.
2 changes: 1 addition & 1 deletion sdk/monitor/arm-monitor/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 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
19 changes: 10 additions & 9 deletions sdk/monitor/arm-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-monitor

### How to use

#### nodejs - Authentication, client creation and listByResourceGroup autoscaleSettings as an example written in TypeScript.
#### nodejs - client creation and get activityLogAlerts as an example written in TypeScript.

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

Expand All @@ -26,17 +26,17 @@ 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 { MonitorManagementClient, MonitorManagementModels, MonitorManagementMappers } from "@azure/arm-monitor";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { MonitorManagementClient } = require("@azure/arm-monitor");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
const client = new MonitorManagementClient(creds, subscriptionId);
const resourceGroupName = "testresourceGroupName";
client.autoscaleSettings.listByResourceGroup(resourceGroupName).then((result) => {
const activityLogAlertName = "testactivityLogAlertName";
client.activityLogAlerts.get(resourceGroupName, activityLogAlertName).then((result) => {
console.log("The result is:");
console.log(result);
});
Expand All @@ -45,7 +45,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => {
});
```

#### browser - Authentication, client creation and listByResourceGroup autoscaleSettings as an example written in JavaScript.
#### browser - Authentication, client creation and get activityLogAlerts as an example written in JavaScript.

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

Expand Down Expand Up @@ -80,7 +80,8 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
}
const client = new Azure.ArmMonitor.MonitorManagementClient(res.creds, subscriptionId);
const resourceGroupName = "testresourceGroupName";
client.autoscaleSettings.listByResourceGroup(resourceGroupName).then((result) => {
const activityLogAlertName = "testactivityLogAlertName";
client.activityLogAlerts.get(resourceGroupName, activityLogAlertName).then((result) => {
console.log("The result is:");
console.log(result);
}).catch((err) => {
Expand All @@ -98,4 +99,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to

- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmonitor%2Farm-monitor%2FREADME.png)
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/monitor/arm-monitor/README.png)
4 changes: 2 additions & 2 deletions sdk/monitor/arm-monitor/rollup.config.js
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
90 changes: 0 additions & 90 deletions sdk/monitor/arm-monitor/src/models/actionGroupsMappers.ts

This file was deleted.

90 changes: 11 additions & 79 deletions sdk/monitor/arm-monitor/src/models/activityLogAlertsMappers.ts
Original file line number Diff line number Diff line change
@@ -1,89 +1,21 @@
/*
* 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.
*/

export {
discriminators,
Action,
ActionGroupResource,
ActivityLogAlertActionGroup,
ActivityLogAlertActionList,
ActivityLogAlertAllOfCondition,
ActivityLogAlertLeafCondition,
ActivityLogAlertList,
ActivityLogAlertPatchBody,
ActionGroup,
ActionList,
ActivityLogAlertResource,
AlertingAction,
AlertRuleResource,
ArmRoleReceiver,
AutomationRunbookReceiver,
AutoscaleNotification,
AutoscaleProfile,
AutoscaleSettingResource,
AzNsActionGroup,
AzureAppPushReceiver,
AzureFunctionReceiver,
AlertRuleAllOfCondition,
AlertRuleAnyOfOrLeafCondition,
AlertRuleLeafCondition,
AlertRuleList,
AlertRulePatchObject,
AzureResource,
BaseResource,
Criteria,
DataContainer,
DiagnosticSettingsCategoryResource,
DiagnosticSettingsResource,
Dimension,
DynamicMetricCriteria,
DynamicThresholdFailingPeriods,
EmailNotification,
EmailReceiver,
ErrorResponse,
ItsmReceiver,
LocationThresholdRuleCondition,
LogicAppReceiver,
LogMetricTrigger,
LogProfileResource,
LogSearchRuleResource,
LogSettings,
LogToMetricAction,
ManagementEventAggregationCondition,
ManagementEventRuleCondition,
MetricAlertAction,
MetricAlertCriteria,
MetricAlertMultipleResourceMultipleMetricCriteria,
MetricAlertResource,
MetricAlertSingleResourceMultipleMetricCriteria,
MetricCriteria,
MetricDimension,
MetricSettings,
MetricTrigger,
MultiMetricCriteria,
ProxyOnlyResource,
ProxyResource,
Recurrence,
RecurrentSchedule,
Resource,
RetentionPolicy,
RuleAction,
RuleCondition,
RuleDataSource,
RuleEmailAction,
RuleManagementEventClaimsDataSource,
RuleManagementEventDataSource,
RuleMetricDataSource,
RuleWebhookAction,
ScaleAction,
ScaleCapacity,
ScaleRule,
Schedule,
SmsReceiver,
Source,
ThresholdRuleCondition,
TimeWindow,
TriggerCondition,
VMInsightsOnboardingStatus,
VoiceReceiver,
WebhookNotification,
WebhookReceiver,
WorkspaceInfo
ErrorResponse
} from "../models/mappers";
17 changes: 0 additions & 17 deletions sdk/monitor/arm-monitor/src/models/activityLogsMappers.ts

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/monitor/arm-monitor/src/models/alertRuleIncidentsMappers.ts

This file was deleted.

90 changes: 0 additions & 90 deletions sdk/monitor/arm-monitor/src/models/alertRulesMappers.ts

This file was deleted.

Loading

0 comments on commit 826a3d5

Please sign in to comment.