Skip to content

Commit

Permalink
[AutoPR compute/resource-manager] update description. (#4499)
Browse files Browse the repository at this point in the history
* Generated from f31198b9d79d5009fd45c2862571e94dc57f24ef

update description.

* Packaging update of azure-mgmt-compute
  • Loading branch information
AutorestCI authored Mar 10, 2019
1 parent b2d6f67 commit 7d66867
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions azure-mgmt-compute/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-compute/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
section of the project.


.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-compute%2FREADME.png
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class OSProfile(Model):
"""Specifies the operating system settings for the virtual machine.
:param computer_name: Specifies the host OS name of the virtual machine.
<br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length
(Linux):** 64 characters. <br><br> For naming conventions and restrictions
see [Azure infrastructure services implementation
<br><br> This name cannot be updated after the VM is created. <br><br>
**Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):**
64 characters. <br><br> For naming conventions and restrictions see [Azure
infrastructure services implementation
guidelines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-infrastructure-subscription-accounts-guidelines?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json#1-naming-conventions).
:type computer_name: str
:param admin_username: Specifies the name of the administrator account.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class OSProfile(Model):
"""Specifies the operating system settings for the virtual machine.
:param computer_name: Specifies the host OS name of the virtual machine.
<br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length
(Linux):** 64 characters. <br><br> For naming conventions and restrictions
see [Azure infrastructure services implementation
<br><br> This name cannot be updated after the VM is created. <br><br>
**Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):**
64 characters. <br><br> For naming conventions and restrictions see [Azure
infrastructure services implementation
guidelines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-infrastructure-subscription-accounts-guidelines?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json#1-naming-conventions).
:type computer_name: str
:param admin_username: Specifies the name of the administrator account.
Expand Down

0 comments on commit 7d66867

Please sign in to comment.