Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Resource Property Type functions include common parameters in final object created #25

Closed
scrthq opened this issue Mar 19, 2018 · 1 comment
Assignees
Labels

Comments

@scrthq
Copy link
Member

scrthq commented Mar 19, 2018

To replicate:

Add-VSApiGatewayApiKeyStageKey -RestApiId alkjdslkfj -StageName sdlkjsdflkj -Verbose

RestApiId  StageName   Verbose
---------  ---------   -------
alkjdslkfj sdlkjsdflkj True

Should be:

Add-VSApiGatewayApiKeyStageKey -RestApiId alkjdslkfj -StageName sdlkjsdflkj -Verbose

RestApiId  StageName 
---------  ---------  
alkjdslkfj sdlkjsdflkj

Working on fix now

@scrthq scrthq self-assigned this Mar 19, 2018
@scrthq scrthq added the bug label Mar 19, 2018
scrthq added a commit that referenced this issue Mar 19, 2018
updated Convert-SpecToFunction private function to exclude common parameters when iterating through the $PSBoundParameters.Keys to resolve issue #25

Also updated resource and property functions to the latest spec sheet.
@scrthq
Copy link
Member Author

scrthq commented Mar 19, 2018

@scrthq scrthq closed this as completed Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant