Skip to content

Commit f7a74c5

Browse files
author
VSC-Service-Account
committed
CI Update
1 parent 50cae4e commit f7a74c5

File tree

261 files changed

+8246
-1114
lines changed

Some content is hidden

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

261 files changed

+8246
-1114
lines changed

docs-ref-autogen/azure-arm-containerregistry/Actor.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ items:
88
langs:
99
- typeScript
1010
type: interface
11-
summary: ''
11+
summary: >-
12+
The agent that initiated the event. For most situations, this could be
13+
from the authorization
14+
15+
context of the request.
1216
package: azure-arm-containerregistry
1317
- uid: azure-arm-containerregistry.Actor.name
1418
name: name
@@ -17,7 +21,9 @@ items:
1721
langs:
1822
- typeScript
1923
type: property
20-
summary: ''
24+
summary: >-
25+
The subject or username associated with the request context that generated
26+
the event.
2127
optional: true
2228
syntax:
2329
content: 'name?: string'

docs-ref-autogen/azure-arm-containerregistry/AgentProperties.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: The properties that determine the run agent configuration.
1212
package: azure-arm-containerregistry
1313
- uid: azure-arm-containerregistry.AgentProperties.cpu
1414
name: cpu
@@ -17,7 +17,7 @@ items:
1717
langs:
1818
- typeScript
1919
type: property
20-
summary: ''
20+
summary: The CPU configuration in terms of number of cores required for the run.
2121
optional: true
2222
syntax:
2323
content: 'cpu?: number'

docs-ref-autogen/azure-arm-containerregistry/Argument.yml

+8-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: The properties of a run argument.
1414
package: azure-arm-containerregistry
1515
- uid: azure-arm-containerregistry.Argument.isSecret
1616
name: isSecret
@@ -19,7 +19,11 @@ items:
1919
langs:
2020
- typeScript
2121
type: property
22-
summary: ''
22+
summary: >-
23+
Flag to indicate whether the argument represents a secret and want to be
24+
removed from build
25+
26+
logs.
2327
optional: true
2428
syntax:
2529
content: 'isSecret?: boolean'
@@ -34,7 +38,7 @@ items:
3438
langs:
3539
- typeScript
3640
type: property
37-
summary: ''
41+
summary: The name of the argument.
3842
syntax:
3943
content: 'name: string'
4044
return:
@@ -48,7 +52,7 @@ items:
4852
langs:
4953
- typeScript
5054
type: property
51-
summary: ''
55+
summary: The value of the argument.
5256
syntax:
5357
content: 'value: string'
5458
return:

docs-ref-autogen/azure-arm-containerregistry/AuthInfo.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: The authorization properties for accessing the source code repository.
1616
package: azure-arm-containerregistry
1717
- uid: azure-arm-containerregistry.AuthInfo.expiresIn
1818
name: expiresIn
@@ -21,7 +21,7 @@ items:
2121
langs:
2222
- typeScript
2323
type: property
24-
summary: ''
24+
summary: Time in seconds that the token remains valid
2525
optional: true
2626
syntax:
2727
content: 'expiresIn?: number'
@@ -36,7 +36,7 @@ items:
3636
langs:
3737
- typeScript
3838
type: property
39-
summary: ''
39+
summary: The refresh token used to refresh the access token.
4040
optional: true
4141
syntax:
4242
content: 'refreshToken?: string'
@@ -51,7 +51,7 @@ items:
5151
langs:
5252
- typeScript
5353
type: property
54-
summary: ''
54+
summary: The scope of the access token.
5555
optional: true
5656
syntax:
5757
content: 'scope?: string'
@@ -66,7 +66,7 @@ items:
6666
langs:
6767
- typeScript
6868
type: property
69-
summary: ''
69+
summary: The access token used to access the source control provider.
7070
syntax:
7171
content: 'token: string'
7272
return:
@@ -80,7 +80,7 @@ items:
8080
langs:
8181
- typeScript
8282
type: property
83-
summary: ''
83+
summary: 'The type of Auth token. Possible values include: ''PAT'', ''OAuth'''
8484
syntax:
8585
content: 'tokenType: string'
8686
return:

docs-ref-autogen/azure-arm-containerregistry/AuthInfoUpdateParameters.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: The authorization properties for accessing the source code repository.
1616
package: azure-arm-containerregistry
1717
- uid: azure-arm-containerregistry.AuthInfoUpdateParameters.expiresIn
1818
name: expiresIn
@@ -21,7 +21,7 @@ items:
2121
langs:
2222
- typeScript
2323
type: property
24-
summary: ''
24+
summary: Time in seconds that the token remains valid
2525
optional: true
2626
syntax:
2727
content: 'expiresIn?: number'
@@ -36,7 +36,7 @@ items:
3636
langs:
3737
- typeScript
3838
type: property
39-
summary: ''
39+
summary: The refresh token used to refresh the access token.
4040
optional: true
4141
syntax:
4242
content: 'refreshToken?: string'
@@ -51,7 +51,7 @@ items:
5151
langs:
5252
- typeScript
5353
type: property
54-
summary: ''
54+
summary: The scope of the access token.
5555
optional: true
5656
syntax:
5757
content: 'scope?: string'
@@ -66,7 +66,7 @@ items:
6666
langs:
6767
- typeScript
6868
type: property
69-
summary: ''
69+
summary: The access token used to access the source control provider.
7070
optional: true
7171
syntax:
7272
content: 'token?: string'
@@ -81,7 +81,7 @@ items:
8181
langs:
8282
- typeScript
8383
type: property
84-
summary: ''
84+
summary: 'The type of Auth token. Possible values include: ''PAT'', ''OAuth'''
8585
optional: true
8686
syntax:
8787
content: 'tokenType?: string'

