diff --git a/packages/samples/specs/resource-manager/arm-library/sample-config.yaml b/packages/samples/specs/resource-manager/arm-library/sample-config.yaml index df77df3e3e..2e6b22381d 100644 --- a/packages/samples/specs/resource-manager/arm-library/sample-config.yaml +++ b/packages/samples/specs/resource-manager/arm-library/sample-config.yaml @@ -1,2 +1,2 @@ title: Arm Library -description: Sample configuration for arm-library in resource-manager. +description: Sample specification of a resource using a shared library. diff --git a/packages/samples/specs/resource-manager/resource-common-properties/private-links/sample-config.yaml b/packages/samples/specs/resource-manager/resource-common-properties/private-links/sample-config.yaml deleted file mode 100644 index 66902cd3d3..0000000000 --- a/packages/samples/specs/resource-manager/resource-common-properties/private-links/sample-config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -title: Private links -description: Sample configuration for private links in resource manager. - -llmstxt: true diff --git a/packages/samples/specs/resource-manager/resource-types/location/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/location/sample-config.yaml new file mode 100644 index 0000000000..ee76dbb4f2 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/location/sample-config.yaml @@ -0,0 +1,6 @@ +title: Location Resource +description: Sample specification for location-based resources. + +llmstxt: true + +order: 4 diff --git a/packages/samples/specs/resource-manager/resource-types/nsp/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/nsp/sample-config.yaml new file mode 100644 index 0000000000..fad1a264cd --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/nsp/sample-config.yaml @@ -0,0 +1,6 @@ +title: Network Security Perimeter +description: Sample specification for a network security perimeter resource. + +llmstxt: true + +order: 9 diff --git a/packages/samples/specs/resource-manager/resource-types/private-endpoints/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/private-endpoints/sample-config.yaml new file mode 100644 index 0000000000..bf98a27ea4 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/private-endpoints/sample-config.yaml @@ -0,0 +1,6 @@ +title: Private Endpoints +description: Sample specification adding private endpoints to a resource. + +llmstxt: true + +order: 8 diff --git a/packages/samples/specs/resource-manager/resource-types/private-links/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/private-links/sample-config.yaml new file mode 100644 index 0000000000..51196d98dc --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/private-links/sample-config.yaml @@ -0,0 +1,6 @@ +title: Private Links +description: Sample specification adding private links to a resource. + +llmstxt: true + +order: 7 diff --git a/packages/samples/specs/resource-manager/resource-types/proxy/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/proxy/sample-config.yaml new file mode 100644 index 0000000000..5543ede898 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/proxy/sample-config.yaml @@ -0,0 +1,6 @@ +title: Proxy Resource +description: Sample specification for a proxy resource. + +llmstxt: true + +order: 2 diff --git a/packages/samples/specs/resource-manager/resource-types/singleton/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/singleton/sample-config.yaml new file mode 100644 index 0000000000..a87bf467a3 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/singleton/sample-config.yaml @@ -0,0 +1,6 @@ +title: Singleton Resource +description: Sample specification for a singleton resource. + +llmstxt: true + +order: 6 diff --git a/packages/samples/specs/resource-manager/resource-types/specific-extension/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/specific-extension/sample-config.yaml new file mode 100644 index 0000000000..6297394c15 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/specific-extension/sample-config.yaml @@ -0,0 +1,6 @@ +title: Specific Extension Resource +description: Sample specification for an extension resource at multiple scopes. + +llmstxt: true + +order: 5 diff --git a/packages/samples/specs/resource-manager/resource-types/tenant/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/tenant/sample-config.yaml new file mode 100644 index 0000000000..a985fcd538 --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/tenant/sample-config.yaml @@ -0,0 +1,6 @@ +title: Tenant Resource +description: Sample specification for a tenant resource. + +llmstxt: true + +order: 3 diff --git a/packages/samples/specs/resource-manager/resource-types/tracked/sample-config.yaml b/packages/samples/specs/resource-manager/resource-types/tracked/sample-config.yaml new file mode 100644 index 0000000000..eb86bad9bf --- /dev/null +++ b/packages/samples/specs/resource-manager/resource-types/tracked/sample-config.yaml @@ -0,0 +1,6 @@ +title: Tracked Resource +description: Sample specification for a tracked resource. + +llmstxt: true + +order: 1