forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update host to adminmanagement * change host to management.azure.com in keyvault admin module * hardcode host to management.azure.com in admin network module * hardcode host to management.azure.com in all azsadmin modules * updated readme.azsautogen.md and readme.md files * readme changes in azsadmin * readme changes backup and fabric * Update readme.azsautogen.md * Update ScaleUnit.json * Update readme.azsautogen.md * Update GalleryItem.json * Update Subscriptions.json * Update Subscriptions.json * Azure stack deployment resource provider admin open api specification * Fixes from PR build * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Fix action type for action plan operation * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Update readme.azsautogen.md * Add response body for operations list example * user subscription host fix * Adding redame.azsautogen.md file for Deployment RP * adding string type for etag * adding string type for etag * Add input file for DRP 2019-01-01 package * Fix DRP readme * Renaming {resourceGroup} to {resourceGroupName} as per standard naming for this parameter * Fixing a casing in description * Merge changes for DrpAdmin * Renaming Subscription to TargetSubscription * renaming Subscription to SubscriptionDefinition * renaming Subscription to SubscriptionDefinition * description change
- Loading branch information
Showing
112 changed files
with
699 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
specification/azsadmin/resource-manager/azurebridge/readme.azsautogen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# AutoRest v3 generators | ||
|
||
> see https://aka.ms/autorest | ||
``` yaml | ||
input-file: | ||
- $(this-folder)/Microsoft.AzureBridge.Admin/preview/2016-01-01/AzureBridge.json | ||
- $(this-folder)/Microsoft.AzureBridge.Admin/preview/2016-01-01/DownloadedProduct.json | ||
- $(this-folder)/Microsoft.AzureBridge.Admin/preview/2016-01-01/Product.json | ||
- $(this-folder)/Microsoft.AzureBridge.Admin/preview/2016-01-01/Activation.json | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
specification/azsadmin/resource-manager/backup/readme.azsautogen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Backup Admin | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for Backup Admin. | ||
|
||
--- | ||
## Getting Started | ||
To build the SDK for Backup Admin, simply [Install AutoRest](https://aka.ms/autorest/install) 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 Backup Admin API. | ||
|
||
``` yaml | ||
title: BackupAdminClient | ||
description: Backup Admin Client | ||
openapi-type: arm | ||
tag: package-2018-09-01 | ||
``` | ||
``` yaml | ||
input-file: | ||
- $(this-folder)/Microsoft.Backup.Admin/preview/2018-09-01/Backup.json | ||
- $(this-folder)/Microsoft.Backup.Admin/preview/2018-09-01/BackupLocations.json | ||
- $(this-folder)/Microsoft.Backup.Admin/preview/2018-09-01/Backups.json | ||
``` | ||
--- | ||
# Code Generation | ||
## C# | ||
``` yaml $(csharp) | ||
csharp: | ||
azure-arm: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
namespace: Microsoft.AzureStack.Management.Backup.Admin | ||
payload-flattening-threshold: 1 | ||
output-folder: $(csharp-sdks-folder)/Generated | ||
clear-output-folder: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
specification/azsadmin/resource-manager/commerce/readme.azsautogen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# AutoRest v3 generators | ||
|
||
> see https://aka.ms/autorest | ||
``` yaml | ||
input-file: | ||
- $(this-folder)/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.