diff --git a/azure-mgmt-compute/MANIFEST.in b/azure-mgmt-compute/MANIFEST.in index 6ceb27f7a96e..e4884efef41b 100644 --- a/azure-mgmt-compute/MANIFEST.in +++ b/azure-mgmt-compute/MANIFEST.in @@ -1,3 +1,4 @@ +recursive-include tests *.py *.yaml include *.rst include azure/__init__.py include azure/mgmt/__init__.py diff --git a/azure-mgmt-compute/README.rst b/azure-mgmt-compute/README.rst index 3c45c3e1fae8..9b6c3e976102 100644 --- a/azure-mgmt-compute/README.rst +++ b/azure-mgmt-compute/README.rst @@ -28,3 +28,6 @@ Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the `Issues `__ section of the project. + + +.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-compute%2FREADME.png diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile.py b/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile.py index e9628746f12a..96f661fac0ea 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile.py @@ -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. -

**Max-length (Windows):** 15 characters

**Max-length - (Linux):** 64 characters.

For naming conventions and restrictions - see [Azure infrastructure services implementation +

This name cannot be updated after the VM is created.

+ **Max-length (Windows):** 15 characters

**Max-length (Linux):** + 64 characters.

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. diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile_py3.py index ed0589fc2776..1e7c22f903b8 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/os_profile_py3.py @@ -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. -

**Max-length (Windows):** 15 characters

**Max-length - (Linux):** 64 characters.

For naming conventions and restrictions - see [Azure infrastructure services implementation +

This name cannot be updated after the VM is created.

+ **Max-length (Windows):** 15 characters

**Max-length (Linux):** + 64 characters.

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.