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

[AutoPR] sql/resource-manager #2143

Closed
wants to merge 10 commits into from

Conversation

AutorestCI
Copy link

Created to accumulate context: sql/resource-manager

@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

Update managedInstances.json

Adding two new ManagedInstance properties
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

…2202)

* Generated from 61b04f875f36c4f2f56a1038f4b0c35de6b3a2d1

Update readme.md

* Generated from 619c3d4fb99420ee18d6d6c6b8d7a89756d46772

Updating examples.
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

Update swagger file and examples with time zone parameter
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

Removed location

removed the location property from examples
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

…mns API [DO NOT MERGE] (#2250)

* Generated from dfaacf26b2484727bb93300b4d0ccc84f310d29b

adding schema API for databases. updates for MI schema API

* Generated from 007ee563a3bfb849889735ddf6cfb17bf1720b55

dummy commit
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

… plus examples (#2417)

* Generated from 55ed369558052bec088510af32b4edcf2c58a43e

Remove unused def

* Generated from b7b23d950a94b03265f4552e40951c176c8652af

Fix managed instance create max public endpoint value
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

… elastic pool skus (#2422)

* Generated from f9318d23fef1d4d77ff791a840e783a8e5b47f9d

Update documentation for elastic pool 2017-10-01-preview

* Generated from 6690d07ca931ea6321bdbacdf241528248a87caa

Fixed broken Sku reference

* Generated from 20ffeb28a6971fd17d75c1fb94c561e3182c7e67

Additional doc tweaks
@azuresdkciprbot
Copy link

Ruby Build Drop - Direct download

The Gem file (zipped version) could be downloaded here.

Installation instructions

  1. Download the Build Drop zip file: azure-sdk-for-ruby_pr2143.tar.gz.
  2. Unzip the file using the following command: tar -xzf azure-sdk-for-ruby_pr2143.tar.gz.
  3. In the Gemfile of your project, add reference to your gem. For example, if your gem is azure_mgmt_locks, the reference would be: gem 'azure_mgmt_locks', '<VERSION_OF_GEM>', path: '<UNZIPPED_PATH>/management/azure_mgmt_locks/pkg'

Note: VERSION_OF_GEM can be found from the name of the gem file. For example, if the name of the gemfile is azure_mgmt_locks-0.17.1.gem, the VERSION_OF_GEM will be 0.17.1.

@sarangan12 sarangan12 closed this May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants