Skip to content

Commit

Permalink
Adding hidden tag to generated clients (Azure#13183)
Browse files Browse the repository at this point in the history
* Adding hidden tag to generated clients

* Add Missing Comments
  • Loading branch information
sarangan12 authored and ljian3377 committed Jan 22, 2021
1 parent d92dbe1 commit 595f444
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 860 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 @@ -12,6 +12,7 @@ import { ApiVersion72Preview, KeyVaultClientOptionalParams } from "./models";
const packageName = "@azure/keyvault-keys";
export const packageVersion = "4.2.0-beta.3";

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

Expand Down
Loading

0 comments on commit 595f444

Please sign in to comment.