Skip to content

Commit

Permalink
Updated doc to use sonic-net instead of Azure in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arista-hpandya committed Sep 5, 2024
1 parent 18de1c1 commit 1ae9676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/mgmt/SONiC_YANG_Model_Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
.....
.....
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1ae9676

Please sign in to comment.