-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrected docs for Get-AzSecurityPricing & Set-AzSecurityPricing #13159
Conversation
Updated examples, descriptions, and output
#sign-off |
@taklei please can you help me get the checks to complete? |
/azp run azure-powershell - powershell-core |
Azure Pipelines successfully started running 1 pipeline(s). |
``` | ||
|
||
Gets all the configured pricing tiers for the subscription and the resource groups under it. | ||
Gets all the configured pricing tiers for the subscription. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to correlate between the terms here to Azure Defender terminology. @memildin , Does this legitimate to add a link here to our documentation for more information about our Azure Defender plans and bundles?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amitbiton1988, I can certainly try.
Again, there are no "bundles" anymore.
``` | ||
|
||
Gets the configured pricing tier for the "myService1" resource group. | ||
Gets pricing details of the specific ID. Where ResourceId is one of IDs from example 1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "where resourceId is one of the Azure defender plans resource id returned in "Get-AzSecurityPricing" (since the example will be out of date once we add a new bundle)
PS C:\> Get-AzSecurityPricing -Name | ||
``` | ||
|
||
Gets pricing details of the named Azure Defender plan. Where `name` is one of the names from example 1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
#sign-off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @chshum.
I've handled these changes in the latest commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever you update the SYNOPSIS of a cmdlet you would like to update the catalog file help/Az.***.md
as well. (I've done that)
Pending you final approval @chshum
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
#sign-off |
@isra-fel do you know when this will be published? |
Updated examples, descriptions, and output
Description
Updated examples, descriptions, and output. This is a Docs-only change: the API was updated months ago.
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added