@azure/arm-search 3.2.0 → 3.3.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 +53 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +1805 -777
- 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/adminKeysGetSample.js +3 -3
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +54 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +3 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +8 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +2 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +1 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +3 -3
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +81 -19
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +68 -18
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +1 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +3 -3
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +508 -113
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +90 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1028 -411
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +85 -57
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/adminKeys.d.ts +5 -5
- package/dist-esm/src/operations/adminKeys.js +15 -15
- package/dist-esm/src/operations/adminKeys.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/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +289 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +19 -19
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +49 -49
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +10 -10
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/queryKeys.d.ts +12 -12
- package/dist-esm/src/operations/queryKeys.js +32 -32
- package/dist-esm/src/operations/queryKeys.js.map +1 -1
- package/dist-esm/src/operations/services.d.ts +17 -17
- package/dist-esm/src/operations/services.d.ts.map +1 -1
- package/dist-esm/src/operations/services.js +75 -75
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +21 -21
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +62 -62
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/usages.d.ts +2 -2
- package/dist-esm/src/operations/usages.js +13 -13
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +5 -5
- 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/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/services.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/usages.d.ts +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/searchManagementClient.d.ts +3 -2
- package/dist-esm/src/searchManagementClient.d.ts.map +1 -1
- package/dist-esm/src/searchManagementClient.js +17 -15
- package/dist-esm/src/searchManagementClient.js.map +1 -1
- package/dist-esm/test/search_examples.js.map +1 -1
- package/package.json +12 -11
- package/review/arm-search.api.md +270 -6
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +573 -140
- package/src/models/mappers.ts +1217 -561
- package/src/models/parameters.ts +90 -58
- package/src/operations/adminKeys.ts +22 -24
- package/src/operations/index.ts +1 -0
- package/src/operations/networkSecurityPerimeterConfigurations.ts +400 -0
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +74 -77
- package/src/operations/privateLinkResources.ts +21 -22
- package/src/operations/queryKeys.ts +52 -55
- package/src/operations/services.ts +118 -126
- package/src/operations/sharedPrivateLinkResources.ts +103 -108
- package/src/operations/usages.ts +24 -25
- package/src/operationsInterfaces/adminKeys.ts +8 -8
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +90 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +20 -20
- package/src/operationsInterfaces/privateLinkResources.ts +4 -4
- package/src/operationsInterfaces/queryKeys.ts +11 -11
- package/src/operationsInterfaces/services.ts +26 -26
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +24 -24
- package/src/operationsInterfaces/usages.ts +3 -3
- package/src/pagingHelper.ts +1 -1
- package/src/searchManagementClient.ts +33 -28
- package/types/arm-search.d.ts +650 -171
- package/types/tsdoc-metadata.json +1 -1
|
@@ -6,19 +6,19 @@ export interface PrivateEndpointConnections {
|
|
|
6
6
|
* Gets a list of all private endpoint connections in the given service.
|
|
7
7
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
8
8
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
9
|
-
* @param searchServiceName The name of the Azure
|
|
10
|
-
*
|
|
9
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
10
|
+
* resource group.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listByService(resourceGroupName: string, searchServiceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
14
14
|
/**
|
|
15
|
-
* Updates a
|
|
15
|
+
* Updates a private endpoint connection to the search service in the given resource group.
|
|
16
16
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
17
17
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
18
|
-
* @param searchServiceName The name of the Azure
|
|
19
|
-
*
|
|
20
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
21
|
-
*
|
|
18
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
19
|
+
* resource group.
|
|
20
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
21
|
+
* Search service with the specified resource group.
|
|
22
22
|
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
|
23
23
|
* @param options The options parameters.
|
|
24
24
|
*/
|
|
@@ -28,10 +28,10 @@ export interface PrivateEndpointConnections {
|
|
|
28
28
|
* group.
|
|
29
29
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
30
30
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
31
|
-
* @param searchServiceName The name of the Azure
|
|
32
|
-
*
|
|
33
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
34
|
-
*
|
|
31
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
32
|
+
* resource group.
|
|
33
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
34
|
+
* Search service with the specified resource group.
|
|
35
35
|
* @param options The options parameters.
|
|
36
36
|
*/
|
|
37
37
|
get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
@@ -39,10 +39,10 @@ export interface PrivateEndpointConnections {
|
|
|
39
39
|
* Disconnects the private endpoint connection and deletes it from the search service.
|
|
40
40
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
41
41
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
42
|
-
* @param searchServiceName The name of the Azure
|
|
43
|
-
*
|
|
44
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
45
|
-
*
|
|
42
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
43
|
+
* resource group.
|
|
44
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
45
|
+
* Search service with the specified resource group.
|
|
46
46
|
* @param options The options parameters.
|
|
47
47
|
*/
|
|
48
48
|
delete(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
@@ -6,8 +6,8 @@ export interface PrivateLinkResources {
|
|
|
6
6
|
* Gets a list of all supported private link resource types for the given service.
|
|
7
7
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
8
8
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
9
|
-
* @param searchServiceName The name of the Azure
|
|
10
|
-
*
|
|
9
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
10
|
+
* resource group.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listSupported(resourceGroupName: string, searchServiceName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
@@ -3,11 +3,11 @@ import { QueryKey, QueryKeysListBySearchServiceOptionalParams, QueryKeysCreateOp
|
|
|
3
3
|
/** Interface representing a QueryKeys. */
|
|
4
4
|
export interface QueryKeys {
|
|
5
5
|
/**
|
|
6
|
-
* Returns the list of query API keys for the given Azure
|
|
6
|
+
* Returns the list of query API keys for the given Azure AI Search service.
|
|
7
7
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
8
8
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
9
|
-
* @param searchServiceName The name of the Azure
|
|
10
|
-
*
|
|
9
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
10
|
+
* resource group.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listBySearchService(resourceGroupName: string, searchServiceName: string, options?: QueryKeysListBySearchServiceOptionalParams): PagedAsyncIterableIterator<QueryKey>;
|
|
@@ -16,8 +16,8 @@ export interface QueryKeys {
|
|
|
16
16
|
* service.
|
|
17
17
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
18
18
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
19
|
-
* @param searchServiceName The name of the Azure
|
|
20
|
-
*
|
|
19
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
20
|
+
* resource group.
|
|
21
21
|
* @param name The name of the new query API key.
|
|
22
22
|
* @param options The options parameters.
|
|
23
23
|
*/
|
|
@@ -27,8 +27,8 @@ export interface QueryKeys {
|
|
|
27
27
|
* regenerating a query key is to delete and then recreate it.
|
|
28
28
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
29
29
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
30
|
-
* @param searchServiceName The name of the Azure
|
|
31
|
-
*
|
|
30
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
31
|
+
* resource group.
|
|
32
32
|
* @param key The query key to be deleted. Query keys are identified by value, not by name.
|
|
33
33
|
* @param options The options parameters.
|
|
34
34
|
*/
|
|
@@ -20,12 +20,12 @@ export interface Services {
|
|
|
20
20
|
* exists, all properties will be updated with the given values.
|
|
21
21
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
22
22
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
23
|
-
* @param searchServiceName The name of the Azure
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
23
|
+
* @param searchServiceName The name of the Azure AI Search service to create or update. Search service
|
|
24
|
+
* names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or
|
|
25
|
+
* last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in
|
|
26
|
+
* length. Search service names must be globally unique since they are part of the service URI
|
|
27
|
+
* (https://<name>.search.windows.net). You cannot change the service name after the service is
|
|
28
|
+
* created.
|
|
29
29
|
* @param service The definition of the search service to create or update.
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
@@ -35,12 +35,12 @@ export interface Services {
|
|
|
35
35
|
* exists, all properties will be updated with the given values.
|
|
36
36
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
37
37
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
38
|
-
* @param searchServiceName The name of the Azure
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
38
|
+
* @param searchServiceName The name of the Azure AI Search service to create or update. Search service
|
|
39
|
+
* names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or
|
|
40
|
+
* last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in
|
|
41
|
+
* length. Search service names must be globally unique since they are part of the service URI
|
|
42
|
+
* (https://<name>.search.windows.net). You cannot change the service name after the service is
|
|
43
|
+
* created.
|
|
44
44
|
* @param service The definition of the search service to create or update.
|
|
45
45
|
* @param options The options parameters.
|
|
46
46
|
*/
|
|
@@ -49,7 +49,7 @@ export interface Services {
|
|
|
49
49
|
* Updates an existing search service in the given resource group.
|
|
50
50
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
51
51
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
52
|
-
* @param searchServiceName The name of the Azure
|
|
52
|
+
* @param searchServiceName The name of the Azure AI Search service to update.
|
|
53
53
|
* @param service The definition of the search service to update.
|
|
54
54
|
* @param options The options parameters.
|
|
55
55
|
*/
|
|
@@ -58,8 +58,8 @@ export interface Services {
|
|
|
58
58
|
* Gets the search service with the given name in the given resource group.
|
|
59
59
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
60
60
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
61
|
-
* @param searchServiceName The name of the Azure
|
|
62
|
-
*
|
|
61
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
62
|
+
* resource group.
|
|
63
63
|
* @param options The options parameters.
|
|
64
64
|
*/
|
|
65
65
|
get(resourceGroupName: string, searchServiceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
|
@@ -67,8 +67,8 @@ export interface Services {
|
|
|
67
67
|
* Deletes a search service in the given resource group, along with its associated resources.
|
|
68
68
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
69
69
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
70
|
-
* @param searchServiceName The name of the Azure
|
|
71
|
-
*
|
|
70
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
71
|
+
* resource group.
|
|
72
72
|
* @param options The options parameters.
|
|
73
73
|
*/
|
|
74
74
|
delete(resourceGroupName: string, searchServiceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
|
@@ -7,8 +7,8 @@ export interface SharedPrivateLinkResources {
|
|
|
7
7
|
* Gets a list of all shared private link resources managed by the given service.
|
|
8
8
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
9
9
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
10
|
-
* @param searchServiceName The name of the Azure
|
|
11
|
-
*
|
|
10
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
11
|
+
* resource group.
|
|
12
12
|
* @param options The options parameters.
|
|
13
13
|
*/
|
|
14
14
|
listByService(resourceGroupName: string, searchServiceName: string, options?: SharedPrivateLinkResourcesListByServiceOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource>;
|
|
@@ -17,10 +17,10 @@ export interface SharedPrivateLinkResources {
|
|
|
17
17
|
* the given resource group.
|
|
18
18
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
19
19
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
20
|
-
* @param searchServiceName The name of the Azure
|
|
21
|
-
*
|
|
20
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
21
|
+
* resource group.
|
|
22
22
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
23
|
-
* Azure
|
|
23
|
+
* Azure AI Search service within the specified resource group.
|
|
24
24
|
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or
|
|
25
25
|
* update.
|
|
26
26
|
* @param options The options parameters.
|
|
@@ -31,10 +31,10 @@ export interface SharedPrivateLinkResources {
|
|
|
31
31
|
* the given resource group.
|
|
32
32
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
33
33
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
34
|
-
* @param searchServiceName The name of the Azure
|
|
35
|
-
*
|
|
34
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
35
|
+
* resource group.
|
|
36
36
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
37
|
-
* Azure
|
|
37
|
+
* Azure AI Search service within the specified resource group.
|
|
38
38
|
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or
|
|
39
39
|
* update.
|
|
40
40
|
* @param options The options parameters.
|
|
@@ -45,10 +45,10 @@ export interface SharedPrivateLinkResources {
|
|
|
45
45
|
* resource group.
|
|
46
46
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
47
47
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
48
|
-
* @param searchServiceName The name of the Azure
|
|
49
|
-
*
|
|
48
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
49
|
+
* resource group.
|
|
50
50
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
51
|
-
* Azure
|
|
51
|
+
* Azure AI Search service within the specified resource group.
|
|
52
52
|
* @param options The options parameters.
|
|
53
53
|
*/
|
|
54
54
|
get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResourcesGetResponse>;
|
|
@@ -56,10 +56,10 @@ export interface SharedPrivateLinkResources {
|
|
|
56
56
|
* Initiates the deletion of the shared private link resource from the search service.
|
|
57
57
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
58
58
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
59
|
-
* @param searchServiceName The name of the Azure
|
|
60
|
-
*
|
|
59
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
60
|
+
* resource group.
|
|
61
61
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
62
|
-
* Azure
|
|
62
|
+
* Azure AI Search service within the specified resource group.
|
|
63
63
|
* @param options The options parameters.
|
|
64
64
|
*/
|
|
65
65
|
beginDelete(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
@@ -67,10 +67,10 @@ export interface SharedPrivateLinkResources {
|
|
|
67
67
|
* Initiates the deletion of the shared private link resource from the search service.
|
|
68
68
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
69
69
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
70
|
-
* @param searchServiceName The name of the Azure
|
|
71
|
-
*
|
|
70
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
71
|
+
* resource group.
|
|
72
72
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
73
|
-
* Azure
|
|
73
|
+
* Azure AI Search service within the specified resource group.
|
|
74
74
|
* @param options The options parameters.
|
|
75
75
|
*/
|
|
76
76
|
beginDeleteAndWait(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>;
|
|
@@ -3,7 +3,7 @@ import { QuotaUsageResult, UsagesListBySubscriptionOptionalParams } from "../mod
|
|
|
3
3
|
/** Interface representing a Usages. */
|
|
4
4
|
export interface Usages {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Get a list of all Azure AI Search quota usages across the subscription.
|
|
7
7
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
8
8
|
* @param options The options parameters.
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC"}
|
|
@@ -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, AdminKeys, QueryKeys, Services, PrivateLinkResources, PrivateEndpointConnections, SharedPrivateLinkResources, Usages } from "./operationsInterfaces";
|
|
3
|
+
import { Operations, AdminKeys, QueryKeys, Services, PrivateLinkResources, PrivateEndpointConnections, SharedPrivateLinkResources, Usages, NetworkSecurityPerimeterConfigurations } from "./operationsInterfaces";
|
|
4
4
|
import { SearchManagementClientOptionalParams, UsageBySubscriptionSkuOptionalParams, UsageBySubscriptionSkuResponse } from "./models";
|
|
5
5
|
export declare class SearchManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
@@ -19,7 +19,7 @@ export declare class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
19
19
|
/**
|
|
20
20
|
* Gets the quota usage for a search sku in the given subscription.
|
|
21
21
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
22
|
-
* @param skuName The unique
|
|
22
|
+
* @param skuName The unique SKU name that identifies a billable tier.
|
|
23
23
|
* @param options The options parameters.
|
|
24
24
|
*/
|
|
25
25
|
usageBySubscriptionSku(location: string, skuName: string, options?: UsageBySubscriptionSkuOptionalParams): Promise<UsageBySubscriptionSkuResponse>;
|
|
@@ -31,5 +31,6 @@ export declare class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
31
31
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
32
32
|
sharedPrivateLinkResources: SharedPrivateLinkResources;
|
|
33
33
|
usages: Usages;
|
|
34
|
+
networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
|
|
34
35
|
}
|
|
35
36
|
//# sourceMappingURL=searchManagementClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchManagementClient.d.ts","sourceRoot":"","sources":["../../src/searchManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"searchManagementClient.d.ts","sourceRoot":"","sources":["../../src/searchManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAY7C,OAAO,EACL,UAAU,EACV,SAAS,EACT,SAAS,EACT,QAAQ,EACR,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,EAC1B,MAAM,EACN,sCAAsC,EACvC,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EACL,oCAAoC,EACpC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAElB,qBAAa,sBAAuB,SAAQ,UAAU,CAAC,aAAa;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oCAAoC;IAsFhD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC;;;;;OAKG;IACH,sBAAsB,CACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,sCAAsC,EAAE,sCAAsC,CAAC;CAChF"}
|
|
@@ -8,7 +8,7 @@
|
|
|
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, AdminKeysImpl, QueryKeysImpl, ServicesImpl, PrivateLinkResourcesImpl, PrivateEndpointConnectionsImpl, SharedPrivateLinkResourcesImpl, UsagesImpl } from "./operations";
|
|
11
|
+
import { OperationsImpl, AdminKeysImpl, QueryKeysImpl, ServicesImpl, PrivateLinkResourcesImpl, PrivateEndpointConnectionsImpl, SharedPrivateLinkResourcesImpl, UsagesImpl, NetworkSecurityPerimeterConfigurationsImpl, } from "./operations";
|
|
12
12
|
import * as Parameters from "./models/parameters";
|
|
13
13
|
import * as Mappers from "./models/mappers";
|
|
14
14
|
export class SearchManagementClient extends coreClient.ServiceClient {
|
|
@@ -33,14 +33,14 @@ export class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
33
33
|
}
|
|
34
34
|
const defaults = {
|
|
35
35
|
requestContentType: "application/json; charset=utf-8",
|
|
36
|
-
credential: credentials
|
|
36
|
+
credential: credentials,
|
|
37
37
|
};
|
|
38
|
-
const packageDetails = `azsdk-js-arm-search/3.
|
|
38
|
+
const packageDetails = `azsdk-js-arm-search/3.3.0-beta.1`;
|
|
39
39
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
40
40
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
41
41
|
: `${packageDetails}`;
|
|
42
42
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
43
|
-
userAgentPrefix
|
|
43
|
+
userAgentPrefix,
|
|
44
44
|
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
45
45
|
super(optionsWithDefaults);
|
|
46
46
|
let bearerTokenAuthenticationPolicyFound = false;
|
|
@@ -54,21 +54,21 @@ export class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
54
54
|
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
55
55
|
!bearerTokenAuthenticationPolicyFound) {
|
|
56
56
|
this.pipeline.removePolicy({
|
|
57
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
57
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
58
58
|
});
|
|
59
59
|
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
60
60
|
credential: credentials,
|
|
61
61
|
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
62
62
|
challengeCallbacks: {
|
|
63
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
64
|
-
}
|
|
63
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
64
|
+
},
|
|
65
65
|
}));
|
|
66
66
|
}
|
|
67
67
|
// Parameter assignments
|
|
68
68
|
this.subscriptionId = subscriptionId;
|
|
69
69
|
// Assigning values to Constant parameters
|
|
70
70
|
this.$host = options.$host || "https://management.azure.com";
|
|
71
|
-
this.apiVersion = options.apiVersion || "
|
|
71
|
+
this.apiVersion = options.apiVersion || "2024-03-01-preview";
|
|
72
72
|
this.operations = new OperationsImpl(this);
|
|
73
73
|
this.adminKeys = new AdminKeysImpl(this);
|
|
74
74
|
this.queryKeys = new QueryKeysImpl(this);
|
|
@@ -77,6 +77,8 @@ export class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
77
77
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
78
78
|
this.sharedPrivateLinkResources = new SharedPrivateLinkResourcesImpl(this);
|
|
79
79
|
this.usages = new UsagesImpl(this);
|
|
80
|
+
this.networkSecurityPerimeterConfigurations =
|
|
81
|
+
new NetworkSecurityPerimeterConfigurationsImpl(this);
|
|
80
82
|
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
81
83
|
}
|
|
82
84
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
@@ -102,14 +104,14 @@ export class SearchManagementClient extends coreClient.ServiceClient {
|
|
|
102
104
|
}
|
|
103
105
|
return next(request);
|
|
104
106
|
});
|
|
105
|
-
}
|
|
107
|
+
},
|
|
106
108
|
};
|
|
107
109
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
108
110
|
}
|
|
109
111
|
/**
|
|
110
112
|
* Gets the quota usage for a search sku in the given subscription.
|
|
111
113
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
112
|
-
* @param skuName The unique
|
|
114
|
+
* @param skuName The unique SKU name that identifies a billable tier.
|
|
113
115
|
* @param options The options parameters.
|
|
114
116
|
*/
|
|
115
117
|
usageBySubscriptionSku(location, skuName, options) {
|
|
@@ -123,20 +125,20 @@ const usageBySubscriptionSkuOperationSpec = {
|
|
|
123
125
|
httpMethod: "GET",
|
|
124
126
|
responses: {
|
|
125
127
|
200: {
|
|
126
|
-
bodyMapper: Mappers.QuotaUsageResult
|
|
128
|
+
bodyMapper: Mappers.QuotaUsageResult,
|
|
127
129
|
},
|
|
128
130
|
default: {
|
|
129
|
-
bodyMapper: Mappers.CloudError
|
|
130
|
-
}
|
|
131
|
+
bodyMapper: Mappers.CloudError,
|
|
132
|
+
},
|
|
131
133
|
},
|
|
132
134
|
queryParameters: [Parameters.apiVersion],
|
|
133
135
|
urlParameters: [
|
|
134
136
|
Parameters.$host,
|
|
135
137
|
Parameters.subscriptionId,
|
|
136
138
|
Parameters.location,
|
|
137
|
-
Parameters.skuName
|
|
139
|
+
Parameters.skuName,
|
|
138
140
|
],
|
|
139
141
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
140
|
-
serializer
|
|
142
|
+
serializer,
|
|
141
143
|
};
|
|
142
144
|
//# sourceMappingURL=searchManagementClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchManagementClient.js","sourceRoot":"","sources":["../../src/searchManagementClient.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,aAAa,EACb,YAAY,EACZ,wBAAwB,EACxB,8BAA8B,EAC9B,8BAA8B,EAC9B,UAAU,
|
|
1
|
+
{"version":3,"file":"searchManagementClient.js","sourceRoot":"","sources":["../../src/searchManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search_examples.js","sourceRoot":"","sources":["../../test/search_examples.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"search_examples.js","sourceRoot":"","sources":["../../test/search_examples.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for SearchManagementClient.",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.3.0-beta.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/core-lro": "^2.5.4",
|
|
12
12
|
"@azure/abort-controller": "^1.0.0",
|
|
13
13
|
"@azure/core-paging": "^1.2.0",
|
|
14
14
|
"@azure/core-client": "^1.7.0",
|
|
15
|
-
"@azure/core-auth": "^1.
|
|
16
|
-
"@azure/core-rest-pipeline": "^1.
|
|
15
|
+
"@azure/core-auth": "^1.6.0",
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.14.0",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -29,20 +29,22 @@
|
|
|
29
29
|
"types": "./types/arm-search.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@microsoft/api-extractor": "^7.31.1",
|
|
32
|
-
"mkdirp": "^1.
|
|
33
|
-
"typescript": "~5.
|
|
32
|
+
"mkdirp": "^2.1.2",
|
|
33
|
+
"typescript": "~5.3.3",
|
|
34
34
|
"uglify-js": "^3.4.9",
|
|
35
35
|
"rimraf": "^5.0.0",
|
|
36
36
|
"dotenv": "^16.0.0",
|
|
37
|
-
"@azure/
|
|
37
|
+
"@azure/dev-tool": "^1.0.0",
|
|
38
|
+
"@azure/identity": "^4.0.1",
|
|
38
39
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
39
40
|
"@azure-tools/test-credential": "^1.0.0",
|
|
40
41
|
"mocha": "^10.0.0",
|
|
42
|
+
"@types/mocha": "^10.0.0",
|
|
43
|
+
"esm": "^3.2.18",
|
|
41
44
|
"@types/chai": "^4.2.8",
|
|
42
45
|
"chai": "^4.2.0",
|
|
43
46
|
"cross-env": "^7.0.2",
|
|
44
|
-
"@types/node": "^
|
|
45
|
-
"@azure/dev-tool": "^1.0.0",
|
|
47
|
+
"@types/node": "^18.0.0",
|
|
46
48
|
"ts-node": "^10.0.0"
|
|
47
49
|
},
|
|
48
50
|
"repository": {
|
|
@@ -76,7 +78,6 @@
|
|
|
76
78
|
"pack": "npm pack 2>&1",
|
|
77
79
|
"extract-api": "api-extractor run --local",
|
|
78
80
|
"lint": "echo skipped",
|
|
79
|
-
"audit": "echo skipped",
|
|
80
81
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
81
82
|
"build:node": "echo skipped",
|
|
82
83
|
"build:browser": "echo skipped",
|
|
@@ -114,4 +115,4 @@
|
|
|
114
115
|
"disableDocsMs": true,
|
|
115
116
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-search?view=azure-node-preview"
|
|
116
117
|
}
|
|
117
|
-
}
|
|
118
|
+
}
|