Skip to content

Commit

Permalink
Adding hidden tag to generated clients
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Jan 12, 2021
1 parent 2972c14 commit f927a0a
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 861 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/src/generated/keyVaultClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import {
KeyVaultClientGetDeletedKeysNextResponse
} from "./models";

/** @hidden */
export class KeyVaultClient extends KeyVaultClientContext {
/**
* Initializes a new instance of the KeyVaultClient class.
Expand Down Expand Up @@ -717,7 +718,6 @@ export class KeyVaultClient extends KeyVaultClientContext {
}
}
// Operation Specifications

const serializer = new coreHttp.Serializer(Mappers, /* isXml */ false);

const createKeyOperationSpec: coreHttp.OperationSpec = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import * as coreHttp from "@azure/core-http";
import { ApiVersion72Preview, KeyVaultClientOptionalParams } from "./models";

const packageName = "@azure/keyvault-keys";
export const packageVersion = "4.2.0-beta.3";
const packageVersion = "4.2.0-beta.3";

/** @hidden */
export class KeyVaultClientContext extends coreHttp.ServiceClient {
apiVersion: ApiVersion72Preview;

Expand Down
Loading

0 comments on commit f927a0a

Please sign in to comment.