Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Resources to add version stable/2022-12-01 #23292

Merged
merged 38 commits into from
Apr 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9d0fd33
Adds base for updating Microsoft.Resources from version stable/2021-0…
gauravkumar1491 Mar 23, 2023
3d0f83e
Updates readme
gauravkumar1491 Mar 23, 2023
662e5b8
Updates API version in new specs and examples
gauravkumar1491 Mar 23, 2023
d3c78ff
Adding new version 2022-12-01 for Locations API
gauravkumar1491 Mar 25, 2023
ae2efab
Resolving merge conflict
gauravkumar1491 Mar 25, 2023
52a1c86
Correct version
gauravkumar1491 Mar 25, 2023
04b3191
removing resources.json from readme
gauravkumar1491 Mar 25, 2023
00b3d6c
Review comment
gauravkumar1491 Mar 27, 2023
92b6667
Validation error fixes
gauravkumar1491 Mar 28, 2023
6a446c3
Model Validation Fix
gauravkumar1491 Mar 28, 2023
97708ba
Validation Error fix test
gauravkumar1491 Mar 28, 2023
d8e1407
small fix
gauravkumar1491 Mar 28, 2023
ba2dae3
Missing files
gauravkumar1491 Mar 29, 2023
0666ae7
Deleting files
gauravkumar1491 Mar 29, 2023
bf462bd
Operations
gauravkumar1491 Mar 29, 2023
bdf5fba
Swagger ModelValidation fix
gauravkumar1491 Mar 29, 2023
99c00c0
Operations api
gauravkumar1491 Mar 29, 2023
eac725e
removing previous commit
gauravkumar1491 Mar 29, 2023
d2c6b9e
x-ms-example
gauravkumar1491 Mar 29, 2023
f23a8d7
missing curly
gauravkumar1491 Mar 29, 2023
7da5349
default response
gauravkumar1491 Mar 29, 2023
dce3c06
Prettier errors fixed
gauravkumar1491 Apr 5, 2023
9b5515a
Operation Schema
gauravkumar1491 Apr 5, 2023
0c1362a
Breaking changes
gauravkumar1491 Apr 6, 2023
1143733
Staging errror fix
gauravkumar1491 Apr 7, 2023
2430d28
Testing temp fix
gauravkumar1491 Apr 7, 2023
fb5f9c8
common-types fix
gauravkumar1491 Apr 7, 2023
e247708
staging lint diff warnings fixed
gauravkumar1491 Apr 8, 2023
290bff7
Testing v4
gauravkumar1491 Apr 8, 2023
622eb86
v5 common types fix
gauravkumar1491 Apr 8, 2023
6fe5136
Rollback
gauravkumar1491 Apr 8, 2023
9fa1aa1
common-types fix
gauravkumar1491 Apr 8, 2023
e1ecc95
Removing redundant parameters
gauravkumar1491 Apr 8, 2023
ee888d2
Model validation fix
gauravkumar1491 Apr 8, 2023
1dbbd65
GUID fix
gauravkumar1491 Apr 8, 2023
ebe59c9
uuid fix
gauravkumar1491 Apr 12, 2023
7e59b80
ReadOnlyPropertChanged error fixed
gauravkumar1491 Apr 17, 2023
ee5e445
uuid fix
gauravkumar1491 Apr 17, 2023
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
Prev Previous commit
Next Next commit
Updates readme
  • Loading branch information
gauravkumar1491 committed Mar 23, 2023
commit 3d0f83e723d4dd257b53b02d7415395f138acf52
18 changes: 13 additions & 5 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,19 @@ tag: package-changes-2022-05
```

``` yaml $(package-snapshots)
tag: package-snapshots-2022-11
tag: package-2022-12
dhu5432 marked this conversation as resolved.
Show resolved Hide resolved
```


### Tag: package-2022-12

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

```yaml $(tag) == 'package-2022-12'
input-file:
- Microsoft.Resources/stable/2022-12-01/resources.json
- Microsoft.Resources/stable/2022-12-01/subscriptions.json
```
### Tag: package-policy-2022-06

These settings apply only when `--tag=package-policy-2022-06` is specified on the command line.
Expand Down Expand Up @@ -185,6 +195,7 @@ input-file:
override-info:
title: PolicyClient
```

### Tag: package-locks-2017-04

These settings apply only when `--tag=package-locks-2017-04` is specified on the command line.
Expand All @@ -194,7 +205,6 @@ input-file:
- Microsoft.Authorization/stable/2017-04-01/locks.json
```


### Tag: package-preview-2020-08

These settings apply only when `--tag=package-preview-2020-08` is specified on the command line.
Expand All @@ -204,7 +214,6 @@ input-file:
- Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json
```


### Tag: package-subscriptions-2021-01

These settings apply only when `--tag=package-subscriptions-2021-01` is specified on the command line.
Expand All @@ -214,7 +223,6 @@ input-file:
- Microsoft.Resources/stable/2021-01-01/subscriptions.json
```


### Tag: package-deploymentscripts-2020-10

These settings apply only when `--tag=package-deploymentscripts-2020-10` is specified on the command line.
Expand Down Expand Up @@ -972,6 +980,7 @@ swagger-to-sdk:
- repo: azure-resource-manager-schemas
- repo: azure-powershell
```

## Python

See configuration in [readme.python.md](./readme.python.md)
Expand Down Expand Up @@ -1019,4 +1028,3 @@ input-file:
override-info:
title: PolicyClient
```