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

New Module for Azure API Management Service #332

Closed
nikhilpatne opened this issue Nov 24, 2020 · 0 comments · Fixed by #333
Closed

New Module for Azure API Management Service #332

nikhilpatne opened this issue Nov 24, 2020 · 0 comments · Fixed by #333
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module

Comments

@nikhilpatne
Copy link
Contributor

Would be good to have a module for Azure API Management Service.

https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/2020-06-01-preview/service

SUMMARY

An Ansible module that allows for create, delete and update azure api management service.

ISSUE TYPE
  • New Module request
COMPONENT NAME

azure_rm_apimanagementservice
azure_rm_apimanagementservice_info

ADDITIONAL INFORMATION

Would be able to create, update and delete Azure API Management service.

- name: ApiManagementCreateService
  azure_rm_apimanagementservice:
    resource_group: myResourceGroup
    name: myService
    publisher_email: user@example.com
    publisher_name: Publisher Name
    sku_name: Developer
    sku_capacity: 1

@Fred-sun Fred-sun added has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module labels Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants