Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
[Y <String>]: Y coordinate for the Elliptic Curve point
.Link
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
#>
function New-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Module Name: Az.Attestation
Module Guid: 2c3f4dc7-21e2-45f3-87dd-9f3ba30ae484
Download Help Link: https://docs.microsoft.com/powershell/module/az.attestation
Download Help Link: https://learn.microsoft.com/powershell/module/az.attestation
Help Version: 1.0.0.0
Locale: en-US
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
#>
function Get-AzAttestationDefaultProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
#>
function Get-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ New-AzAttestationProvider -Name testprovider2 -ResourceGroupName test-rg -Locati
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider
.Link
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
#>
function New-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
#>
function Get-AzAttestationDefaultProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
Expand Down Expand Up @@ -228,7 +228,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
#>
function Get-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider], [Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult])]
Expand Down Expand Up @@ -421,7 +421,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
#>
function Remove-AzAttestationProvider {
[OutputType([System.Boolean])]
Expand Down Expand Up @@ -614,7 +614,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
#>
function Update-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down Expand Up @@ -794,7 +794,7 @@ New-AzAttestationProvider -Name testprovider2 -ResourceGroupName test-rg -Locati
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider
.Link
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
#>
function New-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
#>
function Remove-AzAttestationProvider {
[OutputType([System.Boolean])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ INPUTOBJECT <IAttestationIdentity>: Identity Parameter
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
[SubscriptionId <String>]: The ID of the target subscription.
.Link
https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
#>
function Update-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lists all of the available Azure attestation operations.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
#>
function Get-AzAttestationOperation {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
[Y <String>]: Y coordinate for the Elliptic Curve point
.Link
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
#>
function New-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lists all of the available Azure attestation operations.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList
.Link
https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationoperation
#>
function Get-AzAttestationOperation {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationList])]
Expand Down Expand Up @@ -159,7 +159,7 @@ POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter i
[X5C <String[]>]: The "x5c" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
[Y <String>]: Y coordinate for the Elliptic Curve point
.Link
https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
#>
function New-AzAttestationProvider {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider])]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/add-azattestationpolicysigner
online version: https://learn.microsoft.com/powershell/module/az.attestation/add-azattestationpolicysigner
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/Attestation/Attestation/help/Az.Attestation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Module Name: Az.Attestation
Module Guid: 249cb945-683e-4866-a9af-5704a2d890a5
Download Help Link: https://docs.microsoft.com/powershell/module/az.attestation
Download Help Link: https://learn.microsoft.com/powershell/module/az.attestation
Help Version: 0.0.1.0
Locale: en-US
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.Attestation-help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationdefaultprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationpolicy
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationpolicy
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationpolicysigners
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationpolicysigners
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.Attestation-help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/get-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.Attestation-help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/new-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationpolicysigner
online version: https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationpolicysigner
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.Attestation-help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/remove-azattestationprovider
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/reset-azattestationpolicy
online version: https://learn.microsoft.com/powershell/module/az.attestation/reset-azattestationpolicy
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll-Help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/set-azattestationpolicy
online version: https://learn.microsoft.com/powershell/module/az.attestation/set-azattestationpolicy
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.Attestation-help.xml
Module Name: Az.Attestation
online version: https://docs.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
online version: https://learn.microsoft.com/powershell/module/az.attestation/update-azattestationprovider
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/Automanage/exports/Get-AzAutomanageBestPractice.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzAutomanageBestPractice -Name AzureBestPracticesProduction
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IBestPractice
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagebestpractice
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagebestpractice
#>
function Get-AzAutomanageBestPractice {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IBestPractice])]
Expand Down
2 changes: 1 addition & 1 deletion src/Automanage/exports/Get-AzAutomanageConfigProfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofile
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofile
#>
function Get-AzAutomanageConfigProfile {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfile])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofileassignment
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofileassignment
#>
function Get-AzAutomanageConfigProfileAssignment {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehciassignment
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehciassignment
#>
function Get-AzAutomanageConfigProfileHciAssignment {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehcrpassignment
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanageconfigprofilehcrpassignment
#>
function Get-AzAutomanageConfigProfileHcrpAssignment {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IConfigurationProfileAssignment])]
Expand Down
2 changes: 1 addition & 1 deletion src/Automanage/exports/Get-AzAutomanageHciReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagehcireport
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagehcireport
#>
function Get-AzAutomanageHciReport {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]
Expand Down
2 changes: 1 addition & 1 deletion src/Automanage/exports/Get-AzAutomanageHcrpReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagehcrpreport
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagehcrpreport
#>
function Get-AzAutomanageHcrpReport {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]
Expand Down
2 changes: 1 addition & 1 deletion src/Automanage/exports/Get-AzAutomanageReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INPUTOBJECT <IAutomanageIdentity>: Identity Parameter
[VMName <String>]: The name of the virtual machine.
[VersionName <String>]: The Automanage best practice version name.
.Link
https://docs.microsoft.com/powershell/module/az.automanage/get-azautomanagereport
https://learn.microsoft.com/powershell/module/az.automanage/get-azautomanagereport
#>
function Get-AzAutomanageReport {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport])]
Expand Down
Loading