From 1ae9676fc40ec16b8594b66b8297e6435e7c1d37 Mon Sep 17 00:00:00 2001 From: arista-hpandya Date: Thu, 5 Sep 2024 20:34:38 +0000 Subject: [PATCH] Updated doc to use sonic-net instead of Azure in namespace --- doc/mgmt/SONiC_YANG_Model_Guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mgmt/SONiC_YANG_Model_Guidelines.md b/doc/mgmt/SONiC_YANG_Model_Guidelines.md index 3f6bca366f..9d03f1296d 100644 --- a/doc/mgmt/SONiC_YANG_Model_Guidelines.md +++ b/doc/mgmt/SONiC_YANG_Model_Guidelines.md @@ -54,13 +54,13 @@ module sonic-acl { } ``` -### 3. Define namespace as "http://github.com/Azure/{model-name}". +### 3. Define namespace as "http://github.com/sonic-net/{model-name}". Example : #### YANG ```yang module sonic-acl { - namespace "http://github.com/Azure/sonic-acl"; + namespace "http://github.com/sonic-net/sonic-acl"; ..... ..... } @@ -783,7 +783,7 @@ module sonic-port { ```yang module sonic-acl { - namespace "http://github.com/Azure/sonic-acl"; + namespace "http://github.com/sonic-net/sonic-acl"; prefix sacl; yang-version 1.1;