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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user