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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0 (2026-06-25)

### Other Changes

- First GA version

## 1.0.0b1 (2026-04-28)

### Other Changes
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"apiVersions": {
"Microsoft.DomainRegistration": "2024-11-01"
},
"commit": "0bbf3007108984bcabfdcee134f1dfc9cb3e678e",
"commit": "e7c377b4c801d6fe9e256ca22f6d6a79114026a7",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration",
"emitterVersion": "0.61.3"
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.33.0"
}
Loading
Loading