Skip to content

Commit

Permalink
Generated from 02a0b493c8738e2c5654e54ca0675e39b9fb693c (#13)
Browse files Browse the repository at this point in the history
Update mysql.json
  • Loading branch information
openapi-bot-test[bot] authored Jul 25, 2019
1 parent 12d61d7 commit ac2121c
Show file tree
Hide file tree
Showing 19 changed files with 273 additions and 273 deletions.
8 changes: 4 additions & 4 deletions sdk/mysql/arm-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ npm install @azure/ms-rest-nodeauth
##### Sample code

```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as coreHttp from "@azure/core-http";
import * as coreArm from "@azure/core-arm";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
import { MySQLManagementClient, MySQLManagementModels, MySQLManagementMappers } from "@azure/arm-mysql";
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
Expand Down Expand Up @@ -63,8 +63,8 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
<html lang="en">
<head>
<title>@azure/arm-mysql sample</title>
<script src="node_modules/@azure/ms-rest-js/dist/msRest.browser.js"></script>
<script src="node_modules/@azure/ms-rest-azure-js/dist/msRestAzure.js"></script>
<script src="node_modules/@azure/core-http/dist/coreHttp.browser.js"></script>
<script src="node_modules/@azure/core-arm/dist/coreArm.js"></script>
<script src="node_modules/@azure/ms-rest-browserauth/dist/msAuth.js"></script>
<script src="node_modules/@azure/arm-mysql/dist/arm-mysql.js"></script>
<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions sdk/mysql/arm-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "MySQLManagementClient Library with typescript type definitions for node.js and browser.",
"version": "3.3.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^1.3.2",
"@azure/ms-rest-js": "^1.8.1",
"@azure/core-arm": "^1.0.0-preview.1",
"@azure/core-http": "^1.0.0-preview.1",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions sdk/mysql/arm-mysql/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ import sourcemaps from "rollup-plugin-sourcemaps";
const config = {
input: "./esm/mySQLManagementClient.js",
external: [
"@azure/ms-rest-js",
"@azure/ms-rest-azure-js"
"@azure/core-http",
"@azure/core-arm"
],
output: {
file: "./dist/arm-mysql.js",
format: "umd",
name: "Azure.ArmMysql",
sourcemap: true,
globals: {
"@azure/ms-rest-js": "msRest",
"@azure/ms-rest-azure-js": "msRestAzure"
"@azure/core-http": "coreHttp",
"@azure/core-arm": "coreArm"
},
banner: `/*
* Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down
70 changes: 35 additions & 35 deletions sdk/mysql/arm-mysql/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
import * as msRest from "@azure/ms-rest-js";
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/core-arm";
import * as coreHttp from "@azure/core-http";

export { BaseResource, CloudError };

Expand Down Expand Up @@ -531,7 +531,7 @@ export interface PerformanceTierServiceLevelObjectives {
/**
* ID for the service level objective.
*/
id?: string;
idBANANAS?: string;
/**
* Edition of the performance tier.
*/
Expand Down Expand Up @@ -792,7 +792,7 @@ export type ServersCreateResponse = Server & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -812,7 +812,7 @@ export type ServersUpdateResponse = Server & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -832,7 +832,7 @@ export type ServersGetResponse = Server & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -852,7 +852,7 @@ export type ServersListByResourceGroupResponse = ServerListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -872,7 +872,7 @@ export type ServersListResponse = ServerListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -892,7 +892,7 @@ export type ServersBeginCreateResponse = Server & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -912,7 +912,7 @@ export type ServersBeginUpdateResponse = Server & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -932,7 +932,7 @@ export type ReplicasListByServerResponse = ServerListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -952,7 +952,7 @@ export type FirewallRulesCreateOrUpdateResponse = FirewallRule & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -972,7 +972,7 @@ export type FirewallRulesGetResponse = FirewallRule & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -992,7 +992,7 @@ export type FirewallRulesListByServerResponse = FirewallRuleListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1012,7 +1012,7 @@ export type FirewallRulesBeginCreateOrUpdateResponse = FirewallRule & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1032,7 +1032,7 @@ export type VirtualNetworkRulesGetResponse = VirtualNetworkRule & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1052,7 +1052,7 @@ export type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1072,7 +1072,7 @@ export type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResu
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1092,7 +1092,7 @@ export type VirtualNetworkRulesBeginCreateOrUpdateResponse = VirtualNetworkRule
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1112,7 +1112,7 @@ export type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleList
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1132,7 +1132,7 @@ export type DatabasesCreateOrUpdateResponse = Database & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1152,7 +1152,7 @@ export type DatabasesGetResponse = Database & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1172,7 +1172,7 @@ export type DatabasesListByServerResponse = DatabaseListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1192,7 +1192,7 @@ export type DatabasesBeginCreateOrUpdateResponse = Database & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1212,7 +1212,7 @@ export type ConfigurationsCreateOrUpdateResponse = Configuration & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1232,7 +1232,7 @@ export type ConfigurationsGetResponse = Configuration & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1252,7 +1252,7 @@ export type ConfigurationsListByServerResponse = ConfigurationListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1272,7 +1272,7 @@ export type ConfigurationsBeginCreateOrUpdateResponse = Configuration & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1292,7 +1292,7 @@ export type LogFilesListByServerResponse = LogFileListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1312,7 +1312,7 @@ export type LocationBasedPerformanceTierListResponse = PerformanceTierListResult
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1332,7 +1332,7 @@ export type CheckNameAvailabilityExecuteResponse = NameAvailability & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1352,7 +1352,7 @@ export type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy &
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1372,7 +1372,7 @@ export type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAl
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1392,7 +1392,7 @@ export type ServerSecurityAlertPoliciesBeginCreateOrUpdateResponse = ServerSecur
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand All @@ -1412,7 +1412,7 @@ export type OperationsListResponse = OperationListResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
_response: coreHttp.HttpResponse & {
/**
* The response body as text (string format)
*/
Expand Down
Loading

0 comments on commit ac2121c

Please sign in to comment.