@azure/arm-datacatalog 3.0.0 → 4.0.0
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 +13 -0
- package/README.md +11 -0
- package/dist/index.js +71 -28
- 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/adcCatalogsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcCatalogsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsCreateOrUpdateSample.js +50 -0
- package/dist-esm/samples-dev/adcCatalogsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcCatalogsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/adcCatalogsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcCatalogsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsGetSample.js +31 -0
- package/dist-esm/samples-dev/adcCatalogsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsListtByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcCatalogsListtByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsListtByResourceGroupSample.js +30 -0
- package/dist-esm/samples-dev/adcCatalogsListtByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcCatalogsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcCatalogsUpdateSample.js +50 -0
- package/dist-esm/samples-dev/adcCatalogsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/adcOperationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/adcOperationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/adcOperationsListSample.js +29 -0
- package/dist-esm/samples-dev/adcOperationsListSample.js.map +1 -0
- package/dist-esm/src/dataCatalogRestClient.d.ts +1 -3
- package/dist-esm/src/dataCatalogRestClient.d.ts.map +1 -1
- package/dist-esm/src/dataCatalogRestClient.js +21 -8
- package/dist-esm/src/dataCatalogRestClient.js.map +1 -1
- package/dist-esm/src/operations/aDCCatalogs.d.ts +10 -5
- package/dist-esm/src/operations/aDCCatalogs.d.ts.map +1 -1
- package/dist-esm/src/operations/aDCCatalogs.js +18 -11
- package/dist-esm/src/operations/aDCCatalogs.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/aDCCatalogs.d.ts +10 -5
- package/dist-esm/src/operationsInterfaces/aDCCatalogs.d.ts.map +1 -1
- package/package.json +36 -15
- package/review/arm-datacatalog.api.md +6 -8
- package/rollup.config.js +6 -72
- package/src/dataCatalogRestClient.ts +27 -9
- package/src/operations/aDCCatalogs.ts +22 -6
- package/src/operationsInterfaces/aDCCatalogs.ts +10 -0
- package/tsconfig.json +19 -5
- package/types/arm-datacatalog.d.ts +11 -8
- package/types/tsdoc-metadata.json +1 -1
- package/LICENSE.txt +0 -21
|
@@ -35,40 +35,45 @@ export declare interface ADCCatalogs {
|
|
|
35
35
|
* updated and any immutable properties will remain unchanged.
|
|
36
36
|
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
37
37
|
* case insensitive.
|
|
38
|
+
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
38
39
|
* @param properties Properties supplied to the Create or Update a data catalog.
|
|
39
40
|
* @param options The options parameters.
|
|
40
41
|
*/
|
|
41
|
-
createOrUpdate(resourceGroupName: string, properties: ADCCatalog, options?: ADCCatalogsCreateOrUpdateOptionalParams): Promise<ADCCatalogsCreateOrUpdateResponse>;
|
|
42
|
+
createOrUpdate(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsCreateOrUpdateOptionalParams): Promise<ADCCatalogsCreateOrUpdateResponse>;
|
|
42
43
|
/**
|
|
43
44
|
* The Get Azure Data Catalog Service operation retrieves a json representation of the data catalog.
|
|
44
45
|
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
45
46
|
* case insensitive.
|
|
47
|
+
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
46
48
|
* @param options The options parameters.
|
|
47
49
|
*/
|
|
48
|
-
get(resourceGroupName: string, options?: ADCCatalogsGetOptionalParams): Promise<ADCCatalogsGetResponse>;
|
|
50
|
+
get(resourceGroupName: string, catalogName: string, options?: ADCCatalogsGetOptionalParams): Promise<ADCCatalogsGetResponse>;
|
|
49
51
|
/**
|
|
50
52
|
* The Delete Azure Data Catalog Service operation deletes an existing data catalog.
|
|
51
53
|
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
52
54
|
* case insensitive.
|
|
55
|
+
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
53
56
|
* @param options The options parameters.
|
|
54
57
|
*/
|
|
55
|
-
beginDelete(resourceGroupName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
58
|
+
beginDelete(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
56
59
|
/**
|
|
57
60
|
* The Delete Azure Data Catalog Service operation deletes an existing data catalog.
|
|
58
61
|
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
59
62
|
* case insensitive.
|
|
63
|
+
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
60
64
|
* @param options The options parameters.
|
|
61
65
|
*/
|
|
62
|
-
beginDeleteAndWait(resourceGroupName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<void>;
|
|
66
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<void>;
|
|
63
67
|
/**
|
|
64
68
|
* The Update Azure Data Catalog Service operation can be used to update the existing deployment. The
|
|
65
69
|
* update call only supports the properties listed in the PATCH body.
|
|
66
70
|
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
67
71
|
* case insensitive.
|
|
72
|
+
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
68
73
|
* @param properties Properties supplied to the Update a data catalog.
|
|
69
74
|
* @param options The options parameters.
|
|
70
75
|
*/
|
|
71
|
-
update(resourceGroupName: string, properties: ADCCatalog, options?: ADCCatalogsUpdateOptionalParams): Promise<ADCCatalogsUpdateResponse>;
|
|
76
|
+
update(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsUpdateOptionalParams): Promise<ADCCatalogsUpdateResponse>;
|
|
72
77
|
}
|
|
73
78
|
|
|
74
79
|
/** Optional parameters. */
|
|
@@ -133,16 +138,14 @@ export declare class DataCatalogRestClient extends coreClient.ServiceClient {
|
|
|
133
138
|
$host: string;
|
|
134
139
|
apiVersion: string;
|
|
135
140
|
subscriptionId: string;
|
|
136
|
-
catalogName: string;
|
|
137
141
|
/**
|
|
138
142
|
* Initializes a new instance of the DataCatalogRestClient class.
|
|
139
143
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
140
144
|
* @param subscriptionId Gets subscription credentials which uniquely identify the Microsoft Azure
|
|
141
145
|
* subscription. The subscription ID forms part of the URI for every service call.
|
|
142
|
-
* @param catalogName The name of the data catalog in the specified subscription and resource group.
|
|
143
146
|
* @param options The parameter options
|
|
144
147
|
*/
|
|
145
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string,
|
|
148
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataCatalogRestClientOptionalParams);
|
|
146
149
|
aDCOperations: ADCOperations;
|
|
147
150
|
aDCCatalogs: ADCCatalogs;
|
|
148
151
|
}
|
package/LICENSE.txt
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 Microsoft
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|