Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Aug 12, 2020
1 parent ccb00a1 commit b5bcf9c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-operationalinsights",
"author": "Microsoft Corporation",
"description": "OperationalInsightsManagementClient Library with typescript type definitions for node.js and browser.",
"version": "3.0.0",
"version": "2.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ export interface LinkedService extends ProxyResource {
*/
export interface LinkedStorageAccountsResource extends ProxyResource {
/**
* Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query',
* 'Ingestion', 'Alerts'
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly dataSourceType?: DataSourceType;
Expand Down Expand Up @@ -1318,11 +1319,11 @@ export type LinkedServiceEntityStatus = 'Succeeded' | 'Deleting' | 'Provisioning

/**
* Defines values for DataSourceType.
* Possible values include: 'CustomLogs', 'AzureWatson'
* Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @readonly
* @enum {string}
*/
export type DataSourceType = 'CustomLogs' | 'AzureWatson';
export type DataSourceType = 'CustomLogs' | 'AzureWatson' | 'Query' | 'Ingestion' | 'Alerts';

/**
* Defines values for WorkspaceSkuNameEnum.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,10 @@ export const LinkedStorageAccountsResource: msRest.CompositeMapper = {
name: "Enum",
allowedValues: [
"CustomLogs",
"AzureWatson"
"AzureWatson",
"Query",
"Ingestion",
"Alerts"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ export const dataSourceType: msRest.OperationURLParameter = {
name: "Enum",
allowedValues: [
"CustomLogs",
"AzureWatson"
"AzureWatson",
"Query",
"Ingestion",
"Alerts"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-operationalinsights";
const packageVersion = "3.0.0";
const packageVersion = "2.0.0";

export class OperationalInsightsManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param parameters The parameters required to create or update linked storage accounts.
* @param [options] The optional parameters
* @returns Promise<Models.LinkedStorageAccountsCreateOrUpdateResponse>
Expand All @@ -42,7 +42,7 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param parameters The parameters required to create or update linked storage accounts.
* @param callback The callback
*/
Expand All @@ -51,7 +51,7 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param parameters The parameters required to create or update linked storage accounts.
* @param options The optional parameters
* @param callback The callback
Expand All @@ -76,7 +76,7 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param [options] The optional parameters
* @returns Promise<msRest.RestResponse>
*/
Expand All @@ -85,15 +85,15 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param callback The callback
*/
deleteMethod(resourceGroupName: string, workspaceName: string, dataSourceType: Models.DataSourceType, callback: msRest.ServiceCallback<void>): void;
/**
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param options The optional parameters
* @param callback The callback
*/
Expand All @@ -116,7 +116,7 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param [options] The optional parameters
* @returns Promise<Models.LinkedStorageAccountsGetResponse>
*/
Expand All @@ -125,15 +125,15 @@ export class LinkedStorageAccounts {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param callback The callback
*/
get(resourceGroupName: string, workspaceName: string, dataSourceType: Models.DataSourceType, callback: msRest.ServiceCallback<Models.LinkedStorageAccountsResource>): void;
/**
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param options The optional parameters
* @param callback The callback
*/
Expand Down

0 comments on commit b5bcf9c

Please sign in to comment.