Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Jun 24, 2021
1 parent b2a5092 commit eea9e71
Show file tree
Hide file tree
Showing 48 changed files with 1,127 additions and 984 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ properties:
uid: >-
@azure/arm-eventgrid.AzureFunctionEventSubscriptionDestination.maxEventsPerBatch
package: '@azure/arm-eventgrid'
summary: Maximum number of events per batch.
summary: 'Maximum number of events per batch. Default value: 1.'
fullName: maxEventsPerBatch
remarks: ''
isPreview: false
Expand All @@ -55,7 +55,7 @@ properties:
uid: >-
@azure/arm-eventgrid.AzureFunctionEventSubscriptionDestination.preferredBatchSizeInKilobytes
package: '@azure/arm-eventgrid'
summary: Preferred batch size in Kilobytes.
summary: 'Preferred batch size in Kilobytes. Default value: 64.'
fullName: preferredBatchSizeInKilobytes
remarks: ''
isPreview: false
Expand Down
152 changes: 142 additions & 10 deletions docs-ref-autogen/@azure/arm-eventgrid/Domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,120 @@ isPreview: false
isDeprecated: false
type: interface
properties:
- name: autoCreateTopicWithFirstSubscription
uid: '@azure/arm-eventgrid.Domain.autoCreateTopicWithFirstSubscription'
package: '@azure/arm-eventgrid'
summary: >-
This Boolean is used to specify the creation mechanism for 'all' the Event
Grid Domain Topics
associated with this Event Grid Domain resource.
In this context, creation of domain topic can be auto-managed (when true)
or self-managed
(when false). The default value for this property is true.
When this property is null or set to true, Event Grid is responsible of
automatically creating
the domain topic when the first event subscription is
created at the scope of the domain topic. If this property is set to
false, then creating the
first event subscription will require creating a domain topic
by the user. The self-management mode can be used if the user wants full
control of when the
domain topic is created, while auto-managed mode provides the
flexibility to perform less operations and manage fewer resources by the
user. Also, note that
in auto-managed creation mode, user is allowed to create the
domain topic on demand if needed. Default value: true.
fullName: autoCreateTopicWithFirstSubscription
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'autoCreateTopicWithFirstSubscription?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: autoDeleteTopicWithLastSubscription
uid: '@azure/arm-eventgrid.Domain.autoDeleteTopicWithLastSubscription'
package: '@azure/arm-eventgrid'
summary: >-
This Boolean is used to specify the deletion mechanism for 'all' the Event
Grid Domain Topics
associated with this Event Grid Domain resource.
In this context, deletion of domain topic can be auto-managed (when true)
or self-managed
(when false). The default value for this property is true.
When this property is set to true, Event Grid is responsible of
automatically deleting the
domain topic when the last event subscription at the scope
of the domain topic is deleted. If this property is set to false, then the
user needs to
manually delete the domain topic when it is no longer needed
(e.g., when last event subscription is deleted and the resource needs to
be cleaned up). The
self-management mode can be used if the user wants full
control of when the domain topic needs to be deleted, while auto-managed
mode provides the
flexibility to perform less operations and manage fewer
resources by the user. Default value: true.
fullName: autoDeleteTopicWithLastSubscription
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'autoDeleteTopicWithLastSubscription?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: disableLocalAuth
uid: '@azure/arm-eventgrid.Domain.disableLocalAuth'
package: '@azure/arm-eventgrid'
summary: >-
This boolean is used to enable or disable local auth. Default value is
false. When the
property is set to true, only AAD token will be used to authenticate if
user is allowed to
publish to the domain. Default value: false.
fullName: disableLocalAuth
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'disableLocalAuth?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: endpoint
uid: '@azure/arm-eventgrid.Domain.endpoint'
package: '@azure/arm-eventgrid'
summary: >-
Endpoint for the domain.
Endpoint for the Event Grid Domain Resource which is used for publishing
the events.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
Expand Down Expand Up @@ -46,7 +155,7 @@ properties:
- name: identity
uid: '@azure/arm-eventgrid.Domain.identity'
package: '@azure/arm-eventgrid'
summary: Identity information for the resource.
summary: Identity information for the Event Grid Domain resource.
fullName: identity
remarks: ''
isPreview: false
Expand Down Expand Up @@ -80,7 +189,8 @@ properties:
This determines the format that Event Grid should expect for incoming
events published to the
domain. Possible values include: 'EventGridSchema', 'CustomEventSchema',
Event Grid Domain Resource. Possible values include: 'EventGridSchema',
'CustomEventSchema',
'CloudEventSchemaV1_0'. Default value: 'EventGridSchema'.
fullName: inputSchema
Expand Down Expand Up @@ -124,7 +234,7 @@ properties:
uid: '@azure/arm-eventgrid.Domain.metricResourceId'
package: '@azure/arm-eventgrid'
summary: >-
Metric resource id for the domain.
Metric resource id for the Event Grid Domain Resource.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
Expand Down Expand Up @@ -157,7 +267,11 @@ properties:
- name: privateEndpointConnections
uid: '@azure/arm-eventgrid.Domain.privateEndpointConnections'
package: '@azure/arm-eventgrid'
summary: List of private endpoint connections.
summary: >-
List of private endpoint connections.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: privateEndpointConnections
remarks: ''
isPreview: false
Expand All @@ -171,10 +285,10 @@ properties:
uid: '@azure/arm-eventgrid.Domain.provisioningState'
package: '@azure/arm-eventgrid'
summary: >-
Provisioning state of the domain. Possible values include: 'Creating',
'Updating', 'Deleting',
Provisioning state of the Event Grid Domain Resource. Possible values
include: 'Creating',
'Succeeded', 'Canceled', 'Failed'
'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
**NOTE: This property will not be serialized. It can only be populated by
the server.**
Expand All @@ -198,7 +312,8 @@ properties:
cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules"
/>. Possible values include: 'Enabled', 'Disabled'
/>. Possible values include: 'Enabled', 'Disabled'. Default value:
'Enabled'.
fullName: publicNetworkAccess
remarks: ''
isPreview: false
Expand All @@ -211,7 +326,7 @@ properties:
- name: sku
uid: '@azure/arm-eventgrid.Domain.sku'
package: '@azure/arm-eventgrid'
summary: The Sku pricing tier for the domain.
summary: The Sku pricing tier for the Event Grid Domain resource.
fullName: sku
remarks: ''
isPreview: false
Expand All @@ -221,6 +336,23 @@ properties:
return:
type: <xref uid="@azure/arm-eventgrid.ResourceSku" />
description: ''
- name: systemData
uid: '@azure/arm-eventgrid.Domain.systemData'
package: '@azure/arm-eventgrid'
summary: >-
The system metadata relating to the Event Grid Domain resource.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: systemData
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'systemData?: SystemData'
return:
type: <xref uid="@azure/arm-eventgrid.SystemData" />
description: ''
- name: tags
uid: '@azure/arm-eventgrid.Domain.tags'
package: '@azure/arm-eventgrid'
Expand Down
20 changes: 20 additions & 0 deletions docs-ref-autogen/@azure/arm-eventgrid/DomainTopic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ properties:
'Creating', 'Updating',
'Deleting', 'Succeeded', 'Canceled', 'Failed'
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: provisioningState
remarks: ''
isPreview: false
Expand All @@ -60,6 +63,23 @@ properties:
return:
type: <xref uid="@azure/arm-eventgrid.DomainTopicProvisioningState" />
description: ''
- name: systemData
uid: '@azure/arm-eventgrid.DomainTopic.systemData'
package: '@azure/arm-eventgrid'
summary: >-
The system metadata relating to Domain Topic resource.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: systemData
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'systemData?: SystemData'
return:
type: <xref uid="@azure/arm-eventgrid.SystemData" />
description: ''
- name: type
uid: '@azure/arm-eventgrid.DomainTopic.type'
package: '@azure/arm-eventgrid'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ properties:
- name: nextLink
uid: '@azure/arm-eventgrid.DomainTopicsListResult.nextLink'
package: '@azure/arm-eventgrid'
summary: A link for the next page of domain topics
summary: A link for the next page of domain topics.
fullName: nextLink
remarks: ''
isPreview: false
Expand Down
110 changes: 110 additions & 0 deletions docs-ref-autogen/@azure/arm-eventgrid/DomainUpdateParameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,116 @@ isPreview: false
isDeprecated: false
type: interface
properties:
- name: autoCreateTopicWithFirstSubscription
uid: >-
@azure/arm-eventgrid.DomainUpdateParameters.autoCreateTopicWithFirstSubscription
package: '@azure/arm-eventgrid'
summary: >-
This Boolean is used to specify the creation mechanism for 'all' the Event
Grid Domain Topics
associated with this Event Grid Domain resource.
In this context, creation of domain topic can be auto-managed (when true)
or self-managed
(when false). The default value for this property is true.
When this property is null or set to true, Event Grid is responsible of
automatically creating
the domain topic when the first event subscription is
created at the scope of the domain topic. If this property is set to
false, then creating the
first event subscription will require creating a domain topic
by the user. The self-management mode can be used if the user wants full
control of when the
domain topic is created, while auto-managed mode provides the
flexibility to perform less operations and manage fewer resources by the
user. Also, note that
in auto-managed creation mode, user is allowed to create the
domain topic on demand if needed.
fullName: autoCreateTopicWithFirstSubscription
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'autoCreateTopicWithFirstSubscription?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: autoDeleteTopicWithLastSubscription
uid: >-
@azure/arm-eventgrid.DomainUpdateParameters.autoDeleteTopicWithLastSubscription
package: '@azure/arm-eventgrid'
summary: >-
This Boolean is used to specify the deletion mechanism for 'all' the Event
Grid Domain Topics
associated with this Event Grid Domain resource.
In this context, deletion of domain topic can be auto-managed (when true)
or self-managed
(when false). The default value for this property is true.
When this property is set to true, Event Grid is responsible of
automatically deleting the
domain topic when the last event subscription at the scope
of the domain topic is deleted. If this property is set to false, then the
user needs to
manually delete the domain topic when it is no longer needed
(e.g., when last event subscription is deleted and the resource needs to
be cleaned up). The
self-management mode can be used if the user wants full
control of when the domain topic needs to be deleted, while auto-managed
mode provides the
flexibility to perform less operations and manage fewer
resources by the user.
fullName: autoDeleteTopicWithLastSubscription
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'autoDeleteTopicWithLastSubscription?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: disableLocalAuth
uid: '@azure/arm-eventgrid.DomainUpdateParameters.disableLocalAuth'
package: '@azure/arm-eventgrid'
summary: >-
This boolean is used to enable or disable local auth. Default value is
false. When the
property is set to true, only AAD token will be used to authenticate if
user is allowed to
publish to the domain.
fullName: disableLocalAuth
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'disableLocalAuth?: undefined | false | true'
return:
type: undefined | false | true
description: ''
- name: identity
uid: '@azure/arm-eventgrid.DomainUpdateParameters.identity'
package: '@azure/arm-eventgrid'
Expand Down
Loading

0 comments on commit eea9e71

Please sign in to comment.