Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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/computefleet/azure-mgmt-computefleet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 2.0.0b3 (2026-07-22)

### Features Added

- Model `VirtualMachine` added property `priority`
- Model `VirtualMachine` added property `vm_size`
- Model `VirtualMachine` added property `zone`

## 2.0.0b2 (2026-05-28)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/computefleet/azure-mgmt-computefleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the 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
9 changes: 5 additions & 4 deletions sdk/computefleet/azure-mgmt-computefleet/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"apiVersion": "2026-04-01-preview",
"apiVersion": "2026-06-01-preview",
"apiVersions": {
"Microsoft.AzureFleet": "2026-04-01-preview"
"Microsoft.AzureFleet": "2026-06-01-preview"
},
"commit": "5c7cd01768cc4a537f309dff14af7be34f87cd14",
"commit": "8f7fea5ba3635cfc07ea6fca3b4560990b9431dc",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/azurefleet/resource-manager/Microsoft.AzureFleet/AzureFleet",
"emitterVersion": "0.62.1"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Loading
Loading