Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from d82d1491879729cdf44da9a664e815112acde158 (#4537)
Browse files Browse the repository at this point in the history
Fix set LTR policy example
  • Loading branch information
AutorestCI authored Jan 11, 2019
1 parent b1a1154 commit 9e77efd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lib/services/sqlManagement2/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
36 changes: 18 additions & 18 deletions lib/services/sqlManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23495,9 +23495,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database.
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand All @@ -23519,9 +23519,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database.
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -23563,9 +23563,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand All @@ -23587,9 +23587,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -23629,9 +23629,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {object} [options] Optional Parameters.
*
Expand All @@ -23658,9 +23658,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -23777,7 +23777,7 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {object} [options] Optional Parameters.
*
Expand All @@ -23804,7 +23804,7 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -23851,9 +23851,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand All @@ -23875,9 +23875,9 @@ export interface LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const WebResource = msRest.WebResource;
*
* @param {string} locationName The location of the database.
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -176,9 +176,9 @@ function _get(locationName, longTermRetentionServerName, longTermRetentionDataba
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -242,9 +242,9 @@ function _deleteMethod(locationName, longTermRetentionServerName, longTermRetent
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -572,7 +572,7 @@ function _listByLocation(locationName, options, callback) {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -737,9 +737,9 @@ function _listByServer(locationName, longTermRetentionServerName, options, callb
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1277,9 +1277,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database.
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1313,9 +1313,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database.
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1372,9 +1372,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1408,9 +1408,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1465,9 +1465,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1506,9 +1506,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1667,7 +1667,7 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1706,7 +1706,7 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1768,9 +1768,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down Expand Up @@ -1804,9 +1804,9 @@ class LongTermRetentionBackups {
*
* @param {string} locationName The location of the database
*
* @param {string} longTermRetentionServerName
* @param {string} longTermRetentionServerName The name of the server
*
* @param {string} longTermRetentionDatabaseName
* @param {string} longTermRetentionDatabaseName The name of the database
*
* @param {string} backupName The backup name.
*
Expand Down

0 comments on commit 9e77efd

Please sign in to comment.