Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-provider-azuread
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be29138f722023eed82eb95464433636676b565d
Choose a base ref
..
head repository: hashicorp/terraform-provider-azuread
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4399214272cf23f978889eb3e8f7786698e3ed1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 website/docs/guides/azure_cli.html.markdown
2 changes: 1 addition & 1 deletion website/docs/guides/azure_cli.html.markdown
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ provider "azuread" {
# Whilst version is optional, we /strongly recommend/ using it to pin the version of the Provider being used
version = "=0.10.0"
tenant_id = "10000000-2000-3000-4000-500000000000"
tenant_id = "10000000-2000-3000-4000-500000000000"
}
```