Skip to content

Commit 9aa4ffd

Browse files
authored
Merge pull request MicrosoftDocs#540 from MicrosoftDocs/master
4/17/2019 Publish
2 parents ce5aca7 + 73eb0cd commit 9aa4ffd

File tree

630 files changed

+22771
-3587
lines changed

Some content is hidden

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

630 files changed

+22771
-3587
lines changed

docs-ref-autogen/azure-arm-compute/AccessUri.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items:
88
langs:
99
- typeScript
1010
type: interface
11-
summary: ''
11+
summary: A disk access SAS uri.
1212
package: azure-arm-compute
1313
- uid: azure-arm-compute.AccessUri.accessSAS
1414
name: accessSAS
@@ -17,7 +17,7 @@ items:
1717
langs:
1818
- typeScript
1919
type: property
20-
summary: ''
20+
summary: A SAS uri for accessing a disk.
2121
optional: true
2222
syntax:
2323
content: 'accessSAS?: string'

docs-ref-autogen/azure-arm-compute/AdditionalCapabilities.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ items:
88
langs:
99
- typeScript
1010
type: interface
11-
summary: ''
11+
summary: >-
12+
Enables or disables a capability on the virtual machine or virtual machine
13+
scale set.
1214
package: azure-arm-compute
1315
- uid: azure-arm-compute.AdditionalCapabilities.ultraSSDEnabled
1416
name: ultraSSDEnabled
@@ -17,7 +19,17 @@ items:
1719
langs:
1820
- typeScript
1921
type: property
20-
summary: ''
22+
summary: >-
23+
The flag that enables or disables a capability to have one or more managed
24+
data disks with
25+
26+
UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with
27+
storage account type
28+
29+
UltraSSD_LRS can be added to a virtual machine or virtual machine scale
30+
set only if this
31+
32+
property is enabled.
2133
optional: true
2234
syntax:
2335
content: 'ultraSSDEnabled?: boolean'

docs-ref-autogen/azure-arm-compute/AdditionalUnattendContent.yml

+32-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ items:
1111
langs:
1212
- typeScript
1313
type: interface
14-
summary: ''
14+
summary: >-
15+
Specifies additional XML formatted information that can be included in the
16+
Unattend.xml file,
17+
18+
which is used by Windows Setup. Contents are defined by setting name,
19+
component name, and the
20+
21+
pass in which the content is applied.
1522
package: azure-arm-compute
1623
- uid: azure-arm-compute.AdditionalUnattendContent.componentName
1724
name: componentName
@@ -20,7 +27,11 @@ items:
2027
langs:
2128
- typeScript
2229
type: property
23-
summary: ''
30+
summary: >-
31+
The component name. Currently, the only allowable value is
32+
Microsoft-Windows-Shell-Setup.
33+
34+
Possible values include: 'Microsoft-Windows-Shell-Setup'
2435
optional: true
2536
syntax:
2637
content: 'componentName?: string'
@@ -35,7 +46,14 @@ items:
3546
langs:
3647
- typeScript
3748
type: property
38-
summary: ''
49+
summary: >-
50+
Specifies the XML formatted content that is added to the unattend.xml file
51+
for the specified
52+
53+
path and component. The XML must be less than 4KB and must include the
54+
root element for the
55+
56+
setting or feature that is being inserted.
3957
optional: true
4058
syntax:
4159
content: 'content?: string'
@@ -50,7 +68,11 @@ items:
5068
langs:
5169
- typeScript
5270
type: property
53-
summary: ''
71+
summary: >-
72+
The pass name. Currently, the only allowable value is OobeSystem. Possible
73+
values include:
74+
75+
'OobeSystem'
5476
optional: true
5577
syntax:
5678
content: 'passName?: string'
@@ -65,7 +87,12 @@ items:
6587
langs:
6688
- typeScript
6789
type: property
68-
summary: ''
90+
summary: >-
91+
Specifies the name of the setting to which the content applies. Possible
92+
values are:
93+
94+
FirstLogonCommands and AutoLogon. Possible values include: 'AutoLogon',
95+
'FirstLogonCommands'
6996
optional: true
7097
syntax:
7198
content: 'settingName?: string'

