Skip to content

Commit b22b207

Browse files
author
Maddie Clayton
authored
Merge pull request #7087 from deathly809/Compute1.5.0
[Azure Stack][Admin] Compute update for Azure Stack 1.5.0
2 parents 2e3d149 + 3fb8f4e commit b22b207

File tree

58 files changed

+1941
-49562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1941
-49562
lines changed

src/StackAdmin/Azs.Compute.Admin/Help/Add-AzsPlatformImage.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Azs.Compute.Admin-help.xml
33
Module Name: Azs.Compute.Admin
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -23,7 +23,7 @@ Add a platform image.
2323

2424
## EXAMPLES
2525

26-
### EXAMPLE 1
26+
### -------------------------- EXAMPLE 1 --------------------------
2727
```
2828
Add-AzsPlatformImage -Publisher Test -Offer UbuntuServer -Sku 16.04-LTS -Version 1.0.0 -OsType "Linux" -OsUri "https://test.blob.local.azurestack.external/test/xenial-server-cloudimg-amd64-disk1.vhd"
2929
```
@@ -38,7 +38,7 @@ Run asynchronous as a job and return the job object.
3838
```yaml
3939
Type: SwitchParameter
4040
Parameter Sets: (All)
41-
Aliases:
41+
Aliases:
4242

4343
Required: False
4444
Position: Named
@@ -53,7 +53,7 @@ The part number is used to bill for software costs.
5353
```yaml
5454
Type: String
5555
Parameter Sets: (All)
56-
Aliases:
56+
Aliases:
5757

5858
Required: False
5959
Position: 7
@@ -68,7 +68,7 @@ Data disks used by the platform image.
6868
```yaml
6969
Type: DataDisk[]
7070
Parameter Sets: (All)
71-
Aliases:
71+
Aliases:
7272

7373
Required: False
7474
Position: 8
@@ -83,7 +83,7 @@ Don't ask for confirmation.
8383
```yaml
8484
Type: SwitchParameter
8585
Parameter Sets: (All)
86-
Aliases:
86+
Aliases:
8787

8888
Required: False
8989
Position: Named
@@ -98,7 +98,7 @@ Location of the resource.
9898
```yaml
9999
Type: String
100100
Parameter Sets: (All)
101-
Aliases:
101+
Aliases:
102102

103103
Required: False
104104
Position: 9
@@ -113,7 +113,7 @@ Name of the offer.
113113
```yaml
114114
Type: String
115115
Parameter Sets: (All)
116-
Aliases:
116+
Aliases:
117117

118118
Required: True
119119
Position: 2
@@ -128,7 +128,7 @@ Operating system type.
128128
```yaml
129129
Type: Object
130130
Parameter Sets: (All)
131-
Aliases:
131+
Aliases:
132132

133133
Required: True
134134
Position: 5
@@ -143,7 +143,7 @@ Location of the disk.
143143
```yaml
144144
Type: String
145145
Parameter Sets: (All)
146-
Aliases:
146+
Aliases:
147147

148148
Required: True
149149
Position: 6
@@ -158,7 +158,7 @@ Name of the publisher.
158158
```yaml
159159
Type: String
160160
Parameter Sets: (All)
161-
Aliases:
161+
Aliases:
162162

163163
Required: True
164164
Position: 1
@@ -173,7 +173,7 @@ Name of the SKU.
173173
```yaml
174174
Type: String
175175
Parameter Sets: (All)
176-
Aliases:
176+
Aliases:
177177

178178
Required: True
179179
Position: 3
@@ -188,7 +188,7 @@ The version of the virtual machine platform image.
188188
```yaml
189189
Type: String
190190
Parameter Sets: (All)
191-
Aliases:
191+
Aliases:
192192

193193
Required: True
194194
Position: 4
@@ -229,14 +229,15 @@ Accept wildcard characters: False
229229
```
230230
231231
### CommonParameters
232-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
233-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
232+
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).
234233
235234
## INPUTS
236235
237236
## OUTPUTS
238237
239-
### Microsoft.AzureStack.Management.Compute.Admin.Models.PlatformImage
238+
### PlatformImageObject
239+
240240
## NOTES
241241
242242
## RELATED LINKS
243+

src/StackAdmin/Azs.Compute.Admin/Help/Add-AzsVMExtension.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Azs.Compute.Admin-help.xml
33
Module Name: Azs.Compute.Admin
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -23,7 +23,7 @@ Create a virtual machine extension image.
2323

2424
## EXAMPLES
2525