docs-ref-autogen/azure-arm-containerregistry/BaseImageDependency.yml

+8-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: Properties that describe a base image dependency.
1616
package: azure-arm-containerregistry
1717
- uid: azure-arm-containerregistry.BaseImageDependency.digest
1818
name: digest
@@ -21,7 +21,7 @@ items:
2121
langs:
2222
- typeScript
2323
type: property
24-
summary: ''
24+
summary: The sha256-based digest of the image manifest.
2525
optional: true
2626
syntax:
2727
content: 'digest?: string'
@@ -36,7 +36,7 @@ items:
3636
langs:
3737
- typeScript
3838
type: property
39-
summary: ''
39+
summary: The registry login server.
4040
optional: true
4141
syntax:
4242
content: 'registry?: string'
@@ -51,7 +51,7 @@ items:
5151
langs:
5252
- typeScript
5353
type: property
54-
summary: ''
54+
summary: The repository name.
5555
optional: true
5656
syntax:
5757
content: 'repository?: string'
@@ -66,7 +66,7 @@ items:
6666
langs:
6767
- typeScript
6868
type: property
69-
summary: ''
69+
summary: The tag name.
7070
optional: true
7171
syntax:
7272
content: 'tag?: string'
@@ -81,7 +81,9 @@ items:
8181
langs:
8282
- typeScript
8383
type: property
84-
summary: ''
84+
summary: >-
85+
The type of the base image dependency. Possible values include:
86+
'BuildTime', 'RunTime'
8587
optional: true
8688
syntax:
8789
content: 'type?: string'

docs-ref-autogen/azure-arm-containerregistry/BaseImageTrigger.yml

+10-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: The trigger based on base image dependency.
1414
package: azure-arm-containerregistry
1515
- uid: azure-arm-containerregistry.BaseImageTrigger.baseImageTriggerType
1616
name: baseImageTriggerType
@@ -19,7 +19,11 @@ items:
1919
langs:
2020
- typeScript
2121
type: property
22-
summary: ''
22+
summary: >-
23+
The type of the auto trigger for base image dependency updates. Possible
24+
values include:
25+
26+
'All', 'Runtime'
2327
syntax:
2428
content: 'baseImageTriggerType: string'
2529
return:
@@ -33,7 +37,7 @@ items:
3337
langs:
3438
- typeScript
3539
type: property
36-
summary: ''
40+
summary: The name of the trigger.
3741
syntax:
3842
content: 'name: string'
3943
return:
@@ -47,7 +51,9 @@ items:
4751
langs:
4852
- typeScript
4953
type: property
50-
summary: ''
54+
summary: >-
55+
The current status of trigger. Possible values include: 'Disabled',
56+
'Enabled'
5157
optional: true
5258
syntax:
5359
content: 'status?: string'

docs-ref-autogen/azure-arm-containerregistry/BaseImageTriggerUpdateParameters.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items:
1111
langs:
1212
- typeScript
1313
type: interface
14-
summary: ''
14+
summary: The properties for updating base image dependency trigger.
1515
package: azure-arm-containerregistry
1616
- uid: >-
1717
azure-arm-containerregistry.BaseImageTriggerUpdateParameters.baseImageTriggerType
@@ -21,7 +21,11 @@ items:
2121
langs:
2222
- typeScript
2323
type: property
24-
summary: ''
24+
summary: >-
25+
The type of the auto trigger for base image dependency updates. Possible
26+
values include:
27+
28+
'All', 'Runtime'
2529
optional: true
2630
syntax:
2731
content: 'baseImageTriggerType?: string'
@@ -36,7 +40,7 @@ items:
3640
langs:
3741
- typeScript
3842
type: property
39-
summary: ''
43+
summary: The name of the trigger.
4044
syntax:
4145
content: 'name: string'
4246
return:
@@ -50,7 +54,9 @@ items:
5054
langs:
5155
- typeScript
5256
type: property
53-
summary: ''
57+
summary: >-
58+
The current status of trigger. Possible values include: 'Disabled',
59+
'Enabled'
5460
optional: true
5561
syntax:
5662
content: 'status?: string'

docs-ref-autogen/azure-arm-containerregistry/CallbackConfig.yml

+3-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 of service URI and custom headers for the webhook.
1313
package: azure-arm-containerregistry
1414
- uid: azure-arm-containerregistry.CallbackConfig.customHeaders
1515
name: customHeaders
@@ -18,7 +18,7 @@ items:
1818
langs:
1919
- typeScript
2020
type: property
21-
summary: ''
21+
summary: Custom headers that will be added to the webhook notifications.
2222
optional: true
2323
syntax:
2424
content: 'customHeaders?: [key: string]: string'
@@ -33,7 +33,7 @@ items:
3333
langs:
3434
- typeScript
3535
type: property
36-
summary: ''
36+
summary: The service URI for the webhook to post notifications.
3737
syntax:
3838
content: 'serviceUri: string'
3939
return:

0 commit comments

Comments
 (0)