Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed May 27, 2020
1 parent b818bd3 commit 7a82bdb
Show file tree
Hide file tree
Showing 17 changed files with 366 additions and 168 deletions.
2 changes: 1 addition & 1 deletion sdk/cosmosdb/arm-cosmosdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-cosmosdb",
"author": "Microsoft Corporation",
"description": "CosmosDBManagementClient Library with typescript type definitions for node.js and browser.",
"version": "8.0.0",
"version": "7.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-cosmosdb";
const packageVersion = "8.0.0";
const packageVersion = "7.0.0";

export class CosmosDBManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
*/

export {
ApiProperties,
ARMProxyResource,
ARMResourceProperties,
AutoscaleSettings,
AutoscaleSettingsResource,
AutoUpgradePolicyResource,
AzureEntityResource,
BaseResource,
Expand Down Expand Up @@ -52,6 +55,7 @@ export {
IncludedPath,
Indexes,
IndexingPolicy,
IpAddressOrRange,
Location,
MongoDBCollectionCreateUpdateParameters,
MongoDBCollectionGetPropertiesOptions,
Expand All @@ -73,7 +77,6 @@ export {
PrivateEndpointProperty,
PrivateLinkResource,
PrivateLinkServiceConnectionStateProperty,
ProvisionedThroughputSettingsResource,
ProxyResource,
Resource,
SpatialSpec,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
*/

export {
ApiProperties,
ARMProxyResource,
ARMResourceProperties,
AutoscaleSettings,
AutoscaleSettingsResource,
AutoUpgradePolicyResource,
AzureEntityResource,
BaseResource,
Expand Down Expand Up @@ -59,6 +62,7 @@ export {
IncludedPath,
Indexes,
IndexingPolicy,
IpAddressOrRange,
Location,
Metric,
MetricAvailability,
Expand Down Expand Up @@ -90,7 +94,6 @@ export {
PrivateEndpointProperty,
PrivateLinkResource,
PrivateLinkServiceConnectionStateProperty,
ProvisionedThroughputSettingsResource,
ProxyResource,
RegionForOnlineOffline,
Resource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
*/

export {
ApiProperties,
ARMProxyResource,
ARMResourceProperties,
AutoscaleSettings,
AutoscaleSettingsResource,
AutoUpgradePolicyResource,
AzureEntityResource,
BaseResource,
Expand Down Expand Up @@ -52,6 +55,7 @@ export {
IncludedPath,
Indexes,
IndexingPolicy,
IpAddressOrRange,
Location,
MongoDBCollectionCreateUpdateParameters,
MongoDBCollectionGetPropertiesOptions,
Expand All @@ -73,7 +77,6 @@ export {
PrivateEndpointProperty,
PrivateLinkResource,
PrivateLinkServiceConnectionStateProperty,
ProvisionedThroughputSettingsResource,
ProxyResource,
Resource,
SpatialSpec,
Expand Down
Loading

0 comments on commit 7a82bdb

Please sign in to comment.