docs-ref-autogen/azure-arm-compute/ApiEntityReference.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items:
88
langs:
99
- typeScript
1010
type: interface
11-
summary: ''
11+
summary: The API entity reference.
1212
package: azure-arm-compute
1313
- uid: azure-arm-compute.ApiEntityReference.id
1414
name: id
@@ -17,7 +17,9 @@ items:
1717
langs:
1818
- typeScript
1919
type: property
20-
summary: ''
20+
summary: |-
21+
The ARM resource id in the form of
22+
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
2123
optional: true
2224
syntax:
2325
content: 'id?: string'

docs-ref-autogen/azure-arm-compute/ApiError.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ items:
1212
langs:
1313
- typeScript
1414
type: interface
15-
summary: ''
15+
summary: Api error.
1616
package: azure-arm-compute
1717
- uid: azure-arm-compute.ApiError.code
1818
name: code
@@ -21,7 +21,7 @@ items:
2121
langs:
2222
- typeScript
2323
type: property
24-
summary: ''
24+
summary: The error code.
2525
optional: true
2626
syntax:
2727
content: 'code?: string'
@@ -36,7 +36,7 @@ items:
3636
langs:
3737
- typeScript
3838
type: property
39-
summary: ''
39+
summary: The Api error details
4040
optional: true
4141
syntax:
4242
content: 'details?: ApiErrorBase[]'
@@ -51,7 +51,7 @@ items:
5151
langs:
5252
- typeScript
5353
type: property
54-
summary: ''
54+
summary: The Api inner error
5555
optional: true
5656
syntax:
5757
content: 'innererror?: InnerError'
@@ -66,7 +66,7 @@ items:
6666
langs:
6767
- typeScript
6868
type: property
69-
summary: ''
69+
summary: The error message.
7070
optional: true
7171
syntax:
7272
content: 'message?: string'
@@ -81,7 +81,7 @@ items:
8181
langs:
8282
- typeScript
8383
type: property
84-
summary: ''
84+
summary: The target of the particular error.
8585
optional: true
8686
syntax:
8787
content: 'target?: string'

docs-ref-autogen/azure-arm-compute/ApiErrorBase.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ items:
1010
langs:
1111
- typeScript
1212
type: interface
13-
summary: ''
13+
summary: Api error base.
1414
package: azure-arm-compute
1515
- uid: azure-arm-compute.ApiErrorBase.code
1616
name: code
@@ -19,7 +19,7 @@ items:
1919
langs:
2020
- typeScript
2121
type: property
22-
summary: ''
22+
summary: The error code.
2323
optional: true
2424
syntax:
2525
content: 'code?: string'
@@ -34,7 +34,7 @@ items:
3434
langs:
3535
- typeScript
3636
type: property
37-
summary: ''
37+
summary: The error message.
3838
optional: true
3939
syntax:
4040
content: 'message?: string'
@@ -49,7 +49,7 @@ items:
4949
langs:
5050
- typeScript
5151
type: property
52-
summary: ''
52+
summary: The target of the particular error.
5353
optional: true
5454
syntax:
5555
content: 'target?: string'

docs-ref-autogen/azure-arm-compute/AutomaticOSUpgradePolicy.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
langs:
1010
- typeScript
1111
type: interface
12-
summary: ''
12+
summary: The configuration parameters used for performing automatic OS upgrade.
1313
package: azure-arm-compute
1414
- uid: azure-arm-compute.AutomaticOSUpgradePolicy.disableAutomaticRollback
1515
name: disableAutomaticRollback
@@ -18,7 +18,9 @@ items:
1818
langs:
1919
- typeScript
2020
type: property
21-
summary: ''
21+
summary: >-
22+
Whether OS image rollback feature should be disabled. Default value is
23+
false.
2224
optional: true
2325
syntax:
2426
content: 'disableAutomaticRollback?: boolean'
@@ -33,7 +35,12 @@ items:
3335
langs:
3436
- typeScript
3537
type: property
36-
summary: ''
38+
summary: >-
39+
Whether OS upgrades should automatically be applied to scale set instances
40+
in a rolling
41+
42+
fashion when a newer version of the image becomes available. Default value
43+
is false.
3744
optional: true
3845
syntax:
3946
content: 'enableAutomaticOSUpgrade?: boolean'

docs-ref-autogen/azure-arm-compute/AutomaticOSUpgradeProperties.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
langs:
1010
- typeScript
1111
type: interface
12-
summary: ''
12+
summary: Describes automatic OS upgrade properties on the image.
1313
package: azure-arm-compute
1414
- uid: azure-arm-compute.AutomaticOSUpgradeProperties.automaticOSUpgradeSupported
1515
name: automaticOSUpgradeSupported
@@ -18,7 +18,7 @@ items:
1818
langs:
1919
- typeScript
2020
type: property
21-
summary: ''
21+
summary: Specifies whether automatic OS upgrade is supported on the image.
2222
syntax:
2323
content: 'automaticOSUpgradeSupported: boolean'
2424
return:

docs-ref-autogen/azure-arm-compute/AvailabilitySet.yml

+37-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,31 @@ items:
1212
langs:
1313
- typeScript
1414
type: interface
15-
summary: ''
15+
summary: >-
16+
Specifies information about the availability set that the virtual machine
17+
should be assigned to.
18+
19+
Virtual machines specified in the same availability set are allocated to
20+
different nodes to
21+
22+
maximize availability. For more information about availability sets, see
23+
[Manage the
24+
25+
availability of virtual
26+
27+
machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
28+
29+
<br><br> For more information on Azure planned maintenance, see [Planned
30+
maintenance for virtual
31+
32+
machines in
33+
34+
Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
35+
36+
<br><br> Currently, a VM can only be added to availability set at creation
37+
time. An existing VM
38+
39+
cannot be added to an availability set.
1640
extends:
1741
name: azure-arm-compute.Resource
1842
package: azure-arm-compute
@@ -23,7 +47,7 @@ items:
2347
langs:
2448
- typeScript
2549
type: property
26-
summary: ''
50+
summary: Fault Domain count.
2751
optional: true
2852
syntax:
2953
content: 'platformFaultDomainCount?: number'
@@ -38,7 +62,7 @@ items:
3862
langs:
3963
- typeScript
4064
type: property
41-
summary: ''
65+
summary: Update Domain count.
4266
optional: true
4367
syntax:
4468
content: 'platformUpdateDomainCount?: number'
@@ -53,7 +77,14 @@ items:
5377
langs:
5478
- typeScript
5579
type: property
56-
summary: ''
80+
summary: >-
81+
Sku of the availability set, only name is required to be set. See
82+
AvailabilitySetSkuTypes for
83+
84+
possible set of values. Use 'Aligned' for virtual machines with managed
85+
disks and 'Classic'
86+
87+
for virtual machines with unmanaged disks. Default value is 'Classic'.
5788
optional: true
5889
syntax:
5990
content: 'sku?: Sku'
@@ -68,7 +99,7 @@ items:
6899
langs:
69100
- typeScript
70101
type: property
71-
summary: ''
102+
summary: The resource status information.
72103
optional: true
73104
syntax:
74105
content: 'statuses?: InstanceViewStatus[]'
@@ -83,7 +114,7 @@ items:
83114
langs:
84115
- typeScript
85116
type: property
86-
summary: ''
117+
summary: A list of references to all virtual machines in the availability set.
87118
optional: true
88119
syntax:
89120
content: 'virtualMachines?: SubResource[]'

docs-ref-autogen/azure-arm-compute/AvailabilitySetListResult.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
langs:
1010
- typeScript
1111
type: interface
12-
summary: ''
12+
summary: The List Availability Set operation response.
1313
extends:
1414
name: Array<azure-arm-compute.AvailabilitySet>
1515
package: azure-arm-compute
@@ -34,7 +34,11 @@ items:
3434
langs:
3535
- typeScript
3636
type: property
37-
summary: ''
37+
summary: >-
38+
The URI to fetch the next page of AvailabilitySets. Call ListNext() with
39+
this URI to fetch the
40+
41+
next page of AvailabilitySets.
3842
optional: true
3943
syntax:
4044
content: 'nextLink?: string'

0 commit comments

Comments
 (0)