Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# DependencyMap

> see https://aka.ms/autorest

This is the AutoRest configuration file for Dependency Map resource provider.

## Getting Started

To build the SDKs for DependencyMap API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run:

> `autorest readme.md`

To see additional help and options, run:

> `autorest --help`

For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page.

---

## Configuration

### Basic Information

These are the global settings for the Dependency Map RP.

```yaml
openapi-type: arm
openapi-subtype: rpaas
tag: package-2025-07-01-preview
```

### Tag: package-2025-01-31-preview

These settings apply only when `--tag=package-2025-01-31-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-01-31-preview'
input-file:
- preview/2025-01-31-preview/dependencyMap.json
```

---

### Tag: package-2025-05-01-preview

These settings apply only when `--tag=package-2025-05-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-05-01-preview'
input-file:
- preview/2025-05-01-preview/dependencyMap.json
```

---

### Tag: package-2025-07-01-preview

These settings apply only when `--tag=package-2025-07-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-07-01-preview'
input-file:
- preview/2025-07-01-preview/dependencyMap.json
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ parameters:
options:
"@azure-tools/typespec-autorest":
use-read-only-status-schema: true
emitter-output-dir: "{project-root}/.."
emitter-output-dir: "{project-root}"
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/dependencyMap.json"

output-file: "{version-status}/{version}/dependencyMap.json"
arm-types-dir: "{project-root}/../../../../common-types/resource-management"
version-enum-strategy: true
emit-lro-options: "all"
"@azure-typespec/http-client-csharp-mgmt":
Expand Down
59 changes: 2 additions & 57 deletions specification/azuredependencymap/resource-manager/readme.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,13 @@
# DependencyMap

> see https://aka.ms/autorest

This is the AutoRest configuration file for Dependency Map resource provider.

## Getting Started

To build the SDKs for DependencyMap API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run:

> `autorest readme.md`

To see additional help and options, run:

> `autorest --help`

For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page.

---
> This is the AutoRest configuration file for Dependency Map resource provider.

## Configuration

### Basic Information

These are the global settings for the Dependency Map RP.
Required if any services under this folder are RPaaS.

```yaml
openapi-type: arm
openapi-subtype: rpaas
tag: package-2025-07-01-preview
```

### Tag: package-2025-01-31-preview

These settings apply only when `--tag=package-2025-01-31-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-01-31-preview'
input-file:
- Microsoft.DependencyMap/preview/2025-01-31-preview/dependencyMap.json
```

```yaml
openapi-type: arm
openapi-subtype: rpaas
tag: package-2025-01-31-preview
```

---

### Tag: package-2025-05-01-preview

These settings apply only when `--tag=package-2025-05-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-05-01-preview'
input-file:
- Microsoft.DependencyMap/preview/2025-05-01-preview/dependencyMap.json
```

---

### Tag: package-2025-07-01-preview

These settings apply only when `--tag=package-2025-07-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2025-07-01-preview'
input-file:
- Microsoft.DependencyMap/preview/2025-07-01-preview/dependencyMap.json
```
1 change: 0 additions & 1 deletion specification/suppressions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- applink/AppLink.Management
- awsconnector/**
- azuredatatransfer/AzureDataTransfer.Management
- azuredependencymap/DependencyMap.Management
- billingbenefits/BillingBenefits.Management
- carbon/Carbon.Management
- cloudhealth/CloudHealth.Management
Expand Down
Loading