From 5a3e9bed6a8d95460480599b0a1addd2dc9de11d Mon Sep 17 00:00:00 2001 From: Seif Bassem <38246040+sebassem@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:59:55 +0300 Subject: [PATCH] testing --- docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md b/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md index ff0536e9..c5d07517 100644 --- a/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md +++ b/docs/wiki/Example-5-Hub-and-Spoke-With-RP-registration.md @@ -10,8 +10,8 @@ Here is a simple example Bicep file for deploying a landing zone (Subscription) > The resource providers registration process is asyncronous as it might take extended periods of time to register. > After a preview feature is registered in your subscription, you'll see one of two states: Registered or Pending. > -> - For a preview feature that doesn't require approval, the state is Registered. -> - If a preview feature requires approval, the registration state is Pending. You must request approval from the Azure service offering the preview feature. Usually, you request access through a support ticket. +>- For a preview feature that doesn't require approval, the state is Registered. +>- If a preview feature requires approval, the registration state is Pending. You must request approval from the Azure service offering the preview feature. Usually, you request access through a support ticket. ```bicep targetScope = 'managementGroup'