Skip to content

Commit e921cef

Browse files
committed
Adding and syncing API to both Hubs and TOC
1 parent 252c712 commit e921cef

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

articles/governance/index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ additionalContent:
132132
- text: Azure SDK for .NET
133133
url: /dotnet/api/microsoft.azure.management.resourcemanager.models.policydefinition
134134
note: (Policy Definitions)
135+
- text: Azure SDK for Node
136+
url: /javascript/api/@azure/arm-policy
137+
note: (Policy)
138+
- text: Azure SDK for Node
139+
url: /javascript/api/@azure/arm-policyinsights
140+
note: (Policy Insights)
141+
- text: Azure SDK for Python
142+
url: /python/api/azure-mgmt-policyinsights/azure.mgmt.policyinsights
135143
- text: REST
136144
url: /rest/api/policy-insights/
137145
note: (Policy Insights)

articles/governance/policy/index.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ landingContent:
115115
url: /dotnet/api/microsoft.azure.management.resourcemanager.models.policyassignment
116116
- text: Azure SDK for .NET (Policy Definitions)
117117
url: /dotnet/api/microsoft.azure.management.resourcemanager.models.policydefinition
118+
- text: Azure SDK for Node (Policy)
119+
url: /javascript/api/@azure/arm-policy
120+
- text: Azure SDK for Node (Policy Insights)
121+
url: /javascript/api/@azure/arm-policyinsights
122+
- text: Azure SDK for Python (Policy)
123+
url: /python/api/azure-mgmt-resource/azure.mgmt.resource.policy
124+
- text: Azure SDK for Python (Policy client)
125+
url: /python/api/azure-mgmt-resource/azure.mgmt.resource.policyclient
126+
- text: Azure SDK for Python (Policy Insights)
127+
url: /python/api/azure-mgmt-policyinsights/azure.mgmt.policyinsights
118128
- text: REST (Policy Insights)
119129
url: /rest/api/policy-insights/
120130
- text: REST (Assignments)

articles/governance/policy/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
href: /dotnet/api/microsoft.azure.management.resourcemanager.models.policyassignment
152152
- name: Policy Definitions
153153
href: /dotnet/api/microsoft.azure.management.resourcemanager.models.policydefinition
154+
- name: Azure SDK for Node
155+
items:
156+
- name: Policy
157+
href: /javascript/api/@azure/arm-policy
158+
- name: Policy Insights
159+
href: /javascript/api/@azure/arm-policyinsights
154160
- name: Azure SDK for Python
155161
items:
156162
- name: Policy

0 commit comments

Comments
 (0)