Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b65f3fa
Adds base for updating Microsoft.Authorization from version preview/2…
cemheren Aug 3, 2022
2f4f5b0
Updates readme
cemheren Aug 3, 2022
91b7c3b
Updates API version in new specs and examples
cemheren Aug 3, 2022
d6683db
push the changes for the "variable" resource type
cemheren Aug 3, 2022
d479a92
push the variable value changes
cemheren Aug 4, 2022
1f38170
Fix the readme for microsoft.resources
cemheren Aug 4, 2022
679d7f2
fix static validation issues
cemheren Aug 4, 2022
cfba479
attempt to fix linter/avocado errors
cemheren Aug 4, 2022
02b94ab
run prettier
cemheren Aug 4, 2022
4190b87
try to fix the tags
cemheren Aug 4, 2022
3b9a0c3
redo tags for the variables
cemheren Aug 4, 2022
ac57907
Merge branch 'Azure:main' into dev-resources-Microsoft.Authorization-…
cemheren Aug 4, 2022
a35df1c
fix the scope issue causing autorest errors
cemheren Aug 5, 2022
a88c468
Merge branch 'dev-resources-Microsoft.Authorization-2022-08-01-previe…
cemheren Aug 5, 2022
90fed9e
try to fix the schema issues
cemheren Aug 5, 2022
9cc5880
fix the scopes for the examples back to container ids
cemheren Aug 5, 2022
61782bd
Merge branch 'Azure:main' into dev-resources-Microsoft.Authorization-…
cemheren Aug 5, 2022
f379b26
try to revert spaces in readme.md
cemheren Aug 5, 2022
f19b938
reorder resources
cemheren Aug 5, 2022
53009cd
try excluding variable values sdk schema generation
cemheren Aug 8, 2022
4cfba0e
re-add variable values
cemheren Aug 8, 2022
6ce6e01
test push with the new autorest version
cemheren Aug 10, 2022
4d46db7
testing "any" for variable value column value type.
cemheren Aug 11, 2022
1752980
revert back to object
cemheren Aug 11, 2022
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parameters": {
"subscriptionId": "ae640e6b-ba3e-4256-9d62-2993eecfa6f2",
"variableName": "DemoTestVariable",
"api-version": "2022-08-01-preview",
"parameters": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
}
}
},
"responses": {
"201": {
"headers": {},
"body": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-08-01T01:01:01.1075056Z"
},
"id": "/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/variables/DemoTestVariable",
"type": "Microsoft.Authorization/variables",
"name": "DemoTestVariable"
}
},
"200": {
"headers": {},
"body": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-07-01T02:01:01.1075056Z"
},
"id": "/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/variables/DemoTestVariable",
"type": "Microsoft.Authorization/variables",
"name": "DemoTestVariable"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parameters": {
"managementGroupId": "DevOrg",
"variableName": "DemoTestVariable",
"api-version": "2022-08-01-preview",
"parameters": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
}
}
},
"responses": {
"201": {
"headers": {},
"body": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-08-01T01:01:01.1075056Z"
},
"id": "/providers/Microsoft.Management/managementGroups/DevOrg/providers/Microsoft.Authorization/variables/DemoTestVariable",
"type": "Microsoft.Authorization/variables",
"name": "DemoTestVariable"
}
},
"200": {
"headers": {},
"body": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-07-01T02:01:01.1075056Z"
},
"id": "/providers/Microsoft.Management/managementGroups/DevOrg/providers/Microsoft.Authorization/variables/DemoTestVariable",
"type": "Microsoft.Authorization/variables",
"name": "DemoTestVariable"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"parameters": {
"subscriptionId": "ae640e6b-ba3e-4256-9d62-2993eecfa6f2",
"variableName": "DemoTestVariable",
"variableValueName": "TestValue",
"api-version": "2022-08-01-preview",
"parameters": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
}
}
},
"responses": {
"201": {
"headers": {},
"body": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-08-01T01:01:01.1075056Z"
},
"id": "/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/variables/DemoTestVariable/values/TestValue",
"type": "Microsoft.Authorization/variables/values",
"name": "TestValue"
}
},
"200": {
"headers": {},
"body": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-07-01T02:01:01.1075056Z"
},
"id": "/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/variables/DemoTestVariable/values/TestValue",
"type": "Microsoft.Authorization/variables/values",
"name": "TestValue"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"parameters": {
"managementGroupId": "DevOrg",
"variableName": "DemoTestVariable",
"variableValueName": "TestValue",
"api-version": "2022-08-01-preview",
"parameters": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
}
}
},
"responses": {
"201": {
"headers": {},
"body": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-08-01T01:01:01.1075056Z"
},
"id": "/providers/Microsoft.Management/managementGroups/DevOrg/providers/Microsoft.Authorization/variables/DemoTestVariable/values/TestValue",
"type": "Microsoft.Authorization/variables/values",
"name": "TestValue"
}
},
"200": {
"headers": {},
"body": {
"properties": {
"values": [
{
"columnName": "StringColumn",
"columnValue": "SampleValue"
},
{
"columnName": "IntegerColumn",
"columnValue": 10
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-07-01T02:01:01.1075056Z"
},
"id": "/providers/Microsoft.Management/managementGroups/DevOrg/providers/Microsoft.Authorization/variables/DemoTestVariable/values/TestValue",
"type": "Microsoft.Authorization/variables/values",
"name": "TestValue"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"subscriptionId": "ae640e6b-ba3e-4256-9d62-2993eecfa6f2",
"variableName": "DemoTestVariable",
"api-version": "2022-08-01-preview"
},
"responses": {
"200": {
"headers": {}
},
"204": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"managementGroupId": "DevOrg",
"variableName": "DemoTestVariable",
"api-version": "2022-08-01-preview"
},
"responses": {
"200": {
"headers": {}
},
"204": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"subscriptionId": "ae640e6b-ba3e-4256-9d62-2993eecfa6f2",
"variableName": "DemoTestVariable",
"variableValueName": "TestValue",
"api-version": "2022-08-01-preview"
},
"responses": {
"200": {
"headers": {}
},
"204": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"managementGroupId": "DevOrg",
"variableName": "DemoTestVariable",
"variableValueName": "TestValue",
"api-version": "2022-08-01-preview"
},
"responses": {
"200": {
"headers": {}
},
"204": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "ae640e6b-ba3e-4256-9d62-2993eecfa6f2",
"variableName": "DemoTestVariable",
"api-version": "2022-08-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"properties": {
"columns": [
{
"columnName": "TestColumn"
}
]
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-07-01T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-08-01T01:01:01.1075056Z"
},
"id": "/subscriptions/ae640e6b-ba3e-4256-9d62-2993eecfa6f2/providers/Microsoft.Authorization/variables/DemoTestVariable",
"type": "Microsoft.Authorization/variables",
"name": "DemoTestVariable"
}
}
}
}
Loading