Skip to content

Commit

Permalink
typo: resources/resource-manager/Microsoft.Authorization (#4831)
Browse files Browse the repository at this point in the history
- assigment -> assignment
- reponse -> response
  • Loading branch information
nschonni authored and jhendrixMSFT committed Dec 10, 2018
1 parent f13e922 commit 3a0278e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
],
"operationId": "PolicyAssignments_DeleteById",
"summary": "Deletes a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -347,7 +347,7 @@
],
"operationId": "PolicyAssignments_CreateById",
"summary": "Creates a policy assignment by ID.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -385,7 +385,7 @@
],
"operationId": "PolicyAssignments_GetById",
"summary": "Gets a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
],
"operationId": "PolicyAssignments_DeleteById",
"summary": "Deletes a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -408,7 +408,7 @@
],
"operationId": "PolicyAssignments_CreateById",
"summary": "Creates a policy assignment by ID.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -452,7 +452,7 @@
],
"operationId": "PolicyAssignments_GetById",
"summary": "Gets a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -583,7 +583,7 @@
"description": "List of policy assignments."
},
"ErrorResponse": {
"description": "Error reponse indicates ARM is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates ARM is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"description": "List of policy set definitions."
},
"ErrorResponse": {
"description": "Error reponse indicates ARM is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates ARM is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
],
"operationId": "PolicyAssignments_DeleteById",
"summary": "Deletes a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -347,7 +347,7 @@
],
"operationId": "PolicyAssignments_CreateById",
"summary": "Creates a policy assignment by ID.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -385,7 +385,7 @@
],
"operationId": "PolicyAssignments_GetById",
"summary": "Gets a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
],
"operationId": "PolicyAssignments_DeleteById",
"summary": "Deletes a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -351,7 +351,7 @@
],
"operationId": "PolicyAssignments_CreateById",
"summary": "Creates a policy assignment by ID.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "Policy assignments are inherited by child resources. For example, when you apply a policy to a resource group that policy is assigned to all resources in the group. When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down Expand Up @@ -389,7 +389,7 @@
],
"operationId": "PolicyAssignments_GetById",
"summary": "Gets a policy assignment by ID.",
"description": "When providing a scope for the assigment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"description": "When providing a scope for the assignment, use '/subscriptions/{subscription-id}/' for subscriptions, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for resource groups, and '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}' for resources.",
"parameters": [
{
"name": "policyAssignmentId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"description": "List of policy assignments."
},
"ErrorResponse": {
"description": "Error reponse indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
"description": "List of policy set definitions."
},
"ErrorResponse": {
"description": "Error reponse indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"description": "Identity for the resource."
},
"ErrorResponse": {
"description": "Error reponse indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
"description": "List of policy set definitions."
},
"ErrorResponse": {
"description": "Error reponse indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"description": "Error response indicates Azure Resource Manager is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"httpStatus": {
Expand Down

0 comments on commit 3a0278e

Please sign in to comment.