Skip to content

Latest commit

 

History

History
338 lines (246 loc) · 10.2 KB

File metadata and controls

338 lines (246 loc) · 10.2 KB

ResourceHealth

see https://aka.ms/autorest

This is the AutoRest configuration file for ResourceHealth.


Getting Started

To build the SDK for ResourceHealth, simply Install AutoRest and in this folder, run:

autorest

To see additional help and options, run:

autorest --help


Configuration

Basic Information

These are the global settings for the ResourceHealth API.

openapi-type: arm
tag: package-preview-2023-10
azure-validator: true

Tag: package-2024-02

These settings apply only when --tag=package-2024-02 is specified on the command line.

input-file:
  - Microsoft.ResourceHealth/stable/2024-02-01/ResourceHealth.json

Tag: package-preview-2023-10

These settings apply only when --tag=package-preview-2023-10 is specified on the command line.

input-file:
  - Microsoft.ResourceHealth/preview/2023-10-01-preview/ResourceHealth.json

Tag: package-preview-2023-07

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

input-file:
  - Microsoft.ResourceHealth/preview/2023-07-01-preview/ResourceHealth.json

Tag: package-2022-10

These settings apply only when --tag=package-2022-10 is specified on the command line.

input-file:
  - Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json

Tag: package-preview-2022-10

These settings apply only when --tag=package-preview-2022-10 is specified on the command line.

input-file:
  - Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json

Tag: package-2022-05

These settings apply only when --tag=package-2022-05 is specified on the command line.

input-file:
  - Microsoft.ResourceHealth/stable/2022-05-01/ResourceHealth.json

Tag: package-preview-2022-05-01

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

input-file:
  - Microsoft.ResourceHealth/preview/2022-05-01-preview/ResourceHealth.json

Tag: package-2017-07

These settings apply only when --tag=package-2017-07 is specified on the command line.

input-file:
- Microsoft.ResourceHealth/stable/2017-07-01/resourcehealth.json

Tag: package-2015-01

These settings apply only when --tag=package-2015-01 is specified on the command line.

input-file:
- Microsoft.ResourceHealth/stable/2015-01-01/resourcehealth.json

Tag: package-2018-08-preview

These settings apply only when --tag=package-2018-08-preview is specified on the command line.

input-file:
- Microsoft.ResourceHealth/preview/2018-08-01/ResourceHealth.json

Tag: package-2020-05-01-preview

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

input-file:
- Microsoft.ResourceHealth/preview/2020-05-01-preview/ResourceHealth.json

Tag: package-2018-07-01

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

input-file:
- Microsoft.ResourceHealth/stable/2018-07-01/ResourceHealth.json

Tag: package-2020-05-01

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

input-file:
- Microsoft.ResourceHealth/stable/2020-05-01/ResourceHealth.json

Suppression

directive:
  - suppress: DefaultErrorResponseSchema
    from: ResourceHealth.json
    reason: Changing the Error Response would be considered a breaking change
  - suppress: DefinitionsPropertiesNamesCamelCase
    from: ResourceHealth.json
    where: $.definitions.recommendedAction.properties["_ActionUrl.Comment"]
    reason: field _ActionUrl.Comment has existed for several years but has been missing from swagger. s360= https://portal.azure-devex-tools.com/amekpis/correctness/detail?errorId=647F3368-7670-4ADF-9D8D-6A6F02006D3F 

Code Generation

Swagger to SDK

This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.

swagger-to-sdk:
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node
  - repo: azure-sdk-for-python
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-net
  - repo: azure-sdk-for-ruby
    after_scripts:
    - bundle install && rake arm:regen_all_profiles['azure_mgmt_resourcehealth']
  - repo: azure-resource-manager-schemas
  - repo: azure-powershell

C#

These settings apply only when --csharp is specified on the command line. Please also specify --csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>.

csharp:
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  payload-flattening-threshold: 1
  clear-output-folder: true
  client-side-validation: false
  namespace: ResourceHealth
  output-folder: $(csharp-sdks-folder)/resourcehealth/management/Microsoft.ResourceHealth/GeneratedProtocol

Go

These settings apply only when --go is specified on the command line.

azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resourcehealth/armresourcehealth
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-validator: false

Python

These settings apply only when --python is specified on the command line. Please also specify --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>.

azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-resourcehealth
namespace: azure.mgmt.resourcehealth
package-version: 1.0.0b1
clear-output-folder: true
no-namespace-folders: true
output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth

Java

These settings apply only when --java is specified on the command line. Please also specify --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>.

azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.resourcehealth
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-resourcehealth
service-name: ResourceHealth

Java multi-api

batch:
  - tag: package-2017-07
  - tag: package-2015-01
  - tag: package-2018-08-preview
  - tag: package-2020-05-01-preview
  - tag: package-2018-07-01
  - tag: package-2020-05-01

Tag: package-2017-07 and java

These settings apply only when --tag=package-2017-07 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2017_07_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2017_07_01
regenerate-manager: true
generate-interface: true

Tag: package-2015-01 and java

These settings apply only when --tag=package-2015-01 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2015_01_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2015_01_01
regenerate-manager: true
generate-interface: true

Tag: package-2018-08-preview and java

These settings apply only when --tag=package-2018-08-preview --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2018_08_01_preview
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2018_08_01_preview
regenerate-manager: true
generate-interface: true

Tag: package-2020-05-01-preview and java

These settings apply only when --tag=package-2020-05-01-preview --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2020_05_01_preview
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2020_05_01_preview
regenerate-manager: true
generate-interface: true

Tag: package-2018-07-01 and java

These settings apply only when --tag=package-2018-07-01 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2018_08_01_preview
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2018_08_01_preview
regenerate-manager: true
generate-interface: true

Tag: package-2020-05-01 and java

These settings apply only when --tag=package-2020-05-01 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.resourcehealth.v2020_05_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2020_05_01
regenerate-manager: true
generate-interface: true