mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #130] Azure #617
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/130
Author: @qdm12
Created: 12/12/2020
Status: 🔄 Open
Base:
master← Head:azure📝 Commits (1)
9ea949cAzure SDK📊 Changes
8 files changed (+343 additions, -1 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/azure.md(+64 -0)📝
go.mod(+11 -0)📝
go.sum(+29 -1)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/azure/api.go(+77 -0)➕
internal/provider/providers/azure/provider.go(+155 -0)📄 Description
Fix #109
See https://mauridb.medium.com/calling-azure-rest-api-via-curl-eb10a06127 to use a token for authentication? 🤔
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.