-
Notifications
You must be signed in to change notification settings - Fork 30
Fixing\Updating AzsAdmin Compute powershell generation and tests. #122
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
Conversation
|
There are tests that have not been implemented, will these be implemented in the future? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
The "Feature" tests are being implemented by Miguel. For the other NotImplemented tests I will create work items to implement those in a later effort. However, these other APIs are not changed recently and are being covered in our nightly team CI runs. |
….psm1; Including all recordings.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 122 in repo Azure/azurestack-powershell |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| @@ -0,0 +1,25 @@ | |||
| @{ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you need to check in this file, it should be generated by build-module.ps1 automatically.
| @@ -0,0 +1,16 @@ | |||
| #This script converts securestring to plaintext | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to commit this utils/ folder as these are files generated by autorest command and will overwrite this.
|
@travist13 closing this PR as your other PR is merged. |
Open API spec PR is updated and merged.
Dependent Open API Spec PR: Azure/azure-rest-api-specs#15059
This fixes many of the issues with the module generation and the tests. I also added a test for the new computeScaleUnit API.