26-
### EXAMPLE 1
26+
### -------------------------- EXAMPLE 1 --------------------------
2727
```
2828
Add-AzsVMExtension -Publisher "Microsoft" -Type "MicroExtension" -Version "0.1.0" -ComputeRole "IaaS" -SourceBlob "https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip" -SupportMultipleExtensions -VmOsType "Linux"
2929
```
@@ -38,7 +38,7 @@ Run asynchronous as a job and return the job object.
3838
```yaml
3939
Type: SwitchParameter
4040
Parameter Sets: (All)
41-
Aliases:
41+
Aliases:
4242

4343
Required: False
4444
Position: Named
@@ -53,7 +53,7 @@ The type of role, IaaS or PaaS, this extension supports.
5353
```yaml
5454
Type: String
5555
Parameter Sets: (All)
56-
Aliases:
56+
Aliases:
5757

5858
Required: True
5959
Position: 6
@@ -68,7 +68,7 @@ Don't ask for confirmation.
6868
```yaml
6969
Type: SwitchParameter
7070
Parameter Sets: (All)
71-
Aliases:
71+
Aliases:
7272

7373
Required: False
7474
Position: Named
@@ -83,7 +83,7 @@ Indicates if the extension is for the system.
8383
```yaml
8484
Type: SwitchParameter
8585
Parameter Sets: (All)
86-
Aliases:
86+
Aliases:
8787

8888
Required: False
8989
Position: Named
@@ -98,7 +98,7 @@ Location of the resource.
9898
```yaml
9999
Type: String
100100
Parameter Sets: (All)
101-
Aliases:
101+
Aliases:
102102

103103
Required: False
104104
Position: 7
@@ -113,7 +113,7 @@ Name of the publisher.
113113
```yaml
114114
Type: String
115115
Parameter Sets: (All)
116-
Aliases:
116+
Aliases:
117117

118118
Required: True
119119
Position: 1
@@ -128,7 +128,7 @@ URI to virtual machine extension package.
128128
```yaml
129129
Type: Object
130130
Parameter Sets: (All)
131-
Aliases:
131+
Aliases:
132132

133133
Required: True
134134
Position: 4
@@ -143,7 +143,7 @@ True if supports multiple extensions.
143143
```yaml
144144
Type: SwitchParameter
145145
Parameter Sets: (All)
146-
Aliases:
146+
Aliases:
147147

148148
Required: False
149149
Position: Named
@@ -158,7 +158,7 @@ Type of extension.
158158
```yaml
159159
Type: String
160160
Parameter Sets: (All)
161-
Aliases:
161+
Aliases:
162162

163163
Required: True
164164
Position: 2
@@ -173,7 +173,7 @@ The version of the vritual machine image extension.
173173
```yaml
174174
Type: String
175175
Parameter Sets: (All)
176-
Aliases:
176+
Aliases:
177177

178178
Required: True
179179
Position: 3
@@ -188,7 +188,7 @@ Target virtual machine operating system type necessary for deploying the extensi
188188
```yaml
189189
Type: Object
190190
Parameter Sets: (All)
191-
Aliases:
191+
Aliases:
192192

193193
Required: True
194194
Position: 5
@@ -203,7 +203,7 @@ Value indicating whether the extension is enabled for virtual machine scale set
203203
```yaml
204204
Type: SwitchParameter
205205
Parameter Sets: (All)
206-
Aliases:
206+
Aliases:
207207

208208
Required: False
209209
Position: Named
@@ -244,14 +244,15 @@ Accept wildcard characters: False
244244
```
245245
246246
### CommonParameters
247-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
248-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
247+
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).
249248
250249
## INPUTS
251250
252251
## OUTPUTS
253252
254-
### Microsoft.AzureStack.Management.Compute.Admin.Models.VMExtension
253+
### VmExtensionObject
254+
255255
## NOTES
256256
257257
## RELATED LINKS
258+

src/StackAdmin/Azs.Compute.Admin/Help/Get-AzsComputeQuota.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Azs.Compute.Admin-help.xml
33
Module Name: Azs.Compute.Admin
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -32,14 +32,14 @@ Get a list of existing quotas.
3232

3333
## EXAMPLES
3434

35-
### EXAMPLE 1
35+
### -------------------------- EXAMPLE 1 --------------------------
3636
```
3737
Get-AzsComputeQuota -Location 'local'
3838
```
3939

4040
Get all compute quotas at the specified location.
4141

42-
### EXAMPLE 2
42+
### -------------------------- EXAMPLE 2 --------------------------
4343
```
4444
Get-AzsComputeQuota 'Default Quota'
4545
```
@@ -54,7 +54,7 @@ Get a specific compute quota.
5454
```yaml
5555
Type: String
5656
Parameter Sets: List, Get
57-
Aliases:
57+
Aliases:
5858

5959
Required: False
6060
Position: Named
@@ -69,7 +69,7 @@ Name of the quota.
6969
```yaml
7070
Type: String
7171
Parameter Sets: Get
72-
Aliases:
72+
Aliases:
7373

7474
Required: True
7575
Position: 1
@@ -101,6 +101,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
101101
## OUTPUTS
102102
103103
### ComputeQuotaObject
104+
104105
## NOTES
105106
106107
## RELATED LINKS
108+

0 commit comments

Comments
 (0)