1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Added shell script

This commit is contained in:
Heesu Hwang
2017-06-20 14:55:59 -07:00
parent ae9dd97f16
commit f48ef28688
3 changed files with 10 additions and 5 deletions

View File

@@ -17,6 +17,9 @@ import re
from ..record import Record, Update
from .base import BaseProvider
#TODO: changes made to master include adding /build, Makefile to .gitignore and
# making Makefile.
# Only made for A records. will have to adjust for more generic params types
class _AzureRecord(object):
def __init__(self, resource_group_name, record, values=None):