Skip to content

Remove redundant az network public-ip list call - #9048

Merged
Beth Harvey (GitHubber17) merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1
May 24, 2018
Merged

Remove redundant az network public-ip list call#9048
Beth Harvey (GitHubber17) merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1

Conversation

@c-w

Copy link
Copy Markdown
Contributor

The current version of the AKS ingress example makes two az network public-ip list calls to uniquely identify the public IP resource: one to grab the resource group of the public IP and one to grab the resource name of the public IP. These two calls can be replaced by a single call to fetch the resource ID of the public IP.

The current version of the AKS ingress example makes two `az network public-ip list` calls to uniquely identify the public IP resource: one to grab the resource group of the public IP and one to grab the resource name of the public IP. These two calls can be replaced by a single call to fetch the resource ID of the public IP.
@PRMerger10

Copy link
Copy Markdown
Contributor

Clemens Wolff (@c-w) : Thanks for your contribution! The author, Neil Peterson (@neilpeterson), has been notified to review your proposed change.

@neilpeterson

Copy link
Copy Markdown
Contributor

Clemens Wolff (@c-w) thanks a bunch for this. Confirmed on my end, #sign-off .

@GitHubber17
Beth Harvey (GitHubber17) merged commit 5a59ee6 into MicrosoftDocs:master May 24, 2018
@c-w
Clemens Wolff (c-w) deleted the patch-1 branch May 24, 2018 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants