Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-logic] move-python-config-and-fix-track2-config-bug #2714

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions sdk/logic/arm-logic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-logic

### How to use

#### nodejs - Authentication, client creation and listBySubscription workflows as an example written in TypeScript.
#### nodejs - client creation and listBySubscription workflows 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 { LogicManagementClient, LogicManagementModels, LogicManagementMappers } from "@azure/arm-logic";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { LogicManagementClient } = require("@azure/arm-logic");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
Expand Down
4 changes: 2 additions & 2 deletions sdk/logic/arm-logic/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
5 changes: 2 additions & 3 deletions sdk/logic/arm-logic/src/logicManagementClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +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
Expand Down
5 changes: 2 additions & 3 deletions sdk/logic/arm-logic/src/logicManagementClientContext.ts
Original file line number Diff line number Diff line change
@@ -1,7 +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
Expand Down
222 changes: 220 additions & 2 deletions sdk/logic/arm-logic/src/models/index.ts
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 Down Expand Up @@ -4477,6 +4477,36 @@ export interface WorkflowsListByResourceGroupOptionalParams extends msRest.Reque
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: State, Trigger, and
* ReferencedResourceId.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: State, Trigger, and
* ReferencedResourceId.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4487,6 +4517,16 @@ export interface WorkflowVersionsListOptionalParams extends msRest.RequestOption
top?: number;
}

/**
* Optional Parameters.
*/
export interface WorkflowVersionsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* Optional Parameters.
*/
Expand All @@ -4501,6 +4541,20 @@ export interface WorkflowTriggersListOptionalParams extends msRest.RequestOption
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowTriggersListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4526,6 +4580,21 @@ export interface WorkflowTriggerHistoriesListOptionalParams extends msRest.Reque
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowTriggerHistoriesListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: Status, StartTime, and
* ClientTrackingId.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4541,6 +4610,21 @@ export interface WorkflowRunsListOptionalParams extends msRest.RequestOptionsBas
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowRunsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: Status, StartTime, and
* ClientTrackingId.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4555,6 +4639,20 @@ export interface WorkflowRunActionsListOptionalParams extends msRest.RequestOpti
filter?: string;
}

/**
* Optional Parameters.
*/
export interface WorkflowRunActionsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: Status.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4575,6 +4673,26 @@ export interface IntegrationAccountsListByResourceGroupOptionalParams extends ms
top?: number;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* Optional Parameters.
*/
Expand All @@ -4589,6 +4707,20 @@ export interface IntegrationAccountSchemasListOptionalParams extends msRest.Requ
filter?: string;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountSchemasListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: SchemaType.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4603,6 +4735,20 @@ export interface IntegrationAccountMapsListOptionalParams extends msRest.Request
filter?: string;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountMapsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: MapType.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4617,6 +4763,20 @@ export interface IntegrationAccountPartnersListOptionalParams extends msRest.Req
filter?: string;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountPartnersListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: PartnerType.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4631,6 +4791,20 @@ export interface IntegrationAccountAgreementsListOptionalParams extends msRest.R
filter?: string;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountAgreementsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: AgreementType.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4641,6 +4815,16 @@ export interface IntegrationAccountCertificatesListOptionalParams extends msRest
top?: number;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountCertificatesListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* Optional Parameters.
*/
Expand All @@ -4655,6 +4839,20 @@ export interface IntegrationAccountSessionsListOptionalParams extends msRest.Req
filter?: string;
}

/**
* Optional Parameters.
*/
export interface IntegrationAccountSessionsListNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
/**
* The filter to apply on the operation. Options for filters include: ChangedTime.
*/
filter?: string;
}

/**
* Optional Parameters.
*/
Expand All @@ -4675,6 +4873,26 @@ export interface IntegrationServiceEnvironmentsListByResourceGroupOptionalParams
top?: number;
}

/**
* Optional Parameters.
*/
export interface IntegrationServiceEnvironmentsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* Optional Parameters.
*/
export interface IntegrationServiceEnvironmentsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
/**
* The number of items to be included in the result.
*/
top?: number;
}

/**
* An interface representing LogicManagementClientOptions.
*/
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 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 Down
Loading