Skip to content

Commit

Permalink
Merge pull request #30 from deathly809/preview
Browse files Browse the repository at this point in the history
Fixed documentation and an cmdlet name
  • Loading branch information
markcowl authored Oct 19, 2017
2 parents d6652ba + 7013eeb commit 5ff877b
Show file tree
Hide file tree
Showing 42 changed files with 343 additions and 84 deletions.
16 changes: 16 additions & 0 deletions src/StackAdmin/Azs.Commerce.Admin/Help/Azs.Commerce.Admin.md
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.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gets a collection of SubscriberUsageAggregate, which are UsageAggregates from di
```
Get-AzsSubscriberUsageAggregate [-SubscriberId <String>] -ReportedStartTime <DateTime>
[-AggregationGranularity <String>] -ReportedEndTime <DateTime> [-ContinuationToken <String>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -115,6 +116,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Initial release of the Commerce Admin module. Allows administrators to view aggregate subscription usage.'
ReleaseNotes = 'Initial release of the Commerce Admin module. Allows AzureStack administrators to view aggregate subscription usage.'

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down
97 changes: 97 additions & 0 deletions src/StackAdmin/Azs.Fabric.Admin/Help/Azs.Fabric.Admin.md
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.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Shut down an infrastructure role instance. On failure an exception is thrown.

```
Disable-AzsInfrastructureRoleInstance -InfrastructureRoleInstance <String> -Location <String> [-AsJob]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -79,6 +80,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Start maintenance mode for a scale unit node. This begins the process of moving
## SYNTAX

```
Disable-AzsScaleUnitNode -ScaleUnitNode <String> -Location <String> [-AsJob]
Disable-AzsScaleUnitNode -ScaleUnitNode <String> -Location <String> [-AsJob] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -79,6 +79,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Stop maintenance mode for a scale unit node.
## SYNTAX

```
Enable-AzsScaleUnitNode -ScaleUnitNode <String> -Location <String> [-AsJob]
Enable-AzsScaleUnitNode -ScaleUnitNode <String> -Location <String> [-AsJob] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -79,6 +79,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ online version:
schema: 2.0.0
---

# Get-AzsComputeFabricOperation
# Get-AzsComputeInfrastructureOperation

## SYNOPSIS
Get the status of a compute fabric operation.

## SYNTAX

```
Get-AzsComputeFabricOperation -ComputeOperationResult <String> -Provider <String> -Location <String>
Get-AzsComputeInfrastructureOperation -ComputeOperationResult <String> -Provider <String> -Location <String>
[<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -23,7 +24,7 @@ Get the status of a compute fabric operation.

### Example 1
```
PS C:\> Get-AzsComputeFabricOperation -Location "local" -Provider "Microsoft.Fabric.Admin" -ComputeOperationResult "fdcdefb6-6fd0-402c-8b0c-5765b8fc4dc1"
PS C:\> Get-AzsComputeInfrastructureOperation -Location "local" -Provider "Microsoft.Fabric.Admin" -ComputeOperationResult "fdcdefb6-6fd0-402c-8b0c-5765b8fc4dc1"
ProvisioningState
-----------------------
Expand Down Expand Up @@ -79,6 +80,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
8 changes: 5 additions & 3 deletions src/StackAdmin/Azs.Fabric.Admin/Help/Get-AzsEdgeGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Get edge gateways.

### EdgeGateways_List (Default)
```
Get-AzsEdgeGateway [-Filter <String>] [-Skip <Int32>] -Location <String> [-Top <Int32>]
Get-AzsEdgeGateway [-Filter <String>] [-Skip <Int32>] -Location <String> [-Top <Int32>] [<CommonParameters>]
```

### EdgeGateways_Get
```
Get-AzsEdgeGateway -EdgeGateway <String> -Location <String>
Get-AzsEdgeGateway -EdgeGateway <String> -Location <String> [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -46,7 +46,6 @@ PS C:\> Get-AzsEdgeGateway -Location "local" -EdgeGateway "AzS-Gwy01"
Type State TotalCapacity Name AvailableCapacity
---- ----- ------------- ---- -----------------
Microsoft.Fabric.Admin/fabricLocations/edgeGateways Active 100000000 AzS-Gwy01 100000000
```

Get a specific edge gateway.
Expand Down Expand Up @@ -129,6 +128,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Get edge gateway pools.
### EdgeGatewayPools_List (Default)
```
Get-AzsEdgeGatewayPool [-Filter <String>] [-Skip <Int32>] -Location <String> [-Top <Int32>]
[<CommonParameters>]
```

### EdgeGatewayPools_Get
```
Get-AzsEdgeGatewayPool -EdgeGatewayPool <String> -Location <String>
Get-AzsEdgeGatewayPool -EdgeGatewayPool <String> -Location <String> [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -35,20 +36,17 @@ GatewayCapacityKiloBitsPerSecond Type
-------------------------------- ---- ------------ --------------- ------------
100000000 Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools 00000000-5555-0000-0001-000000000000 {AzS-Gwy01}
200000000 Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools 00000000-4444-0000-0001-000000000000 {AzS-Gwy02}
```

Get a list of all Edge Gateway pools.

### Example 2

```
PS C:\> Get-AzsEdgeGatewayPool -Location "local" -EdgeGatewayPool "AzS-Gwy01"
GatewayCapacityKiloBitsPerSecond Type GreVipSubnet PublicIpAddress EdgeGateways
-------------------------------- ---- ------------ --------------- ------------
100000000 Microsoft.Fabric.Admin/fabricLocations/edgeGatewayPools 00000000-5555-0000-0001-000000000000 {AzS-Gwy01}
```

Get a specific edge gateway pool.
Expand Down Expand Up @@ -131,6 +129,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Get a list of all fabric locations.
### FabricLocations_List (Default)
```
Get-AzsInfrastructureLocation [-Filter <String>] [-Skip <Int32>] -Location <String> [-Top <Int32>]
[<CommonParameters>]
```

### FabricLocations_Get
```
Get-AzsInfrastructureLocation -FabricLocation <String> -Location <String>
Get-AzsInfrastructureLocation -FabricLocation <String> -Location <String> [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -117,6 +118,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
Expand Down
Loading

0 comments on commit 5ff877b

Please sign in to comment.