@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
|
@@ -28,10 +28,6 @@ export declare const topicName: OperationURLParameter;
|
|
|
28
28
|
export declare const eventSubscriptionName: OperationURLParameter;
|
|
29
29
|
export declare const eventSubscriptionInfo: OperationParameter;
|
|
30
30
|
export declare const eventSubscriptionUpdateParameters: OperationParameter;
|
|
31
|
-
export declare const topicName1: OperationURLParameter;
|
|
32
|
-
export declare const eventSubscriptionName1: OperationURLParameter;
|
|
33
|
-
export declare const eventSubscriptionInfo1: OperationParameter;
|
|
34
|
-
export declare const eventSubscriptionUpdateParameters1: OperationParameter;
|
|
35
31
|
export declare const scope: OperationURLParameter;
|
|
36
32
|
export declare const topicTypeName: OperationURLParameter;
|
|
37
33
|
export declare const location: OperationURLParameter;
|
|
@@ -39,6 +35,10 @@ export declare const providerNamespace: OperationURLParameter;
|
|
|
39
35
|
export declare const resourceTypeName: OperationURLParameter;
|
|
40
36
|
export declare const resourceName: OperationURLParameter;
|
|
41
37
|
export declare const systemTopicName: OperationURLParameter;
|
|
38
|
+
export declare const topicName1: OperationURLParameter;
|
|
39
|
+
export declare const eventSubscriptionName1: OperationURLParameter;
|
|
40
|
+
export declare const eventSubscriptionInfo1: OperationParameter;
|
|
41
|
+
export declare const eventSubscriptionUpdateParameters1: OperationParameter;
|
|
42
42
|
export declare const partnerTopicName: OperationURLParameter;
|
|
43
43
|
export declare const namespaceInfo: OperationParameter;
|
|
44
44
|
export declare const namespaceUpdateParameters: OperationParameter;
|
|
@@ -46,11 +46,12 @@ export declare const regenerateKeyRequest1: OperationParameter;
|
|
|
46
46
|
export declare const namespaceTopicInfo: OperationParameter;
|
|
47
47
|
export declare const namespaceTopicUpdateParameters: OperationParameter;
|
|
48
48
|
export declare const regenerateKeyRequest2: OperationParameter;
|
|
49
|
-
export declare const topicInfo: OperationParameter;
|
|
50
|
-
export declare const topicUpdateParameters: OperationParameter;
|
|
51
49
|
export declare const partnerConfigurationInfo: OperationParameter;
|
|
52
50
|
export declare const partnerConfigurationUpdateParameters: OperationParameter;
|
|
53
51
|
export declare const partnerInfo: OperationParameter;
|
|
52
|
+
export declare const partnerDestinationName: OperationURLParameter;
|
|
53
|
+
export declare const partnerDestination: OperationParameter;
|
|
54
|
+
export declare const partnerDestinationUpdateParameters: OperationParameter;
|
|
54
55
|
export declare const partnerNamespaceInfo: OperationParameter;
|
|
55
56
|
export declare const partnerNamespaceUpdateParameters: OperationParameter;
|
|
56
57
|
export declare const regenerateKeyRequest3: OperationParameter;
|
|
@@ -59,6 +60,10 @@ export declare const partnerRegistrationInfo: OperationParameter;
|
|
|
59
60
|
export declare const partnerRegistrationUpdateParameters: OperationParameter;
|
|
60
61
|
export declare const partnerTopicInfo: OperationParameter;
|
|
61
62
|
export declare const partnerTopicUpdateParameters: OperationParameter;
|
|
63
|
+
export declare const resourceType: OperationURLParameter;
|
|
64
|
+
export declare const resourceName1: OperationURLParameter;
|
|
65
|
+
export declare const perimeterGuid: OperationURLParameter;
|
|
66
|
+
export declare const associationName: OperationURLParameter;
|
|
62
67
|
export declare const permissionBindingName: OperationURLParameter;
|
|
63
68
|
export declare const permissionBindingInfo: OperationParameter;
|
|
64
69
|
export declare const parentType: OperationURLParameter;
|
|
@@ -69,6 +74,8 @@ export declare const parentType1: OperationURLParameter;
|
|
|
69
74
|
export declare const privateLinkResourceName: OperationURLParameter;
|
|
70
75
|
export declare const systemTopicInfo: OperationParameter;
|
|
71
76
|
export declare const systemTopicUpdateParameters: OperationParameter;
|
|
77
|
+
export declare const topicInfo: OperationParameter;
|
|
78
|
+
export declare const topicUpdateParameters: OperationParameter;
|
|
72
79
|
export declare const scope1: OperationURLParameter;
|
|
73
80
|
export declare const topicSpaceName: OperationURLParameter;
|
|
74
81
|
export declare const topicSpaceInfo: OperationParameter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { CaCertificate as CaCertificateMapper, Channel as ChannelMapper, ChannelUpdateParameters as ChannelUpdateParametersMapper, ClientGroup as ClientGroupMapper, Client as ClientMapper, Domain as DomainMapper, DomainUpdateParameters as DomainUpdateParametersMapper, DomainRegenerateKeyRequest as DomainRegenerateKeyRequestMapper, EventSubscription as EventSubscriptionMapper, EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper, Subscription as SubscriptionMapper, SubscriptionUpdateParameters as SubscriptionUpdateParametersMapper, Namespace as NamespaceMapper, NamespaceUpdateParameters as NamespaceUpdateParametersMapper, NamespaceRegenerateKeyRequest as NamespaceRegenerateKeyRequestMapper, NamespaceTopic as NamespaceTopicMapper, NamespaceTopicUpdateParameters as NamespaceTopicUpdateParametersMapper, TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper,
|
|
8
|
+
import { CaCertificate as CaCertificateMapper, Channel as ChannelMapper, ChannelUpdateParameters as ChannelUpdateParametersMapper, ClientGroup as ClientGroupMapper, Client as ClientMapper, Domain as DomainMapper, DomainUpdateParameters as DomainUpdateParametersMapper, DomainRegenerateKeyRequest as DomainRegenerateKeyRequestMapper, EventSubscription as EventSubscriptionMapper, EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper, Subscription as SubscriptionMapper, SubscriptionUpdateParameters as SubscriptionUpdateParametersMapper, Namespace as NamespaceMapper, NamespaceUpdateParameters as NamespaceUpdateParametersMapper, NamespaceRegenerateKeyRequest as NamespaceRegenerateKeyRequestMapper, NamespaceTopic as NamespaceTopicMapper, NamespaceTopicUpdateParameters as NamespaceTopicUpdateParametersMapper, TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper, PartnerConfiguration as PartnerConfigurationMapper, PartnerConfigurationUpdateParameters as PartnerConfigurationUpdateParametersMapper, Partner as PartnerMapper, PartnerDestination as PartnerDestinationMapper, PartnerDestinationUpdateParameters as PartnerDestinationUpdateParametersMapper, PartnerNamespace as PartnerNamespaceMapper, PartnerNamespaceUpdateParameters as PartnerNamespaceUpdateParametersMapper, PartnerNamespaceRegenerateKeyRequest as PartnerNamespaceRegenerateKeyRequestMapper, PartnerRegistration as PartnerRegistrationMapper, PartnerRegistrationUpdateParameters as PartnerRegistrationUpdateParametersMapper, PartnerTopic as PartnerTopicMapper, PartnerTopicUpdateParameters as PartnerTopicUpdateParametersMapper, PermissionBinding as PermissionBindingMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, SystemTopic as SystemTopicMapper, SystemTopicUpdateParameters as SystemTopicUpdateParametersMapper, Topic as TopicMapper, TopicUpdateParameters as TopicUpdateParametersMapper, TopicSpace as TopicSpaceMapper, } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -81,7 +81,7 @@ export const caCertificateName = {
|
|
|
81
81
|
export const apiVersion = {
|
|
82
82
|
parameterPath: "apiVersion",
|
|
83
83
|
mapper: {
|
|
84
|
-
defaultValue: "2025-
|
|
84
|
+
defaultValue: "2025-04-01-preview",
|
|
85
85
|
isConstant: true,
|
|
86
86
|
serializedName: "api-version",
|
|
87
87
|
type: {
|
|
@@ -259,44 +259,6 @@ export const eventSubscriptionUpdateParameters = {
|
|
|
259
259
|
parameterPath: "eventSubscriptionUpdateParameters",
|
|
260
260
|
mapper: EventSubscriptionUpdateParametersMapper,
|
|
261
261
|
};
|
|
262
|
-
export const topicName1 = {
|
|
263
|
-
parameterPath: "topicName",
|
|
264
|
-
mapper: {
|
|
265
|
-
constraints: {
|
|
266
|
-
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
267
|
-
MaxLength: 50,
|
|
268
|
-
MinLength: 3,
|
|
269
|
-
},
|
|
270
|
-
serializedName: "topicName",
|
|
271
|
-
required: true,
|
|
272
|
-
type: {
|
|
273
|
-
name: "String",
|
|
274
|
-
},
|
|
275
|
-
},
|
|
276
|
-
};
|
|
277
|
-
export const eventSubscriptionName1 = {
|
|
278
|
-
parameterPath: "eventSubscriptionName",
|
|
279
|
-
mapper: {
|
|
280
|
-
constraints: {
|
|
281
|
-
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
282
|
-
MaxLength: 50,
|
|
283
|
-
MinLength: 3,
|
|
284
|
-
},
|
|
285
|
-
serializedName: "eventSubscriptionName",
|
|
286
|
-
required: true,
|
|
287
|
-
type: {
|
|
288
|
-
name: "String",
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
};
|
|
292
|
-
export const eventSubscriptionInfo1 = {
|
|
293
|
-
parameterPath: "eventSubscriptionInfo",
|
|
294
|
-
mapper: SubscriptionMapper,
|
|
295
|
-
};
|
|
296
|
-
export const eventSubscriptionUpdateParameters1 = {
|
|
297
|
-
parameterPath: "eventSubscriptionUpdateParameters",
|
|
298
|
-
mapper: SubscriptionUpdateParametersMapper,
|
|
299
|
-
};
|
|
300
262
|
export const scope = {
|
|
301
263
|
parameterPath: "scope",
|
|
302
264
|
mapper: {
|
|
@@ -368,6 +330,44 @@ export const systemTopicName = {
|
|
|
368
330
|
},
|
|
369
331
|
},
|
|
370
332
|
};
|
|
333
|
+
export const topicName1 = {
|
|
334
|
+
parameterPath: "topicName",
|
|
335
|
+
mapper: {
|
|
336
|
+
constraints: {
|
|
337
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
338
|
+
MaxLength: 50,
|
|
339
|
+
MinLength: 3,
|
|
340
|
+
},
|
|
341
|
+
serializedName: "topicName",
|
|
342
|
+
required: true,
|
|
343
|
+
type: {
|
|
344
|
+
name: "String",
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
};
|
|
348
|
+
export const eventSubscriptionName1 = {
|
|
349
|
+
parameterPath: "eventSubscriptionName",
|
|
350
|
+
mapper: {
|
|
351
|
+
constraints: {
|
|
352
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
353
|
+
MaxLength: 50,
|
|
354
|
+
MinLength: 3,
|
|
355
|
+
},
|
|
356
|
+
serializedName: "eventSubscriptionName",
|
|
357
|
+
required: true,
|
|
358
|
+
type: {
|
|
359
|
+
name: "String",
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
};
|
|
363
|
+
export const eventSubscriptionInfo1 = {
|
|
364
|
+
parameterPath: "eventSubscriptionInfo",
|
|
365
|
+
mapper: SubscriptionMapper,
|
|
366
|
+
};
|
|
367
|
+
export const eventSubscriptionUpdateParameters1 = {
|
|
368
|
+
parameterPath: "eventSubscriptionUpdateParameters",
|
|
369
|
+
mapper: SubscriptionUpdateParametersMapper,
|
|
370
|
+
};
|
|
371
371
|
export const partnerTopicName = {
|
|
372
372
|
parameterPath: "partnerTopicName",
|
|
373
373
|
mapper: {
|
|
@@ -402,14 +402,6 @@ export const regenerateKeyRequest2 = {
|
|
|
402
402
|
parameterPath: "regenerateKeyRequest",
|
|
403
403
|
mapper: TopicRegenerateKeyRequestMapper,
|
|
404
404
|
};
|
|
405
|
-
export const topicInfo = {
|
|
406
|
-
parameterPath: "topicInfo",
|
|
407
|
-
mapper: TopicMapper,
|
|
408
|
-
};
|
|
409
|
-
export const topicUpdateParameters = {
|
|
410
|
-
parameterPath: "topicUpdateParameters",
|
|
411
|
-
mapper: TopicUpdateParametersMapper,
|
|
412
|
-
};
|
|
413
405
|
export const partnerConfigurationInfo = {
|
|
414
406
|
parameterPath: "partnerConfigurationInfo",
|
|
415
407
|
mapper: PartnerConfigurationMapper,
|
|
@@ -422,6 +414,29 @@ export const partnerInfo = {
|
|
|
422
414
|
parameterPath: "partnerInfo",
|
|
423
415
|
mapper: PartnerMapper,
|
|
424
416
|
};
|
|
417
|
+
export const partnerDestinationName = {
|
|
418
|
+
parameterPath: "partnerDestinationName",
|
|
419
|
+
mapper: {
|
|
420
|
+
constraints: {
|
|
421
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
422
|
+
MaxLength: 50,
|
|
423
|
+
MinLength: 3,
|
|
424
|
+
},
|
|
425
|
+
serializedName: "partnerDestinationName",
|
|
426
|
+
required: true,
|
|
427
|
+
type: {
|
|
428
|
+
name: "String",
|
|
429
|
+
},
|
|
430
|
+
},
|
|
431
|
+
};
|
|
432
|
+
export const partnerDestination = {
|
|
433
|
+
parameterPath: "partnerDestination",
|
|
434
|
+
mapper: PartnerDestinationMapper,
|
|
435
|
+
};
|
|
436
|
+
export const partnerDestinationUpdateParameters = {
|
|
437
|
+
parameterPath: "partnerDestinationUpdateParameters",
|
|
438
|
+
mapper: PartnerDestinationUpdateParametersMapper,
|
|
439
|
+
};
|
|
425
440
|
export const partnerNamespaceInfo = {
|
|
426
441
|
parameterPath: "partnerNamespaceInfo",
|
|
427
442
|
mapper: PartnerNamespaceMapper,
|
|
@@ -460,6 +475,51 @@ export const partnerTopicUpdateParameters = {
|
|
|
460
475
|
parameterPath: "partnerTopicUpdateParameters",
|
|
461
476
|
mapper: PartnerTopicUpdateParametersMapper,
|
|
462
477
|
};
|
|
478
|
+
export const resourceType = {
|
|
479
|
+
parameterPath: "resourceType",
|
|
480
|
+
mapper: {
|
|
481
|
+
serializedName: "resourceType",
|
|
482
|
+
required: true,
|
|
483
|
+
type: {
|
|
484
|
+
name: "String",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
};
|
|
488
|
+
export const resourceName1 = {
|
|
489
|
+
parameterPath: "resourceName",
|
|
490
|
+
mapper: {
|
|
491
|
+
constraints: {
|
|
492
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
|
493
|
+
MaxLength: 50,
|
|
494
|
+
MinLength: 3,
|
|
495
|
+
},
|
|
496
|
+
serializedName: "resourceName",
|
|
497
|
+
required: true,
|
|
498
|
+
type: {
|
|
499
|
+
name: "String",
|
|
500
|
+
},
|
|
501
|
+
},
|
|
502
|
+
};
|
|
503
|
+
export const perimeterGuid = {
|
|
504
|
+
parameterPath: "perimeterGuid",
|
|
505
|
+
mapper: {
|
|
506
|
+
serializedName: "perimeterGuid",
|
|
507
|
+
required: true,
|
|
508
|
+
type: {
|
|
509
|
+
name: "String",
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
};
|
|
513
|
+
export const associationName = {
|
|
514
|
+
parameterPath: "associationName",
|
|
515
|
+
mapper: {
|
|
516
|
+
serializedName: "associationName",
|
|
517
|
+
required: true,
|
|
518
|
+
type: {
|
|
519
|
+
name: "String",
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
|
+
};
|
|
463
523
|
export const permissionBindingName = {
|
|
464
524
|
parameterPath: "permissionBindingName",
|
|
465
525
|
mapper: {
|
|
@@ -541,6 +601,14 @@ export const systemTopicUpdateParameters = {
|
|
|
541
601
|
parameterPath: "systemTopicUpdateParameters",
|
|
542
602
|
mapper: SystemTopicUpdateParametersMapper,
|
|
543
603
|
};
|
|
604
|
+
export const topicInfo = {
|
|
605
|
+
parameterPath: "topicInfo",
|
|
606
|
+
mapper: TopicMapper,
|
|
607
|
+
};
|
|
608
|
+
export const topicUpdateParameters = {
|
|
609
|
+
parameterPath: "topicUpdateParameters",
|
|
610
|
+
mapper: TopicUpdateParametersMapper,
|
|
611
|
+
};
|
|
544
612
|
export const scope1 = {
|
|
545
613
|
parameterPath: "scope",
|
|
546
614
|
mapper: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n CaCertificate as CaCertificateMapper,\n Channel as ChannelMapper,\n ChannelUpdateParameters as ChannelUpdateParametersMapper,\n ClientGroup as ClientGroupMapper,\n Client as ClientMapper,\n Domain as DomainMapper,\n DomainUpdateParameters as DomainUpdateParametersMapper,\n DomainRegenerateKeyRequest as DomainRegenerateKeyRequestMapper,\n EventSubscription as EventSubscriptionMapper,\n EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper,\n Subscription as SubscriptionMapper,\n SubscriptionUpdateParameters as SubscriptionUpdateParametersMapper,\n Namespace as NamespaceMapper,\n NamespaceUpdateParameters as NamespaceUpdateParametersMapper,\n NamespaceRegenerateKeyRequest as NamespaceRegenerateKeyRequestMapper,\n NamespaceTopic as NamespaceTopicMapper,\n NamespaceTopicUpdateParameters as NamespaceTopicUpdateParametersMapper,\n TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper,\n Topic as TopicMapper,\n TopicUpdateParameters as TopicUpdateParametersMapper,\n PartnerConfiguration as PartnerConfigurationMapper,\n PartnerConfigurationUpdateParameters as PartnerConfigurationUpdateParametersMapper,\n Partner as PartnerMapper,\n PartnerNamespace as PartnerNamespaceMapper,\n PartnerNamespaceUpdateParameters as PartnerNamespaceUpdateParametersMapper,\n PartnerNamespaceRegenerateKeyRequest as PartnerNamespaceRegenerateKeyRequestMapper,\n PartnerRegistration as PartnerRegistrationMapper,\n PartnerRegistrationUpdateParameters as PartnerRegistrationUpdateParametersMapper,\n PartnerTopic as PartnerTopicMapper,\n PartnerTopicUpdateParameters as PartnerTopicUpdateParametersMapper,\n PermissionBinding as PermissionBindingMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SystemTopic as SystemTopicMapper,\n SystemTopicUpdateParameters as SystemTopicUpdateParametersMapper,\n TopicSpace as TopicSpaceMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const namespaceName: OperationURLParameter = {\n parameterPath: \"namespaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"namespaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const caCertificateName: OperationURLParameter = {\n parameterPath: \"caCertificateName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"caCertificateName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-02-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const caCertificateInfo: OperationParameter = {\n parameterPath: \"caCertificateInfo\",\n mapper: CaCertificateMapper,\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const partnerNamespaceName: OperationURLParameter = {\n parameterPath: \"partnerNamespaceName\",\n mapper: {\n serializedName: \"partnerNamespaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const channelName: OperationURLParameter = {\n parameterPath: \"channelName\",\n mapper: {\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const channelInfo: OperationParameter = {\n parameterPath: \"channelInfo\",\n mapper: ChannelMapper,\n};\n\nexport const channelUpdateParameters: OperationParameter = {\n parameterPath: \"channelUpdateParameters\",\n mapper: ChannelUpdateParametersMapper,\n};\n\nexport const clientGroupName: OperationURLParameter = {\n parameterPath: \"clientGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"clientGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientGroupInfo: OperationParameter = {\n parameterPath: \"clientGroupInfo\",\n mapper: ClientGroupMapper,\n};\n\nexport const clientName: OperationURLParameter = {\n parameterPath: \"clientName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-a-zA-Z0-9:\\\\._]*$\"),\n MaxLength: 128,\n MinLength: 1,\n },\n serializedName: \"clientName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientInfo: OperationParameter = {\n parameterPath: \"clientInfo\",\n mapper: ClientMapper,\n};\n\nexport const domainName: OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n serializedName: \"domainName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const domainInfo: OperationParameter = {\n parameterPath: \"domainInfo\",\n mapper: DomainMapper,\n};\n\nexport const domainUpdateParameters: OperationParameter = {\n parameterPath: \"domainUpdateParameters\",\n mapper: DomainUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: DomainRegenerateKeyRequestMapper,\n};\n\nexport const domainTopicName: OperationURLParameter = {\n parameterPath: \"domainTopicName\",\n mapper: {\n serializedName: \"domainTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicName: OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n serializedName: \"topicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionName: OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n serializedName: \"eventSubscriptionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionInfo: OperationParameter = {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: EventSubscriptionMapper,\n};\n\nexport const eventSubscriptionUpdateParameters: OperationParameter = {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: EventSubscriptionUpdateParametersMapper,\n};\n\nexport const topicName1: OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"topicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionName1: OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"eventSubscriptionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionInfo1: OperationParameter = {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: SubscriptionMapper,\n};\n\nexport const eventSubscriptionUpdateParameters1: OperationParameter = {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: SubscriptionUpdateParametersMapper,\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const topicTypeName: OperationURLParameter = {\n parameterPath: \"topicTypeName\",\n mapper: {\n serializedName: \"topicTypeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const providerNamespace: OperationURLParameter = {\n parameterPath: \"providerNamespace\",\n mapper: {\n serializedName: \"providerNamespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceTypeName: OperationURLParameter = {\n parameterPath: \"resourceTypeName\",\n mapper: {\n serializedName: \"resourceTypeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const systemTopicName: OperationURLParameter = {\n parameterPath: \"systemTopicName\",\n mapper: {\n serializedName: \"systemTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const partnerTopicName: OperationURLParameter = {\n parameterPath: \"partnerTopicName\",\n mapper: {\n serializedName: \"partnerTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const namespaceInfo: OperationParameter = {\n parameterPath: \"namespaceInfo\",\n mapper: NamespaceMapper,\n};\n\nexport const namespaceUpdateParameters: OperationParameter = {\n parameterPath: \"namespaceUpdateParameters\",\n mapper: NamespaceUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest1: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: NamespaceRegenerateKeyRequestMapper,\n};\n\nexport const namespaceTopicInfo: OperationParameter = {\n parameterPath: \"namespaceTopicInfo\",\n mapper: NamespaceTopicMapper,\n};\n\nexport const namespaceTopicUpdateParameters: OperationParameter = {\n parameterPath: \"namespaceTopicUpdateParameters\",\n mapper: NamespaceTopicUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest2: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: TopicRegenerateKeyRequestMapper,\n};\n\nexport const topicInfo: OperationParameter = {\n parameterPath: \"topicInfo\",\n mapper: TopicMapper,\n};\n\nexport const topicUpdateParameters: OperationParameter = {\n parameterPath: \"topicUpdateParameters\",\n mapper: TopicUpdateParametersMapper,\n};\n\nexport const partnerConfigurationInfo: OperationParameter = {\n parameterPath: \"partnerConfigurationInfo\",\n mapper: PartnerConfigurationMapper,\n};\n\nexport const partnerConfigurationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerConfigurationUpdateParameters\",\n mapper: PartnerConfigurationUpdateParametersMapper,\n};\n\nexport const partnerInfo: OperationParameter = {\n parameterPath: \"partnerInfo\",\n mapper: PartnerMapper,\n};\n\nexport const partnerNamespaceInfo: OperationParameter = {\n parameterPath: \"partnerNamespaceInfo\",\n mapper: PartnerNamespaceMapper,\n};\n\nexport const partnerNamespaceUpdateParameters: OperationParameter = {\n parameterPath: \"partnerNamespaceUpdateParameters\",\n mapper: PartnerNamespaceUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest3: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: PartnerNamespaceRegenerateKeyRequestMapper,\n};\n\nexport const partnerRegistrationName: OperationURLParameter = {\n parameterPath: \"partnerRegistrationName\",\n mapper: {\n serializedName: \"partnerRegistrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const partnerRegistrationInfo: OperationParameter = {\n parameterPath: \"partnerRegistrationInfo\",\n mapper: PartnerRegistrationMapper,\n};\n\nexport const partnerRegistrationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerRegistrationUpdateParameters\",\n mapper: PartnerRegistrationUpdateParametersMapper,\n};\n\nexport const partnerTopicInfo: OperationParameter = {\n parameterPath: \"partnerTopicInfo\",\n mapper: PartnerTopicMapper,\n};\n\nexport const partnerTopicUpdateParameters: OperationParameter = {\n parameterPath: \"partnerTopicUpdateParameters\",\n mapper: PartnerTopicUpdateParametersMapper,\n};\n\nexport const permissionBindingName: OperationURLParameter = {\n parameterPath: \"permissionBindingName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"permissionBindingName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const permissionBindingInfo: OperationParameter = {\n parameterPath: \"permissionBindingInfo\",\n mapper: PermissionBindingMapper,\n};\n\nexport const parentType: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parentName: OperationURLParameter = {\n parameterPath: \"parentName\",\n mapper: {\n serializedName: \"parentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const parentType1: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateLinkResourceName: OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n serializedName: \"privateLinkResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const systemTopicInfo: OperationParameter = {\n parameterPath: \"systemTopicInfo\",\n mapper: SystemTopicMapper,\n};\n\nexport const systemTopicUpdateParameters: OperationParameter = {\n parameterPath: \"systemTopicUpdateParameters\",\n mapper: SystemTopicUpdateParametersMapper,\n};\n\nexport const scope1: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicSpaceName: OperationURLParameter = {\n parameterPath: \"topicSpaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"topicSpaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicSpaceInfo: OperationParameter = {\n parameterPath: \"topicSpaceInfo\",\n mapper: TopicSpaceMapper,\n};\n\nexport const verifiedPartnerName: OperationURLParameter = {\n parameterPath: \"verifiedPartnerName\",\n mapper: {\n serializedName: \"verifiedPartnerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n CaCertificate as CaCertificateMapper,\n Channel as ChannelMapper,\n ChannelUpdateParameters as ChannelUpdateParametersMapper,\n ClientGroup as ClientGroupMapper,\n Client as ClientMapper,\n Domain as DomainMapper,\n DomainUpdateParameters as DomainUpdateParametersMapper,\n DomainRegenerateKeyRequest as DomainRegenerateKeyRequestMapper,\n EventSubscription as EventSubscriptionMapper,\n EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper,\n Subscription as SubscriptionMapper,\n SubscriptionUpdateParameters as SubscriptionUpdateParametersMapper,\n Namespace as NamespaceMapper,\n NamespaceUpdateParameters as NamespaceUpdateParametersMapper,\n NamespaceRegenerateKeyRequest as NamespaceRegenerateKeyRequestMapper,\n NamespaceTopic as NamespaceTopicMapper,\n NamespaceTopicUpdateParameters as NamespaceTopicUpdateParametersMapper,\n TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper,\n PartnerConfiguration as PartnerConfigurationMapper,\n PartnerConfigurationUpdateParameters as PartnerConfigurationUpdateParametersMapper,\n Partner as PartnerMapper,\n PartnerDestination as PartnerDestinationMapper,\n PartnerDestinationUpdateParameters as PartnerDestinationUpdateParametersMapper,\n PartnerNamespace as PartnerNamespaceMapper,\n PartnerNamespaceUpdateParameters as PartnerNamespaceUpdateParametersMapper,\n PartnerNamespaceRegenerateKeyRequest as PartnerNamespaceRegenerateKeyRequestMapper,\n PartnerRegistration as PartnerRegistrationMapper,\n PartnerRegistrationUpdateParameters as PartnerRegistrationUpdateParametersMapper,\n PartnerTopic as PartnerTopicMapper,\n PartnerTopicUpdateParameters as PartnerTopicUpdateParametersMapper,\n PermissionBinding as PermissionBindingMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SystemTopic as SystemTopicMapper,\n SystemTopicUpdateParameters as SystemTopicUpdateParametersMapper,\n Topic as TopicMapper,\n TopicUpdateParameters as TopicUpdateParametersMapper,\n TopicSpace as TopicSpaceMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const namespaceName: OperationURLParameter = {\n parameterPath: \"namespaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"namespaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const caCertificateName: OperationURLParameter = {\n parameterPath: \"caCertificateName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"caCertificateName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-04-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const caCertificateInfo: OperationParameter = {\n parameterPath: \"caCertificateInfo\",\n mapper: CaCertificateMapper,\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const partnerNamespaceName: OperationURLParameter = {\n parameterPath: \"partnerNamespaceName\",\n mapper: {\n serializedName: \"partnerNamespaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const channelName: OperationURLParameter = {\n parameterPath: \"channelName\",\n mapper: {\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const channelInfo: OperationParameter = {\n parameterPath: \"channelInfo\",\n mapper: ChannelMapper,\n};\n\nexport const channelUpdateParameters: OperationParameter = {\n parameterPath: \"channelUpdateParameters\",\n mapper: ChannelUpdateParametersMapper,\n};\n\nexport const clientGroupName: OperationURLParameter = {\n parameterPath: \"clientGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"clientGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientGroupInfo: OperationParameter = {\n parameterPath: \"clientGroupInfo\",\n mapper: ClientGroupMapper,\n};\n\nexport const clientName: OperationURLParameter = {\n parameterPath: \"clientName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-a-zA-Z0-9:\\\\._]*$\"),\n MaxLength: 128,\n MinLength: 1,\n },\n serializedName: \"clientName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientInfo: OperationParameter = {\n parameterPath: \"clientInfo\",\n mapper: ClientMapper,\n};\n\nexport const domainName: OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n serializedName: \"domainName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const domainInfo: OperationParameter = {\n parameterPath: \"domainInfo\",\n mapper: DomainMapper,\n};\n\nexport const domainUpdateParameters: OperationParameter = {\n parameterPath: \"domainUpdateParameters\",\n mapper: DomainUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: DomainRegenerateKeyRequestMapper,\n};\n\nexport const domainTopicName: OperationURLParameter = {\n parameterPath: \"domainTopicName\",\n mapper: {\n serializedName: \"domainTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicName: OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n serializedName: \"topicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionName: OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n serializedName: \"eventSubscriptionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionInfo: OperationParameter = {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: EventSubscriptionMapper,\n};\n\nexport const eventSubscriptionUpdateParameters: OperationParameter = {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: EventSubscriptionUpdateParametersMapper,\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const topicTypeName: OperationURLParameter = {\n parameterPath: \"topicTypeName\",\n mapper: {\n serializedName: \"topicTypeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const providerNamespace: OperationURLParameter = {\n parameterPath: \"providerNamespace\",\n mapper: {\n serializedName: \"providerNamespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceTypeName: OperationURLParameter = {\n parameterPath: \"resourceTypeName\",\n mapper: {\n serializedName: \"resourceTypeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const systemTopicName: OperationURLParameter = {\n parameterPath: \"systemTopicName\",\n mapper: {\n serializedName: \"systemTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicName1: OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"topicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionName1: OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"eventSubscriptionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const eventSubscriptionInfo1: OperationParameter = {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: SubscriptionMapper,\n};\n\nexport const eventSubscriptionUpdateParameters1: OperationParameter = {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: SubscriptionUpdateParametersMapper,\n};\n\nexport const partnerTopicName: OperationURLParameter = {\n parameterPath: \"partnerTopicName\",\n mapper: {\n serializedName: \"partnerTopicName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const namespaceInfo: OperationParameter = {\n parameterPath: \"namespaceInfo\",\n mapper: NamespaceMapper,\n};\n\nexport const namespaceUpdateParameters: OperationParameter = {\n parameterPath: \"namespaceUpdateParameters\",\n mapper: NamespaceUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest1: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: NamespaceRegenerateKeyRequestMapper,\n};\n\nexport const namespaceTopicInfo: OperationParameter = {\n parameterPath: \"namespaceTopicInfo\",\n mapper: NamespaceTopicMapper,\n};\n\nexport const namespaceTopicUpdateParameters: OperationParameter = {\n parameterPath: \"namespaceTopicUpdateParameters\",\n mapper: NamespaceTopicUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest2: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: TopicRegenerateKeyRequestMapper,\n};\n\nexport const partnerConfigurationInfo: OperationParameter = {\n parameterPath: \"partnerConfigurationInfo\",\n mapper: PartnerConfigurationMapper,\n};\n\nexport const partnerConfigurationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerConfigurationUpdateParameters\",\n mapper: PartnerConfigurationUpdateParametersMapper,\n};\n\nexport const partnerInfo: OperationParameter = {\n parameterPath: \"partnerInfo\",\n mapper: PartnerMapper,\n};\n\nexport const partnerDestinationName: OperationURLParameter = {\n parameterPath: \"partnerDestinationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"partnerDestinationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const partnerDestination: OperationParameter = {\n parameterPath: \"partnerDestination\",\n mapper: PartnerDestinationMapper,\n};\n\nexport const partnerDestinationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerDestinationUpdateParameters\",\n mapper: PartnerDestinationUpdateParametersMapper,\n};\n\nexport const partnerNamespaceInfo: OperationParameter = {\n parameterPath: \"partnerNamespaceInfo\",\n mapper: PartnerNamespaceMapper,\n};\n\nexport const partnerNamespaceUpdateParameters: OperationParameter = {\n parameterPath: \"partnerNamespaceUpdateParameters\",\n mapper: PartnerNamespaceUpdateParametersMapper,\n};\n\nexport const regenerateKeyRequest3: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: PartnerNamespaceRegenerateKeyRequestMapper,\n};\n\nexport const partnerRegistrationName: OperationURLParameter = {\n parameterPath: \"partnerRegistrationName\",\n mapper: {\n serializedName: \"partnerRegistrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const partnerRegistrationInfo: OperationParameter = {\n parameterPath: \"partnerRegistrationInfo\",\n mapper: PartnerRegistrationMapper,\n};\n\nexport const partnerRegistrationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerRegistrationUpdateParameters\",\n mapper: PartnerRegistrationUpdateParametersMapper,\n};\n\nexport const partnerTopicInfo: OperationParameter = {\n parameterPath: \"partnerTopicInfo\",\n mapper: PartnerTopicMapper,\n};\n\nexport const partnerTopicUpdateParameters: OperationParameter = {\n parameterPath: \"partnerTopicUpdateParameters\",\n mapper: PartnerTopicUpdateParametersMapper,\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName1: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const perimeterGuid: OperationURLParameter = {\n parameterPath: \"perimeterGuid\",\n mapper: {\n serializedName: \"perimeterGuid\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const associationName: OperationURLParameter = {\n parameterPath: \"associationName\",\n mapper: {\n serializedName: \"associationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const permissionBindingName: OperationURLParameter = {\n parameterPath: \"permissionBindingName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"permissionBindingName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const permissionBindingInfo: OperationParameter = {\n parameterPath: \"permissionBindingInfo\",\n mapper: PermissionBindingMapper,\n};\n\nexport const parentType: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parentName: OperationURLParameter = {\n parameterPath: \"parentName\",\n mapper: {\n serializedName: \"parentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const parentType1: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateLinkResourceName: OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n serializedName: \"privateLinkResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const systemTopicInfo: OperationParameter = {\n parameterPath: \"systemTopicInfo\",\n mapper: SystemTopicMapper,\n};\n\nexport const systemTopicUpdateParameters: OperationParameter = {\n parameterPath: \"systemTopicUpdateParameters\",\n mapper: SystemTopicUpdateParametersMapper,\n};\n\nexport const topicInfo: OperationParameter = {\n parameterPath: \"topicInfo\",\n mapper: TopicMapper,\n};\n\nexport const topicUpdateParameters: OperationParameter = {\n parameterPath: \"topicUpdateParameters\",\n mapper: TopicUpdateParametersMapper,\n};\n\nexport const scope1: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicSpaceName: OperationURLParameter = {\n parameterPath: \"topicSpaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-]*$\"),\n MaxLength: 50,\n MinLength: 3,\n },\n serializedName: \"topicSpaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const topicSpaceInfo: OperationParameter = {\n parameterPath: \"topicSpaceInfo\",\n mapper: TopicSpaceMapper,\n};\n\nexport const verifiedPartnerName: OperationURLParameter = {\n parameterPath: \"verifiedPartnerName\",\n mapper: {\n serializedName: \"verifiedPartnerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -2,7 +2,7 @@ import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
|
2
2
|
import { DomainTopicEventSubscriptions } from "../operationsInterfaces/index.js";
|
|
3
3
|
import { EventGridManagementClient } from "../eventGridManagementClient.js";
|
|
4
4
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { EventSubscription, DomainTopicEventSubscriptionsListOptionalParams, DomainTopicEventSubscriptionsGetOptionalParams, DomainTopicEventSubscriptionsGetResponse, DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams, DomainTopicEventSubscriptionsCreateOrUpdateResponse, DomainTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, DomainTopicEventSubscriptionsUpdateOptionalParams, DomainTopicEventSubscriptionsUpdateResponse, DomainTopicEventSubscriptionsGetFullUrlOptionalParams, DomainTopicEventSubscriptionsGetFullUrlResponse
|
|
5
|
+
import { EventSubscription, DomainTopicEventSubscriptionsListOptionalParams, DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, DomainTopicEventSubscriptionsGetDeliveryAttributesResponse, DomainTopicEventSubscriptionsGetOptionalParams, DomainTopicEventSubscriptionsGetResponse, DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams, DomainTopicEventSubscriptionsCreateOrUpdateResponse, DomainTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, DomainTopicEventSubscriptionsUpdateOptionalParams, DomainTopicEventSubscriptionsUpdateResponse, DomainTopicEventSubscriptionsGetFullUrlOptionalParams, DomainTopicEventSubscriptionsGetFullUrlResponse } from "../models/index.js";
|
|
6
6
|
/** Class containing DomainTopicEventSubscriptions operations. */
|
|
7
7
|
export declare class DomainTopicEventSubscriptionsImpl implements DomainTopicEventSubscriptions {
|
|
8
8
|
private readonly client;
|
|
@@ -21,6 +21,15 @@ export declare class DomainTopicEventSubscriptionsImpl implements DomainTopicEve
|
|
|
21
21
|
list(resourceGroupName: string, domainName: string, topicName: string, options?: DomainTopicEventSubscriptionsListOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
22
22
|
private listPagingPage;
|
|
23
23
|
private listPagingAll;
|
|
24
|
+
/**
|
|
25
|
+
* Get all delivery attributes for an event subscription for domain topic.
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
27
|
+
* @param domainName Name of the top level domain.
|
|
28
|
+
* @param topicName Name of the domain topic.
|
|
29
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
24
33
|
/**
|
|
25
34
|
* Get properties of a nested event subscription for a domain topic.
|
|
26
35
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -109,15 +118,6 @@ export declare class DomainTopicEventSubscriptionsImpl implements DomainTopicEve
|
|
|
109
118
|
* @param options The options parameters.
|
|
110
119
|
*/
|
|
111
120
|
private _list;
|
|
112
|
-
/**
|
|
113
|
-
* Get all delivery attributes for an event subscription for domain topic.
|
|
114
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
115
|
-
* @param domainName Name of the top level domain.
|
|
116
|
-
* @param topicName Name of the domain topic.
|
|
117
|
-
* @param eventSubscriptionName Name of the event subscription.
|
|
118
|
-
* @param options The options parameters.
|
|
119
|
-
*/
|
|
120
|
-
getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
121
121
|
/**
|
|
122
122
|
* ListNext
|
|
123
123
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/domainTopicEventSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAIjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,+CAA+C,EAE/C,8CAA8C,EAC9C,wCAAwC,EACxC,yDAAyD,EACzD,mDAAmD,EACnD,iDAAiD,EACjD,iCAAiC,EACjC,iDAAiD,EACjD,2CAA2C,EAC3C,qDAAqD,EACrD,+CAA+C,
|
|
1
|
+
{"version":3,"file":"domainTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/domainTopicEventSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAIjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,+CAA+C,EAE/C,gEAAgE,EAChE,0DAA0D,EAC1D,8CAA8C,EAC9C,wCAAwC,EACxC,yDAAyD,EACzD,mDAAmD,EACnD,iDAAiD,EACjD,iCAAiC,EACjC,iDAAiD,EACjD,2CAA2C,EAC3C,qDAAqD,EACrD,+CAA+C,EAEhD,MAAM,oBAAoB,CAAC;AAG5B,iEAAiE;AACjE,qBAAa,iCACX,YAAW,6BAA6B;IAExC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;;OAMG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,iBAAiB,CAAC;YA6BjC,cAAc;YAoCd,aAAa;IAgB5B;;;;;;;OAOG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,gEAAgE,GACzE,OAAO,CAAC,0DAA0D,CAAC;IAatE;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAapD;;;;;;;;;;OAUG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mDAAmD,CAAC,EACnE,mDAAmD,CACpD,CACF;IA8DD;;;;;;;;;;OAUG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC;IAY/D;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA0DxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,IAAI,CAAC;IAWhB;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2CAA2C,CAAC,EAC3D,2CAA2C,CAC5C,CACF;IA8DD;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAYvD;;;;;;;OAOG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAa3D;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAYb;;;;;;;OAOG;IACH,OAAO,CAAC,SAAS;CAYlB"}
|
|
@@ -86,6 +86,23 @@ export class DomainTopicEventSubscriptionsImpl {
|
|
|
86
86
|
}
|
|
87
87
|
});
|
|
88
88
|
}
|
|
89
|
+
/**
|
|
90
|
+
* Get all delivery attributes for an event subscription for domain topic.
|
|
91
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
92
|
+
* @param domainName Name of the top level domain.
|
|
93
|
+
* @param topicName Name of the domain topic.
|
|
94
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
getDeliveryAttributes(resourceGroupName, domainName, topicName, eventSubscriptionName, options) {
|
|
98
|
+
return this.client.sendOperationRequest({
|
|
99
|
+
resourceGroupName,
|
|
100
|
+
domainName,
|
|
101
|
+
topicName,
|
|
102
|
+
eventSubscriptionName,
|
|
103
|
+
options,
|
|
104
|
+
}, getDeliveryAttributesOperationSpec);
|
|
105
|
+
}
|
|
89
106
|
/**
|
|
90
107
|
* Get properties of a nested event subscription for a domain topic.
|
|
91
108
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -323,23 +340,6 @@ export class DomainTopicEventSubscriptionsImpl {
|
|
|
323
340
|
_list(resourceGroupName, domainName, topicName, options) {
|
|
324
341
|
return this.client.sendOperationRequest({ resourceGroupName, domainName, topicName, options }, listOperationSpec);
|
|
325
342
|
}
|
|
326
|
-
/**
|
|
327
|
-
* Get all delivery attributes for an event subscription for domain topic.
|
|
328
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
329
|
-
* @param domainName Name of the top level domain.
|
|
330
|
-
* @param topicName Name of the domain topic.
|
|
331
|
-
* @param eventSubscriptionName Name of the event subscription.
|
|
332
|
-
* @param options The options parameters.
|
|
333
|
-
*/
|
|
334
|
-
getDeliveryAttributes(resourceGroupName, domainName, topicName, eventSubscriptionName, options) {
|
|
335
|
-
return this.client.sendOperationRequest({
|
|
336
|
-
resourceGroupName,
|
|
337
|
-
domainName,
|
|
338
|
-
topicName,
|
|
339
|
-
eventSubscriptionName,
|
|
340
|
-
options,
|
|
341
|
-
}, getDeliveryAttributesOperationSpec);
|
|
342
|
-
}
|
|
343
343
|
/**
|
|
344
344
|
* ListNext
|
|
345
345
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -354,6 +354,27 @@ export class DomainTopicEventSubscriptionsImpl {
|
|
|
354
354
|
}
|
|
355
355
|
// Operation Specifications
|
|
356
356
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
357
|
+
const getDeliveryAttributesOperationSpec = {
|
|
358
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
|
|
359
|
+
httpMethod: "POST",
|
|
360
|
+
responses: {
|
|
361
|
+
200: {
|
|
362
|
+
bodyMapper: Mappers.DeliveryAttributeListResult,
|
|
363
|
+
},
|
|
364
|
+
default: {},
|
|
365
|
+
},
|
|
366
|
+
queryParameters: [Parameters.apiVersion],
|
|
367
|
+
urlParameters: [
|
|
368
|
+
Parameters.$host,
|
|
369
|
+
Parameters.subscriptionId,
|
|
370
|
+
Parameters.resourceGroupName,
|
|
371
|
+
Parameters.domainName,
|
|
372
|
+
Parameters.topicName,
|
|
373
|
+
Parameters.eventSubscriptionName,
|
|
374
|
+
],
|
|
375
|
+
headerParameters: [Parameters.accept],
|
|
376
|
+
serializer,
|
|
377
|
+
};
|
|
357
378
|
const getOperationSpec = {
|
|
358
379
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
359
380
|
httpMethod: "GET",
|
|
@@ -495,27 +516,6 @@ const listOperationSpec = {
|
|
|
495
516
|
headerParameters: [Parameters.accept],
|
|
496
517
|
serializer,
|
|
497
518
|
};
|
|
498
|
-
const getDeliveryAttributesOperationSpec = {
|
|
499
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
|
|
500
|
-
httpMethod: "POST",
|
|
501
|
-
responses: {
|
|
502
|
-
200: {
|
|
503
|
-
bodyMapper: Mappers.DeliveryAttributeListResult,
|
|
504
|
-
},
|
|
505
|
-
default: {},
|
|
506
|
-
},
|
|
507
|
-
queryParameters: [Parameters.apiVersion],
|
|
508
|
-
urlParameters: [
|
|
509
|
-
Parameters.$host,
|
|
510
|
-
Parameters.subscriptionId,
|
|
511
|
-
Parameters.resourceGroupName,
|
|
512
|
-
Parameters.domainName,
|
|
513
|
-
Parameters.topicName,
|
|
514
|
-
Parameters.eventSubscriptionName,
|
|
515
|
-
],
|
|
516
|
-
headerParameters: [Parameters.accept],
|
|
517
|
-
serializer,
|
|
518
|
-
};
|
|
519
519
|
const listNextOperationSpec = {
|
|
520
520
|
path: "{nextLink}",
|
|
521
521
|
httpMethod: "GET",
|