Skip to content

Commit

Permalink
Fixed disallowed html tags in azure stack content (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins authored Aug 25, 2023
1 parent 1e26d41 commit b419698
Show file tree
Hide file tree
Showing 307 changed files with 342 additions and 342 deletions.
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Backup.Admin/Get-AzsBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IBackupAdminIdentity>: Identity Parameter
INPUTOBJECT `<IBackupAdminIdentity>`: Identity Parameter
- `[Backup <String>]`: Name of the backup.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Name of the backup location.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IBackupAdminIdentity>: Identity Parameter
INPUTOBJECT `<IBackupAdminIdentity>`: Identity Parameter
- `[Backup <String>]`: Name of the backup.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Name of the backup location.
Expand Down
4 changes: 2 additions & 2 deletions azurestackps-2.0.0/Azs.Backup.Admin/Restore-AzsBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IBackupAdminIdentity>: Identity Parameter
INPUTOBJECT `<IBackupAdminIdentity>`: Identity Parameter
- `[Backup <String>]`: Name of the backup.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Name of the backup location.
- `[ResourceGroupName <String>]`: Name of the resource group.
- `[SubscriptionId <String>]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

RESTOREOPTION <IRestoreOptions>: Properties for restore options.
RESTOREOPTION `<IRestoreOptions>`: Properties for restore options.
- `[DecryptionCertBase64 <String>]`: The certificate file raw data in Base64 string. This should be the .pfx file with the private key.
- `[DecryptionCertPassword <String>]`: The password for the decryption certificate.
- `[RoleName <String>]`: The Azure Stack role name for restore, set it to empty for all infrastructure role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BACKUP <IBackupLocation>: Information about the backup location.
BACKUP `<IBackupLocation>`: Information about the backup location.
- `[Location <String>]`: Location of the resource.
- `[Tag <IResourceTags>]`: List of key value pairs.
- `[(Any) <String>]`: This indicates any property can be added to this object.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Backup.Admin/Start-AzsBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IBackupAdminIdentity>: Identity Parameter
INPUTOBJECT `<IBackupAdminIdentity>`: Identity Parameter
- `[Backup <String>]`: Name of the backup.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Name of the backup location.
Expand Down
4 changes: 2 additions & 2 deletions azurestackps-2.0.0/Azs.Compute.Admin/Add-AzsPlatformImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ DATADISKS <IDataDisk[]>: Data disks used by the platform image.
- `[Lun <Int32?>]`: Logical unit number.
- `[Uri <String>]`: Location of the disk template.

INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand All @@ -394,7 +394,7 @@ INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
- `[Type <String>]`: Type of extension.
- `[Version <String>]`: The version of the resource.

NEWIMAGE <IPlatformImageParameters>: Parameters used to create a new platform image.
NEWIMAGE `<IPlatformImageParameters>`: Parameters used to create a new platform image.
- `[DataDisk <IDataDisk[]>]`: Data disks used by the platform image.
- `[Lun <Int32?>]`: Logical unit number.
- `[Uri <String>]`: Location of the disk template.
Expand Down
4 changes: 2 additions & 2 deletions azurestackps-2.0.0/Azs.Compute.Admin/Add-AzsVMExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
EXTENSION <IVMExtensionParameters>: Parameters used to create a new Virtual Machine Extension Image.
EXTENSION `<IVMExtensionParameters>`: Parameters used to create a new Virtual Machine Extension Image.
- `[ComputeRole <String>]`: Compute role
- `[IsSystemExtension <Boolean?>]`: Indicates if the extension is for the system.
- `[ProvisioningState <ProvisioningState?>]`: Provisioning state of extension.
Expand All @@ -394,7 +394,7 @@ EXTENSION <IVMExtensionParameters>: Parameters used to create a new Virtual Mach
- `[VMScaleSetEnabled <Boolean?>]`: Value indicating whether the extension is enabled for virtual machine scale set support.
- `[VmosType <OSType?>]`: Target virtual machine operating system type necessary for deploying the extension handler.

INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Compute.Admin/Get-AzsDisk.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Compute.Admin/Get-AzsVMExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
NEWQUOTA <IQuota>: Holds Compute quota information used to control resource allocation.
NEWQUOTA `<IQuota>`: Holds Compute quota information used to control resource allocation.
- `[Location <String>]`: Location of the resource.
- `[AvailabilitySetCount <Int32?>]`: Maximum number of availability sets allowed.
- `[CoresLimit <Int32?>]`: Maximum number of cores allowed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IComputeAdminIdentity>: Identity Parameter
INPUTOBJECT `<IComputeAdminIdentity>`: Identity Parameter
- `[DiskId <String>]`: The disk guid as identity.
- `[Id <String>]`: Resource identity path
- `[Location <String>]`: Location of the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
NEWQUOTA <IQuota>:
NEWQUOTA `<IQuota>`:
- `[Location <String>]`: Location of the resource.
- `[AvailabilitySetCount <Int32?>]`: Maximum number of availability sets allowed.
- `[CoresLimit <Int32?>]`: Maximum number of cores allowed.
Expand Down
4 changes: 2 additions & 2 deletions azurestackps-2.0.0/Azs.Fabric.Admin/Add-AzsScaleUnitNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand All @@ -332,7 +332,7 @@ NODELIST <IScaleOutScaleUnitParameters[]>: List of nodes in the scale unit.
- `[BmciPv4Address <String>]`: BMC address of the physical machine.
- `[ComputerName <String>]`: Computer name of the physical machine.

SCALEUNITNODEPARAMETER <IScaleOutScaleUnitParametersList>: A list of input data that allows for adding a set of scale unit nodes.
SCALEUNITNODEPARAMETER `<IScaleOutScaleUnitParametersList>`: A list of input data that allows for adding a set of scale unit nodes.
- `[AwaitStorageConvergence <Boolean?>]`: Flag indicates if the operation should wait for storage to converge before returning.
- `[NodeList <IScaleOutScaleUnitParameters[]>]`: List of nodes in the scale unit.
- `[BmciPv4Address <String>]`: BMC address of the physical machine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>:
INPUTOBJECT `<IFabricAdminIdentity>`:
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>:
INPUTOBJECT `<IFabricAdminIdentity>`:
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Fabric.Admin/Get-AzsDrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Fabric.Admin/Get-AzsEdgeGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>:
INPUTOBJECT `<IFabricAdminIdentity>`:
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
2 changes: 1 addition & 1 deletion azurestackps-2.0.0/Azs.Fabric.Admin/Get-AzsIPPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
INPUTOBJECT `<IFabricAdminIdentity>`: Identity Parameter
- `[Drive <String>]`: Name of the storage drive.
- `[EdgeGateway <String>]`: Name of the edge gateway.
- `[EdgeGatewayPool <String>]`: Name of the edge gateway pool.
Expand Down
Loading

0 comments on commit b419698

Please sign in to comment.