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

Cloud Module for Azure API Management #209

Closed
Akasurde opened this issue Jul 28, 2020 · 2 comments · Fixed by #322
Closed

Cloud Module for Azure API Management #209

Akasurde opened this issue Jul 28, 2020 · 2 comments · Fixed by #322
Labels
new_module_issue Request to add a new module

Comments

@Akasurde
Copy link
Member

From @Leon-Africa on Jul 28, 2020 10:30

Would be nice to have a module for this as with Azure API Management.

https://docs.ansible.com/ansible/latest/modules/aws_api_gateway_module.html#aws-api-gateway-module 

SUMMARY

An Ansible module that allows for the management of Azure API Management API's

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_api_managment – Manage Amazon API Management APIs

ADDITIONAL INFORMATION

Would be able to create, manage API Management API's and configurations from the Module. Would not need to do an entire ARM deployment.

# Update API resources for development
- name: update API
  azure_api_management:
    api_id: 'abc123321cba'
    state: present
    swagger_file: my_api.yml / json

# update definitions and deploy API to production
- name: deploy API
 azure_api_management:
    api_id: 'abc123321cba'
    state: present
    swagger_file: my_api.yml / json
    stage: production
    deploy_desc: Make auth fix available.

Copied from original issue: ansible/ansible#70938

@Fred-sun
Copy link
Collaborator

@Akasurde Thank you for submitting this question. This is a new module requirement. You are welcome to add these two modules? Thank you!

@Fred-sun Fred-sun added the new_module_issue Request to add a new module label Aug 5, 2020
@sakar97
Copy link
Contributor

sakar97 commented Oct 27, 2020

Hi @Fred-sun if it's not done can I and @nikhilpatne work on this new module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new_module_issue Request to add a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants