Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
01e58a3
hooking up swagger-tools validation
amarzavery Oct 24, 2016
42f5b73
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Nov 11, 2016
1a3126f
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Nov 22, 2016
db67e97
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Dec 8, 2016
7456446
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Dec 19, 2016
7cd3926
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Feb 3, 2017
d42ef3d
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Feb 4, 2017
815ee68
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Apr 4, 2017
c4b6083
oav fixes
amarzavery Apr 14, 2017
34cce5d
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Apr 14, 2017
600316c
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Jun 27, 2017
257f594
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Jan 6, 2018
f3f6ee5
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Mar 7, 2018
a138803
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Apr 23, 2018
c5fa6c0
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery May 16, 2018
84e9a48
Merge branch 'master' of github.com:amarzavery/azure-rest-api-specs
amarzavery May 16, 2018
c56f87b
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Jun 25, 2018
d2f5096
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Jul 3, 2018
bcc40c8
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Aug 14, 2018
22435b5
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Aug 27, 2018
b34139f
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Nov 8, 2018
0d2c13d
update folder to generate arm subscription to subscriptionManagement2…
amarzavery Nov 8, 2018
cfca0b2
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
amarzavery Apr 29, 2019
9e9be25
Add profile-2019-03-01-hybrid tags in readme.md of the management pla…
amarzavery Apr 29, 2019
87a14cf
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into p…
amarzavery Apr 29, 2019
15d0058
Add path for resource type "connections" in the 2019-03-01-hybrid pro…
amarzavery Apr 29, 2019
114f0b5
update tag name to profile-hybrid-2019-03-01
amarzavery Apr 29, 2019
9074484
Update DNS and authorization resource types
amarzavery Apr 30, 2019
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
946 changes: 473 additions & 473 deletions profile/2019-03-01-hybrid.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,13 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Authorization/stable/2015-07-01/authorization.json
```
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,3 +634,14 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Compute/stable/2017-12-01/compute.json
- Microsoft.Compute/stable/2017-03-30/disk.json
```
12 changes: 11 additions & 1 deletion specification/dns/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,14 @@ java:
output-folder: $(azure-libraries-for-java-folder)/dns/resource-manager/v2016_04_01
regenerate-manager: true
generate-interface: true
```
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Network/stable/2016-04-01/dns.json
```
12 changes: 12 additions & 0 deletions specification/keyvault/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,15 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.KeyVault/stable/2016-10-01/providers.json
- Microsoft.KeyVault/stable/2016-10-01/keyvault.json
- Microsoft.KeyVault/stable/2016-10-01/secrets.json
```
15 changes: 15 additions & 0 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,18 @@ directive:
- suppress: R3016 # DefinitionsPropertiesNamesCamelCase (to suppress the error due to odata.type)
reason: The feature (polymorphic types) is in the process of deprecation and fixing this will require changes in the backend.
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json
- Microsoft.Insights/stable/2018-01-01/metrics_API.json
- Microsoft.Insights/preview/2017-05-01-preview/diagnosticsSettings_API.json
- Microsoft.Insights/preview/2017-05-01-preview/diagnosticsSettingsCategories_API.json
- Microsoft.Insights/stable/2015-04-01/eventCategories_API.json
- Microsoft.Insights/stable/2015-04-01/operations_API.json
```
18 changes: 18 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1121,3 +1121,21 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Network/stable/2017-10-01/loadBalancer.json
- Microsoft.Network/stable/2017-10-01/virtualNetworkGateway.json
- Microsoft.Network/stable/2017-10-01/network.json
- Microsoft.Network/stable/2017-10-01/networkInterface.json
- Microsoft.Network/stable/2017-10-01/networkSecurityGroup.json
- Microsoft.Network/stable/2017-10-01/operation.json
- Microsoft.Network/stable/2017-10-01/publicIpAddress.json
- Microsoft.Network/stable/2017-10-01/routeTable.json
- Microsoft.Network/stable/2017-10-01/virtualNetwork.json
```
14 changes: 14 additions & 0 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,3 +839,17 @@ batch:
- package-links: true
- package-managedapplications: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Authorization/stable/2016-09-01/locks.json
- Microsoft.Authorization/stable/2016-12-01/policyDefinitions.json
- Microsoft.Authorization/stable/2016-12-01/policyAssignments.json
- Microsoft.Resources/stable/2016-06-01/subscriptions.json
- Microsoft.Resources/stable/2018-05-01/resources.json
```
10 changes: 10 additions & 0 deletions specification/storage/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,13 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Storage/stable/2017-10-01/storage.json
```
19 changes: 18 additions & 1 deletion specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,21 @@ input-file:
- Microsoft.Web/stable/2016-03-01/Recommendations.json
- Microsoft.Web/stable/2016-09-01/AppServiceEnvironments.json
- Microsoft.Web/stable/2016-09-01/AppServicePlans.json
```
```

### Tag: profile-hybrid-2019-03-01

These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-hybrid-2019-03-01'
input-file:
- Microsoft.Web/stable/2018-02-01/Certificates.json
- Microsoft.Web/stable/2018-02-01/CommonDefinitions.json
- Microsoft.Web/stable/2018-02-01/WebApps.json
- Microsoft.Web/stable/2018-02-01/ResourceProvider.json
- Microsoft.Web/stable/2016-09-01/AppServicePlans.json
- Microsoft.Web/stable/2016-03-01/Provider.json
- Microsoft.Web/stable/2016-03-01/ResourceProvider.json
- Microsoft.Web/stable/2016-03-01/Recommendations.json
```