forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from deathly809/preview
Fixed documentation and an cmdlet name
- Loading branch information
Showing
42 changed files
with
343 additions
and
84 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
src/StackAdmin/Azs.Commerce.Admin/Help/Azs.Commerce.Admin.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
Module Name: Azs.Commerce.Admin | ||
Module Guid: 2860bcbc-08eb-4667-9277-269bcf727c5a | ||
Download Help Link: | ||
Help Version: 0.1.0 | ||
Locale: en-US | ||
--- | ||
|
||
# Azs.Commerce.Admin Module | ||
## Description | ||
Allows AzureStack administrators to view aggregate subscription usage. | ||
|
||
## Azs.Commerce.Admin Cmdlets | ||
### [Get-AzsSubscriberUsageAggregate](Get-AzsSubscriberUsageAggregate.md) | ||
Gets a collection of SubscriberUsageAggregate, which are UsageAggregates from direct tenants. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
--- | ||
Module Name: Azs.Fabric.Admin | ||
Module Guid: 5e04dc01-069b-4fad-a590-ccff2c6e20b5 | ||
Download Help Link: | ||
Help Version: 0.1.0 | ||
Locale: en-US | ||
--- | ||
|
||
# Azs.Fabric.Admin Module | ||
## Description | ||
Allows AzureStack administrators view and manage their infrastructure. | ||
|
||
## Azs.Fabric.Admin Cmdlets | ||
### [Disable-AzsInfrastructureRoleInstance](Disable-AzsInfrastructureRoleInstance.md) | ||
Shut down an infrastructure role instance. On failure an exception is thrown. | ||
|
||
### [Disable-AzsScaleUnitNode](Disable-AzsScaleUnitNode.md) | ||
Start maintenance mode for a scale unit node. This begins the process of moving all resources off the node. | ||
|
||
### [Enable-AzsScaleUnitNode](Enable-AzsScaleUnitNode.md) | ||
Stop maintenance mode for a scale unit node. | ||
|
||
### [Get-AzsComputeInfrastructureOperation](Get-AzsComputeInfrastructureOperation.md) | ||
Get the status of a compute fabric operation. | ||
|
||
### [Get-AzsEdgeGateway](Get-AzsEdgeGateway.md) | ||
Get edge gateways. | ||
|
||
### [Get-AzsEdgeGatewayPool](Get-AzsEdgeGatewayPool.md) | ||
Get edge gateway pools. | ||
|
||
### [Get-AzsInfrastructureLocation](Get-AzsInfrastructureLocation.md) | ||
Get a list of all fabric locations. | ||
|
||
### [Get-AzsInfrastructureRole](Get-AzsInfrastructureRole.md) | ||
Get infrastructure roles. | ||
|
||
### [Get-AzsInfrastructureRoleInstance](Get-AzsInfrastructureRoleInstance.md) | ||
Get a list of infrastructure role instances. | ||
|
||
### [Get-AzsInfrastructureShare](Get-AzsInfrastructureShare.md) | ||
Get file shares. | ||
|
||
### [Get-AzsInfrastructureVolume](Get-AzsInfrastructureVolume.md) | ||
Get volumes at a location. | ||
|
||
### [Get-AzsIpPool](Get-AzsIpPool.md) | ||
Get infrastructure ip pools. | ||
|
||
### [Get-AzsLogicalNetwork](Get-AzsLogicalNetwork.md) | ||
Get logical networks from a given location. | ||
|
||
### [Get-AzsLogicalSubnet](Get-AzsLogicalSubnet.md) | ||
Get logical subnets under a logical network at a specific location. | ||
|
||
### [Get-AzsMacAddressPool](Get-AzsMacAddressPool.md) | ||
Get MAC address pools at a certain location. | ||
|
||
### [Get-AzsNetworkInfrastructureOperation](Get-AzsNetworkInfrastructureOperation.md) | ||
Get the status of a network fabric operation. | ||
|
||
### [Get-AzsScaleUnit](Get-AzsScaleUnit.md) | ||
Get scale units. | ||
|
||
### [Get-AzsScaleUnitNode](Get-AzsScaleUnitNode.md) | ||
Get scale unit nodes at a certain location. | ||
|
||
### [Get-AzsSlbMuxInstance](Get-AzsSlbMuxInstance.md) | ||
Get software load balanacer multiplexer instances at a certain location. | ||
|
||
### [Get-AzsStoragePool](Get-AzsStoragePool.md) | ||
Get storage pools at a location. | ||
|
||
### [Get-AzsStorageSystem](Get-AzsStorageSystem.md) | ||
Get storage subsystems given a location. | ||
|
||
### [New-AzsIpPool](New-AzsIpPool.md) | ||
Create an infrastructure ip pool. | ||
|
||
### [New-AzsIpPoolObject](New-AzsIpPoolObject.md) | ||
This resource defines the range of IP addresses from which addresses are allocated for nodes within a subnet. | ||
|
||
### [Restart-AzsInfrastructureRoleInstance](Restart-AzsInfrastructureRoleInstance.md) | ||
Reboot an infrastructure role instance. On failure an exception is thrown. | ||
|
||
### [Start-AzsInfrastructureRoleInstance](Start-AzsInfrastructureRoleInstance.md) | ||
Power on an infrastructure role instance. On failure an exception is thrown. | ||
|
||
### [Start-AzsScaleUnitNode](Start-AzsScaleUnitNode.md) | ||
Power on a scale unit node. | ||
|
||
### [Stop-AzsInfrastructureRoleInstance](Stop-AzsInfrastructureRoleInstance.md) | ||
Power off an infrastructure role instance. On failure an exception is thrown. | ||
|
||
### [Stop-AzsScaleUnitNode](Stop-AzsScaleUnitNode.md) | ||
Power off a scale unit node. This will turn off your physical machine and should be used with extreme caution. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.