@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/browser/eventGridManagementClient.d.ts +6 -4
- package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
- package/dist/browser/eventGridManagementClient.js +10 -7
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1000 -283
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +174 -16
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1301 -268
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -6
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +116 -48
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +34 -34
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -3
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/partnerDestinations.d.ts +114 -0
- package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operations/partnerDestinations.js +574 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
- package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +9 -6
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1000 -283
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +176 -18
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1306 -273
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -6
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +117 -49
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +34 -34
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -3
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.js +578 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -3
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/eventGridManagementClient.d.ts +6 -4
- package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
- package/dist/esm/eventGridManagementClient.js +10 -7
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1000 -283
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +174 -16
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1301 -268
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -6
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +116 -48
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +34 -34
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -3
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/partnerDestinations.d.ts +114 -0
- package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operations/partnerDestinations.js +574 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -3
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.d.ts +6 -4
- package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +10 -7
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1000 -283
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +174 -16
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1301 -268
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -6
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +116 -48
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +34 -34
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -3
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
- package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/partnerDestinations.js +574 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -3
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/package.json +32 -45
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
package/CHANGELOG.md
DELETED
|
@@ -1,2065 +0,0 @@
|
|
|
1
|
-
# Release History
|
|
2
|
-
|
|
3
|
-
## 14.2.0 (2025-03-11)
|
|
4
|
-
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
- Added operation group CaCertificates
|
|
8
|
-
- Added operation group ClientGroups
|
|
9
|
-
- Added operation group Clients
|
|
10
|
-
- Added operation group Namespaces
|
|
11
|
-
- Added operation group NamespaceTopicEventSubscriptions
|
|
12
|
-
- Added operation group NamespaceTopics
|
|
13
|
-
- Added operation group PermissionBindings
|
|
14
|
-
- Added operation group TopicSpaces
|
|
15
|
-
- Added Interface BoolEqualsFilter
|
|
16
|
-
- Added Interface CaCertificate
|
|
17
|
-
- Added Interface CaCertificatesCreateOrUpdateOptionalParams
|
|
18
|
-
- Added Interface CaCertificatesDeleteHeaders
|
|
19
|
-
- Added Interface CaCertificatesDeleteOptionalParams
|
|
20
|
-
- Added Interface CaCertificatesGetOptionalParams
|
|
21
|
-
- Added Interface CaCertificatesListByNamespaceNextOptionalParams
|
|
22
|
-
- Added Interface CaCertificatesListByNamespaceOptionalParams
|
|
23
|
-
- Added Interface CaCertificatesListResult
|
|
24
|
-
- Added Interface ChannelsDeleteHeaders
|
|
25
|
-
- Added Interface Client
|
|
26
|
-
- Added Interface ClientCertificateAuthentication
|
|
27
|
-
- Added Interface ClientGroup
|
|
28
|
-
- Added Interface ClientGroupsCreateOrUpdateOptionalParams
|
|
29
|
-
- Added Interface ClientGroupsDeleteHeaders
|
|
30
|
-
- Added Interface ClientGroupsDeleteOptionalParams
|
|
31
|
-
- Added Interface ClientGroupsGetOptionalParams
|
|
32
|
-
- Added Interface ClientGroupsListByNamespaceNextOptionalParams
|
|
33
|
-
- Added Interface ClientGroupsListByNamespaceOptionalParams
|
|
34
|
-
- Added Interface ClientGroupsListResult
|
|
35
|
-
- Added Interface ClientsCreateOrUpdateOptionalParams
|
|
36
|
-
- Added Interface ClientsDeleteHeaders
|
|
37
|
-
- Added Interface ClientsDeleteOptionalParams
|
|
38
|
-
- Added Interface ClientsGetOptionalParams
|
|
39
|
-
- Added Interface ClientsListByNamespaceNextOptionalParams
|
|
40
|
-
- Added Interface ClientsListByNamespaceOptionalParams
|
|
41
|
-
- Added Interface ClientsListResult
|
|
42
|
-
- Added Interface CustomDomainConfiguration
|
|
43
|
-
- Added Interface CustomDomainIdentity
|
|
44
|
-
- Added Interface CustomDomainOwnershipValidationResult
|
|
45
|
-
- Added Interface DeliveryConfiguration
|
|
46
|
-
- Added Interface DomainEventSubscriptionsDeleteHeaders
|
|
47
|
-
- Added Interface DomainsDeleteHeaders
|
|
48
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteHeaders
|
|
49
|
-
- Added Interface DomainTopicsDeleteHeaders
|
|
50
|
-
- Added Interface DynamicRoutingEnrichment
|
|
51
|
-
- Added Interface ErrorAdditionalInfo
|
|
52
|
-
- Added Interface ErrorDetail
|
|
53
|
-
- Added Interface ErrorResponse
|
|
54
|
-
- Added Interface EventSubscriptionsDeleteHeaders
|
|
55
|
-
- Added Interface Filter
|
|
56
|
-
- Added Interface FiltersConfiguration
|
|
57
|
-
- Added Interface IsNotNullFilter
|
|
58
|
-
- Added Interface IsNullOrUndefinedFilter
|
|
59
|
-
- Added Interface MonitorAlertEventSubscriptionDestination
|
|
60
|
-
- Added Interface Namespace
|
|
61
|
-
- Added Interface NamespaceRegenerateKeyRequest
|
|
62
|
-
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
63
|
-
- Added Interface NamespacesDeleteHeaders
|
|
64
|
-
- Added Interface NamespacesDeleteOptionalParams
|
|
65
|
-
- Added Interface NamespacesGetOptionalParams
|
|
66
|
-
- Added Interface NamespaceSharedAccessKeys
|
|
67
|
-
- Added Interface NamespaceSku
|
|
68
|
-
- Added Interface NamespacesListByResourceGroupNextOptionalParams
|
|
69
|
-
- Added Interface NamespacesListByResourceGroupOptionalParams
|
|
70
|
-
- Added Interface NamespacesListBySubscriptionNextOptionalParams
|
|
71
|
-
- Added Interface NamespacesListBySubscriptionOptionalParams
|
|
72
|
-
- Added Interface NamespacesListResult
|
|
73
|
-
- Added Interface NamespacesListSharedAccessKeysOptionalParams
|
|
74
|
-
- Added Interface NamespacesRegenerateKeyHeaders
|
|
75
|
-
- Added Interface NamespacesRegenerateKeyOptionalParams
|
|
76
|
-
- Added Interface NamespacesUpdateHeaders
|
|
77
|
-
- Added Interface NamespacesUpdateOptionalParams
|
|
78
|
-
- Added Interface NamespacesValidateCustomDomainOwnershipHeaders
|
|
79
|
-
- Added Interface NamespacesValidateCustomDomainOwnershipOptionalParams
|
|
80
|
-
- Added Interface NamespaceTopic
|
|
81
|
-
- Added Interface NamespaceTopicEventSubscriptionDestination
|
|
82
|
-
- Added Interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
83
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteHeaders
|
|
84
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
85
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
86
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
87
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
88
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
89
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
90
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateHeaders
|
|
91
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
92
|
-
- Added Interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
93
|
-
- Added Interface NamespaceTopicsDeleteHeaders
|
|
94
|
-
- Added Interface NamespaceTopicsDeleteOptionalParams
|
|
95
|
-
- Added Interface NamespaceTopicsGetOptionalParams
|
|
96
|
-
- Added Interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
97
|
-
- Added Interface NamespaceTopicsListByNamespaceOptionalParams
|
|
98
|
-
- Added Interface NamespaceTopicsListResult
|
|
99
|
-
- Added Interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
100
|
-
- Added Interface NamespaceTopicsRegenerateKeyHeaders
|
|
101
|
-
- Added Interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
102
|
-
- Added Interface NamespaceTopicsUpdateHeaders
|
|
103
|
-
- Added Interface NamespaceTopicsUpdateOptionalParams
|
|
104
|
-
- Added Interface NamespaceTopicUpdateParameters
|
|
105
|
-
- Added Interface NamespaceUpdateParameters
|
|
106
|
-
- Added Interface NumberGreaterThanFilter
|
|
107
|
-
- Added Interface NumberGreaterThanOrEqualsFilter
|
|
108
|
-
- Added Interface NumberInFilter
|
|
109
|
-
- Added Interface NumberInRangeFilter
|
|
110
|
-
- Added Interface NumberLessThanFilter
|
|
111
|
-
- Added Interface NumberLessThanOrEqualsFilter
|
|
112
|
-
- Added Interface NumberNotInFilter
|
|
113
|
-
- Added Interface NumberNotInRangeFilter
|
|
114
|
-
- Added Interface PartnerConfigurationsDeleteHeaders
|
|
115
|
-
- Added Interface PartnerNamespacesDeleteHeaders
|
|
116
|
-
- Added Interface PartnerRegistrationsDeleteHeaders
|
|
117
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteHeaders
|
|
118
|
-
- Added Interface PartnerTopicsDeleteHeaders
|
|
119
|
-
- Added Interface PermissionBinding
|
|
120
|
-
- Added Interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
121
|
-
- Added Interface PermissionBindingsDeleteHeaders
|
|
122
|
-
- Added Interface PermissionBindingsDeleteOptionalParams
|
|
123
|
-
- Added Interface PermissionBindingsGetOptionalParams
|
|
124
|
-
- Added Interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
125
|
-
- Added Interface PermissionBindingsListByNamespaceOptionalParams
|
|
126
|
-
- Added Interface PermissionBindingsListResult
|
|
127
|
-
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
128
|
-
- Added Interface PushInfo
|
|
129
|
-
- Added Interface QueueInfo
|
|
130
|
-
- Added Interface RoutingEnrichments
|
|
131
|
-
- Added Interface RoutingIdentityInfo
|
|
132
|
-
- Added Interface StaticRoutingEnrichment
|
|
133
|
-
- Added Interface StaticStringRoutingEnrichment
|
|
134
|
-
- Added Interface StringBeginsWithFilter
|
|
135
|
-
- Added Interface StringContainsFilter
|
|
136
|
-
- Added Interface StringEndsWithFilter
|
|
137
|
-
- Added Interface StringInFilter
|
|
138
|
-
- Added Interface StringNotBeginsWithFilter
|
|
139
|
-
- Added Interface StringNotContainsFilter
|
|
140
|
-
- Added Interface StringNotEndsWithFilter
|
|
141
|
-
- Added Interface StringNotInFilter
|
|
142
|
-
- Added Interface Subscription
|
|
143
|
-
- Added Interface SubscriptionFullUrl
|
|
144
|
-
- Added Interface SubscriptionsListResult
|
|
145
|
-
- Added Interface SubscriptionUpdateParameters
|
|
146
|
-
- Added Interface SystemTopicEventSubscriptionsDeleteHeaders
|
|
147
|
-
- Added Interface SystemTopicsDeleteHeaders
|
|
148
|
-
- Added Interface TopicEventSubscriptionsDeleteHeaders
|
|
149
|
-
- Added Interface TopicsConfiguration
|
|
150
|
-
- Added Interface TopicsDeleteHeaders
|
|
151
|
-
- Added Interface TopicSpace
|
|
152
|
-
- Added Interface TopicSpacesConfiguration
|
|
153
|
-
- Added Interface TopicSpacesCreateOrUpdateOptionalParams
|
|
154
|
-
- Added Interface TopicSpacesDeleteHeaders
|
|
155
|
-
- Added Interface TopicSpacesDeleteOptionalParams
|
|
156
|
-
- Added Interface TopicSpacesGetOptionalParams
|
|
157
|
-
- Added Interface TopicSpacesListByNamespaceNextOptionalParams
|
|
158
|
-
- Added Interface TopicSpacesListByNamespaceOptionalParams
|
|
159
|
-
- Added Interface TopicSpacesListResult
|
|
160
|
-
- Added Interface TopicsRegenerateKeyHeaders
|
|
161
|
-
- Added Interface TopicTypeAdditionalEnforcedPermission
|
|
162
|
-
- Added Interface UpdateTopicsConfigurationInfo
|
|
163
|
-
- Added Interface UpdateTopicSpacesConfigurationInfo
|
|
164
|
-
- Added Type Alias CaCertificateProvisioningState
|
|
165
|
-
- Added Type Alias CaCertificatesCreateOrUpdateResponse
|
|
166
|
-
- Added Type Alias CaCertificatesGetResponse
|
|
167
|
-
- Added Type Alias CaCertificatesListByNamespaceNextResponse
|
|
168
|
-
- Added Type Alias CaCertificatesListByNamespaceResponse
|
|
169
|
-
- Added Type Alias ClientCertificateValidationScheme
|
|
170
|
-
- Added Type Alias ClientGroupProvisioningState
|
|
171
|
-
- Added Type Alias ClientGroupsCreateOrUpdateResponse
|
|
172
|
-
- Added Type Alias ClientGroupsGetResponse
|
|
173
|
-
- Added Type Alias ClientGroupsListByNamespaceNextResponse
|
|
174
|
-
- Added Type Alias ClientGroupsListByNamespaceResponse
|
|
175
|
-
- Added Type Alias ClientProvisioningState
|
|
176
|
-
- Added Type Alias ClientsCreateOrUpdateResponse
|
|
177
|
-
- Added Type Alias ClientsGetResponse
|
|
178
|
-
- Added Type Alias ClientsListByNamespaceNextResponse
|
|
179
|
-
- Added Type Alias ClientsListByNamespaceResponse
|
|
180
|
-
- Added Type Alias ClientState
|
|
181
|
-
- Added Type Alias CustomDomainIdentityType
|
|
182
|
-
- Added Type Alias CustomDomainValidationState
|
|
183
|
-
- Added Type Alias DeliveryMode
|
|
184
|
-
- Added Type Alias DeliverySchema
|
|
185
|
-
- Added Type Alias EventInputSchema
|
|
186
|
-
- Added Type Alias FilterOperatorType
|
|
187
|
-
- Added Type Alias FilterUnion
|
|
188
|
-
- Added Type Alias MonitorAlertSeverity
|
|
189
|
-
- Added Type Alias NamespaceProvisioningState
|
|
190
|
-
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
191
|
-
- Added Type Alias NamespacesGetResponse
|
|
192
|
-
- Added Type Alias NamespacesListByResourceGroupNextResponse
|
|
193
|
-
- Added Type Alias NamespacesListByResourceGroupResponse
|
|
194
|
-
- Added Type Alias NamespacesListBySubscriptionNextResponse
|
|
195
|
-
- Added Type Alias NamespacesListBySubscriptionResponse
|
|
196
|
-
- Added Type Alias NamespacesListSharedAccessKeysResponse
|
|
197
|
-
- Added Type Alias NamespacesRegenerateKeyResponse
|
|
198
|
-
- Added Type Alias NamespacesUpdateResponse
|
|
199
|
-
- Added Type Alias NamespacesValidateCustomDomainOwnershipResponse
|
|
200
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
201
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
202
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetFullUrlResponse
|
|
203
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetResponse
|
|
204
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse
|
|
205
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse
|
|
206
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsUpdateResponse
|
|
207
|
-
- Added Type Alias NamespaceTopicProvisioningState
|
|
208
|
-
- Added Type Alias NamespaceTopicsCreateOrUpdateResponse
|
|
209
|
-
- Added Type Alias NamespaceTopicsGetResponse
|
|
210
|
-
- Added Type Alias NamespaceTopicsListByNamespaceNextResponse
|
|
211
|
-
- Added Type Alias NamespaceTopicsListByNamespaceResponse
|
|
212
|
-
- Added Type Alias NamespaceTopicsListSharedAccessKeysResponse
|
|
213
|
-
- Added Type Alias NamespaceTopicsRegenerateKeyResponse
|
|
214
|
-
- Added Type Alias NamespaceTopicsUpdateResponse
|
|
215
|
-
- Added Type Alias PermissionBindingProvisioningState
|
|
216
|
-
- Added Type Alias PermissionBindingsCreateOrUpdateResponse
|
|
217
|
-
- Added Type Alias PermissionBindingsGetResponse
|
|
218
|
-
- Added Type Alias PermissionBindingsListByNamespaceNextResponse
|
|
219
|
-
- Added Type Alias PermissionBindingsListByNamespaceResponse
|
|
220
|
-
- Added Type Alias PermissionType
|
|
221
|
-
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
222
|
-
- Added Type Alias PublisherType
|
|
223
|
-
- Added Type Alias RoutingIdentityType
|
|
224
|
-
- Added Type Alias SkuName
|
|
225
|
-
- Added Type Alias StaticRoutingEnrichmentType
|
|
226
|
-
- Added Type Alias StaticRoutingEnrichmentUnion
|
|
227
|
-
- Added Type Alias SubscriptionProvisioningState
|
|
228
|
-
- Added Type Alias TlsVersion
|
|
229
|
-
- Added Type Alias TopicsDeleteResponse
|
|
230
|
-
- Added Type Alias TopicSpaceProvisioningState
|
|
231
|
-
- Added Type Alias TopicSpacesConfigurationState
|
|
232
|
-
- Added Type Alias TopicSpacesCreateOrUpdateResponse
|
|
233
|
-
- Added Type Alias TopicSpacesGetResponse
|
|
234
|
-
- Added Type Alias TopicSpacesListByNamespaceNextResponse
|
|
235
|
-
- Added Type Alias TopicSpacesListByNamespaceResponse
|
|
236
|
-
- Interface Domain has a new optional parameter eventTypeInfo
|
|
237
|
-
- Interface Domain has a new optional parameter minimumTlsVersionAllowed
|
|
238
|
-
- Interface DomainUpdateParameters has a new optional parameter eventTypeInfo
|
|
239
|
-
- Interface DomainUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
240
|
-
- Interface PartnerNamespace has a new optional parameter minimumTlsVersionAllowed
|
|
241
|
-
- Interface PartnerNamespaceUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
242
|
-
- Interface Topic has a new optional parameter eventTypeInfo
|
|
243
|
-
- Interface Topic has a new optional parameter minimumTlsVersionAllowed
|
|
244
|
-
- Interface TopicTypeInfo has a new optional parameter additionalEnforcedPermissions
|
|
245
|
-
- Interface TopicTypeInfo has a new optional parameter areRegionalAndGlobalSourcesSupported
|
|
246
|
-
- Interface TopicUpdateParameters has a new optional parameter eventTypeInfo
|
|
247
|
-
- Interface TopicUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
248
|
-
- Interface WebHookEventSubscriptionDestination has a new optional parameter minimumTlsVersionAllowed
|
|
249
|
-
- Type of parameter endpointType of interface EventSubscriptionDestination is changed from "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" to "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "MonitorAlert" | "NamespaceTopic"
|
|
250
|
-
- Added Enum KnownCaCertificateProvisioningState
|
|
251
|
-
- Added Enum KnownClientCertificateValidationScheme
|
|
252
|
-
- Added Enum KnownClientGroupProvisioningState
|
|
253
|
-
- Added Enum KnownClientProvisioningState
|
|
254
|
-
- Added Enum KnownClientState
|
|
255
|
-
- Added Enum KnownCustomDomainIdentityType
|
|
256
|
-
- Added Enum KnownCustomDomainValidationState
|
|
257
|
-
- Added Enum KnownDeliveryMode
|
|
258
|
-
- Added Enum KnownDeliverySchema
|
|
259
|
-
- Added Enum KnownEventInputSchema
|
|
260
|
-
- Added Enum KnownFilterOperatorType
|
|
261
|
-
- Added Enum KnownMonitorAlertSeverity
|
|
262
|
-
- Added Enum KnownNamespaceProvisioningState
|
|
263
|
-
- Added Enum KnownNamespaceTopicProvisioningState
|
|
264
|
-
- Added Enum KnownPermissionBindingProvisioningState
|
|
265
|
-
- Added Enum KnownPermissionType
|
|
266
|
-
- Added Enum KnownPublisherType
|
|
267
|
-
- Added Enum KnownRoutingIdentityType
|
|
268
|
-
- Added Enum KnownSkuName
|
|
269
|
-
- Added Enum KnownStaticRoutingEnrichmentType
|
|
270
|
-
- Added Enum KnownSubscriptionProvisioningState
|
|
271
|
-
- Added Enum KnownTlsVersion
|
|
272
|
-
- Added Enum KnownTopicSpaceProvisioningState
|
|
273
|
-
- Added Enum KnownTopicSpacesConfigurationState
|
|
274
|
-
- Enum KnownEndpointType has a new value MonitorAlert
|
|
275
|
-
- Enum KnownEndpointType has a new value NamespaceTopic
|
|
276
|
-
- Enum KnownPrivateEndpointConnectionsParentType has a new value Namespaces
|
|
277
|
-
- Class EventGridManagementClient has a new signature
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
## 14.2.0-beta.4 (2024-04-29)
|
|
281
|
-
|
|
282
|
-
### Features Added
|
|
283
|
-
|
|
284
|
-
- Added operation group CaCertificates
|
|
285
|
-
- Added operation group ClientGroups
|
|
286
|
-
- Added operation group Clients
|
|
287
|
-
- Added operation group Namespaces
|
|
288
|
-
- Added operation group NamespaceTopicEventSubscriptions
|
|
289
|
-
- Added operation group NamespaceTopics
|
|
290
|
-
- Added operation group NetworkSecurityPerimeterConfigurations
|
|
291
|
-
- Added operation group PartnerDestinations
|
|
292
|
-
- Added operation group PermissionBindings
|
|
293
|
-
- Added operation group TopicSpaces
|
|
294
|
-
- Added Interface AzureADPartnerClientAuthentication
|
|
295
|
-
- Added Interface BoolEqualsFilter
|
|
296
|
-
- Added Interface CaCertificate
|
|
297
|
-
- Added Interface CaCertificatesCreateOrUpdateOptionalParams
|
|
298
|
-
- Added Interface CaCertificatesDeleteHeaders
|
|
299
|
-
- Added Interface CaCertificatesDeleteOptionalParams
|
|
300
|
-
- Added Interface CaCertificatesGetOptionalParams
|
|
301
|
-
- Added Interface CaCertificatesListByNamespaceNextOptionalParams
|
|
302
|
-
- Added Interface CaCertificatesListByNamespaceOptionalParams
|
|
303
|
-
- Added Interface CaCertificatesListResult
|
|
304
|
-
- Added Interface ChannelsDeleteHeaders
|
|
305
|
-
- Added Interface Client
|
|
306
|
-
- Added Interface ClientAuthenticationSettings
|
|
307
|
-
- Added Interface ClientCertificateAuthentication
|
|
308
|
-
- Added Interface ClientGroup
|
|
309
|
-
- Added Interface ClientGroupsCreateOrUpdateOptionalParams
|
|
310
|
-
- Added Interface ClientGroupsDeleteHeaders
|
|
311
|
-
- Added Interface ClientGroupsDeleteOptionalParams
|
|
312
|
-
- Added Interface ClientGroupsGetOptionalParams
|
|
313
|
-
- Added Interface ClientGroupsListByNamespaceNextOptionalParams
|
|
314
|
-
- Added Interface ClientGroupsListByNamespaceOptionalParams
|
|
315
|
-
- Added Interface ClientGroupsListResult
|
|
316
|
-
- Added Interface ClientsCreateOrUpdateOptionalParams
|
|
317
|
-
- Added Interface ClientsDeleteHeaders
|
|
318
|
-
- Added Interface ClientsDeleteOptionalParams
|
|
319
|
-
- Added Interface ClientsGetOptionalParams
|
|
320
|
-
- Added Interface ClientsListByNamespaceNextOptionalParams
|
|
321
|
-
- Added Interface ClientsListByNamespaceOptionalParams
|
|
322
|
-
- Added Interface ClientsListResult
|
|
323
|
-
- Added Interface CustomDomainConfiguration
|
|
324
|
-
- Added Interface CustomDomainIdentity
|
|
325
|
-
- Added Interface CustomDomainOwnershipValidationResult
|
|
326
|
-
- Added Interface CustomJwtAuthenticationManagedIdentity
|
|
327
|
-
- Added Interface CustomJwtAuthenticationSettings
|
|
328
|
-
- Added Interface DeliveryConfiguration
|
|
329
|
-
- Added Interface DomainEventSubscriptionsDeleteHeaders
|
|
330
|
-
- Added Interface DomainsDeleteHeaders
|
|
331
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteHeaders
|
|
332
|
-
- Added Interface DomainTopicsDeleteHeaders
|
|
333
|
-
- Added Interface DynamicRoutingEnrichment
|
|
334
|
-
- Added Interface ErrorAdditionalInfo
|
|
335
|
-
- Added Interface ErrorDetail
|
|
336
|
-
- Added Interface ErrorResponse
|
|
337
|
-
- Added Interface EventSubscriptionsDeleteHeaders
|
|
338
|
-
- Added Interface ExtendedLocation
|
|
339
|
-
- Added Interface Filter
|
|
340
|
-
- Added Interface FiltersConfiguration
|
|
341
|
-
- Added Interface IsNotNullFilter
|
|
342
|
-
- Added Interface IsNullOrUndefinedFilter
|
|
343
|
-
- Added Interface IssuerCertificateInfo
|
|
344
|
-
- Added Interface MonitorAlertEventSubscriptionDestination
|
|
345
|
-
- Added Interface Namespace
|
|
346
|
-
- Added Interface NamespaceRegenerateKeyRequest
|
|
347
|
-
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
348
|
-
- Added Interface NamespacesDeleteHeaders
|
|
349
|
-
- Added Interface NamespacesDeleteOptionalParams
|
|
350
|
-
- Added Interface NamespacesGetOptionalParams
|
|
351
|
-
- Added Interface NamespaceSharedAccessKeys
|
|
352
|
-
- Added Interface NamespaceSku
|
|
353
|
-
- Added Interface NamespacesListByResourceGroupNextOptionalParams
|
|
354
|
-
- Added Interface NamespacesListByResourceGroupOptionalParams
|
|
355
|
-
- Added Interface NamespacesListBySubscriptionNextOptionalParams
|
|
356
|
-
- Added Interface NamespacesListBySubscriptionOptionalParams
|
|
357
|
-
- Added Interface NamespacesListResult
|
|
358
|
-
- Added Interface NamespacesListSharedAccessKeysOptionalParams
|
|
359
|
-
- Added Interface NamespacesRegenerateKeyHeaders
|
|
360
|
-
- Added Interface NamespacesRegenerateKeyOptionalParams
|
|
361
|
-
- Added Interface NamespacesUpdateHeaders
|
|
362
|
-
- Added Interface NamespacesUpdateOptionalParams
|
|
363
|
-
- Added Interface NamespacesValidateCustomDomainOwnershipHeaders
|
|
364
|
-
- Added Interface NamespacesValidateCustomDomainOwnershipOptionalParams
|
|
365
|
-
- Added Interface NamespaceTopic
|
|
366
|
-
- Added Interface NamespaceTopicEventSubscriptionDestination
|
|
367
|
-
- Added Interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
368
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteHeaders
|
|
369
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
370
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
371
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
372
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
373
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
374
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
375
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateHeaders
|
|
376
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
377
|
-
- Added Interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
378
|
-
- Added Interface NamespaceTopicsDeleteHeaders
|
|
379
|
-
- Added Interface NamespaceTopicsDeleteOptionalParams
|
|
380
|
-
- Added Interface NamespaceTopicsGetOptionalParams
|
|
381
|
-
- Added Interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
382
|
-
- Added Interface NamespaceTopicsListByNamespaceOptionalParams
|
|
383
|
-
- Added Interface NamespaceTopicsListResult
|
|
384
|
-
- Added Interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
385
|
-
- Added Interface NamespaceTopicsRegenerateKeyHeaders
|
|
386
|
-
- Added Interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
387
|
-
- Added Interface NamespaceTopicsUpdateHeaders
|
|
388
|
-
- Added Interface NamespaceTopicsUpdateOptionalParams
|
|
389
|
-
- Added Interface NamespaceTopicUpdateParameters
|
|
390
|
-
- Added Interface NamespaceUpdateParameters
|
|
391
|
-
- Added Interface NetworkSecurityPerimeterConfiguration
|
|
392
|
-
- Added Interface NetworkSecurityPerimeterConfigurationIssues
|
|
393
|
-
- Added Interface NetworkSecurityPerimeterConfigurationList
|
|
394
|
-
- Added Interface NetworkSecurityPerimeterConfigurationProfile
|
|
395
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsGetOptionalParams
|
|
396
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsListOptionalParams
|
|
397
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileHeaders
|
|
398
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams
|
|
399
|
-
- Added Interface NetworkSecurityPerimeterInfo
|
|
400
|
-
- Added Interface NetworkSecurityPerimeterProfileAccessRule
|
|
401
|
-
- Added Interface NetworkSecurityPerimeterSubscription
|
|
402
|
-
- Added Interface NumberGreaterThanFilter
|
|
403
|
-
- Added Interface NumberGreaterThanOrEqualsFilter
|
|
404
|
-
- Added Interface NumberInFilter
|
|
405
|
-
- Added Interface NumberInRangeFilter
|
|
406
|
-
- Added Interface NumberLessThanFilter
|
|
407
|
-
- Added Interface NumberLessThanOrEqualsFilter
|
|
408
|
-
- Added Interface NumberNotInFilter
|
|
409
|
-
- Added Interface NumberNotInRangeFilter
|
|
410
|
-
- Added Interface PartnerClientAuthentication
|
|
411
|
-
- Added Interface PartnerConfigurationsDeleteHeaders
|
|
412
|
-
- Added Interface PartnerDestination
|
|
413
|
-
- Added Interface PartnerDestinationInfo
|
|
414
|
-
- Added Interface PartnerDestinationsActivateOptionalParams
|
|
415
|
-
- Added Interface PartnerDestinationsCreateOrUpdateOptionalParams
|
|
416
|
-
- Added Interface PartnerDestinationsDeleteHeaders
|
|
417
|
-
- Added Interface PartnerDestinationsDeleteOptionalParams
|
|
418
|
-
- Added Interface PartnerDestinationsGetOptionalParams
|
|
419
|
-
- Added Interface PartnerDestinationsListByResourceGroupNextOptionalParams
|
|
420
|
-
- Added Interface PartnerDestinationsListByResourceGroupOptionalParams
|
|
421
|
-
- Added Interface PartnerDestinationsListBySubscriptionNextOptionalParams
|
|
422
|
-
- Added Interface PartnerDestinationsListBySubscriptionOptionalParams
|
|
423
|
-
- Added Interface PartnerDestinationsListResult
|
|
424
|
-
- Added Interface PartnerDestinationsUpdateHeaders
|
|
425
|
-
- Added Interface PartnerDestinationsUpdateOptionalParams
|
|
426
|
-
- Added Interface PartnerDestinationUpdateParameters
|
|
427
|
-
- Added Interface PartnerEventSubscriptionDestination
|
|
428
|
-
- Added Interface PartnerNamespacesDeleteHeaders
|
|
429
|
-
- Added Interface PartnerRegistrationsCreateOrUpdateHeaders
|
|
430
|
-
- Added Interface PartnerRegistrationsDeleteHeaders
|
|
431
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteHeaders
|
|
432
|
-
- Added Interface PartnerTopicsDeleteHeaders
|
|
433
|
-
- Added Interface PartnerUpdateDestinationInfo
|
|
434
|
-
- Added Interface PermissionBinding
|
|
435
|
-
- Added Interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
436
|
-
- Added Interface PermissionBindingsDeleteHeaders
|
|
437
|
-
- Added Interface PermissionBindingsDeleteOptionalParams
|
|
438
|
-
- Added Interface PermissionBindingsGetOptionalParams
|
|
439
|
-
- Added Interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
440
|
-
- Added Interface PermissionBindingsListByNamespaceOptionalParams
|
|
441
|
-
- Added Interface PermissionBindingsListResult
|
|
442
|
-
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
443
|
-
- Added Interface PushInfo
|
|
444
|
-
- Added Interface QueueInfo
|
|
445
|
-
- Added Interface ResourceAssociation
|
|
446
|
-
- Added Interface ResourceMoveChangeHistory
|
|
447
|
-
- Added Interface ResourceSku
|
|
448
|
-
- Added Interface RoutingEnrichments
|
|
449
|
-
- Added Interface RoutingIdentityInfo
|
|
450
|
-
- Added Interface StaticRoutingEnrichment
|
|
451
|
-
- Added Interface StaticStringRoutingEnrichment
|
|
452
|
-
- Added Interface StringBeginsWithFilter
|
|
453
|
-
- Added Interface StringContainsFilter
|
|
454
|
-
- Added Interface StringEndsWithFilter
|
|
455
|
-
- Added Interface StringInFilter
|
|
456
|
-
- Added Interface StringNotBeginsWithFilter
|
|
457
|
-
- Added Interface StringNotContainsFilter
|
|
458
|
-
- Added Interface StringNotEndsWithFilter
|
|
459
|
-
- Added Interface StringNotInFilter
|
|
460
|
-
- Added Interface Subscription
|
|
461
|
-
- Added Interface SubscriptionFullUrl
|
|
462
|
-
- Added Interface SubscriptionsListResult
|
|
463
|
-
- Added Interface SubscriptionUpdateParameters
|
|
464
|
-
- Added Interface SystemTopicEventSubscriptionsDeleteHeaders
|
|
465
|
-
- Added Interface SystemTopicsDeleteHeaders
|
|
466
|
-
- Added Interface TopicEventSubscriptionsDeleteHeaders
|
|
467
|
-
- Added Interface TopicsConfiguration
|
|
468
|
-
- Added Interface TopicsDeleteHeaders
|
|
469
|
-
- Added Interface TopicSpace
|
|
470
|
-
- Added Interface TopicSpacesConfiguration
|
|
471
|
-
- Added Interface TopicSpacesCreateOrUpdateOptionalParams
|
|
472
|
-
- Added Interface TopicSpacesDeleteHeaders
|
|
473
|
-
- Added Interface TopicSpacesDeleteOptionalParams
|
|
474
|
-
- Added Interface TopicSpacesGetOptionalParams
|
|
475
|
-
- Added Interface TopicSpacesListByNamespaceNextOptionalParams
|
|
476
|
-
- Added Interface TopicSpacesListByNamespaceOptionalParams
|
|
477
|
-
- Added Interface TopicSpacesListResult
|
|
478
|
-
- Added Interface TopicsRegenerateKeyHeaders
|
|
479
|
-
- Added Interface TopicTypeAdditionalEnforcedPermission
|
|
480
|
-
- Added Interface UpdateTopicsConfigurationInfo
|
|
481
|
-
- Added Interface UpdateTopicSpacesConfigurationInfo
|
|
482
|
-
- Added Interface WebhookPartnerDestinationInfo
|
|
483
|
-
- Added Interface WebhookUpdatePartnerDestinationInfo
|
|
484
|
-
- Added Type Alias AlternativeAuthenticationNameSource
|
|
485
|
-
- Added Type Alias CaCertificateProvisioningState
|
|
486
|
-
- Added Type Alias CaCertificatesCreateOrUpdateResponse
|
|
487
|
-
- Added Type Alias CaCertificatesGetResponse
|
|
488
|
-
- Added Type Alias CaCertificatesListByNamespaceNextResponse
|
|
489
|
-
- Added Type Alias CaCertificatesListByNamespaceResponse
|
|
490
|
-
- Added Type Alias ClientCertificateValidationScheme
|
|
491
|
-
- Added Type Alias ClientGroupProvisioningState
|
|
492
|
-
- Added Type Alias ClientGroupsCreateOrUpdateResponse
|
|
493
|
-
- Added Type Alias ClientGroupsGetResponse
|
|
494
|
-
- Added Type Alias ClientGroupsListByNamespaceNextResponse
|
|
495
|
-
- Added Type Alias ClientGroupsListByNamespaceResponse
|
|
496
|
-
- Added Type Alias ClientProvisioningState
|
|
497
|
-
- Added Type Alias ClientsCreateOrUpdateResponse
|
|
498
|
-
- Added Type Alias ClientsGetResponse
|
|
499
|
-
- Added Type Alias ClientsListByNamespaceNextResponse
|
|
500
|
-
- Added Type Alias ClientsListByNamespaceResponse
|
|
501
|
-
- Added Type Alias ClientState
|
|
502
|
-
- Added Type Alias CustomDomainIdentityType
|
|
503
|
-
- Added Type Alias CustomDomainValidationState
|
|
504
|
-
- Added Type Alias CustomJwtAuthenticationManagedIdentityType
|
|
505
|
-
- Added Type Alias DeliveryMode
|
|
506
|
-
- Added Type Alias DeliverySchema
|
|
507
|
-
- Added Type Alias EventInputSchema
|
|
508
|
-
- Added Type Alias FilterOperatorType
|
|
509
|
-
- Added Type Alias FilterUnion
|
|
510
|
-
- Added Type Alias MonitorAlertSeverity
|
|
511
|
-
- Added Type Alias NamespaceProvisioningState
|
|
512
|
-
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
513
|
-
- Added Type Alias NamespacesGetResponse
|
|
514
|
-
- Added Type Alias NamespacesListByResourceGroupNextResponse
|
|
515
|
-
- Added Type Alias NamespacesListByResourceGroupResponse
|
|
516
|
-
- Added Type Alias NamespacesListBySubscriptionNextResponse
|
|
517
|
-
- Added Type Alias NamespacesListBySubscriptionResponse
|
|
518
|
-
- Added Type Alias NamespacesListSharedAccessKeysResponse
|
|
519
|
-
- Added Type Alias NamespacesRegenerateKeyResponse
|
|
520
|
-
- Added Type Alias NamespacesUpdateResponse
|
|
521
|
-
- Added Type Alias NamespacesValidateCustomDomainOwnershipResponse
|
|
522
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
523
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
524
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetFullUrlResponse
|
|
525
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetResponse
|
|
526
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse
|
|
527
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse
|
|
528
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsUpdateResponse
|
|
529
|
-
- Added Type Alias NamespaceTopicProvisioningState
|
|
530
|
-
- Added Type Alias NamespaceTopicsCreateOrUpdateResponse
|
|
531
|
-
- Added Type Alias NamespaceTopicsGetResponse
|
|
532
|
-
- Added Type Alias NamespaceTopicsListByNamespaceNextResponse
|
|
533
|
-
- Added Type Alias NamespaceTopicsListByNamespaceResponse
|
|
534
|
-
- Added Type Alias NamespaceTopicsListSharedAccessKeysResponse
|
|
535
|
-
- Added Type Alias NamespaceTopicsRegenerateKeyResponse
|
|
536
|
-
- Added Type Alias NamespaceTopicsUpdateResponse
|
|
537
|
-
- Added Type Alias NetworkSecurityPerimeterAssociationAccessMode
|
|
538
|
-
- Added Type Alias NetworkSecurityPerimeterConfigProvisioningState
|
|
539
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueSeverity
|
|
540
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueType
|
|
541
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsGetResponse
|
|
542
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsListResponse
|
|
543
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsReconcileResponse
|
|
544
|
-
- Added Type Alias NetworkSecurityPerimeterProfileAccessRuleDirection
|
|
545
|
-
- Added Type Alias NetworkSecurityPerimeterResourceType
|
|
546
|
-
- Added Type Alias PartnerClientAuthenticationType
|
|
547
|
-
- Added Type Alias PartnerClientAuthenticationUnion
|
|
548
|
-
- Added Type Alias PartnerDestinationActivationState
|
|
549
|
-
- Added Type Alias PartnerDestinationInfoUnion
|
|
550
|
-
- Added Type Alias PartnerDestinationProvisioningState
|
|
551
|
-
- Added Type Alias PartnerDestinationsActivateResponse
|
|
552
|
-
- Added Type Alias PartnerDestinationsCreateOrUpdateResponse
|
|
553
|
-
- Added Type Alias PartnerDestinationsGetResponse
|
|
554
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupNextResponse
|
|
555
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupResponse
|
|
556
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionNextResponse
|
|
557
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionResponse
|
|
558
|
-
- Added Type Alias PartnerDestinationsUpdateResponse
|
|
559
|
-
- Added Type Alias PartnerEndpointType
|
|
560
|
-
- Added Type Alias PartnerUpdateDestinationInfoUnion
|
|
561
|
-
- Added Type Alias PermissionBindingProvisioningState
|
|
562
|
-
- Added Type Alias PermissionBindingsCreateOrUpdateResponse
|
|
563
|
-
- Added Type Alias PermissionBindingsGetResponse
|
|
564
|
-
- Added Type Alias PermissionBindingsListByNamespaceNextResponse
|
|
565
|
-
- Added Type Alias PermissionBindingsListByNamespaceResponse
|
|
566
|
-
- Added Type Alias PermissionType
|
|
567
|
-
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
568
|
-
- Added Type Alias PublisherType
|
|
569
|
-
- Added Type Alias ResourceKind
|
|
570
|
-
- Added Type Alias RoutingIdentityType
|
|
571
|
-
- Added Type Alias Sku
|
|
572
|
-
- Added Type Alias SkuName
|
|
573
|
-
- Added Type Alias StaticRoutingEnrichmentType
|
|
574
|
-
- Added Type Alias StaticRoutingEnrichmentUnion
|
|
575
|
-
- Added Type Alias SubscriptionProvisioningState
|
|
576
|
-
- Added Type Alias TlsVersion
|
|
577
|
-
- Added Type Alias TopicsDeleteResponse
|
|
578
|
-
- Added Type Alias TopicSpaceProvisioningState
|
|
579
|
-
- Added Type Alias TopicSpacesConfigurationState
|
|
580
|
-
- Added Type Alias TopicSpacesCreateOrUpdateResponse
|
|
581
|
-
- Added Type Alias TopicSpacesGetResponse
|
|
582
|
-
- Added Type Alias TopicSpacesListByNamespaceNextResponse
|
|
583
|
-
- Added Type Alias TopicSpacesListByNamespaceResponse
|
|
584
|
-
- Interface Channel has a new optional parameter partnerDestinationInfo
|
|
585
|
-
- Interface ChannelUpdateParameters has a new optional parameter partnerDestinationInfo
|
|
586
|
-
- Interface Domain has a new optional parameter eventTypeInfo
|
|
587
|
-
- Interface Domain has a new optional parameter minimumTlsVersionAllowed
|
|
588
|
-
- Interface Domain has a new optional parameter sku
|
|
589
|
-
- Interface DomainUpdateParameters has a new optional parameter eventTypeInfo
|
|
590
|
-
- Interface DomainUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
591
|
-
- Interface DomainUpdateParameters has a new optional parameter sku
|
|
592
|
-
- Interface PartnerNamespace has a new optional parameter minimumTlsVersionAllowed
|
|
593
|
-
- Interface PartnerNamespaceUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
594
|
-
- Interface Topic has a new optional parameter eventTypeInfo
|
|
595
|
-
- Interface Topic has a new optional parameter extendedLocation
|
|
596
|
-
- Interface Topic has a new optional parameter kind
|
|
597
|
-
- Interface Topic has a new optional parameter minimumTlsVersionAllowed
|
|
598
|
-
- Interface Topic has a new optional parameter sku
|
|
599
|
-
- Interface TopicTypeInfo has a new optional parameter additionalEnforcedPermissions
|
|
600
|
-
- Interface TopicTypeInfo has a new optional parameter areRegionalAndGlobalSourcesSupported
|
|
601
|
-
- Interface TopicUpdateParameters has a new optional parameter eventTypeInfo
|
|
602
|
-
- Interface TopicUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
603
|
-
- Interface TopicUpdateParameters has a new optional parameter sku
|
|
604
|
-
- Interface VerifiedPartner has a new optional parameter partnerDestinationDetails
|
|
605
|
-
- Interface WebHookEventSubscriptionDestination has a new optional parameter minimumTlsVersionAllowed
|
|
606
|
-
- Type of parameter endpointType of interface EventSubscriptionDestination is changed from "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" to "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic"
|
|
607
|
-
- Added Enum KnownAlternativeAuthenticationNameSource
|
|
608
|
-
- Added Enum KnownCaCertificateProvisioningState
|
|
609
|
-
- Added Enum KnownClientCertificateValidationScheme
|
|
610
|
-
- Added Enum KnownClientGroupProvisioningState
|
|
611
|
-
- Added Enum KnownClientProvisioningState
|
|
612
|
-
- Added Enum KnownClientState
|
|
613
|
-
- Added Enum KnownCustomDomainIdentityType
|
|
614
|
-
- Added Enum KnownCustomDomainValidationState
|
|
615
|
-
- Added Enum KnownCustomJwtAuthenticationManagedIdentityType
|
|
616
|
-
- Added Enum KnownDeliveryMode
|
|
617
|
-
- Added Enum KnownDeliverySchema
|
|
618
|
-
- Added Enum KnownEventInputSchema
|
|
619
|
-
- Added Enum KnownFilterOperatorType
|
|
620
|
-
- Added Enum KnownMonitorAlertSeverity
|
|
621
|
-
- Added Enum KnownNamespaceProvisioningState
|
|
622
|
-
- Added Enum KnownNamespaceTopicProvisioningState
|
|
623
|
-
- Added Enum KnownNetworkSecurityPerimeterAssociationAccessMode
|
|
624
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigProvisioningState
|
|
625
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity
|
|
626
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueType
|
|
627
|
-
- Added Enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection
|
|
628
|
-
- Added Enum KnownNetworkSecurityPerimeterResourceType
|
|
629
|
-
- Added Enum KnownPartnerClientAuthenticationType
|
|
630
|
-
- Added Enum KnownPartnerDestinationActivationState
|
|
631
|
-
- Added Enum KnownPartnerDestinationProvisioningState
|
|
632
|
-
- Added Enum KnownPartnerEndpointType
|
|
633
|
-
- Added Enum KnownPermissionBindingProvisioningState
|
|
634
|
-
- Added Enum KnownPermissionType
|
|
635
|
-
- Added Enum KnownPublisherType
|
|
636
|
-
- Added Enum KnownResourceKind
|
|
637
|
-
- Added Enum KnownRoutingIdentityType
|
|
638
|
-
- Added Enum KnownSku
|
|
639
|
-
- Added Enum KnownSkuName
|
|
640
|
-
- Added Enum KnownStaticRoutingEnrichmentType
|
|
641
|
-
- Added Enum KnownSubscriptionProvisioningState
|
|
642
|
-
- Added Enum KnownTlsVersion
|
|
643
|
-
- Added Enum KnownTopicSpaceProvisioningState
|
|
644
|
-
- Added Enum KnownTopicSpacesConfigurationState
|
|
645
|
-
- Enum KnownChannelProvisioningState has a new value IdleDueToMirroredPartnerDestinationDeletion
|
|
646
|
-
- Enum KnownChannelType has a new value PartnerDestination
|
|
647
|
-
- Enum KnownEndpointType has a new value MonitorAlert
|
|
648
|
-
- Enum KnownEndpointType has a new value NamespaceTopic
|
|
649
|
-
- Enum KnownEndpointType has a new value PartnerDestination
|
|
650
|
-
- Enum KnownPrivateEndpointConnectionsParentType has a new value Namespaces
|
|
651
|
-
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
|
|
652
|
-
- Class EventGridManagementClient has a new signature
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
## 14.2.0-beta.3 (2023-12-04)
|
|
656
|
-
|
|
657
|
-
### Features Added
|
|
658
|
-
|
|
659
|
-
- Added operation group CaCertificates
|
|
660
|
-
- Added operation group ClientGroups
|
|
661
|
-
- Added operation group Clients
|
|
662
|
-
- Added operation group Namespaces
|
|
663
|
-
- Added operation group NamespaceTopicEventSubscriptions
|
|
664
|
-
- Added operation group NamespaceTopics
|
|
665
|
-
- Added operation group NetworkSecurityPerimeterConfigurations
|
|
666
|
-
- Added operation group PartnerDestinations
|
|
667
|
-
- Added operation group PermissionBindings
|
|
668
|
-
- Added operation group TopicSpaces
|
|
669
|
-
- Added Interface AzureADPartnerClientAuthentication
|
|
670
|
-
- Added Interface BoolEqualsFilter
|
|
671
|
-
- Added Interface CaCertificate
|
|
672
|
-
- Added Interface CaCertificatesCreateOrUpdateOptionalParams
|
|
673
|
-
- Added Interface CaCertificatesDeleteHeaders
|
|
674
|
-
- Added Interface CaCertificatesDeleteOptionalParams
|
|
675
|
-
- Added Interface CaCertificatesGetOptionalParams
|
|
676
|
-
- Added Interface CaCertificatesListByNamespaceNextOptionalParams
|
|
677
|
-
- Added Interface CaCertificatesListByNamespaceOptionalParams
|
|
678
|
-
- Added Interface CaCertificatesListResult
|
|
679
|
-
- Added Interface ChannelsDeleteHeaders
|
|
680
|
-
- Added Interface Client
|
|
681
|
-
- Added Interface ClientAuthenticationSettings
|
|
682
|
-
- Added Interface ClientCertificateAuthentication
|
|
683
|
-
- Added Interface ClientGroup
|
|
684
|
-
- Added Interface ClientGroupsCreateOrUpdateOptionalParams
|
|
685
|
-
- Added Interface ClientGroupsDeleteHeaders
|
|
686
|
-
- Added Interface ClientGroupsDeleteOptionalParams
|
|
687
|
-
- Added Interface ClientGroupsGetOptionalParams
|
|
688
|
-
- Added Interface ClientGroupsListByNamespaceNextOptionalParams
|
|
689
|
-
- Added Interface ClientGroupsListByNamespaceOptionalParams
|
|
690
|
-
- Added Interface ClientGroupsListResult
|
|
691
|
-
- Added Interface ClientsCreateOrUpdateOptionalParams
|
|
692
|
-
- Added Interface ClientsDeleteHeaders
|
|
693
|
-
- Added Interface ClientsDeleteOptionalParams
|
|
694
|
-
- Added Interface ClientsGetOptionalParams
|
|
695
|
-
- Added Interface ClientsListByNamespaceNextOptionalParams
|
|
696
|
-
- Added Interface ClientsListByNamespaceOptionalParams
|
|
697
|
-
- Added Interface ClientsListResult
|
|
698
|
-
- Added Interface DeliveryConfiguration
|
|
699
|
-
- Added Interface DomainEventSubscriptionsDeleteHeaders
|
|
700
|
-
- Added Interface DomainsDeleteHeaders
|
|
701
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteHeaders
|
|
702
|
-
- Added Interface DomainTopicsDeleteHeaders
|
|
703
|
-
- Added Interface DynamicRoutingEnrichment
|
|
704
|
-
- Added Interface ErrorAdditionalInfo
|
|
705
|
-
- Added Interface ErrorDetail
|
|
706
|
-
- Added Interface ErrorResponse
|
|
707
|
-
- Added Interface EventSubscriptionsDeleteHeaders
|
|
708
|
-
- Added Interface ExtendedLocation
|
|
709
|
-
- Added Interface Filter
|
|
710
|
-
- Added Interface FiltersConfiguration
|
|
711
|
-
- Added Interface IsNotNullFilter
|
|
712
|
-
- Added Interface IsNullOrUndefinedFilter
|
|
713
|
-
- Added Interface MonitorAlertEventSubscriptionDestination
|
|
714
|
-
- Added Interface Namespace
|
|
715
|
-
- Added Interface NamespaceRegenerateKeyRequest
|
|
716
|
-
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
717
|
-
- Added Interface NamespacesDeleteHeaders
|
|
718
|
-
- Added Interface NamespacesDeleteOptionalParams
|
|
719
|
-
- Added Interface NamespacesGetOptionalParams
|
|
720
|
-
- Added Interface NamespaceSharedAccessKeys
|
|
721
|
-
- Added Interface NamespaceSku
|
|
722
|
-
- Added Interface NamespacesListByResourceGroupNextOptionalParams
|
|
723
|
-
- Added Interface NamespacesListByResourceGroupOptionalParams
|
|
724
|
-
- Added Interface NamespacesListBySubscriptionNextOptionalParams
|
|
725
|
-
- Added Interface NamespacesListBySubscriptionOptionalParams
|
|
726
|
-
- Added Interface NamespacesListResult
|
|
727
|
-
- Added Interface NamespacesListSharedAccessKeysOptionalParams
|
|
728
|
-
- Added Interface NamespacesRegenerateKeyHeaders
|
|
729
|
-
- Added Interface NamespacesRegenerateKeyOptionalParams
|
|
730
|
-
- Added Interface NamespacesUpdateHeaders
|
|
731
|
-
- Added Interface NamespacesUpdateOptionalParams
|
|
732
|
-
- Added Interface NamespaceTopic
|
|
733
|
-
- Added Interface NamespaceTopicEventSubscriptionDestination
|
|
734
|
-
- Added Interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
735
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteHeaders
|
|
736
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
737
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
738
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
739
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
740
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
741
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateHeaders
|
|
742
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
743
|
-
- Added Interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
744
|
-
- Added Interface NamespaceTopicsDeleteHeaders
|
|
745
|
-
- Added Interface NamespaceTopicsDeleteOptionalParams
|
|
746
|
-
- Added Interface NamespaceTopicsGetOptionalParams
|
|
747
|
-
- Added Interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
748
|
-
- Added Interface NamespaceTopicsListByNamespaceOptionalParams
|
|
749
|
-
- Added Interface NamespaceTopicsListResult
|
|
750
|
-
- Added Interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
751
|
-
- Added Interface NamespaceTopicsRegenerateKeyHeaders
|
|
752
|
-
- Added Interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
753
|
-
- Added Interface NamespaceTopicsUpdateHeaders
|
|
754
|
-
- Added Interface NamespaceTopicsUpdateOptionalParams
|
|
755
|
-
- Added Interface NamespaceTopicUpdateParameters
|
|
756
|
-
- Added Interface NamespaceUpdateParameters
|
|
757
|
-
- Added Interface NetworkSecurityPerimeterConfiguration
|
|
758
|
-
- Added Interface NetworkSecurityPerimeterConfigurationIssues
|
|
759
|
-
- Added Interface NetworkSecurityPerimeterConfigurationList
|
|
760
|
-
- Added Interface NetworkSecurityPerimeterConfigurationProfile
|
|
761
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsGetOptionalParams
|
|
762
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsListOptionalParams
|
|
763
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileHeaders
|
|
764
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams
|
|
765
|
-
- Added Interface NetworkSecurityPerimeterInfo
|
|
766
|
-
- Added Interface NetworkSecurityPerimeterProfileAccessRule
|
|
767
|
-
- Added Interface NumberGreaterThanFilter
|
|
768
|
-
- Added Interface NumberGreaterThanOrEqualsFilter
|
|
769
|
-
- Added Interface NumberInFilter
|
|
770
|
-
- Added Interface NumberInRangeFilter
|
|
771
|
-
- Added Interface NumberLessThanFilter
|
|
772
|
-
- Added Interface NumberLessThanOrEqualsFilter
|
|
773
|
-
- Added Interface NumberNotInFilter
|
|
774
|
-
- Added Interface NumberNotInRangeFilter
|
|
775
|
-
- Added Interface PartnerClientAuthentication
|
|
776
|
-
- Added Interface PartnerConfigurationsDeleteHeaders
|
|
777
|
-
- Added Interface PartnerDestination
|
|
778
|
-
- Added Interface PartnerDestinationInfo
|
|
779
|
-
- Added Interface PartnerDestinationsActivateOptionalParams
|
|
780
|
-
- Added Interface PartnerDestinationsCreateOrUpdateOptionalParams
|
|
781
|
-
- Added Interface PartnerDestinationsDeleteHeaders
|
|
782
|
-
- Added Interface PartnerDestinationsDeleteOptionalParams
|
|
783
|
-
- Added Interface PartnerDestinationsGetOptionalParams
|
|
784
|
-
- Added Interface PartnerDestinationsListByResourceGroupNextOptionalParams
|
|
785
|
-
- Added Interface PartnerDestinationsListByResourceGroupOptionalParams
|
|
786
|
-
- Added Interface PartnerDestinationsListBySubscriptionNextOptionalParams
|
|
787
|
-
- Added Interface PartnerDestinationsListBySubscriptionOptionalParams
|
|
788
|
-
- Added Interface PartnerDestinationsListResult
|
|
789
|
-
- Added Interface PartnerDestinationsUpdateHeaders
|
|
790
|
-
- Added Interface PartnerDestinationsUpdateOptionalParams
|
|
791
|
-
- Added Interface PartnerDestinationUpdateParameters
|
|
792
|
-
- Added Interface PartnerEventSubscriptionDestination
|
|
793
|
-
- Added Interface PartnerNamespacesDeleteHeaders
|
|
794
|
-
- Added Interface PartnerRegistrationsCreateOrUpdateHeaders
|
|
795
|
-
- Added Interface PartnerRegistrationsDeleteHeaders
|
|
796
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteHeaders
|
|
797
|
-
- Added Interface PartnerTopicsDeleteHeaders
|
|
798
|
-
- Added Interface PartnerUpdateDestinationInfo
|
|
799
|
-
- Added Interface PermissionBinding
|
|
800
|
-
- Added Interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
801
|
-
- Added Interface PermissionBindingsDeleteHeaders
|
|
802
|
-
- Added Interface PermissionBindingsDeleteOptionalParams
|
|
803
|
-
- Added Interface PermissionBindingsGetOptionalParams
|
|
804
|
-
- Added Interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
805
|
-
- Added Interface PermissionBindingsListByNamespaceOptionalParams
|
|
806
|
-
- Added Interface PermissionBindingsListResult
|
|
807
|
-
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
808
|
-
- Added Interface PushInfo
|
|
809
|
-
- Added Interface QueueInfo
|
|
810
|
-
- Added Interface ResourceAssociation
|
|
811
|
-
- Added Interface ResourceMoveChangeHistory
|
|
812
|
-
- Added Interface ResourceSku
|
|
813
|
-
- Added Interface RoutingEnrichments
|
|
814
|
-
- Added Interface RoutingIdentityInfo
|
|
815
|
-
- Added Interface StaticRoutingEnrichment
|
|
816
|
-
- Added Interface StaticStringRoutingEnrichment
|
|
817
|
-
- Added Interface StringBeginsWithFilter
|
|
818
|
-
- Added Interface StringContainsFilter
|
|
819
|
-
- Added Interface StringEndsWithFilter
|
|
820
|
-
- Added Interface StringInFilter
|
|
821
|
-
- Added Interface StringNotBeginsWithFilter
|
|
822
|
-
- Added Interface StringNotContainsFilter
|
|
823
|
-
- Added Interface StringNotEndsWithFilter
|
|
824
|
-
- Added Interface StringNotInFilter
|
|
825
|
-
- Added Interface Subscription
|
|
826
|
-
- Added Interface SubscriptionsListResult
|
|
827
|
-
- Added Interface SubscriptionUpdateParameters
|
|
828
|
-
- Added Interface SystemTopicEventSubscriptionsDeleteHeaders
|
|
829
|
-
- Added Interface SystemTopicsDeleteHeaders
|
|
830
|
-
- Added Interface TopicEventSubscriptionsDeleteHeaders
|
|
831
|
-
- Added Interface TopicsConfiguration
|
|
832
|
-
- Added Interface TopicsDeleteHeaders
|
|
833
|
-
- Added Interface TopicSpace
|
|
834
|
-
- Added Interface TopicSpacesConfiguration
|
|
835
|
-
- Added Interface TopicSpacesCreateOrUpdateOptionalParams
|
|
836
|
-
- Added Interface TopicSpacesDeleteHeaders
|
|
837
|
-
- Added Interface TopicSpacesDeleteOptionalParams
|
|
838
|
-
- Added Interface TopicSpacesGetOptionalParams
|
|
839
|
-
- Added Interface TopicSpacesListByNamespaceNextOptionalParams
|
|
840
|
-
- Added Interface TopicSpacesListByNamespaceOptionalParams
|
|
841
|
-
- Added Interface TopicSpacesListResult
|
|
842
|
-
- Added Interface TopicsRegenerateKeyHeaders
|
|
843
|
-
- Added Interface TopicTypeAdditionalEnforcedPermission
|
|
844
|
-
- Added Interface UpdateTopicSpacesConfigurationInfo
|
|
845
|
-
- Added Interface WebhookPartnerDestinationInfo
|
|
846
|
-
- Added Interface WebhookUpdatePartnerDestinationInfo
|
|
847
|
-
- Added Type Alias AlternativeAuthenticationNameSource
|
|
848
|
-
- Added Type Alias CaCertificateProvisioningState
|
|
849
|
-
- Added Type Alias CaCertificatesCreateOrUpdateResponse
|
|
850
|
-
- Added Type Alias CaCertificatesGetResponse
|
|
851
|
-
- Added Type Alias CaCertificatesListByNamespaceNextResponse
|
|
852
|
-
- Added Type Alias CaCertificatesListByNamespaceResponse
|
|
853
|
-
- Added Type Alias ClientCertificateValidationScheme
|
|
854
|
-
- Added Type Alias ClientGroupProvisioningState
|
|
855
|
-
- Added Type Alias ClientGroupsCreateOrUpdateResponse
|
|
856
|
-
- Added Type Alias ClientGroupsGetResponse
|
|
857
|
-
- Added Type Alias ClientGroupsListByNamespaceNextResponse
|
|
858
|
-
- Added Type Alias ClientGroupsListByNamespaceResponse
|
|
859
|
-
- Added Type Alias ClientProvisioningState
|
|
860
|
-
- Added Type Alias ClientsCreateOrUpdateResponse
|
|
861
|
-
- Added Type Alias ClientsGetResponse
|
|
862
|
-
- Added Type Alias ClientsListByNamespaceNextResponse
|
|
863
|
-
- Added Type Alias ClientsListByNamespaceResponse
|
|
864
|
-
- Added Type Alias ClientState
|
|
865
|
-
- Added Type Alias DeliveryMode
|
|
866
|
-
- Added Type Alias DeliverySchema
|
|
867
|
-
- Added Type Alias EventInputSchema
|
|
868
|
-
- Added Type Alias FilterOperatorType
|
|
869
|
-
- Added Type Alias FilterUnion
|
|
870
|
-
- Added Type Alias MonitorAlertSeverity
|
|
871
|
-
- Added Type Alias NamespaceProvisioningState
|
|
872
|
-
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
873
|
-
- Added Type Alias NamespacesGetResponse
|
|
874
|
-
- Added Type Alias NamespacesListByResourceGroupNextResponse
|
|
875
|
-
- Added Type Alias NamespacesListByResourceGroupResponse
|
|
876
|
-
- Added Type Alias NamespacesListBySubscriptionNextResponse
|
|
877
|
-
- Added Type Alias NamespacesListBySubscriptionResponse
|
|
878
|
-
- Added Type Alias NamespacesListSharedAccessKeysResponse
|
|
879
|
-
- Added Type Alias NamespacesRegenerateKeyResponse
|
|
880
|
-
- Added Type Alias NamespacesUpdateResponse
|
|
881
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
882
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
883
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetResponse
|
|
884
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse
|
|
885
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse
|
|
886
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsUpdateResponse
|
|
887
|
-
- Added Type Alias NamespaceTopicProvisioningState
|
|
888
|
-
- Added Type Alias NamespaceTopicsCreateOrUpdateResponse
|
|
889
|
-
- Added Type Alias NamespaceTopicsGetResponse
|
|
890
|
-
- Added Type Alias NamespaceTopicsListByNamespaceNextResponse
|
|
891
|
-
- Added Type Alias NamespaceTopicsListByNamespaceResponse
|
|
892
|
-
- Added Type Alias NamespaceTopicsListSharedAccessKeysResponse
|
|
893
|
-
- Added Type Alias NamespaceTopicsRegenerateKeyResponse
|
|
894
|
-
- Added Type Alias NamespaceTopicsUpdateResponse
|
|
895
|
-
- Added Type Alias NetworkSecurityPerimeterAssociationAccessMode
|
|
896
|
-
- Added Type Alias NetworkSecurityPerimeterConfigProvisioningState
|
|
897
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueSeverity
|
|
898
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueType
|
|
899
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsGetResponse
|
|
900
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsListResponse
|
|
901
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsReconcileResponse
|
|
902
|
-
- Added Type Alias NetworkSecurityPerimeterProfileAccessRuleDirection
|
|
903
|
-
- Added Type Alias NetworkSecurityPerimeterResourceType
|
|
904
|
-
- Added Type Alias PartnerClientAuthenticationType
|
|
905
|
-
- Added Type Alias PartnerClientAuthenticationUnion
|
|
906
|
-
- Added Type Alias PartnerDestinationActivationState
|
|
907
|
-
- Added Type Alias PartnerDestinationInfoUnion
|
|
908
|
-
- Added Type Alias PartnerDestinationProvisioningState
|
|
909
|
-
- Added Type Alias PartnerDestinationsActivateResponse
|
|
910
|
-
- Added Type Alias PartnerDestinationsCreateOrUpdateResponse
|
|
911
|
-
- Added Type Alias PartnerDestinationsGetResponse
|
|
912
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupNextResponse
|
|
913
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupResponse
|
|
914
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionNextResponse
|
|
915
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionResponse
|
|
916
|
-
- Added Type Alias PartnerDestinationsUpdateResponse
|
|
917
|
-
- Added Type Alias PartnerEndpointType
|
|
918
|
-
- Added Type Alias PartnerUpdateDestinationInfoUnion
|
|
919
|
-
- Added Type Alias PermissionBindingProvisioningState
|
|
920
|
-
- Added Type Alias PermissionBindingsCreateOrUpdateResponse
|
|
921
|
-
- Added Type Alias PermissionBindingsGetResponse
|
|
922
|
-
- Added Type Alias PermissionBindingsListByNamespaceNextResponse
|
|
923
|
-
- Added Type Alias PermissionBindingsListByNamespaceResponse
|
|
924
|
-
- Added Type Alias PermissionType
|
|
925
|
-
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
926
|
-
- Added Type Alias PublisherType
|
|
927
|
-
- Added Type Alias ResourceKind
|
|
928
|
-
- Added Type Alias RoutingIdentityType
|
|
929
|
-
- Added Type Alias Sku
|
|
930
|
-
- Added Type Alias SkuName
|
|
931
|
-
- Added Type Alias StaticRoutingEnrichmentType
|
|
932
|
-
- Added Type Alias StaticRoutingEnrichmentUnion
|
|
933
|
-
- Added Type Alias SubscriptionProvisioningState
|
|
934
|
-
- Added Type Alias TlsVersion
|
|
935
|
-
- Added Type Alias TopicsDeleteResponse
|
|
936
|
-
- Added Type Alias TopicSpaceProvisioningState
|
|
937
|
-
- Added Type Alias TopicSpacesConfigurationState
|
|
938
|
-
- Added Type Alias TopicSpacesCreateOrUpdateResponse
|
|
939
|
-
- Added Type Alias TopicSpacesGetResponse
|
|
940
|
-
- Added Type Alias TopicSpacesListByNamespaceNextResponse
|
|
941
|
-
- Added Type Alias TopicSpacesListByNamespaceResponse
|
|
942
|
-
- Interface Channel has a new optional parameter partnerDestinationInfo
|
|
943
|
-
- Interface ChannelUpdateParameters has a new optional parameter partnerDestinationInfo
|
|
944
|
-
- Interface Domain has a new optional parameter eventTypeInfo
|
|
945
|
-
- Interface Domain has a new optional parameter minimumTlsVersionAllowed
|
|
946
|
-
- Interface Domain has a new optional parameter sku
|
|
947
|
-
- Interface DomainUpdateParameters has a new optional parameter eventTypeInfo
|
|
948
|
-
- Interface DomainUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
949
|
-
- Interface DomainUpdateParameters has a new optional parameter sku
|
|
950
|
-
- Interface PartnerNamespace has a new optional parameter minimumTlsVersionAllowed
|
|
951
|
-
- Interface PartnerNamespaceUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
952
|
-
- Interface Topic has a new optional parameter eventTypeInfo
|
|
953
|
-
- Interface Topic has a new optional parameter extendedLocation
|
|
954
|
-
- Interface Topic has a new optional parameter kind
|
|
955
|
-
- Interface Topic has a new optional parameter minimumTlsVersionAllowed
|
|
956
|
-
- Interface Topic has a new optional parameter sku
|
|
957
|
-
- Interface TopicTypeInfo has a new optional parameter additionalEnforcedPermissions
|
|
958
|
-
- Interface TopicTypeInfo has a new optional parameter areRegionalAndGlobalSourcesSupported
|
|
959
|
-
- Interface TopicUpdateParameters has a new optional parameter eventTypeInfo
|
|
960
|
-
- Interface TopicUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
961
|
-
- Interface TopicUpdateParameters has a new optional parameter sku
|
|
962
|
-
- Interface VerifiedPartner has a new optional parameter partnerDestinationDetails
|
|
963
|
-
- Interface WebHookEventSubscriptionDestination has a new optional parameter minimumTlsVersionAllowed
|
|
964
|
-
- Type of parameter endpointType of interface EventSubscriptionDestination is changed from "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" to "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic"
|
|
965
|
-
- Added Enum KnownAlternativeAuthenticationNameSource
|
|
966
|
-
- Added Enum KnownCaCertificateProvisioningState
|
|
967
|
-
- Added Enum KnownClientCertificateValidationScheme
|
|
968
|
-
- Added Enum KnownClientGroupProvisioningState
|
|
969
|
-
- Added Enum KnownClientProvisioningState
|
|
970
|
-
- Added Enum KnownClientState
|
|
971
|
-
- Added Enum KnownDeliveryMode
|
|
972
|
-
- Added Enum KnownDeliverySchema
|
|
973
|
-
- Added Enum KnownEventInputSchema
|
|
974
|
-
- Added Enum KnownFilterOperatorType
|
|
975
|
-
- Added Enum KnownMonitorAlertSeverity
|
|
976
|
-
- Added Enum KnownNamespaceProvisioningState
|
|
977
|
-
- Added Enum KnownNamespaceTopicProvisioningState
|
|
978
|
-
- Added Enum KnownNetworkSecurityPerimeterAssociationAccessMode
|
|
979
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigProvisioningState
|
|
980
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity
|
|
981
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueType
|
|
982
|
-
- Added Enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection
|
|
983
|
-
- Added Enum KnownNetworkSecurityPerimeterResourceType
|
|
984
|
-
- Added Enum KnownPartnerClientAuthenticationType
|
|
985
|
-
- Added Enum KnownPartnerDestinationActivationState
|
|
986
|
-
- Added Enum KnownPartnerDestinationProvisioningState
|
|
987
|
-
- Added Enum KnownPartnerEndpointType
|
|
988
|
-
- Added Enum KnownPermissionBindingProvisioningState
|
|
989
|
-
- Added Enum KnownPermissionType
|
|
990
|
-
- Added Enum KnownPublisherType
|
|
991
|
-
- Added Enum KnownResourceKind
|
|
992
|
-
- Added Enum KnownRoutingIdentityType
|
|
993
|
-
- Added Enum KnownSku
|
|
994
|
-
- Added Enum KnownSkuName
|
|
995
|
-
- Added Enum KnownStaticRoutingEnrichmentType
|
|
996
|
-
- Added Enum KnownSubscriptionProvisioningState
|
|
997
|
-
- Added Enum KnownTlsVersion
|
|
998
|
-
- Added Enum KnownTopicSpaceProvisioningState
|
|
999
|
-
- Added Enum KnownTopicSpacesConfigurationState
|
|
1000
|
-
- Enum KnownChannelProvisioningState has a new value IdleDueToMirroredPartnerDestinationDeletion
|
|
1001
|
-
- Enum KnownChannelType has a new value PartnerDestination
|
|
1002
|
-
- Enum KnownEndpointType has a new value MonitorAlert
|
|
1003
|
-
- Enum KnownEndpointType has a new value NamespaceTopic
|
|
1004
|
-
- Enum KnownEndpointType has a new value PartnerDestination
|
|
1005
|
-
- Enum KnownPrivateEndpointConnectionsParentType has a new value Namespaces
|
|
1006
|
-
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
|
|
1007
|
-
- Class EventGridManagementClient has a new signature
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
## 14.2.0-beta.2 (2023-11-08)
|
|
1011
|
-
|
|
1012
|
-
### Features Added
|
|
1013
|
-
|
|
1014
|
-
- Added operation group CaCertificates
|
|
1015
|
-
- Added operation group ClientGroups
|
|
1016
|
-
- Added operation group Clients
|
|
1017
|
-
- Added operation group Namespaces
|
|
1018
|
-
- Added operation group NamespaceTopicEventSubscriptions
|
|
1019
|
-
- Added operation group NamespaceTopics
|
|
1020
|
-
- Added operation group NetworkSecurityPerimeterConfigurations
|
|
1021
|
-
- Added operation group PartnerDestinations
|
|
1022
|
-
- Added operation group PermissionBindings
|
|
1023
|
-
- Added operation group TopicSpaces
|
|
1024
|
-
- Added Interface AzureADPartnerClientAuthentication
|
|
1025
|
-
- Added Interface BoolEqualsFilter
|
|
1026
|
-
- Added Interface CaCertificate
|
|
1027
|
-
- Added Interface CaCertificatesCreateOrUpdateOptionalParams
|
|
1028
|
-
- Added Interface CaCertificatesDeleteHeaders
|
|
1029
|
-
- Added Interface CaCertificatesDeleteOptionalParams
|
|
1030
|
-
- Added Interface CaCertificatesGetOptionalParams
|
|
1031
|
-
- Added Interface CaCertificatesListByNamespaceNextOptionalParams
|
|
1032
|
-
- Added Interface CaCertificatesListByNamespaceOptionalParams
|
|
1033
|
-
- Added Interface CaCertificatesListResult
|
|
1034
|
-
- Added Interface ChannelsDeleteHeaders
|
|
1035
|
-
- Added Interface Client
|
|
1036
|
-
- Added Interface ClientAuthenticationSettings
|
|
1037
|
-
- Added Interface ClientCertificateAuthentication
|
|
1038
|
-
- Added Interface ClientGroup
|
|
1039
|
-
- Added Interface ClientGroupsCreateOrUpdateOptionalParams
|
|
1040
|
-
- Added Interface ClientGroupsDeleteHeaders
|
|
1041
|
-
- Added Interface ClientGroupsDeleteOptionalParams
|
|
1042
|
-
- Added Interface ClientGroupsGetOptionalParams
|
|
1043
|
-
- Added Interface ClientGroupsListByNamespaceNextOptionalParams
|
|
1044
|
-
- Added Interface ClientGroupsListByNamespaceOptionalParams
|
|
1045
|
-
- Added Interface ClientGroupsListResult
|
|
1046
|
-
- Added Interface ClientsCreateOrUpdateOptionalParams
|
|
1047
|
-
- Added Interface ClientsDeleteHeaders
|
|
1048
|
-
- Added Interface ClientsDeleteOptionalParams
|
|
1049
|
-
- Added Interface ClientsGetOptionalParams
|
|
1050
|
-
- Added Interface ClientsListByNamespaceNextOptionalParams
|
|
1051
|
-
- Added Interface ClientsListByNamespaceOptionalParams
|
|
1052
|
-
- Added Interface ClientsListResult
|
|
1053
|
-
- Added Interface DeliveryConfiguration
|
|
1054
|
-
- Added Interface DomainEventSubscriptionsDeleteHeaders
|
|
1055
|
-
- Added Interface DomainsDeleteHeaders
|
|
1056
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteHeaders
|
|
1057
|
-
- Added Interface DomainTopicsDeleteHeaders
|
|
1058
|
-
- Added Interface DynamicRoutingEnrichment
|
|
1059
|
-
- Added Interface ErrorAdditionalInfo
|
|
1060
|
-
- Added Interface ErrorDetail
|
|
1061
|
-
- Added Interface ErrorResponse
|
|
1062
|
-
- Added Interface EventSubscriptionsDeleteHeaders
|
|
1063
|
-
- Added Interface ExtendedLocation
|
|
1064
|
-
- Added Interface Filter
|
|
1065
|
-
- Added Interface FiltersConfiguration
|
|
1066
|
-
- Added Interface IsNotNullFilter
|
|
1067
|
-
- Added Interface IsNullOrUndefinedFilter
|
|
1068
|
-
- Added Interface MonitorAlertEventSubscriptionDestination
|
|
1069
|
-
- Added Interface Namespace
|
|
1070
|
-
- Added Interface NamespaceRegenerateKeyRequest
|
|
1071
|
-
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
1072
|
-
- Added Interface NamespacesDeleteHeaders
|
|
1073
|
-
- Added Interface NamespacesDeleteOptionalParams
|
|
1074
|
-
- Added Interface NamespacesGetOptionalParams
|
|
1075
|
-
- Added Interface NamespaceSharedAccessKeys
|
|
1076
|
-
- Added Interface NamespaceSku
|
|
1077
|
-
- Added Interface NamespacesListByResourceGroupNextOptionalParams
|
|
1078
|
-
- Added Interface NamespacesListByResourceGroupOptionalParams
|
|
1079
|
-
- Added Interface NamespacesListBySubscriptionNextOptionalParams
|
|
1080
|
-
- Added Interface NamespacesListBySubscriptionOptionalParams
|
|
1081
|
-
- Added Interface NamespacesListResult
|
|
1082
|
-
- Added Interface NamespacesListSharedAccessKeysOptionalParams
|
|
1083
|
-
- Added Interface NamespacesRegenerateKeyHeaders
|
|
1084
|
-
- Added Interface NamespacesRegenerateKeyOptionalParams
|
|
1085
|
-
- Added Interface NamespacesUpdateHeaders
|
|
1086
|
-
- Added Interface NamespacesUpdateOptionalParams
|
|
1087
|
-
- Added Interface NamespaceTopic
|
|
1088
|
-
- Added Interface NamespaceTopicEventSubscriptionDestination
|
|
1089
|
-
- Added Interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1090
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteHeaders
|
|
1091
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
1092
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
1093
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
1094
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
1095
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
1096
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateHeaders
|
|
1097
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
1098
|
-
- Added Interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
1099
|
-
- Added Interface NamespaceTopicsDeleteHeaders
|
|
1100
|
-
- Added Interface NamespaceTopicsDeleteOptionalParams
|
|
1101
|
-
- Added Interface NamespaceTopicsGetOptionalParams
|
|
1102
|
-
- Added Interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
1103
|
-
- Added Interface NamespaceTopicsListByNamespaceOptionalParams
|
|
1104
|
-
- Added Interface NamespaceTopicsListResult
|
|
1105
|
-
- Added Interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
1106
|
-
- Added Interface NamespaceTopicsRegenerateKeyHeaders
|
|
1107
|
-
- Added Interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
1108
|
-
- Added Interface NamespaceTopicsUpdateHeaders
|
|
1109
|
-
- Added Interface NamespaceTopicsUpdateOptionalParams
|
|
1110
|
-
- Added Interface NamespaceTopicUpdateParameters
|
|
1111
|
-
- Added Interface NamespaceUpdateParameters
|
|
1112
|
-
- Added Interface NetworkSecurityPerimeterConfiguration
|
|
1113
|
-
- Added Interface NetworkSecurityPerimeterConfigurationIssues
|
|
1114
|
-
- Added Interface NetworkSecurityPerimeterConfigurationList
|
|
1115
|
-
- Added Interface NetworkSecurityPerimeterConfigurationProfile
|
|
1116
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsGetOptionalParams
|
|
1117
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsListOptionalParams
|
|
1118
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileHeaders
|
|
1119
|
-
- Added Interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams
|
|
1120
|
-
- Added Interface NetworkSecurityPerimeterInfo
|
|
1121
|
-
- Added Interface NetworkSecurityPerimeterProfileAccessRule
|
|
1122
|
-
- Added Interface NumberGreaterThanFilter
|
|
1123
|
-
- Added Interface NumberGreaterThanOrEqualsFilter
|
|
1124
|
-
- Added Interface NumberInFilter
|
|
1125
|
-
- Added Interface NumberInRangeFilter
|
|
1126
|
-
- Added Interface NumberLessThanFilter
|
|
1127
|
-
- Added Interface NumberLessThanOrEqualsFilter
|
|
1128
|
-
- Added Interface NumberNotInFilter
|
|
1129
|
-
- Added Interface NumberNotInRangeFilter
|
|
1130
|
-
- Added Interface PartnerClientAuthentication
|
|
1131
|
-
- Added Interface PartnerConfigurationsDeleteHeaders
|
|
1132
|
-
- Added Interface PartnerDestination
|
|
1133
|
-
- Added Interface PartnerDestinationInfo
|
|
1134
|
-
- Added Interface PartnerDestinationsActivateOptionalParams
|
|
1135
|
-
- Added Interface PartnerDestinationsCreateOrUpdateOptionalParams
|
|
1136
|
-
- Added Interface PartnerDestinationsDeleteHeaders
|
|
1137
|
-
- Added Interface PartnerDestinationsDeleteOptionalParams
|
|
1138
|
-
- Added Interface PartnerDestinationsGetOptionalParams
|
|
1139
|
-
- Added Interface PartnerDestinationsListByResourceGroupNextOptionalParams
|
|
1140
|
-
- Added Interface PartnerDestinationsListByResourceGroupOptionalParams
|
|
1141
|
-
- Added Interface PartnerDestinationsListBySubscriptionNextOptionalParams
|
|
1142
|
-
- Added Interface PartnerDestinationsListBySubscriptionOptionalParams
|
|
1143
|
-
- Added Interface PartnerDestinationsListResult
|
|
1144
|
-
- Added Interface PartnerDestinationsUpdateHeaders
|
|
1145
|
-
- Added Interface PartnerDestinationsUpdateOptionalParams
|
|
1146
|
-
- Added Interface PartnerDestinationUpdateParameters
|
|
1147
|
-
- Added Interface PartnerEventSubscriptionDestination
|
|
1148
|
-
- Added Interface PartnerNamespacesDeleteHeaders
|
|
1149
|
-
- Added Interface PartnerRegistrationsCreateOrUpdateHeaders
|
|
1150
|
-
- Added Interface PartnerRegistrationsDeleteHeaders
|
|
1151
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteHeaders
|
|
1152
|
-
- Added Interface PartnerTopicsDeleteHeaders
|
|
1153
|
-
- Added Interface PartnerUpdateDestinationInfo
|
|
1154
|
-
- Added Interface PermissionBinding
|
|
1155
|
-
- Added Interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
1156
|
-
- Added Interface PermissionBindingsDeleteHeaders
|
|
1157
|
-
- Added Interface PermissionBindingsDeleteOptionalParams
|
|
1158
|
-
- Added Interface PermissionBindingsGetOptionalParams
|
|
1159
|
-
- Added Interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
1160
|
-
- Added Interface PermissionBindingsListByNamespaceOptionalParams
|
|
1161
|
-
- Added Interface PermissionBindingsListResult
|
|
1162
|
-
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
1163
|
-
- Added Interface PushInfo
|
|
1164
|
-
- Added Interface QueueInfo
|
|
1165
|
-
- Added Interface ResourceAssociation
|
|
1166
|
-
- Added Interface ResourceMoveChangeHistory
|
|
1167
|
-
- Added Interface ResourceSku
|
|
1168
|
-
- Added Interface RoutingEnrichments
|
|
1169
|
-
- Added Interface RoutingIdentityInfo
|
|
1170
|
-
- Added Interface StaticRoutingEnrichment
|
|
1171
|
-
- Added Interface StringBeginsWithFilter
|
|
1172
|
-
- Added Interface StringContainsFilter
|
|
1173
|
-
- Added Interface StringEndsWithFilter
|
|
1174
|
-
- Added Interface StringInFilter
|
|
1175
|
-
- Added Interface StringNotBeginsWithFilter
|
|
1176
|
-
- Added Interface StringNotContainsFilter
|
|
1177
|
-
- Added Interface StringNotEndsWithFilter
|
|
1178
|
-
- Added Interface StringNotInFilter
|
|
1179
|
-
- Added Interface Subscription
|
|
1180
|
-
- Added Interface SubscriptionsListResult
|
|
1181
|
-
- Added Interface SubscriptionUpdateParameters
|
|
1182
|
-
- Added Interface SystemTopicEventSubscriptionsDeleteHeaders
|
|
1183
|
-
- Added Interface SystemTopicsDeleteHeaders
|
|
1184
|
-
- Added Interface TopicEventSubscriptionsDeleteHeaders
|
|
1185
|
-
- Added Interface TopicsConfiguration
|
|
1186
|
-
- Added Interface TopicsDeleteHeaders
|
|
1187
|
-
- Added Interface TopicSpace
|
|
1188
|
-
- Added Interface TopicSpacesConfiguration
|
|
1189
|
-
- Added Interface TopicSpacesCreateOrUpdateOptionalParams
|
|
1190
|
-
- Added Interface TopicSpacesDeleteHeaders
|
|
1191
|
-
- Added Interface TopicSpacesDeleteOptionalParams
|
|
1192
|
-
- Added Interface TopicSpacesGetOptionalParams
|
|
1193
|
-
- Added Interface TopicSpacesListByNamespaceNextOptionalParams
|
|
1194
|
-
- Added Interface TopicSpacesListByNamespaceOptionalParams
|
|
1195
|
-
- Added Interface TopicSpacesListResult
|
|
1196
|
-
- Added Interface TopicsRegenerateKeyHeaders
|
|
1197
|
-
- Added Interface TopicTypeAdditionalEnforcedPermission
|
|
1198
|
-
- Added Interface UpdateTopicSpacesConfigurationInfo
|
|
1199
|
-
- Added Interface WebhookPartnerDestinationInfo
|
|
1200
|
-
- Added Interface WebhookUpdatePartnerDestinationInfo
|
|
1201
|
-
- Added Type Alias AlternativeAuthenticationNameSource
|
|
1202
|
-
- Added Type Alias CaCertificateProvisioningState
|
|
1203
|
-
- Added Type Alias CaCertificatesCreateOrUpdateResponse
|
|
1204
|
-
- Added Type Alias CaCertificatesGetResponse
|
|
1205
|
-
- Added Type Alias CaCertificatesListByNamespaceNextResponse
|
|
1206
|
-
- Added Type Alias CaCertificatesListByNamespaceResponse
|
|
1207
|
-
- Added Type Alias ClientCertificateValidationScheme
|
|
1208
|
-
- Added Type Alias ClientGroupProvisioningState
|
|
1209
|
-
- Added Type Alias ClientGroupsCreateOrUpdateResponse
|
|
1210
|
-
- Added Type Alias ClientGroupsGetResponse
|
|
1211
|
-
- Added Type Alias ClientGroupsListByNamespaceNextResponse
|
|
1212
|
-
- Added Type Alias ClientGroupsListByNamespaceResponse
|
|
1213
|
-
- Added Type Alias ClientProvisioningState
|
|
1214
|
-
- Added Type Alias ClientsCreateOrUpdateResponse
|
|
1215
|
-
- Added Type Alias ClientsGetResponse
|
|
1216
|
-
- Added Type Alias ClientsListByNamespaceNextResponse
|
|
1217
|
-
- Added Type Alias ClientsListByNamespaceResponse
|
|
1218
|
-
- Added Type Alias ClientState
|
|
1219
|
-
- Added Type Alias DeliveryMode
|
|
1220
|
-
- Added Type Alias DeliverySchema
|
|
1221
|
-
- Added Type Alias EventInputSchema
|
|
1222
|
-
- Added Type Alias FilterOperatorType
|
|
1223
|
-
- Added Type Alias FilterUnion
|
|
1224
|
-
- Added Type Alias MonitorAlertSeverity
|
|
1225
|
-
- Added Type Alias NamespaceProvisioningState
|
|
1226
|
-
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
1227
|
-
- Added Type Alias NamespacesGetResponse
|
|
1228
|
-
- Added Type Alias NamespacesListByResourceGroupNextResponse
|
|
1229
|
-
- Added Type Alias NamespacesListByResourceGroupResponse
|
|
1230
|
-
- Added Type Alias NamespacesListBySubscriptionNextResponse
|
|
1231
|
-
- Added Type Alias NamespacesListBySubscriptionResponse
|
|
1232
|
-
- Added Type Alias NamespacesListSharedAccessKeysResponse
|
|
1233
|
-
- Added Type Alias NamespacesRegenerateKeyResponse
|
|
1234
|
-
- Added Type Alias NamespacesUpdateResponse
|
|
1235
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
1236
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
1237
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetResponse
|
|
1238
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse
|
|
1239
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse
|
|
1240
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsUpdateResponse
|
|
1241
|
-
- Added Type Alias NamespaceTopicProvisioningState
|
|
1242
|
-
- Added Type Alias NamespaceTopicsCreateOrUpdateResponse
|
|
1243
|
-
- Added Type Alias NamespaceTopicsGetResponse
|
|
1244
|
-
- Added Type Alias NamespaceTopicsListByNamespaceNextResponse
|
|
1245
|
-
- Added Type Alias NamespaceTopicsListByNamespaceResponse
|
|
1246
|
-
- Added Type Alias NamespaceTopicsListSharedAccessKeysResponse
|
|
1247
|
-
- Added Type Alias NamespaceTopicsRegenerateKeyResponse
|
|
1248
|
-
- Added Type Alias NamespaceTopicsUpdateResponse
|
|
1249
|
-
- Added Type Alias NetworkSecurityPerimeterAssociationAccessMode
|
|
1250
|
-
- Added Type Alias NetworkSecurityPerimeterConfigProvisioningState
|
|
1251
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueSeverity
|
|
1252
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationIssueType
|
|
1253
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsGetResponse
|
|
1254
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsListResponse
|
|
1255
|
-
- Added Type Alias NetworkSecurityPerimeterConfigurationsReconcileResponse
|
|
1256
|
-
- Added Type Alias NetworkSecurityPerimeterProfileAccessRuleDirection
|
|
1257
|
-
- Added Type Alias NetworkSecurityPerimeterResourceType
|
|
1258
|
-
- Added Type Alias PartnerClientAuthenticationType
|
|
1259
|
-
- Added Type Alias PartnerClientAuthenticationUnion
|
|
1260
|
-
- Added Type Alias PartnerDestinationActivationState
|
|
1261
|
-
- Added Type Alias PartnerDestinationInfoUnion
|
|
1262
|
-
- Added Type Alias PartnerDestinationProvisioningState
|
|
1263
|
-
- Added Type Alias PartnerDestinationsActivateResponse
|
|
1264
|
-
- Added Type Alias PartnerDestinationsCreateOrUpdateResponse
|
|
1265
|
-
- Added Type Alias PartnerDestinationsGetResponse
|
|
1266
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupNextResponse
|
|
1267
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupResponse
|
|
1268
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionNextResponse
|
|
1269
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionResponse
|
|
1270
|
-
- Added Type Alias PartnerDestinationsUpdateResponse
|
|
1271
|
-
- Added Type Alias PartnerEndpointType
|
|
1272
|
-
- Added Type Alias PartnerUpdateDestinationInfoUnion
|
|
1273
|
-
- Added Type Alias PermissionBindingProvisioningState
|
|
1274
|
-
- Added Type Alias PermissionBindingsCreateOrUpdateResponse
|
|
1275
|
-
- Added Type Alias PermissionBindingsGetResponse
|
|
1276
|
-
- Added Type Alias PermissionBindingsListByNamespaceNextResponse
|
|
1277
|
-
- Added Type Alias PermissionBindingsListByNamespaceResponse
|
|
1278
|
-
- Added Type Alias PermissionType
|
|
1279
|
-
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
1280
|
-
- Added Type Alias PublisherType
|
|
1281
|
-
- Added Type Alias ResourceKind
|
|
1282
|
-
- Added Type Alias RoutingIdentityType
|
|
1283
|
-
- Added Type Alias Sku
|
|
1284
|
-
- Added Type Alias SkuName
|
|
1285
|
-
- Added Type Alias StaticRoutingEnrichmentType
|
|
1286
|
-
- Added Type Alias SubscriptionProvisioningState
|
|
1287
|
-
- Added Type Alias TlsVersion
|
|
1288
|
-
- Added Type Alias TopicsDeleteResponse
|
|
1289
|
-
- Added Type Alias TopicSpaceProvisioningState
|
|
1290
|
-
- Added Type Alias TopicSpacesConfigurationState
|
|
1291
|
-
- Added Type Alias TopicSpacesCreateOrUpdateResponse
|
|
1292
|
-
- Added Type Alias TopicSpacesGetResponse
|
|
1293
|
-
- Added Type Alias TopicSpacesListByNamespaceNextResponse
|
|
1294
|
-
- Added Type Alias TopicSpacesListByNamespaceResponse
|
|
1295
|
-
- Interface Channel has a new optional parameter partnerDestinationInfo
|
|
1296
|
-
- Interface ChannelUpdateParameters has a new optional parameter partnerDestinationInfo
|
|
1297
|
-
- Interface Domain has a new optional parameter eventTypeInfo
|
|
1298
|
-
- Interface Domain has a new optional parameter minimumTlsVersionAllowed
|
|
1299
|
-
- Interface Domain has a new optional parameter sku
|
|
1300
|
-
- Interface DomainUpdateParameters has a new optional parameter eventTypeInfo
|
|
1301
|
-
- Interface DomainUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1302
|
-
- Interface DomainUpdateParameters has a new optional parameter sku
|
|
1303
|
-
- Interface PartnerNamespace has a new optional parameter minimumTlsVersionAllowed
|
|
1304
|
-
- Interface PartnerNamespaceUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1305
|
-
- Interface Topic has a new optional parameter eventTypeInfo
|
|
1306
|
-
- Interface Topic has a new optional parameter extendedLocation
|
|
1307
|
-
- Interface Topic has a new optional parameter kind
|
|
1308
|
-
- Interface Topic has a new optional parameter minimumTlsVersionAllowed
|
|
1309
|
-
- Interface Topic has a new optional parameter sku
|
|
1310
|
-
- Interface TopicTypeInfo has a new optional parameter additionalEnforcedPermissions
|
|
1311
|
-
- Interface TopicTypeInfo has a new optional parameter areRegionalAndGlobalSourcesSupported
|
|
1312
|
-
- Interface TopicUpdateParameters has a new optional parameter eventTypeInfo
|
|
1313
|
-
- Interface TopicUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1314
|
-
- Interface TopicUpdateParameters has a new optional parameter sku
|
|
1315
|
-
- Interface VerifiedPartner has a new optional parameter partnerDestinationDetails
|
|
1316
|
-
- Interface WebHookEventSubscriptionDestination has a new optional parameter minimumTlsVersionAllowed
|
|
1317
|
-
- Type of parameter endpointType of interface EventSubscriptionDestination is changed from "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" to "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic"
|
|
1318
|
-
- Added Enum KnownAlternativeAuthenticationNameSource
|
|
1319
|
-
- Added Enum KnownCaCertificateProvisioningState
|
|
1320
|
-
- Added Enum KnownClientCertificateValidationScheme
|
|
1321
|
-
- Added Enum KnownClientGroupProvisioningState
|
|
1322
|
-
- Added Enum KnownClientProvisioningState
|
|
1323
|
-
- Added Enum KnownClientState
|
|
1324
|
-
- Added Enum KnownDeliveryMode
|
|
1325
|
-
- Added Enum KnownDeliverySchema
|
|
1326
|
-
- Added Enum KnownEventInputSchema
|
|
1327
|
-
- Added Enum KnownFilterOperatorType
|
|
1328
|
-
- Added Enum KnownMonitorAlertSeverity
|
|
1329
|
-
- Added Enum KnownNamespaceProvisioningState
|
|
1330
|
-
- Added Enum KnownNamespaceTopicProvisioningState
|
|
1331
|
-
- Added Enum KnownNetworkSecurityPerimeterAssociationAccessMode
|
|
1332
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigProvisioningState
|
|
1333
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity
|
|
1334
|
-
- Added Enum KnownNetworkSecurityPerimeterConfigurationIssueType
|
|
1335
|
-
- Added Enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection
|
|
1336
|
-
- Added Enum KnownNetworkSecurityPerimeterResourceType
|
|
1337
|
-
- Added Enum KnownPartnerClientAuthenticationType
|
|
1338
|
-
- Added Enum KnownPartnerDestinationActivationState
|
|
1339
|
-
- Added Enum KnownPartnerDestinationProvisioningState
|
|
1340
|
-
- Added Enum KnownPartnerEndpointType
|
|
1341
|
-
- Added Enum KnownPermissionBindingProvisioningState
|
|
1342
|
-
- Added Enum KnownPermissionType
|
|
1343
|
-
- Added Enum KnownPublisherType
|
|
1344
|
-
- Added Enum KnownResourceKind
|
|
1345
|
-
- Added Enum KnownRoutingIdentityType
|
|
1346
|
-
- Added Enum KnownSku
|
|
1347
|
-
- Added Enum KnownSkuName
|
|
1348
|
-
- Added Enum KnownStaticRoutingEnrichmentType
|
|
1349
|
-
- Added Enum KnownSubscriptionProvisioningState
|
|
1350
|
-
- Added Enum KnownTlsVersion
|
|
1351
|
-
- Added Enum KnownTopicSpaceProvisioningState
|
|
1352
|
-
- Added Enum KnownTopicSpacesConfigurationState
|
|
1353
|
-
- Enum KnownChannelProvisioningState has a new value IdleDueToMirroredPartnerDestinationDeletion
|
|
1354
|
-
- Enum KnownChannelType has a new value PartnerDestination
|
|
1355
|
-
- Enum KnownEndpointType has a new value MonitorAlert
|
|
1356
|
-
- Enum KnownEndpointType has a new value NamespaceTopic
|
|
1357
|
-
- Enum KnownEndpointType has a new value PartnerDestination
|
|
1358
|
-
- Enum KnownPrivateEndpointConnectionsParentType has a new value Namespaces
|
|
1359
|
-
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
|
|
1360
|
-
- Class EventGridManagementClient has a new signature
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
## 14.2.0-beta.1 (2023-05-18)
|
|
1364
|
-
|
|
1365
|
-
### Features Added
|
|
1366
|
-
|
|
1367
|
-
- Added operation group CaCertificates
|
|
1368
|
-
- Added operation group ClientGroups
|
|
1369
|
-
- Added operation group Clients
|
|
1370
|
-
- Added operation group Namespaces
|
|
1371
|
-
- Added operation group NamespaceTopicEventSubscriptions
|
|
1372
|
-
- Added operation group NamespaceTopics
|
|
1373
|
-
- Added operation group PartnerDestinations
|
|
1374
|
-
- Added operation group PermissionBindings
|
|
1375
|
-
- Added operation group TopicSpaces
|
|
1376
|
-
- Added Interface AzureADPartnerClientAuthentication
|
|
1377
|
-
- Added Interface BoolEqualsFilter
|
|
1378
|
-
- Added Interface CaCertificate
|
|
1379
|
-
- Added Interface CaCertificatesCreateOrUpdateOptionalParams
|
|
1380
|
-
- Added Interface CaCertificatesDeleteHeaders
|
|
1381
|
-
- Added Interface CaCertificatesDeleteOptionalParams
|
|
1382
|
-
- Added Interface CaCertificatesGetOptionalParams
|
|
1383
|
-
- Added Interface CaCertificatesListByNamespaceNextOptionalParams
|
|
1384
|
-
- Added Interface CaCertificatesListByNamespaceOptionalParams
|
|
1385
|
-
- Added Interface CaCertificatesListResult
|
|
1386
|
-
- Added Interface ChannelsDeleteHeaders
|
|
1387
|
-
- Added Interface Client
|
|
1388
|
-
- Added Interface ClientAuthentication
|
|
1389
|
-
- Added Interface ClientAuthenticationSettings
|
|
1390
|
-
- Added Interface ClientCertificateAuthentication
|
|
1391
|
-
- Added Interface ClientCertificateSubjectDistinguishedName
|
|
1392
|
-
- Added Interface ClientCertificateThumbprint
|
|
1393
|
-
- Added Interface ClientGroup
|
|
1394
|
-
- Added Interface ClientGroupsCreateOrUpdateOptionalParams
|
|
1395
|
-
- Added Interface ClientGroupsDeleteHeaders
|
|
1396
|
-
- Added Interface ClientGroupsDeleteOptionalParams
|
|
1397
|
-
- Added Interface ClientGroupsGetOptionalParams
|
|
1398
|
-
- Added Interface ClientGroupsListByNamespaceNextOptionalParams
|
|
1399
|
-
- Added Interface ClientGroupsListByNamespaceOptionalParams
|
|
1400
|
-
- Added Interface ClientGroupsListResult
|
|
1401
|
-
- Added Interface ClientsCreateOrUpdateOptionalParams
|
|
1402
|
-
- Added Interface ClientsDeleteHeaders
|
|
1403
|
-
- Added Interface ClientsDeleteOptionalParams
|
|
1404
|
-
- Added Interface ClientsGetOptionalParams
|
|
1405
|
-
- Added Interface ClientsListByNamespaceNextOptionalParams
|
|
1406
|
-
- Added Interface ClientsListByNamespaceOptionalParams
|
|
1407
|
-
- Added Interface ClientsListResult
|
|
1408
|
-
- Added Interface DeliveryConfiguration
|
|
1409
|
-
- Added Interface DomainEventSubscriptionsDeleteHeaders
|
|
1410
|
-
- Added Interface DomainsDeleteHeaders
|
|
1411
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteHeaders
|
|
1412
|
-
- Added Interface DomainTopicsDeleteHeaders
|
|
1413
|
-
- Added Interface DynamicRoutingEnrichment
|
|
1414
|
-
- Added Interface ErrorAdditionalInfo
|
|
1415
|
-
- Added Interface ErrorDetail
|
|
1416
|
-
- Added Interface ErrorResponse
|
|
1417
|
-
- Added Interface EventSubscriptionsDeleteHeaders
|
|
1418
|
-
- Added Interface ExtendedLocation
|
|
1419
|
-
- Added Interface Filter
|
|
1420
|
-
- Added Interface FiltersConfiguration
|
|
1421
|
-
- Added Interface IsNotNullFilter
|
|
1422
|
-
- Added Interface IsNullOrUndefinedFilter
|
|
1423
|
-
- Added Interface Namespace
|
|
1424
|
-
- Added Interface NamespaceRegenerateKeyRequest
|
|
1425
|
-
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
1426
|
-
- Added Interface NamespacesDeleteHeaders
|
|
1427
|
-
- Added Interface NamespacesDeleteOptionalParams
|
|
1428
|
-
- Added Interface NamespacesGetOptionalParams
|
|
1429
|
-
- Added Interface NamespaceSharedAccessKeys
|
|
1430
|
-
- Added Interface NamespaceSku
|
|
1431
|
-
- Added Interface NamespacesListByResourceGroupNextOptionalParams
|
|
1432
|
-
- Added Interface NamespacesListByResourceGroupOptionalParams
|
|
1433
|
-
- Added Interface NamespacesListBySubscriptionNextOptionalParams
|
|
1434
|
-
- Added Interface NamespacesListBySubscriptionOptionalParams
|
|
1435
|
-
- Added Interface NamespacesListResult
|
|
1436
|
-
- Added Interface NamespacesListSharedAccessKeysOptionalParams
|
|
1437
|
-
- Added Interface NamespacesRegenerateKeyHeaders
|
|
1438
|
-
- Added Interface NamespacesRegenerateKeyOptionalParams
|
|
1439
|
-
- Added Interface NamespacesUpdateHeaders
|
|
1440
|
-
- Added Interface NamespacesUpdateOptionalParams
|
|
1441
|
-
- Added Interface NamespaceTopic
|
|
1442
|
-
- Added Interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1443
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteHeaders
|
|
1444
|
-
- Added Interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
1445
|
-
- Added Interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
1446
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
1447
|
-
- Added Interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
1448
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateHeaders
|
|
1449
|
-
- Added Interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
1450
|
-
- Added Interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
1451
|
-
- Added Interface NamespaceTopicsDeleteHeaders
|
|
1452
|
-
- Added Interface NamespaceTopicsDeleteOptionalParams
|
|
1453
|
-
- Added Interface NamespaceTopicsGetOptionalParams
|
|
1454
|
-
- Added Interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
1455
|
-
- Added Interface NamespaceTopicsListByNamespaceOptionalParams
|
|
1456
|
-
- Added Interface NamespaceTopicsListResult
|
|
1457
|
-
- Added Interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
1458
|
-
- Added Interface NamespaceTopicsRegenerateKeyHeaders
|
|
1459
|
-
- Added Interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
1460
|
-
- Added Interface NamespaceTopicsUpdateHeaders
|
|
1461
|
-
- Added Interface NamespaceTopicsUpdateOptionalParams
|
|
1462
|
-
- Added Interface NamespaceTopicUpdateParameters
|
|
1463
|
-
- Added Interface NamespaceUpdateParameters
|
|
1464
|
-
- Added Interface NumberGreaterThanFilter
|
|
1465
|
-
- Added Interface NumberGreaterThanOrEqualsFilter
|
|
1466
|
-
- Added Interface NumberInFilter
|
|
1467
|
-
- Added Interface NumberInRangeFilter
|
|
1468
|
-
- Added Interface NumberLessThanFilter
|
|
1469
|
-
- Added Interface NumberLessThanOrEqualsFilter
|
|
1470
|
-
- Added Interface NumberNotInFilter
|
|
1471
|
-
- Added Interface NumberNotInRangeFilter
|
|
1472
|
-
- Added Interface PartnerClientAuthentication
|
|
1473
|
-
- Added Interface PartnerConfigurationsDeleteHeaders
|
|
1474
|
-
- Added Interface PartnerDestination
|
|
1475
|
-
- Added Interface PartnerDestinationInfo
|
|
1476
|
-
- Added Interface PartnerDestinationsActivateOptionalParams
|
|
1477
|
-
- Added Interface PartnerDestinationsCreateOrUpdateOptionalParams
|
|
1478
|
-
- Added Interface PartnerDestinationsDeleteHeaders
|
|
1479
|
-
- Added Interface PartnerDestinationsDeleteOptionalParams
|
|
1480
|
-
- Added Interface PartnerDestinationsGetOptionalParams
|
|
1481
|
-
- Added Interface PartnerDestinationsListByResourceGroupNextOptionalParams
|
|
1482
|
-
- Added Interface PartnerDestinationsListByResourceGroupOptionalParams
|
|
1483
|
-
- Added Interface PartnerDestinationsListBySubscriptionNextOptionalParams
|
|
1484
|
-
- Added Interface PartnerDestinationsListBySubscriptionOptionalParams
|
|
1485
|
-
- Added Interface PartnerDestinationsListResult
|
|
1486
|
-
- Added Interface PartnerDestinationsUpdateHeaders
|
|
1487
|
-
- Added Interface PartnerDestinationsUpdateOptionalParams
|
|
1488
|
-
- Added Interface PartnerDestinationUpdateParameters
|
|
1489
|
-
- Added Interface PartnerEventSubscriptionDestination
|
|
1490
|
-
- Added Interface PartnerNamespacesDeleteHeaders
|
|
1491
|
-
- Added Interface PartnerRegistrationsCreateOrUpdateHeaders
|
|
1492
|
-
- Added Interface PartnerRegistrationsDeleteHeaders
|
|
1493
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteHeaders
|
|
1494
|
-
- Added Interface PartnerTopicsDeleteHeaders
|
|
1495
|
-
- Added Interface PartnerUpdateDestinationInfo
|
|
1496
|
-
- Added Interface PermissionBinding
|
|
1497
|
-
- Added Interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
1498
|
-
- Added Interface PermissionBindingsDeleteHeaders
|
|
1499
|
-
- Added Interface PermissionBindingsDeleteOptionalParams
|
|
1500
|
-
- Added Interface PermissionBindingsGetOptionalParams
|
|
1501
|
-
- Added Interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
1502
|
-
- Added Interface PermissionBindingsListByNamespaceOptionalParams
|
|
1503
|
-
- Added Interface PermissionBindingsListResult
|
|
1504
|
-
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
1505
|
-
- Added Interface QueueInfo
|
|
1506
|
-
- Added Interface ResourceMoveChangeHistory
|
|
1507
|
-
- Added Interface ResourceSku
|
|
1508
|
-
- Added Interface RoutingEnrichments
|
|
1509
|
-
- Added Interface RoutingIdentityInfo
|
|
1510
|
-
- Added Interface StaticRoutingEnrichment
|
|
1511
|
-
- Added Interface StringBeginsWithFilter
|
|
1512
|
-
- Added Interface StringContainsFilter
|
|
1513
|
-
- Added Interface StringEndsWithFilter
|
|
1514
|
-
- Added Interface StringInFilter
|
|
1515
|
-
- Added Interface StringNotBeginsWithFilter
|
|
1516
|
-
- Added Interface StringNotContainsFilter
|
|
1517
|
-
- Added Interface StringNotEndsWithFilter
|
|
1518
|
-
- Added Interface StringNotInFilter
|
|
1519
|
-
- Added Interface Subscription
|
|
1520
|
-
- Added Interface SubscriptionsListResult
|
|
1521
|
-
- Added Interface SubscriptionUpdateParameters
|
|
1522
|
-
- Added Interface SystemTopicEventSubscriptionsDeleteHeaders
|
|
1523
|
-
- Added Interface SystemTopicsDeleteHeaders
|
|
1524
|
-
- Added Interface TopicEventSubscriptionsDeleteHeaders
|
|
1525
|
-
- Added Interface TopicsConfiguration
|
|
1526
|
-
- Added Interface TopicsDeleteHeaders
|
|
1527
|
-
- Added Interface TopicSpace
|
|
1528
|
-
- Added Interface TopicSpacesConfiguration
|
|
1529
|
-
- Added Interface TopicSpacesCreateOrUpdateOptionalParams
|
|
1530
|
-
- Added Interface TopicSpacesDeleteHeaders
|
|
1531
|
-
- Added Interface TopicSpacesDeleteOptionalParams
|
|
1532
|
-
- Added Interface TopicSpacesGetOptionalParams
|
|
1533
|
-
- Added Interface TopicSpacesListByNamespaceNextOptionalParams
|
|
1534
|
-
- Added Interface TopicSpacesListByNamespaceOptionalParams
|
|
1535
|
-
- Added Interface TopicSpacesListResult
|
|
1536
|
-
- Added Interface TopicsRegenerateKeyHeaders
|
|
1537
|
-
- Added Interface UpdateTopicSpacesConfigurationInfo
|
|
1538
|
-
- Added Interface WebhookPartnerDestinationInfo
|
|
1539
|
-
- Added Interface WebhookUpdatePartnerDestinationInfo
|
|
1540
|
-
- Added Type Alias AlternativeAuthenticationNameSource
|
|
1541
|
-
- Added Type Alias CaCertificateProvisioningState
|
|
1542
|
-
- Added Type Alias CaCertificatesCreateOrUpdateResponse
|
|
1543
|
-
- Added Type Alias CaCertificatesGetResponse
|
|
1544
|
-
- Added Type Alias CaCertificatesListByNamespaceNextResponse
|
|
1545
|
-
- Added Type Alias CaCertificatesListByNamespaceResponse
|
|
1546
|
-
- Added Type Alias ClientCertificateValidationScheme
|
|
1547
|
-
- Added Type Alias ClientGroupProvisioningState
|
|
1548
|
-
- Added Type Alias ClientGroupsCreateOrUpdateResponse
|
|
1549
|
-
- Added Type Alias ClientGroupsGetResponse
|
|
1550
|
-
- Added Type Alias ClientGroupsListByNamespaceNextResponse
|
|
1551
|
-
- Added Type Alias ClientGroupsListByNamespaceResponse
|
|
1552
|
-
- Added Type Alias ClientProvisioningState
|
|
1553
|
-
- Added Type Alias ClientsCreateOrUpdateResponse
|
|
1554
|
-
- Added Type Alias ClientsGetResponse
|
|
1555
|
-
- Added Type Alias ClientsListByNamespaceNextResponse
|
|
1556
|
-
- Added Type Alias ClientsListByNamespaceResponse
|
|
1557
|
-
- Added Type Alias ClientState
|
|
1558
|
-
- Added Type Alias DeliveryMode
|
|
1559
|
-
- Added Type Alias DeliverySchema
|
|
1560
|
-
- Added Type Alias EventInputSchema
|
|
1561
|
-
- Added Type Alias FilterOperatorType
|
|
1562
|
-
- Added Type Alias FilterUnion
|
|
1563
|
-
- Added Type Alias NamespaceProvisioningState
|
|
1564
|
-
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
1565
|
-
- Added Type Alias NamespacesGetResponse
|
|
1566
|
-
- Added Type Alias NamespacesListByResourceGroupNextResponse
|
|
1567
|
-
- Added Type Alias NamespacesListByResourceGroupResponse
|
|
1568
|
-
- Added Type Alias NamespacesListBySubscriptionNextResponse
|
|
1569
|
-
- Added Type Alias NamespacesListBySubscriptionResponse
|
|
1570
|
-
- Added Type Alias NamespacesListSharedAccessKeysResponse
|
|
1571
|
-
- Added Type Alias NamespacesRegenerateKeyResponse
|
|
1572
|
-
- Added Type Alias NamespacesUpdateResponse
|
|
1573
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
1574
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsGetResponse
|
|
1575
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse
|
|
1576
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse
|
|
1577
|
-
- Added Type Alias NamespaceTopicEventSubscriptionsUpdateResponse
|
|
1578
|
-
- Added Type Alias NamespaceTopicProvisioningState
|
|
1579
|
-
- Added Type Alias NamespaceTopicsCreateOrUpdateResponse
|
|
1580
|
-
- Added Type Alias NamespaceTopicsGetResponse
|
|
1581
|
-
- Added Type Alias NamespaceTopicsListByNamespaceNextResponse
|
|
1582
|
-
- Added Type Alias NamespaceTopicsListByNamespaceResponse
|
|
1583
|
-
- Added Type Alias NamespaceTopicsListSharedAccessKeysResponse
|
|
1584
|
-
- Added Type Alias NamespaceTopicsRegenerateKeyResponse
|
|
1585
|
-
- Added Type Alias NamespaceTopicsUpdateResponse
|
|
1586
|
-
- Added Type Alias PartnerClientAuthenticationType
|
|
1587
|
-
- Added Type Alias PartnerClientAuthenticationUnion
|
|
1588
|
-
- Added Type Alias PartnerDestinationActivationState
|
|
1589
|
-
- Added Type Alias PartnerDestinationInfoUnion
|
|
1590
|
-
- Added Type Alias PartnerDestinationProvisioningState
|
|
1591
|
-
- Added Type Alias PartnerDestinationsActivateResponse
|
|
1592
|
-
- Added Type Alias PartnerDestinationsCreateOrUpdateResponse
|
|
1593
|
-
- Added Type Alias PartnerDestinationsGetResponse
|
|
1594
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupNextResponse
|
|
1595
|
-
- Added Type Alias PartnerDestinationsListByResourceGroupResponse
|
|
1596
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionNextResponse
|
|
1597
|
-
- Added Type Alias PartnerDestinationsListBySubscriptionResponse
|
|
1598
|
-
- Added Type Alias PartnerDestinationsUpdateResponse
|
|
1599
|
-
- Added Type Alias PartnerEndpointType
|
|
1600
|
-
- Added Type Alias PartnerUpdateDestinationInfoUnion
|
|
1601
|
-
- Added Type Alias PermissionBindingProvisioningState
|
|
1602
|
-
- Added Type Alias PermissionBindingsCreateOrUpdateResponse
|
|
1603
|
-
- Added Type Alias PermissionBindingsGetResponse
|
|
1604
|
-
- Added Type Alias PermissionBindingsListByNamespaceNextResponse
|
|
1605
|
-
- Added Type Alias PermissionBindingsListByNamespaceResponse
|
|
1606
|
-
- Added Type Alias PermissionType
|
|
1607
|
-
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
1608
|
-
- Added Type Alias PublisherType
|
|
1609
|
-
- Added Type Alias ResourceKind
|
|
1610
|
-
- Added Type Alias RoutingIdentityType
|
|
1611
|
-
- Added Type Alias Sku
|
|
1612
|
-
- Added Type Alias SkuName
|
|
1613
|
-
- Added Type Alias StaticRoutingEnrichmentType
|
|
1614
|
-
- Added Type Alias SubscriptionProvisioningState
|
|
1615
|
-
- Added Type Alias TlsVersion
|
|
1616
|
-
- Added Type Alias TopicsDeleteResponse
|
|
1617
|
-
- Added Type Alias TopicSpaceProvisioningState
|
|
1618
|
-
- Added Type Alias TopicSpacesConfigurationState
|
|
1619
|
-
- Added Type Alias TopicSpacesCreateOrUpdateResponse
|
|
1620
|
-
- Added Type Alias TopicSpacesGetResponse
|
|
1621
|
-
- Added Type Alias TopicSpacesListByNamespaceNextResponse
|
|
1622
|
-
- Added Type Alias TopicSpacesListByNamespaceResponse
|
|
1623
|
-
- Interface Channel has a new optional parameter partnerDestinationInfo
|
|
1624
|
-
- Interface ChannelUpdateParameters has a new optional parameter partnerDestinationInfo
|
|
1625
|
-
- Interface Domain has a new optional parameter eventTypeInfo
|
|
1626
|
-
- Interface Domain has a new optional parameter minimumTlsVersionAllowed
|
|
1627
|
-
- Interface Domain has a new optional parameter sku
|
|
1628
|
-
- Interface DomainUpdateParameters has a new optional parameter eventTypeInfo
|
|
1629
|
-
- Interface DomainUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1630
|
-
- Interface DomainUpdateParameters has a new optional parameter sku
|
|
1631
|
-
- Interface PartnerNamespace has a new optional parameter minimumTlsVersionAllowed
|
|
1632
|
-
- Interface PartnerNamespaceUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1633
|
-
- Interface Topic has a new optional parameter eventTypeInfo
|
|
1634
|
-
- Interface Topic has a new optional parameter extendedLocation
|
|
1635
|
-
- Interface Topic has a new optional parameter kind
|
|
1636
|
-
- Interface Topic has a new optional parameter minimumTlsVersionAllowed
|
|
1637
|
-
- Interface Topic has a new optional parameter sku
|
|
1638
|
-
- Interface TopicTypeInfo has a new optional parameter areRegionalAndGlobalSourcesSupported
|
|
1639
|
-
- Interface TopicUpdateParameters has a new optional parameter eventTypeInfo
|
|
1640
|
-
- Interface TopicUpdateParameters has a new optional parameter minimumTlsVersionAllowed
|
|
1641
|
-
- Interface TopicUpdateParameters has a new optional parameter sku
|
|
1642
|
-
- Interface VerifiedPartner has a new optional parameter partnerDestinationDetails
|
|
1643
|
-
- Interface WebHookEventSubscriptionDestination has a new optional parameter minimumTlsVersionAllowed
|
|
1644
|
-
- Type of parameter endpointType of interface EventSubscriptionDestination is changed from "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" to "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination"
|
|
1645
|
-
- Added Enum KnownAlternativeAuthenticationNameSource
|
|
1646
|
-
- Added Enum KnownCaCertificateProvisioningState
|
|
1647
|
-
- Added Enum KnownClientCertificateValidationScheme
|
|
1648
|
-
- Added Enum KnownClientGroupProvisioningState
|
|
1649
|
-
- Added Enum KnownClientProvisioningState
|
|
1650
|
-
- Added Enum KnownClientState
|
|
1651
|
-
- Added Enum KnownDeliveryMode
|
|
1652
|
-
- Added Enum KnownDeliverySchema
|
|
1653
|
-
- Added Enum KnownEventInputSchema
|
|
1654
|
-
- Added Enum KnownFilterOperatorType
|
|
1655
|
-
- Added Enum KnownNamespaceProvisioningState
|
|
1656
|
-
- Added Enum KnownNamespaceTopicProvisioningState
|
|
1657
|
-
- Added Enum KnownPartnerClientAuthenticationType
|
|
1658
|
-
- Added Enum KnownPartnerDestinationActivationState
|
|
1659
|
-
- Added Enum KnownPartnerDestinationProvisioningState
|
|
1660
|
-
- Added Enum KnownPartnerEndpointType
|
|
1661
|
-
- Added Enum KnownPermissionBindingProvisioningState
|
|
1662
|
-
- Added Enum KnownPermissionType
|
|
1663
|
-
- Added Enum KnownPublisherType
|
|
1664
|
-
- Added Enum KnownResourceKind
|
|
1665
|
-
- Added Enum KnownRoutingIdentityType
|
|
1666
|
-
- Added Enum KnownSku
|
|
1667
|
-
- Added Enum KnownSkuName
|
|
1668
|
-
- Added Enum KnownStaticRoutingEnrichmentType
|
|
1669
|
-
- Added Enum KnownSubscriptionProvisioningState
|
|
1670
|
-
- Added Enum KnownTlsVersion
|
|
1671
|
-
- Added Enum KnownTopicSpaceProvisioningState
|
|
1672
|
-
- Added Enum KnownTopicSpacesConfigurationState
|
|
1673
|
-
- Enum KnownChannelProvisioningState has a new value IdleDueToMirroredPartnerDestinationDeletion
|
|
1674
|
-
- Enum KnownChannelType has a new value PartnerDestination
|
|
1675
|
-
- Enum KnownEndpointType has a new value PartnerDestination
|
|
1676
|
-
- Enum KnownPrivateEndpointConnectionsParentType has a new value Namespaces
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
## 14.1.0 (2023-01-10)
|
|
1680
|
-
|
|
1681
|
-
### Features Added
|
|
1682
|
-
|
|
1683
|
-
- Added Interface AzureFunctionEventSubscriptionDestination
|
|
1684
|
-
- Added Interface BoolEqualsAdvancedFilter
|
|
1685
|
-
- Added Interface Channel
|
|
1686
|
-
- Added Interface Domain
|
|
1687
|
-
- Added Interface DomainTopic
|
|
1688
|
-
- Added Interface DynamicDeliveryAttributeMapping
|
|
1689
|
-
- Added Interface EventHubEventSubscriptionDestination
|
|
1690
|
-
- Added Interface EventSubscription
|
|
1691
|
-
- Added Interface EventType
|
|
1692
|
-
- Added Interface ExtensionTopic
|
|
1693
|
-
- Added Interface HybridConnectionEventSubscriptionDestination
|
|
1694
|
-
- Added Interface IsNotNullAdvancedFilter
|
|
1695
|
-
- Added Interface IsNullOrUndefinedAdvancedFilter
|
|
1696
|
-
- Added Interface JsonInputSchemaMapping
|
|
1697
|
-
- Added Interface NumberGreaterThanAdvancedFilter
|
|
1698
|
-
- Added Interface NumberGreaterThanOrEqualsAdvancedFilter
|
|
1699
|
-
- Added Interface NumberInAdvancedFilter
|
|
1700
|
-
- Added Interface NumberInRangeAdvancedFilter
|
|
1701
|
-
- Added Interface NumberLessThanAdvancedFilter
|
|
1702
|
-
- Added Interface NumberLessThanOrEqualsAdvancedFilter
|
|
1703
|
-
- Added Interface NumberNotInAdvancedFilter
|
|
1704
|
-
- Added Interface NumberNotInRangeAdvancedFilter
|
|
1705
|
-
- Added Interface PartnerConfiguration
|
|
1706
|
-
- Added Interface PartnerNamespace
|
|
1707
|
-
- Added Interface PartnerRegistration
|
|
1708
|
-
- Added Interface PartnerTopic
|
|
1709
|
-
- Added Interface PrivateEndpointConnection
|
|
1710
|
-
- Added Interface ServiceBusQueueEventSubscriptionDestination
|
|
1711
|
-
- Added Interface ServiceBusTopicEventSubscriptionDestination
|
|
1712
|
-
- Added Interface StaticDeliveryAttributeMapping
|
|
1713
|
-
- Added Interface StorageBlobDeadLetterDestination
|
|
1714
|
-
- Added Interface StorageQueueEventSubscriptionDestination
|
|
1715
|
-
- Added Interface StringBeginsWithAdvancedFilter
|
|
1716
|
-
- Added Interface StringContainsAdvancedFilter
|
|
1717
|
-
- Added Interface StringEndsWithAdvancedFilter
|
|
1718
|
-
- Added Interface StringInAdvancedFilter
|
|
1719
|
-
- Added Interface StringNotBeginsWithAdvancedFilter
|
|
1720
|
-
- Added Interface StringNotContainsAdvancedFilter
|
|
1721
|
-
- Added Interface StringNotEndsWithAdvancedFilter
|
|
1722
|
-
- Added Interface StringNotInAdvancedFilter
|
|
1723
|
-
- Added Interface SystemTopic
|
|
1724
|
-
- Added Interface Topic
|
|
1725
|
-
- Added Interface TopicTypeInfo
|
|
1726
|
-
- Added Interface TrackedResource
|
|
1727
|
-
- Added Interface VerifiedPartner
|
|
1728
|
-
- Added Interface WebHookEventSubscriptionDestination
|
|
1729
|
-
- Added function getContinuationToken
|
|
1730
|
-
- Interface ChannelsListByPartnerNamespaceNextOptionalParams no longer has parameter filter
|
|
1731
|
-
- Interface ChannelsListByPartnerNamespaceNextOptionalParams no longer has parameter top
|
|
1732
|
-
- Interface DomainEventSubscriptionsListNextOptionalParams no longer has parameter filter
|
|
1733
|
-
- Interface DomainEventSubscriptionsListNextOptionalParams no longer has parameter top
|
|
1734
|
-
- Interface DomainsListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1735
|
-
- Interface DomainsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1736
|
-
- Interface DomainsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1737
|
-
- Interface DomainsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1738
|
-
- Interface DomainTopicEventSubscriptionsListNextOptionalParams no longer has parameter filter
|
|
1739
|
-
- Interface DomainTopicEventSubscriptionsListNextOptionalParams no longer has parameter top
|
|
1740
|
-
- Interface DomainTopicsListByDomainNextOptionalParams no longer has parameter filter
|
|
1741
|
-
- Interface DomainTopicsListByDomainNextOptionalParams no longer has parameter top
|
|
1742
|
-
- Interface EventSubscriptionsListByDomainTopicNextOptionalParams no longer has parameter filter
|
|
1743
|
-
- Interface EventSubscriptionsListByDomainTopicNextOptionalParams no longer has parameter top
|
|
1744
|
-
- Interface EventSubscriptionsListByResourceNextOptionalParams no longer has parameter filter
|
|
1745
|
-
- Interface EventSubscriptionsListByResourceNextOptionalParams no longer has parameter top
|
|
1746
|
-
- Interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams no longer has parameter filter
|
|
1747
|
-
- Interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams no longer has parameter top
|
|
1748
|
-
- Interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1749
|
-
- Interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams no longer has parameter top
|
|
1750
|
-
- Interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams no longer has parameter filter
|
|
1751
|
-
- Interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams no longer has parameter top
|
|
1752
|
-
- Interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1753
|
-
- Interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams no longer has parameter top
|
|
1754
|
-
- Interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams no longer has parameter filter
|
|
1755
|
-
- Interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams no longer has parameter top
|
|
1756
|
-
- Interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1757
|
-
- Interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams no longer has parameter top
|
|
1758
|
-
- Interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams no longer has parameter filter
|
|
1759
|
-
- Interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams no longer has parameter top
|
|
1760
|
-
- Interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1761
|
-
- Interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams no longer has parameter top
|
|
1762
|
-
- Interface PartnerConfigurationsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1763
|
-
- Interface PartnerConfigurationsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1764
|
-
- Interface PartnerNamespacesListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1765
|
-
- Interface PartnerNamespacesListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1766
|
-
- Interface PartnerNamespacesListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1767
|
-
- Interface PartnerNamespacesListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1768
|
-
- Interface PartnerRegistrationsListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1769
|
-
- Interface PartnerRegistrationsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1770
|
-
- Interface PartnerRegistrationsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1771
|
-
- Interface PartnerRegistrationsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1772
|
-
- Interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams no longer has parameter filter
|
|
1773
|
-
- Interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams no longer has parameter top
|
|
1774
|
-
- Interface PartnerTopicsListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1775
|
-
- Interface PartnerTopicsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1776
|
-
- Interface PartnerTopicsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1777
|
-
- Interface PartnerTopicsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1778
|
-
- Interface PrivateEndpointConnectionsListByResourceNextOptionalParams no longer has parameter filter
|
|
1779
|
-
- Interface PrivateEndpointConnectionsListByResourceNextOptionalParams no longer has parameter top
|
|
1780
|
-
- Interface PrivateLinkResourcesListByResourceNextOptionalParams no longer has parameter filter
|
|
1781
|
-
- Interface PrivateLinkResourcesListByResourceNextOptionalParams no longer has parameter top
|
|
1782
|
-
- Interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams no longer has parameter filter
|
|
1783
|
-
- Interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams no longer has parameter top
|
|
1784
|
-
- Interface SystemTopicsListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1785
|
-
- Interface SystemTopicsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1786
|
-
- Interface SystemTopicsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1787
|
-
- Interface SystemTopicsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1788
|
-
- Interface TopicEventSubscriptionsListNextOptionalParams no longer has parameter filter
|
|
1789
|
-
- Interface TopicEventSubscriptionsListNextOptionalParams no longer has parameter top
|
|
1790
|
-
- Interface TopicsListByResourceGroupNextOptionalParams no longer has parameter filter
|
|
1791
|
-
- Interface TopicsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
1792
|
-
- Interface TopicsListBySubscriptionNextOptionalParams no longer has parameter filter
|
|
1793
|
-
- Interface TopicsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
1794
|
-
- Interface VerifiedPartnersListNextOptionalParams no longer has parameter filter
|
|
1795
|
-
- Interface VerifiedPartnersListNextOptionalParams no longer has parameter top
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
## 14.0.0 (2022-06-17)
|
|
1799
|
-
|
|
1800
|
-
### Features Added
|
|
1801
|
-
|
|
1802
|
-
- Added operation group Channels
|
|
1803
|
-
- Added operation group DomainEventSubscriptions
|
|
1804
|
-
- Added operation group DomainTopicEventSubscriptions
|
|
1805
|
-
- Added operation group PartnerConfigurations
|
|
1806
|
-
- Added operation group PartnerNamespaces
|
|
1807
|
-
- Added operation group PartnerRegistrations
|
|
1808
|
-
- Added operation group PartnerTopicEventSubscriptions
|
|
1809
|
-
- Added operation group PartnerTopics
|
|
1810
|
-
- Added operation group TopicEventSubscriptions
|
|
1811
|
-
- Added operation group VerifiedPartners
|
|
1812
|
-
- Added Interface ChannelsCreateOrUpdateOptionalParams
|
|
1813
|
-
- Added Interface ChannelsDeleteOptionalParams
|
|
1814
|
-
- Added Interface ChannelsGetFullUrlOptionalParams
|
|
1815
|
-
- Added Interface ChannelsGetOptionalParams
|
|
1816
|
-
- Added Interface ChannelsListByPartnerNamespaceNextOptionalParams
|
|
1817
|
-
- Added Interface ChannelsListByPartnerNamespaceOptionalParams
|
|
1818
|
-
- Added Interface ChannelsListResult
|
|
1819
|
-
- Added Interface ChannelsUpdateOptionalParams
|
|
1820
|
-
- Added Interface ChannelUpdateParameters
|
|
1821
|
-
- Added Interface DomainEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1822
|
-
- Added Interface DomainEventSubscriptionsDeleteOptionalParams
|
|
1823
|
-
- Added Interface DomainEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
1824
|
-
- Added Interface DomainEventSubscriptionsGetFullUrlOptionalParams
|
|
1825
|
-
- Added Interface DomainEventSubscriptionsGetOptionalParams
|
|
1826
|
-
- Added Interface DomainEventSubscriptionsListNextOptionalParams
|
|
1827
|
-
- Added Interface DomainEventSubscriptionsListOptionalParams
|
|
1828
|
-
- Added Interface DomainEventSubscriptionsUpdateOptionalParams
|
|
1829
|
-
- Added Interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1830
|
-
- Added Interface DomainTopicEventSubscriptionsDeleteOptionalParams
|
|
1831
|
-
- Added Interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
1832
|
-
- Added Interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
1833
|
-
- Added Interface DomainTopicEventSubscriptionsGetOptionalParams
|
|
1834
|
-
- Added Interface DomainTopicEventSubscriptionsListNextOptionalParams
|
|
1835
|
-
- Added Interface DomainTopicEventSubscriptionsListOptionalParams
|
|
1836
|
-
- Added Interface DomainTopicEventSubscriptionsUpdateOptionalParams
|
|
1837
|
-
- Added Interface EventTypeInfo
|
|
1838
|
-
- Added Interface InlineEventProperties
|
|
1839
|
-
- Added Interface Partner
|
|
1840
|
-
- Added Interface PartnerAuthorization
|
|
1841
|
-
- Added Interface PartnerConfigurationsAuthorizePartnerOptionalParams
|
|
1842
|
-
- Added Interface PartnerConfigurationsCreateOrUpdateOptionalParams
|
|
1843
|
-
- Added Interface PartnerConfigurationsDeleteOptionalParams
|
|
1844
|
-
- Added Interface PartnerConfigurationsGetOptionalParams
|
|
1845
|
-
- Added Interface PartnerConfigurationsListByResourceGroupOptionalParams
|
|
1846
|
-
- Added Interface PartnerConfigurationsListBySubscriptionNextOptionalParams
|
|
1847
|
-
- Added Interface PartnerConfigurationsListBySubscriptionOptionalParams
|
|
1848
|
-
- Added Interface PartnerConfigurationsListResult
|
|
1849
|
-
- Added Interface PartnerConfigurationsUnauthorizePartnerOptionalParams
|
|
1850
|
-
- Added Interface PartnerConfigurationsUpdateOptionalParams
|
|
1851
|
-
- Added Interface PartnerConfigurationUpdateParameters
|
|
1852
|
-
- Added Interface PartnerDetails
|
|
1853
|
-
- Added Interface PartnerNamespaceRegenerateKeyRequest
|
|
1854
|
-
- Added Interface PartnerNamespacesCreateOrUpdateOptionalParams
|
|
1855
|
-
- Added Interface PartnerNamespacesDeleteOptionalParams
|
|
1856
|
-
- Added Interface PartnerNamespacesGetOptionalParams
|
|
1857
|
-
- Added Interface PartnerNamespaceSharedAccessKeys
|
|
1858
|
-
- Added Interface PartnerNamespacesListByResourceGroupNextOptionalParams
|
|
1859
|
-
- Added Interface PartnerNamespacesListByResourceGroupOptionalParams
|
|
1860
|
-
- Added Interface PartnerNamespacesListBySubscriptionNextOptionalParams
|
|
1861
|
-
- Added Interface PartnerNamespacesListBySubscriptionOptionalParams
|
|
1862
|
-
- Added Interface PartnerNamespacesListResult
|
|
1863
|
-
- Added Interface PartnerNamespacesListSharedAccessKeysOptionalParams
|
|
1864
|
-
- Added Interface PartnerNamespacesRegenerateKeyOptionalParams
|
|
1865
|
-
- Added Interface PartnerNamespacesUpdateOptionalParams
|
|
1866
|
-
- Added Interface PartnerNamespaceUpdateParameters
|
|
1867
|
-
- Added Interface PartnerRegistrationsCreateOrUpdateOptionalParams
|
|
1868
|
-
- Added Interface PartnerRegistrationsDeleteOptionalParams
|
|
1869
|
-
- Added Interface PartnerRegistrationsGetOptionalParams
|
|
1870
|
-
- Added Interface PartnerRegistrationsListByResourceGroupNextOptionalParams
|
|
1871
|
-
- Added Interface PartnerRegistrationsListByResourceGroupOptionalParams
|
|
1872
|
-
- Added Interface PartnerRegistrationsListBySubscriptionNextOptionalParams
|
|
1873
|
-
- Added Interface PartnerRegistrationsListBySubscriptionOptionalParams
|
|
1874
|
-
- Added Interface PartnerRegistrationsListResult
|
|
1875
|
-
- Added Interface PartnerRegistrationsUpdateOptionalParams
|
|
1876
|
-
- Added Interface PartnerRegistrationUpdateParameters
|
|
1877
|
-
- Added Interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1878
|
-
- Added Interface PartnerTopicEventSubscriptionsDeleteOptionalParams
|
|
1879
|
-
- Added Interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
1880
|
-
- Added Interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
1881
|
-
- Added Interface PartnerTopicEventSubscriptionsGetOptionalParams
|
|
1882
|
-
- Added Interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams
|
|
1883
|
-
- Added Interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams
|
|
1884
|
-
- Added Interface PartnerTopicEventSubscriptionsUpdateOptionalParams
|
|
1885
|
-
- Added Interface PartnerTopicInfo
|
|
1886
|
-
- Added Interface PartnerTopicsActivateOptionalParams
|
|
1887
|
-
- Added Interface PartnerTopicsCreateOrUpdateOptionalParams
|
|
1888
|
-
- Added Interface PartnerTopicsDeactivateOptionalParams
|
|
1889
|
-
- Added Interface PartnerTopicsDeleteOptionalParams
|
|
1890
|
-
- Added Interface PartnerTopicsGetOptionalParams
|
|
1891
|
-
- Added Interface PartnerTopicsListByResourceGroupNextOptionalParams
|
|
1892
|
-
- Added Interface PartnerTopicsListByResourceGroupOptionalParams
|
|
1893
|
-
- Added Interface PartnerTopicsListBySubscriptionNextOptionalParams
|
|
1894
|
-
- Added Interface PartnerTopicsListBySubscriptionOptionalParams
|
|
1895
|
-
- Added Interface PartnerTopicsListResult
|
|
1896
|
-
- Added Interface PartnerTopicsUpdateOptionalParams
|
|
1897
|
-
- Added Interface PartnerTopicUpdateParameters
|
|
1898
|
-
- Added Interface PartnerUpdateTopicInfo
|
|
1899
|
-
- Added Interface TopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
1900
|
-
- Added Interface TopicEventSubscriptionsDeleteOptionalParams
|
|
1901
|
-
- Added Interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
1902
|
-
- Added Interface TopicEventSubscriptionsGetFullUrlOptionalParams
|
|
1903
|
-
- Added Interface TopicEventSubscriptionsGetOptionalParams
|
|
1904
|
-
- Added Interface TopicEventSubscriptionsListNextOptionalParams
|
|
1905
|
-
- Added Interface TopicEventSubscriptionsListOptionalParams
|
|
1906
|
-
- Added Interface TopicEventSubscriptionsUpdateOptionalParams
|
|
1907
|
-
- Added Interface VerifiedPartnersGetOptionalParams
|
|
1908
|
-
- Added Interface VerifiedPartnersListNextOptionalParams
|
|
1909
|
-
- Added Interface VerifiedPartnersListOptionalParams
|
|
1910
|
-
- Added Interface VerifiedPartnersListResult
|
|
1911
|
-
- Added Type Alias Channel
|
|
1912
|
-
- Added Type Alias ChannelProvisioningState
|
|
1913
|
-
- Added Type Alias ChannelsCreateOrUpdateResponse
|
|
1914
|
-
- Added Type Alias ChannelsGetFullUrlResponse
|
|
1915
|
-
- Added Type Alias ChannelsGetResponse
|
|
1916
|
-
- Added Type Alias ChannelsListByPartnerNamespaceNextResponse
|
|
1917
|
-
- Added Type Alias ChannelsListByPartnerNamespaceResponse
|
|
1918
|
-
- Added Type Alias ChannelType
|
|
1919
|
-
- Added Type Alias DataResidencyBoundary
|
|
1920
|
-
- Added Type Alias DomainEventSubscriptionsCreateOrUpdateResponse
|
|
1921
|
-
- Added Type Alias DomainEventSubscriptionsGetDeliveryAttributesResponse
|
|
1922
|
-
- Added Type Alias DomainEventSubscriptionsGetFullUrlResponse
|
|
1923
|
-
- Added Type Alias DomainEventSubscriptionsGetResponse
|
|
1924
|
-
- Added Type Alias DomainEventSubscriptionsListNextResponse
|
|
1925
|
-
- Added Type Alias DomainEventSubscriptionsListResponse
|
|
1926
|
-
- Added Type Alias DomainEventSubscriptionsUpdateResponse
|
|
1927
|
-
- Added Type Alias DomainTopicEventSubscriptionsCreateOrUpdateResponse
|
|
1928
|
-
- Added Type Alias DomainTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
1929
|
-
- Added Type Alias DomainTopicEventSubscriptionsGetFullUrlResponse
|
|
1930
|
-
- Added Type Alias DomainTopicEventSubscriptionsGetResponse
|
|
1931
|
-
- Added Type Alias DomainTopicEventSubscriptionsListNextResponse
|
|
1932
|
-
- Added Type Alias DomainTopicEventSubscriptionsListResponse
|
|
1933
|
-
- Added Type Alias DomainTopicEventSubscriptionsUpdateResponse
|
|
1934
|
-
- Added Type Alias EventDefinitionKind
|
|
1935
|
-
- Added Type Alias IsNotNullAdvancedFilter
|
|
1936
|
-
- Added Type Alias IsNullOrUndefinedAdvancedFilter
|
|
1937
|
-
- Added Type Alias NumberInRangeAdvancedFilter
|
|
1938
|
-
- Added Type Alias NumberNotInRangeAdvancedFilter
|
|
1939
|
-
- Added Type Alias PartnerConfiguration
|
|
1940
|
-
- Added Type Alias PartnerConfigurationProvisioningState
|
|
1941
|
-
- Added Type Alias PartnerConfigurationsAuthorizePartnerResponse
|
|
1942
|
-
- Added Type Alias PartnerConfigurationsCreateOrUpdateResponse
|
|
1943
|
-
- Added Type Alias PartnerConfigurationsGetResponse
|
|
1944
|
-
- Added Type Alias PartnerConfigurationsListByResourceGroupResponse
|
|
1945
|
-
- Added Type Alias PartnerConfigurationsListBySubscriptionNextResponse
|
|
1946
|
-
- Added Type Alias PartnerConfigurationsListBySubscriptionResponse
|
|
1947
|
-
- Added Type Alias PartnerConfigurationsUnauthorizePartnerResponse
|
|
1948
|
-
- Added Type Alias PartnerConfigurationsUpdateResponse
|
|
1949
|
-
- Added Type Alias PartnerNamespace
|
|
1950
|
-
- Added Type Alias PartnerNamespaceProvisioningState
|
|
1951
|
-
- Added Type Alias PartnerNamespacesCreateOrUpdateResponse
|
|
1952
|
-
- Added Type Alias PartnerNamespacesGetResponse
|
|
1953
|
-
- Added Type Alias PartnerNamespacesListByResourceGroupNextResponse
|
|
1954
|
-
- Added Type Alias PartnerNamespacesListByResourceGroupResponse
|
|
1955
|
-
- Added Type Alias PartnerNamespacesListBySubscriptionNextResponse
|
|
1956
|
-
- Added Type Alias PartnerNamespacesListBySubscriptionResponse
|
|
1957
|
-
- Added Type Alias PartnerNamespacesListSharedAccessKeysResponse
|
|
1958
|
-
- Added Type Alias PartnerNamespacesRegenerateKeyResponse
|
|
1959
|
-
- Added Type Alias PartnerRegistration
|
|
1960
|
-
- Added Type Alias PartnerRegistrationProvisioningState
|
|
1961
|
-
- Added Type Alias PartnerRegistrationsCreateOrUpdateResponse
|
|
1962
|
-
- Added Type Alias PartnerRegistrationsGetResponse
|
|
1963
|
-
- Added Type Alias PartnerRegistrationsListByResourceGroupNextResponse
|
|
1964
|
-
- Added Type Alias PartnerRegistrationsListByResourceGroupResponse
|
|
1965
|
-
- Added Type Alias PartnerRegistrationsListBySubscriptionNextResponse
|
|
1966
|
-
- Added Type Alias PartnerRegistrationsListBySubscriptionResponse
|
|
1967
|
-
- Added Type Alias PartnerTopic
|
|
1968
|
-
- Added Type Alias PartnerTopicActivationState
|
|
1969
|
-
- Added Type Alias PartnerTopicEventSubscriptionsCreateOrUpdateResponse
|
|
1970
|
-
- Added Type Alias PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
1971
|
-
- Added Type Alias PartnerTopicEventSubscriptionsGetFullUrlResponse
|
|
1972
|
-
- Added Type Alias PartnerTopicEventSubscriptionsGetResponse
|
|
1973
|
-
- Added Type Alias PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse
|
|
1974
|
-
- Added Type Alias PartnerTopicEventSubscriptionsListByPartnerTopicResponse
|
|
1975
|
-
- Added Type Alias PartnerTopicEventSubscriptionsUpdateResponse
|
|
1976
|
-
- Added Type Alias PartnerTopicProvisioningState
|
|
1977
|
-
- Added Type Alias PartnerTopicRoutingMode
|
|
1978
|
-
- Added Type Alias PartnerTopicsActivateResponse
|
|
1979
|
-
- Added Type Alias PartnerTopicsCreateOrUpdateResponse
|
|
1980
|
-
- Added Type Alias PartnerTopicsDeactivateResponse
|
|
1981
|
-
- Added Type Alias PartnerTopicsGetResponse
|
|
1982
|
-
- Added Type Alias PartnerTopicsListByResourceGroupNextResponse
|
|
1983
|
-
- Added Type Alias PartnerTopicsListByResourceGroupResponse
|
|
1984
|
-
- Added Type Alias PartnerTopicsListBySubscriptionNextResponse
|
|
1985
|
-
- Added Type Alias PartnerTopicsListBySubscriptionResponse
|
|
1986
|
-
- Added Type Alias PartnerTopicsUpdateResponse
|
|
1987
|
-
- Added Type Alias PrivateEndpointConnectionsParentType
|
|
1988
|
-
- Added Type Alias ReadinessState
|
|
1989
|
-
- Added Type Alias StringNotBeginsWithAdvancedFilter
|
|
1990
|
-
- Added Type Alias StringNotContainsAdvancedFilter
|
|
1991
|
-
- Added Type Alias StringNotEndsWithAdvancedFilter
|
|
1992
|
-
- Added Type Alias TopicEventSubscriptionsCreateOrUpdateResponse
|
|
1993
|
-
- Added Type Alias TopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
1994
|
-
- Added Type Alias TopicEventSubscriptionsGetFullUrlResponse
|
|
1995
|
-
- Added Type Alias TopicEventSubscriptionsGetResponse
|
|
1996
|
-
- Added Type Alias TopicEventSubscriptionsListNextResponse
|
|
1997
|
-
- Added Type Alias TopicEventSubscriptionsListResponse
|
|
1998
|
-
- Added Type Alias TopicEventSubscriptionsUpdateResponse
|
|
1999
|
-
- Added Type Alias TopicTypeSourceScope
|
|
2000
|
-
- Added Type Alias VerifiedPartner
|
|
2001
|
-
- Added Type Alias VerifiedPartnerProvisioningState
|
|
2002
|
-
- Added Type Alias VerifiedPartnersGetResponse
|
|
2003
|
-
- Added Type Alias VerifiedPartnersListNextResponse
|
|
2004
|
-
- Added Type Alias VerifiedPartnersListResponse
|
|
2005
|
-
- Interface DomainUpdateParameters has a new optional parameter dataResidencyBoundary
|
|
2006
|
-
- Interface Operation has a new optional parameter isDataAction
|
|
2007
|
-
- Interface TopicUpdateParameters has a new optional parameter dataResidencyBoundary
|
|
2008
|
-
- Class EventGridManagementClient has a new parameter channels
|
|
2009
|
-
- Class EventGridManagementClient has a new parameter domainEventSubscriptions
|
|
2010
|
-
- Class EventGridManagementClient has a new parameter domainTopicEventSubscriptions
|
|
2011
|
-
- Class EventGridManagementClient has a new parameter partnerConfigurations
|
|
2012
|
-
- Class EventGridManagementClient has a new parameter partnerNamespaces
|
|
2013
|
-
- Class EventGridManagementClient has a new parameter partnerRegistrations
|
|
2014
|
-
- Class EventGridManagementClient has a new parameter partnerTopicEventSubscriptions
|
|
2015
|
-
- Class EventGridManagementClient has a new parameter partnerTopics
|
|
2016
|
-
- Class EventGridManagementClient has a new parameter topicEventSubscriptions
|
|
2017
|
-
- Class EventGridManagementClient has a new parameter verifiedPartners
|
|
2018
|
-
- Type Alias Domain has a new parameter dataResidencyBoundary
|
|
2019
|
-
- Type Alias Topic has a new parameter dataResidencyBoundary
|
|
2020
|
-
- Added Enum KnownChannelProvisioningState
|
|
2021
|
-
- Added Enum KnownChannelType
|
|
2022
|
-
- Added Enum KnownDataResidencyBoundary
|
|
2023
|
-
- Added Enum KnownEventDefinitionKind
|
|
2024
|
-
- Added Enum KnownPartnerConfigurationProvisioningState
|
|
2025
|
-
- Added Enum KnownPartnerNamespaceProvisioningState
|
|
2026
|
-
- Added Enum KnownPartnerRegistrationProvisioningState
|
|
2027
|
-
- Added Enum KnownPartnerTopicActivationState
|
|
2028
|
-
- Added Enum KnownPartnerTopicProvisioningState
|
|
2029
|
-
- Added Enum KnownPartnerTopicRoutingMode
|
|
2030
|
-
- Added Enum KnownPrivateEndpointConnectionsParentType
|
|
2031
|
-
- Added Enum KnownReadinessState
|
|
2032
|
-
- Added Enum KnownTopicTypeSourceScope
|
|
2033
|
-
- Added Enum KnownVerifiedPartnerProvisioningState
|
|
2034
|
-
- Enum KnownAdvancedFilterOperatorType has a new value IsNotNull
|
|
2035
|
-
- Enum KnownAdvancedFilterOperatorType has a new value IsNullOrUndefined
|
|
2036
|
-
- Enum KnownAdvancedFilterOperatorType has a new value NumberInRange
|
|
2037
|
-
- Enum KnownAdvancedFilterOperatorType has a new value NumberNotInRange
|
|
2038
|
-
- Enum KnownAdvancedFilterOperatorType has a new value StringNotBeginsWith
|
|
2039
|
-
- Enum KnownAdvancedFilterOperatorType has a new value StringNotContains
|
|
2040
|
-
- Enum KnownAdvancedFilterOperatorType has a new value StringNotEndsWith
|
|
2041
|
-
|
|
2042
|
-
### Breaking Changes
|
|
2043
|
-
|
|
2044
|
-
- Operation PrivateEndpointConnections.beginDelete has a new signature
|
|
2045
|
-
- Operation PrivateEndpointConnections.beginDeleteAndWait has a new signature
|
|
2046
|
-
- Operation PrivateEndpointConnections.beginUpdate has a new signature
|
|
2047
|
-
- Operation PrivateEndpointConnections.beginUpdateAndWait has a new signature
|
|
2048
|
-
- Operation PrivateEndpointConnections.get has a new signature
|
|
2049
|
-
- Operation PrivateEndpointConnections.listByResource has a new signature
|
|
2050
|
-
- Removed Enum KnownEnum18
|
|
2051
|
-
- Removed Enum KnownEnum19
|
|
2052
|
-
- Removed Enum KnownEnum20
|
|
2053
|
-
- Removed Enum KnownEnum21
|
|
2054
|
-
- Removed Enum KnownTopicTypePropertiesSupportedScopesForSourceItem
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
## 13.0.0 (2021-12-09)
|
|
2058
|
-
|
|
2059
|
-
The package of @azure/arm-eventgrid is using our next generation design principles since version 13.0.0, which contains breaking changes.
|
|
2060
|
-
|
|
2061
|
-
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
|
|
2062
|
-
|
|
2063
|
-
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
2064
|
-
|
|
2065
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
|