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

Azure CLI SDK code gen for Azure Automanage #23552

Closed
The-DevBlog opened this issue Aug 16, 2022 · 4 comments · Fixed by Azure/azure-cli-extensions#5404
Closed

Azure CLI SDK code gen for Azure Automanage #23552

The-DevBlog opened this issue Aug 16, 2022 · 4 comments · Fixed by Azure/azure-cli-extensions#5404
Assignees
Labels
APEX APEX onboarding Automanage Azure CLI Team The command of the issue is owned by Azure CLI team Doing feature-request Use CodeGen v2

Comments

@The-DevBlog
Copy link

Related command

No response

Resource Provider

providersMicrosoft.Compute/virtualMachines//providers/Microsoft.Automanage

Description of Feature or Work Requested

Autorest code generation support for Azure CLI extensions.

Minimum API Version Required

2022-05-04

Swagger PR link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/automanage/resource-manager/Microsoft.Automanage/stable/2022-05-04/automanage.json

Request Example

Create configuration profile
Create configuration profile assignment

Target Date

2022-08-19

Additional context

No response

@yonzhan yonzhan added APEX APEX onboarding feature-request Azure CLI Team The command of the issue is owned by Azure CLI team labels Aug 16, 2022
@yonzhan yonzhan added this to the Backlog milestone Aug 16, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 16, 2022

@jsntcy for awareness

@Jacekey23
Copy link
Contributor

Hi @AndrewCS149,
If this is a request for onboarding a service RP, here is the Azure formal onboarding process via a survey. Noted that it'is one of necessary step to onboard the new RP with CLI team(https://aka.ms/PLRCLIOnboardSurvey).
you might also need the CLI onboarding meeting conversation if possible (Please book 15-min slot here if you have not already done so: https://aka.ms/PLRCLIOnboardCalendar) APEX onboarding.

Let us know anything we could help. Thx.

@The-DevBlog
Copy link
Author

The-DevBlog commented Aug 22, 2022

Thanks @Jacekey23! I've submitted the form. Is there anything I need to do after the submission?

@calvinhzy
Copy link
Member

CLI package is ready for this feature, feel free to follow below steps for test:

install/update cli:
pip install azure-cli -U

install Automange extension
az extension add -n automanage

try new commands:
az automanage -h to see all the commands and you can use -h for the commands to see their required arguments
az automanage configuration-profile create -h
az automanage configuration-profile-assignment vm create -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APEX APEX onboarding Automanage Azure CLI Team The command of the issue is owned by Azure CLI team Doing feature-request Use CodeGen v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants