Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Conversation

@neerajmandal
Copy link
Contributor

Added feature to specify subscription ID in the CLI which overrides any existing subscriptions ID and deploys the functions to the subscription specified by the user.

sls deploy -i <subscriptionID>

AB#360

@coveralls
Copy link

coveralls commented Jul 11, 2019

Coverage Status

Coverage decreased (-0.1%) to 76.221% when pulling 635d308 on t-nemand/azureSubId into 4208625 on dev.

@neerajmandal neerajmandal changed the title feat: Added feature to specify Azure Subcription ID from CLI before deployment feat: Added feature to specify Azure Subcription ID in CLI before deployment Jul 12, 2019
@neerajmandal neerajmandal changed the title feat: Added feature to specify Azure Subcription ID in CLI before deployment feat: Added feature to specify Azure subcription ID in CLI before deployment Jul 12, 2019
Copy link
Contributor

@wbreza wbreza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good - just need some new unit tests.

public hooks: { [eventName: string]: Promise<any> };

public constructor(serverless: Serverless, private options: Serverless.Options) {
public constructor(serverless: Serverless, private options: Serverless.Options & AzureLoginOptions) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs new unit tests to validate this behavior.

@neerajmandal neerajmandal deleted the t-nemand/azureSubId branch July 12, 2019 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants