Giter Club home page Giter Club logo

letsencrypt_az_aadds_renewal's Introduction

Hi there ๐Ÿ‘‹

letsencrypt_az_aadds_renewal's People

Contributors

zchoate avatar

Watchers

 avatar  avatar

letsencrypt_az_aadds_renewal's Issues

DnsPlugin Issue

Fewer DnsPlugin values than names in the order. Using Cloudflare for the rest.
And looking at the JSON after the job failed:

{   **REDACTED**
    "type": "Microsoft.Automation/AutomationAccounts/Jobs",
    "properties": {
        "jobId": "**REDACTED**",
        "creationTime": "2021-03-10T16:19:31.2955324+00:00",
        "provisioningState": "Failed",
        "status": "Failed",
        "statusDetails": "None",
        "startedBy": "{scrubbed}",
        "startTime": "2021-03-10T16:22:16.3193816+00:00",
        "endTime": "2021-03-10T16:22:16.3193816+00:00",
        "lastModifiedTime": "2021-03-10T16:22:16.3193816+00:00",
        "lastStatusModifiedTime": "2021-03-10T16:22:16.3193816+00:00",
        "exception": "The remote server returned an error: (400) Bad Request. (The remote server returned an error: (400) Bad Request.)",
        "parameters": {},
        "runOn": null,
        "runbook": {
            "name": "Install-LE-AADDS"
        }
    }

All details are correct - as we tested them (API, etc with another service)

rest patch api failing

Hi Zach,

Would you have any insights on this?
Seems we have got further once more...

But now run into these errors...

ERROR: You cannot call a method on a null-valued expression.
At line:192 char:1
+ $cacheItem = $cache.ReadItems()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR: Cannot index into a null array.
At line:193 char:1
+ $accessToken=($cacheItem | Where-Object { $_.Resource -eq "https://ma ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
ERROR: Invoke-RestMethod : {"error":{"code":"AuthenticationFailedMissingToken","message":"Authentication failed. The 
'Authorization' header is missing the access token."}}
At line:199 char:1
+ Invoke-RestMethod -Uri $url -Headers $headerParams -Method Patch -Con ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], 
WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

Any help is always greatly appreciated!

Kind regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.