Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sdk/qumulo/azure-mgmt-qumulo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 2.1.0 (2026-06-19)

### Features Added

- Client `QumuloMgmtClient` added parameter `cloud_setting` in method `__init__`
- Client `QumuloMgmtClient` added method `send_request`
- Model `FileSystemResourceUpdateProperties` added property `performance_tier`
Comment thread
Navjot190102 marked this conversation as resolved.
Outdated

Comment thread
ChenxiJiang333 marked this conversation as resolved.
Outdated
## 2.0.0 (2024-09-05)

### Features Added
Expand Down
9 changes: 4 additions & 5 deletions sdk/qumulo/azure-mgmt-qumulo/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/qumulo/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
6 changes: 3 additions & 3 deletions sdk/qumulo/azure-mgmt-qumulo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Qumulo Management Client Library.
This package has been tested with Python 3.8+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.8+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
11 changes: 0 additions & 11 deletions sdk/qumulo/azure-mgmt-qumulo/_meta.json

This file was deleted.

11 changes: 11 additions & 0 deletions sdk/qumulo/azure-mgmt-qumulo/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2026-04-16",
"apiVersions": {
"Qumulo.Storage": "2026-04-16"
},
"commit": "31221e37affcbc82e521758d6d3dde7c97526ecd",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/liftrqumulo/Qumulo.Storage.Management",
"emitterVersion": "0.63.1",
"httpClientPythonVersion": "^0.32.0"
}
Loading
Loading