@azure/arm-webpubsub 1.1.1-alpha.20230718.1 → 2.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/CHANGELOG.md +43 -8
- package/README.md +1 -1
- package/dist/index.js +1025 -397
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js +2 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubListSkusSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js +2 -4
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js +60 -0
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js +40 -0
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js +45 -0
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/webPubSubRestartSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js +2 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +167 -83
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +20 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -2
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +187 -95
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +3 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +32 -4
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/webPubSub.d.ts +27 -35
- package/dist-esm/src/operations/webPubSub.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSub.js +66 -40
- package/dist-esm/src/operations/webPubSub.js.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts +7 -14
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.js +9 -15
- package/dist-esm/src/operations/webPubSubCustomCertificates.js.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.js +10 -17
- package/dist-esm/src/operations/webPubSubCustomDomains.js.map +1 -1
- package/dist-esm/src/operations/webPubSubHubs.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubHubs.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubHubs.js +10 -17
- package/dist-esm/src/operations/webPubSubHubs.js.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts +15 -18
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js +15 -18
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts +3 -6
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js +3 -6
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/webPubSubReplicas.d.ts +107 -0
- package/dist-esm/src/operations/webPubSubReplicas.d.ts.map +1 -0
- package/dist-esm/src/operations/webPubSubReplicas.js +507 -0
- package/dist-esm/src/operations/webPubSubReplicas.js.map +1 -0
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts +8 -16
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js +11 -18
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts +25 -31
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts +5 -10
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts +13 -14
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts +1 -2
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts +6 -12
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/webPubSubManagementClient.d.ts +3 -3
- package/dist-esm/src/webPubSubManagementClient.d.ts.map +1 -1
- package/dist-esm/src/webPubSubManagementClient.js +5 -5
- package/dist-esm/src/webPubSubManagementClient.js.map +1 -1
- package/dist-esm/test/webpubsub_examples.spec.js +1 -1
- package/dist-esm/test/webpubsub_examples.spec.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-webpubsub.api.md +134 -9
- package/src/models/index.ts +198 -86
- package/src/models/mappers.ts +195 -97
- package/src/models/parameters.ts +34 -3
- package/src/operations/index.ts +1 -0
- package/src/operations/webPubSub.ts +91 -44
- package/src/operations/webPubSubCustomCertificates.ts +9 -15
- package/src/operations/webPubSubCustomDomains.ts +10 -17
- package/src/operations/webPubSubHubs.ts +10 -17
- package/src/operations/webPubSubPrivateEndpointConnections.ts +15 -18
- package/src/operations/webPubSubPrivateLinkResources.ts +3 -6
- package/src/operations/webPubSubReplicas.ts +702 -0
- package/src/operations/webPubSubSharedPrivateLinkResources.ts +11 -18
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/webPubSub.ts +37 -30
- package/src/operationsInterfaces/webPubSubCustomCertificates.ts +5 -10
- package/src/operationsInterfaces/webPubSubCustomDomains.ts +6 -12
- package/src/operationsInterfaces/webPubSubHubs.ts +6 -12
- package/src/operationsInterfaces/webPubSubPrivateEndpointConnections.ts +13 -14
- package/src/operationsInterfaces/webPubSubPrivateLinkResources.ts +1 -2
- package/src/operationsInterfaces/webPubSubReplicas.ts +166 -0
- package/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts +6 -12
- package/src/webPubSubManagementClient.ts +7 -4
- package/types/arm-webpubsub.d.ts +292 -135
- package/types/tsdoc-metadata.json +1 -1
|
@@ -4,8 +4,7 @@ import { PrivateLinkResource, WebPubSubPrivateLinkResourcesListOptionalParams }
|
|
|
4
4
|
export interface WebPubSubPrivateLinkResources {
|
|
5
5
|
/**
|
|
6
6
|
* Get the private link resources that need to be created for a resource.
|
|
7
|
-
* @param resourceGroupName The name of the resource group
|
|
8
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
8
|
* @param resourceName The name of the resource.
|
|
10
9
|
* @param options The options parameters.
|
|
11
10
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubPrivateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubPrivateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAChD,MAAM,WAAW,CAAC;AAGnB,8DAA8D;AAC9D,MAAM,WAAW,6BAA6B;IAC5C
|
|
1
|
+
{"version":3,"file":"webPubSubPrivateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubPrivateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAChD,MAAM,WAAW,CAAC;AAGnB,8DAA8D;AAC9D,MAAM,WAAW,6BAA6B;IAC5C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Replica, WebPubSubReplicasListOptionalParams, WebPubSubReplicasGetOptionalParams, WebPubSubReplicasGetResponse, WebPubSubReplicasCreateOrUpdateOptionalParams, WebPubSubReplicasCreateOrUpdateResponse, WebPubSubReplicasDeleteOptionalParams, WebPubSubReplicasUpdateOptionalParams, WebPubSubReplicasUpdateResponse, WebPubSubReplicasRestartOptionalParams, WebPubSubReplicasRestartResponse } from "../models";
|
|
4
|
+
/** Interface representing a WebPubSubReplicas. */
|
|
5
|
+
export interface WebPubSubReplicas {
|
|
6
|
+
/**
|
|
7
|
+
* List all replicas belong to this resource
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param resourceName The name of the resource.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, resourceName: string, options?: WebPubSubReplicasListOptionalParams): PagedAsyncIterableIterator<Replica>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the replica and its properties.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param resourceName The name of the resource.
|
|
17
|
+
* @param replicaName The name of the replica.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasGetOptionalParams): Promise<WebPubSubReplicasGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create or update a replica.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param resourceName The name of the resource.
|
|
25
|
+
* @param replicaName The name of the replica.
|
|
26
|
+
* @param parameters Parameters for the create or update operation
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasCreateOrUpdateResponse>, WebPubSubReplicasCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or update a replica.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param resourceName The name of the resource.
|
|
34
|
+
* @param replicaName The name of the replica.
|
|
35
|
+
* @param parameters Parameters for the create or update operation
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<WebPubSubReplicasCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Operation to delete a replica.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param resourceName The name of the resource.
|
|
43
|
+
* @param replicaName The name of the replica.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
delete(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasDeleteOptionalParams): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* Operation to update an exiting replica.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param resourceName The name of the resource.
|
|
51
|
+
* @param replicaName The name of the replica.
|
|
52
|
+
* @param parameters Parameters for the update operation
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasUpdateResponse>, WebPubSubReplicasUpdateResponse>>;
|
|
56
|
+
/**
|
|
57
|
+
* Operation to update an exiting replica.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param resourceName The name of the resource.
|
|
60
|
+
* @param replicaName The name of the replica.
|
|
61
|
+
* @param parameters Parameters for the update operation
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
beginUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<WebPubSubReplicasUpdateResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* Operation to restart a replica.
|
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
+
* @param resourceName The name of the resource.
|
|
69
|
+
* @param replicaName The name of the replica.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
beginRestart(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasRestartResponse>, WebPubSubReplicasRestartResponse>>;
|
|
73
|
+
/**
|
|
74
|
+
* Operation to restart a replica.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param resourceName The name of the resource.
|
|
77
|
+
* @param replicaName The name of the replica.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginRestartAndWait(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<WebPubSubReplicasRestartResponse>;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=webPubSubReplicas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webPubSubReplicas.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubReplicas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,mCAAmC,EACnC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,qCAAqC,EACrC,+BAA+B,EAC/B,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,WAAW,CAAC;AAGnB,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=webPubSubReplicas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webPubSubReplicas.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubReplicas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -5,8 +5,7 @@ import { SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesListOptio
|
|
|
5
5
|
export interface WebPubSubSharedPrivateLinkResources {
|
|
6
6
|
/**
|
|
7
7
|
* List shared private link resources
|
|
8
|
-
* @param resourceGroupName The name of the resource group
|
|
9
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
10
9
|
* @param resourceName The name of the resource.
|
|
11
10
|
* @param options The options parameters.
|
|
12
11
|
*/
|
|
@@ -14,8 +13,7 @@ export interface WebPubSubSharedPrivateLinkResources {
|
|
|
14
13
|
/**
|
|
15
14
|
* Get the specified shared private link resource
|
|
16
15
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
17
|
-
* @param resourceGroupName The name of the resource group
|
|
18
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
17
|
* @param resourceName The name of the resource.
|
|
20
18
|
* @param options The options parameters.
|
|
21
19
|
*/
|
|
@@ -23,8 +21,7 @@ export interface WebPubSubSharedPrivateLinkResources {
|
|
|
23
21
|
/**
|
|
24
22
|
* Create or update a shared private link resource
|
|
25
23
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
26
|
-
* @param resourceGroupName The name of the resource group
|
|
27
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
25
|
* @param resourceName The name of the resource.
|
|
29
26
|
* @param parameters The shared private link resource
|
|
30
27
|
* @param options The options parameters.
|
|
@@ -33,8 +30,7 @@ export interface WebPubSubSharedPrivateLinkResources {
|
|
|
33
30
|
/**
|
|
34
31
|
* Create or update a shared private link resource
|
|
35
32
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
36
|
-
* @param resourceGroupName The name of the resource group
|
|
37
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
34
|
* @param resourceName The name of the resource.
|
|
39
35
|
* @param parameters The shared private link resource
|
|
40
36
|
* @param options The options parameters.
|
|
@@ -43,8 +39,7 @@ export interface WebPubSubSharedPrivateLinkResources {
|
|
|
43
39
|
/**
|
|
44
40
|
* Delete the specified shared private link resource
|
|
45
41
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
46
|
-
* @param resourceGroupName The name of the resource group
|
|
47
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
42
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
43
|
* @param resourceName The name of the resource.
|
|
49
44
|
* @param options The options parameters.
|
|
50
45
|
*/
|
|
@@ -52,8 +47,7 @@ export interface WebPubSubSharedPrivateLinkResources {
|
|
|
52
47
|
/**
|
|
53
48
|
* Delete the specified shared private link resource
|
|
54
49
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
55
|
-
* @param resourceGroupName The name of the resource group
|
|
56
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
51
|
* @param resourceName The name of the resource.
|
|
58
52
|
* @param options The options parameters.
|
|
59
53
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubSharedPrivateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,qDAAqD,EACrD,oDAAoD,EACpD,8CAA8C,EAC9C,+DAA+D,EAC/D,yDAAyD,EACzD,uDAAuD,EACxD,MAAM,WAAW,CAAC;AAGnB,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD
|
|
1
|
+
{"version":3,"file":"webPubSubSharedPrivateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,qDAAqD,EACrD,oDAAoD,EACpD,8CAA8C,EAC9C,+DAA+D,EAC/D,yDAAyD,EACzD,uDAAuD,EACxD,MAAM,WAAW,CAAC;AAGnB,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,GAAG,CACD,6BAA6B,EAAE,MAAM,EACrC,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;;;OAOG;IACH,mBAAmB,CACjB,6BAA6B,EAAE,MAAM,EACrC,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yDAAyD,CAAC,EACzE,yDAAyD,CAC1D,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,6BAA6B,EAAE,MAAM,EACrC,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC,CAAC;IACtE;;;;;;OAMG;IACH,WAAW,CACT,6BAA6B,EAAE,MAAM,EACrC,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,6BAA6B,EAAE,MAAM,EACrC,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, WebPubSub, Usages, WebPubSubCustomCertificates, WebPubSubCustomDomains, WebPubSubHubs, WebPubSubPrivateEndpointConnections, WebPubSubPrivateLinkResources, WebPubSubSharedPrivateLinkResources } from "./operationsInterfaces";
|
|
3
|
+
import { Operations, WebPubSub, Usages, WebPubSubCustomCertificates, WebPubSubCustomDomains, WebPubSubHubs, WebPubSubPrivateEndpointConnections, WebPubSubPrivateLinkResources, WebPubSubReplicas, WebPubSubSharedPrivateLinkResources } from "./operationsInterfaces";
|
|
4
4
|
import { WebPubSubManagementClientOptionalParams } from "./models";
|
|
5
5
|
export declare class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
@@ -9,8 +9,7 @@ export declare class WebPubSubManagementClient extends coreClient.ServiceClient
|
|
|
9
9
|
/**
|
|
10
10
|
* Initializes a new instance of the WebPubSubManagementClient class.
|
|
11
11
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
-
* @param subscriptionId
|
|
13
|
-
* The subscription ID forms part of the URI for every service call.
|
|
12
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
14
13
|
* @param options The parameter options
|
|
15
14
|
*/
|
|
16
15
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: WebPubSubManagementClientOptionalParams);
|
|
@@ -24,6 +23,7 @@ export declare class WebPubSubManagementClient extends coreClient.ServiceClient
|
|
|
24
23
|
webPubSubHubs: WebPubSubHubs;
|
|
25
24
|
webPubSubPrivateEndpointConnections: WebPubSubPrivateEndpointConnections;
|
|
26
25
|
webPubSubPrivateLinkResources: WebPubSubPrivateLinkResources;
|
|
26
|
+
webPubSubReplicas: WebPubSubReplicas;
|
|
27
27
|
webPubSubSharedPrivateLinkResources: WebPubSubSharedPrivateLinkResources;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=webPubSubManagementClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubManagementClient.d.ts","sourceRoot":"","sources":["../../src/webPubSubManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"webPubSubManagementClient.d.ts","sourceRoot":"","sources":["../../src/webPubSubManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAa7C,OAAO,EACL,UAAU,EACV,SAAS,EACT,MAAM,EACN,2BAA2B,EAC3B,sBAAsB,EACtB,aAAa,EACb,mCAAmC,EACnC,6BAA6B,EAC7B,iBAAiB,EACjB,mCAAmC,EACpC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,uCAAuC,EAAE,MAAM,UAAU,CAAC;AAEnE,qBAAa,yBAA0B,SAAQ,UAAU,CAAC,aAAa;IACrE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC;IA6FnD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,aAAa,EAAE,aAAa,CAAC;IAC7B,mCAAmC,EAAE,mCAAmC,CAAC;IACzE,6BAA6B,EAAE,6BAA6B,CAAC;IAC7D,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,mCAAmC,EAAE,mCAAmC,CAAC;CAC1E"}
|
|
@@ -8,13 +8,12 @@
|
|
|
8
8
|
import { __awaiter } from "tslib";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { OperationsImpl, WebPubSubImpl, UsagesImpl, WebPubSubCustomCertificatesImpl, WebPubSubCustomDomainsImpl, WebPubSubHubsImpl, WebPubSubPrivateEndpointConnectionsImpl, WebPubSubPrivateLinkResourcesImpl, WebPubSubSharedPrivateLinkResourcesImpl } from "./operations";
|
|
11
|
+
import { OperationsImpl, WebPubSubImpl, UsagesImpl, WebPubSubCustomCertificatesImpl, WebPubSubCustomDomainsImpl, WebPubSubHubsImpl, WebPubSubPrivateEndpointConnectionsImpl, WebPubSubPrivateLinkResourcesImpl, WebPubSubReplicasImpl, WebPubSubSharedPrivateLinkResourcesImpl } from "./operations";
|
|
12
12
|
export class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
13
13
|
/**
|
|
14
14
|
* Initializes a new instance of the WebPubSubManagementClient class.
|
|
15
15
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
16
|
-
* @param subscriptionId
|
|
17
|
-
* The subscription ID forms part of the URI for every service call.
|
|
16
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
18
17
|
* @param options The parameter options
|
|
19
18
|
*/
|
|
20
19
|
constructor(credentials, subscriptionId, options) {
|
|
@@ -33,7 +32,7 @@ export class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
|
33
32
|
requestContentType: "application/json; charset=utf-8",
|
|
34
33
|
credential: credentials
|
|
35
34
|
};
|
|
36
|
-
const packageDetails = `azsdk-js-arm-webpubsub/
|
|
35
|
+
const packageDetails = `azsdk-js-arm-webpubsub/2.0.0-beta.1`;
|
|
37
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
38
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
39
38
|
: `${packageDetails}`;
|
|
@@ -66,7 +65,7 @@ export class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
|
66
65
|
this.subscriptionId = subscriptionId;
|
|
67
66
|
// Assigning values to Constant parameters
|
|
68
67
|
this.$host = options.$host || "https://management.azure.com";
|
|
69
|
-
this.apiVersion = options.apiVersion || "2023-
|
|
68
|
+
this.apiVersion = options.apiVersion || "2023-06-01-preview";
|
|
70
69
|
this.operations = new OperationsImpl(this);
|
|
71
70
|
this.webPubSub = new WebPubSubImpl(this);
|
|
72
71
|
this.usages = new UsagesImpl(this);
|
|
@@ -75,6 +74,7 @@ export class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
|
75
74
|
this.webPubSubHubs = new WebPubSubHubsImpl(this);
|
|
76
75
|
this.webPubSubPrivateEndpointConnections = new WebPubSubPrivateEndpointConnectionsImpl(this);
|
|
77
76
|
this.webPubSubPrivateLinkResources = new WebPubSubPrivateLinkResourcesImpl(this);
|
|
77
|
+
this.webPubSubReplicas = new WebPubSubReplicasImpl(this);
|
|
78
78
|
this.webPubSubSharedPrivateLinkResources = new WebPubSubSharedPrivateLinkResourcesImpl(this);
|
|
79
79
|
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
80
80
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webPubSubManagementClient.js","sourceRoot":"","sources":["../../src/webPubSubManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,cAAc,EACd,aAAa,EACb,UAAU,EACV,+BAA+B,EAC/B,0BAA0B,EAC1B,iBAAiB,EACjB,uCAAuC,EACvC,iCAAiC,EACjC,uCAAuC,EACxC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"webPubSubManagementClient.js","sourceRoot":"","sources":["../../src/webPubSubManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ const replaceableVariables = {
|
|
|
14
14
|
AZURE_CLIENT_ID: "azure_client_id",
|
|
15
15
|
AZURE_CLIENT_SECRET: "azure_client_secret",
|
|
16
16
|
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
|
|
17
|
-
SUBSCRIPTION_ID: "
|
|
17
|
+
SUBSCRIPTION_ID: "88888888-8888-8888-8888-888888888888"
|
|
18
18
|
};
|
|
19
19
|
const recorderOptions = {
|
|
20
20
|
envSetupForPlayback: replaceableVariables
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webpubsub_examples.spec.js","sourceRoot":"","sources":["../../test/webpubsub_examples.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"webpubsub_examples.spec.js","sourceRoot":"","sources":["../../test/webpubsub_examples.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,sCAAsC;CACxD,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CACrD,CAAC;AAEF,QAAQ,CAAC,gBAAgB,EAAE,GAAG,EAAE;IAC9B,IAAI,QAAkB,CAAC;IACvB,IAAI,cAAsB,CAAC;IAC3B,IAAI,MAAiC,CAAC;IACtC,IAAI,QAAgB,CAAC;IACrB,IAAI,aAAqB,CAAC;IAC1B,IAAI,YAAoB,CAAC;IAEzB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;YACtC,cAAc,GAAG,GAAG,CAAC,eAAe,IAAI,EAAE,CAAC;YAC3C,+DAA+D;YAC/D,MAAM,UAAU,GAAG,oBAAoB,EAAE,CAAC;YAC1C,MAAM,GAAG,IAAI,yBAAyB,CAAC,UAAU,EAAE,cAAc,EAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC,CAAC;YACxG,QAAQ,GAAG,QAAQ,CAAC;YACpB,aAAa,GAAG,UAAU,CAAC;YAC3B,YAAY,GAAG,qBAAqB,CAAA;QACtC,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,gBAAgB,EAAE;;YACnB,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,qBAAqB,CACtD,QAAQ,EACR;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,oCAAoC;aAC3C,CACF,CAAC;QACJ,CAAC;KAAA,CAAC,CAAA;IAEF,EAAE,CAAC,uBAAuB,EAAE;;YAC1B,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,0BAA0B,CAC3D,aAAa,EACb,YAAY,EACZ;gBACE,cAAc,EAAE,KAAK;gBACrB,gBAAgB,EAAE,KAAK;gBACvB,QAAQ,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE;gBACpC,sBAAsB,EAAE;oBACtB,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;oBAC3D,OAAO,EAAE,OAAO;iBACjB;gBACD,QAAQ;gBACR,WAAW,EAAE;oBACX,aAAa,EAAE,MAAM;oBACrB,aAAa,EAAE,EAAE,KAAK,EAAE,CAAC,kBAAkB,CAAC,EAAE;iBAC/C;gBACD,mBAAmB,EAAE,SAAS;gBAC9B,GAAG,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE;gBACnD,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;gBACxB,GAAG,EAAE,EAAE,iBAAiB,EAAE,KAAK,EAAE;aAClC,EACD,kBAAkB,CAAC,CAAC;YACtB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QACvC,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,oBAAoB,EAAE;;YACvB,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;YACpE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QACvC,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,qBAAqB,EAAE;;;YACxB,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;gBAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,SAAS,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAA,IAAA;oBAAnD,cAAmD;oBAAnD,WAAmD;;wBAA/D,IAAI,IAAI,KAAA,CAAA;wBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;iBACrB;;;;;;;;;YACD,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;;KAClC,CAAC,CAAC;IAEH,EAAE,CAAC,uBAAuB,EAAE;;;YAC1B,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;YAC7B,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,kBAAkB,CAAC,aAAa,EAAE,YAAY,CAAC,CAAA;;gBAClF,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,SAAS,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAA,IAAA;oBAAnD,cAAmD;oBAAnD,WAAmD;;wBAA/D,IAAI,IAAI,KAAA,CAAA;wBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;iBACrB;;;;;;;;;YACD,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for WebPubSubManagementClient.",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "2.0.0-beta.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-lro": "^2.5.
|
|
11
|
+
"@azure/core-lro": "^2.5.3",
|
|
12
12
|
"@azure/abort-controller": "^1.0.0",
|
|
13
13
|
"@azure/core-paging": "^1.2.0",
|
|
14
14
|
"@azure/core-client": "^1.7.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"chai": "^4.2.0",
|
|
49
49
|
"cross-env": "^7.0.2",
|
|
50
50
|
"@types/node": "^14.0.0",
|
|
51
|
-
"@azure/dev-tool": "
|
|
51
|
+
"@azure/dev-tool": "^1.0.0"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
@@ -120,4 +120,4 @@
|
|
|
120
120
|
"disableDocsMs": true,
|
|
121
121
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-webpubsub?view=azure-node-preview"
|
|
122
122
|
}
|
|
123
|
-
}
|
|
123
|
+
}
|
|
@@ -22,7 +22,6 @@ export interface CustomCertificate extends ProxyResource {
|
|
|
22
22
|
keyVaultSecretName: string;
|
|
23
23
|
keyVaultSecretVersion?: string;
|
|
24
24
|
readonly provisioningState?: ProvisioningState;
|
|
25
|
-
readonly systemData?: SystemData;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
// @public
|
|
@@ -36,7 +35,6 @@ export interface CustomDomain extends ProxyResource {
|
|
|
36
35
|
customCertificate: ResourceReference;
|
|
37
36
|
domainName: string;
|
|
38
37
|
readonly provisioningState?: ProvisioningState;
|
|
39
|
-
readonly systemData?: SystemData;
|
|
40
38
|
}
|
|
41
39
|
|
|
42
40
|
// @public
|
|
@@ -197,6 +195,12 @@ export enum KnownScaleType {
|
|
|
197
195
|
None = "None"
|
|
198
196
|
}
|
|
199
197
|
|
|
198
|
+
// @public
|
|
199
|
+
export enum KnownServiceKind {
|
|
200
|
+
SocketIO = "SocketIO",
|
|
201
|
+
WebPubSub = "WebPubSub"
|
|
202
|
+
}
|
|
203
|
+
|
|
200
204
|
// @public
|
|
201
205
|
export enum KnownSharedPrivateLinkResourceStatus {
|
|
202
206
|
Approved = "Approved",
|
|
@@ -358,7 +362,6 @@ export interface PrivateEndpointConnection extends ProxyResource {
|
|
|
358
362
|
privateEndpoint?: PrivateEndpoint;
|
|
359
363
|
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
360
364
|
readonly provisioningState?: ProvisioningState;
|
|
361
|
-
readonly systemData?: SystemData;
|
|
362
365
|
}
|
|
363
366
|
|
|
364
367
|
// @public
|
|
@@ -403,10 +406,23 @@ export interface RegenerateKeyParameters {
|
|
|
403
406
|
keyType?: KeyType_2;
|
|
404
407
|
}
|
|
405
408
|
|
|
409
|
+
// @public
|
|
410
|
+
export interface Replica extends TrackedResource {
|
|
411
|
+
readonly provisioningState?: ProvisioningState;
|
|
412
|
+
sku?: ResourceSku;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// @public (undocumented)
|
|
416
|
+
export interface ReplicaList {
|
|
417
|
+
nextLink?: string;
|
|
418
|
+
value?: Replica[];
|
|
419
|
+
}
|
|
420
|
+
|
|
406
421
|
// @public
|
|
407
422
|
export interface Resource {
|
|
408
423
|
readonly id?: string;
|
|
409
424
|
readonly name?: string;
|
|
425
|
+
readonly systemData?: SystemData;
|
|
410
426
|
readonly type?: string;
|
|
411
427
|
}
|
|
412
428
|
|
|
@@ -438,6 +454,9 @@ export interface ResourceSku {
|
|
|
438
454
|
// @public
|
|
439
455
|
export type ScaleType = string;
|
|
440
456
|
|
|
457
|
+
// @public
|
|
458
|
+
export type ServiceKind = string;
|
|
459
|
+
|
|
441
460
|
// @public
|
|
442
461
|
export interface ServiceSpecification {
|
|
443
462
|
logSpecifications?: LogSpecification[];
|
|
@@ -464,7 +483,6 @@ export interface SharedPrivateLinkResource extends ProxyResource {
|
|
|
464
483
|
readonly provisioningState?: ProvisioningState;
|
|
465
484
|
requestMessage?: string;
|
|
466
485
|
readonly status?: SharedPrivateLinkResourceStatus;
|
|
467
|
-
readonly systemData?: SystemData;
|
|
468
486
|
}
|
|
469
487
|
|
|
470
488
|
// @public
|
|
@@ -531,7 +549,7 @@ export interface SystemData {
|
|
|
531
549
|
|
|
532
550
|
// @public
|
|
533
551
|
export interface TrackedResource extends Resource {
|
|
534
|
-
location
|
|
552
|
+
location: string;
|
|
535
553
|
tags?: {
|
|
536
554
|
[propertyName: string]: string;
|
|
537
555
|
};
|
|
@@ -579,8 +597,8 @@ export interface WebPubSub {
|
|
|
579
597
|
beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: WebPubSubDeleteOptionalParams): Promise<void>;
|
|
580
598
|
beginRegenerateKey(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: WebPubSubRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubRegenerateKeyResponse>, WebPubSubRegenerateKeyResponse>>;
|
|
581
599
|
beginRegenerateKeyAndWait(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: WebPubSubRegenerateKeyOptionalParams): Promise<WebPubSubRegenerateKeyResponse>;
|
|
582
|
-
beginRestart(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<SimplePollerLike<OperationState<
|
|
583
|
-
beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<
|
|
600
|
+
beginRestart(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubRestartResponse>, WebPubSubRestartResponse>>;
|
|
601
|
+
beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<WebPubSubRestartResponse>;
|
|
584
602
|
beginUpdate(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubUpdateResponse>, WebPubSubUpdateResponse>>;
|
|
585
603
|
beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubUpdateOptionalParams): Promise<WebPubSubUpdateResponse>;
|
|
586
604
|
checkNameAvailability(location: string, parameters: NameAvailabilityParameters, options?: WebPubSubCheckNameAvailabilityOptionalParams): Promise<WebPubSubCheckNameAvailabilityResponse>;
|
|
@@ -588,6 +606,7 @@ export interface WebPubSub {
|
|
|
588
606
|
listByResourceGroup(resourceGroupName: string, options?: WebPubSubListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebPubSubResource>;
|
|
589
607
|
listBySubscription(options?: WebPubSubListBySubscriptionOptionalParams): PagedAsyncIterableIterator<WebPubSubResource>;
|
|
590
608
|
listKeys(resourceGroupName: string, resourceName: string, options?: WebPubSubListKeysOptionalParams): Promise<WebPubSubListKeysResponse>;
|
|
609
|
+
listReplicaSkus(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubListReplicaSkusOptionalParams): Promise<WebPubSubListReplicaSkusResponse>;
|
|
591
610
|
listSkus(resourceGroupName: string, resourceName: string, options?: WebPubSubListSkusOptionalParams): Promise<WebPubSubListSkusResponse>;
|
|
592
611
|
}
|
|
593
612
|
|
|
@@ -712,7 +731,6 @@ export type WebPubSubGetResponse = WebPubSubResource;
|
|
|
712
731
|
// @public
|
|
713
732
|
export interface WebPubSubHub extends ProxyResource {
|
|
714
733
|
properties: WebPubSubHubProperties;
|
|
715
|
-
readonly systemData?: SystemData;
|
|
716
734
|
}
|
|
717
735
|
|
|
718
736
|
// @public
|
|
@@ -817,6 +835,13 @@ export interface WebPubSubListKeysOptionalParams extends coreClient.OperationOpt
|
|
|
817
835
|
// @public
|
|
818
836
|
export type WebPubSubListKeysResponse = WebPubSubKeys;
|
|
819
837
|
|
|
838
|
+
// @public
|
|
839
|
+
export interface WebPubSubListReplicaSkusOptionalParams extends coreClient.OperationOptions {
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export type WebPubSubListReplicaSkusResponse = SkuList;
|
|
844
|
+
|
|
820
845
|
// @public
|
|
821
846
|
export interface WebPubSubListSkusOptionalParams extends coreClient.OperationOptions {
|
|
822
847
|
}
|
|
@@ -850,6 +875,8 @@ export class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
|
850
875
|
// (undocumented)
|
|
851
876
|
webPubSubPrivateLinkResources: WebPubSubPrivateLinkResources;
|
|
852
877
|
// (undocumented)
|
|
878
|
+
webPubSubReplicas: WebPubSubReplicas;
|
|
879
|
+
// (undocumented)
|
|
853
880
|
webPubSubSharedPrivateLinkResources: WebPubSubSharedPrivateLinkResources;
|
|
854
881
|
}
|
|
855
882
|
|
|
@@ -929,6 +956,12 @@ export interface WebPubSubPrivateLinkResourcesListOptionalParams extends coreCli
|
|
|
929
956
|
// @public
|
|
930
957
|
export type WebPubSubPrivateLinkResourcesListResponse = PrivateLinkResourceList;
|
|
931
958
|
|
|
959
|
+
// @public
|
|
960
|
+
export interface WebPubSubRegenerateKeyHeaders {
|
|
961
|
+
// (undocumented)
|
|
962
|
+
location?: string;
|
|
963
|
+
}
|
|
964
|
+
|
|
932
965
|
// @public
|
|
933
966
|
export interface WebPubSubRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
934
967
|
resumeFrom?: string;
|
|
@@ -938,6 +971,83 @@ export interface WebPubSubRegenerateKeyOptionalParams extends coreClient.Operati
|
|
|
938
971
|
// @public
|
|
939
972
|
export type WebPubSubRegenerateKeyResponse = WebPubSubKeys;
|
|
940
973
|
|
|
974
|
+
// @public
|
|
975
|
+
export interface WebPubSubReplicas {
|
|
976
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasCreateOrUpdateResponse>, WebPubSubReplicasCreateOrUpdateResponse>>;
|
|
977
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<WebPubSubReplicasCreateOrUpdateResponse>;
|
|
978
|
+
beginRestart(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasRestartResponse>, WebPubSubReplicasRestartResponse>>;
|
|
979
|
+
beginRestartAndWait(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<WebPubSubReplicasRestartResponse>;
|
|
980
|
+
beginUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasUpdateResponse>, WebPubSubReplicasUpdateResponse>>;
|
|
981
|
+
beginUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<WebPubSubReplicasUpdateResponse>;
|
|
982
|
+
delete(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasDeleteOptionalParams): Promise<void>;
|
|
983
|
+
get(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasGetOptionalParams): Promise<WebPubSubReplicasGetResponse>;
|
|
984
|
+
list(resourceGroupName: string, resourceName: string, options?: WebPubSubReplicasListOptionalParams): PagedAsyncIterableIterator<Replica>;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
// @public
|
|
988
|
+
export interface WebPubSubReplicasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
989
|
+
resumeFrom?: string;
|
|
990
|
+
updateIntervalInMs?: number;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
// @public
|
|
994
|
+
export type WebPubSubReplicasCreateOrUpdateResponse = Replica;
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export interface WebPubSubReplicasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export interface WebPubSubReplicasGetOptionalParams extends coreClient.OperationOptions {
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
// @public
|
|
1005
|
+
export type WebPubSubReplicasGetResponse = Replica;
|
|
1006
|
+
|
|
1007
|
+
// @public
|
|
1008
|
+
export interface WebPubSubReplicasListNextOptionalParams extends coreClient.OperationOptions {
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
// @public
|
|
1012
|
+
export type WebPubSubReplicasListNextResponse = ReplicaList;
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export interface WebPubSubReplicasListOptionalParams extends coreClient.OperationOptions {
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type WebPubSubReplicasListResponse = ReplicaList;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface WebPubSubReplicasRestartHeaders {
|
|
1023
|
+
// (undocumented)
|
|
1024
|
+
location?: string;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export interface WebPubSubReplicasRestartOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
+
resumeFrom?: string;
|
|
1030
|
+
updateIntervalInMs?: number;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export type WebPubSubReplicasRestartResponse = WebPubSubReplicasRestartHeaders;
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export interface WebPubSubReplicasUpdateHeaders {
|
|
1038
|
+
// (undocumented)
|
|
1039
|
+
location?: string;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
// @public
|
|
1043
|
+
export interface WebPubSubReplicasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1044
|
+
resumeFrom?: string;
|
|
1045
|
+
updateIntervalInMs?: number;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export type WebPubSubReplicasUpdateResponse = Replica;
|
|
1050
|
+
|
|
941
1051
|
// @public
|
|
942
1052
|
export type WebPubSubRequestType = string;
|
|
943
1053
|
|
|
@@ -949,6 +1059,7 @@ export interface WebPubSubResource extends TrackedResource {
|
|
|
949
1059
|
readonly hostName?: string;
|
|
950
1060
|
readonly hostNamePrefix?: string;
|
|
951
1061
|
identity?: ManagedIdentity;
|
|
1062
|
+
kind?: ServiceKind;
|
|
952
1063
|
liveTraceConfiguration?: LiveTraceConfiguration;
|
|
953
1064
|
networkACLs?: WebPubSubNetworkACLs;
|
|
954
1065
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
@@ -959,7 +1070,6 @@ export interface WebPubSubResource extends TrackedResource {
|
|
|
959
1070
|
readonly serverPort?: number;
|
|
960
1071
|
readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
|
|
961
1072
|
sku?: ResourceSku;
|
|
962
|
-
readonly systemData?: SystemData;
|
|
963
1073
|
tls?: WebPubSubTlsSettings;
|
|
964
1074
|
readonly version?: string;
|
|
965
1075
|
}
|
|
@@ -970,12 +1080,21 @@ export interface WebPubSubResourceList {
|
|
|
970
1080
|
value?: WebPubSubResource[];
|
|
971
1081
|
}
|
|
972
1082
|
|
|
1083
|
+
// @public
|
|
1084
|
+
export interface WebPubSubRestartHeaders {
|
|
1085
|
+
// (undocumented)
|
|
1086
|
+
location?: string;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
973
1089
|
// @public
|
|
974
1090
|
export interface WebPubSubRestartOptionalParams extends coreClient.OperationOptions {
|
|
975
1091
|
resumeFrom?: string;
|
|
976
1092
|
updateIntervalInMs?: number;
|
|
977
1093
|
}
|
|
978
1094
|
|
|
1095
|
+
// @public
|
|
1096
|
+
export type WebPubSubRestartResponse = WebPubSubRestartHeaders;
|
|
1097
|
+
|
|
979
1098
|
// @public
|
|
980
1099
|
export interface WebPubSubSharedPrivateLinkResources {
|
|
981
1100
|
beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse>, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse>>;
|
|
@@ -1030,6 +1149,12 @@ export interface WebPubSubTlsSettings {
|
|
|
1030
1149
|
clientCertEnabled?: boolean;
|
|
1031
1150
|
}
|
|
1032
1151
|
|
|
1152
|
+
// @public
|
|
1153
|
+
export interface WebPubSubUpdateHeaders {
|
|
1154
|
+
// (undocumented)
|
|
1155
|
+
location?: string;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1033
1158
|
// @public
|
|
1034
1159
|
export interface WebPubSubUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1035
1160
|
resumeFrom?: string;
|